Make <body> background colour rendering prettier.
[gnus] / lisp / ChangeLog
1 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * eww.el (eww-tag-body): Override the shr body rendering so that we can
4         put a background colour onto the entire buffer.
5
6         * shr.el (shr-parse-base): Fix parsing error.
7
8         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
9
10         * shr.el (shr-parse-base): New function.
11         (shr-expand-url): Use it to expand relative URLs reliably.
12
13 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
14
15         * auth-source.el (auth-source-search-collection): Fix docstring.
16         (auth-source-netrc-parse): Refactor and improve netrc parser to support
17         single-quoted strings and multiline entries.
18         (auth-source-netrc-parse-next-interesting)
19         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
20         functions to support parser.
21
22 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * eww.el (eww-submit): Get submit button logic right when hitting RET
25         on non-submit buttons.
26
27         * shr.el: Remove shr-preliminary-table-render, since that can't really
28         be used for anything in practice.
29
30 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
31
32         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
33         (sieve-manage-quit).
34
35 2013-06-14  Glenn Morris  <rgm@gnu.org>
36
37         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
38
39 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
40
41         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
42         control the maximum size of photo ID image.
43         (mml2015-epg-key-image-to-string): Respect it.
44
45 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
48         instead of the final one so that we can more easily distinguish them.
49
50         * eww.el (eww-submit): Compute the submission URL correctly.
51
52 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
53
54         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
55         Use plist-get rather than CL's getf.
56         (sieve-manage-parse-capability): Avoid CL's remove-if.
57
58 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
59
60         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
61         (sieve-manage-quit).
62
63 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * shr.el (shr-expand-url): Expansion should chop off the bits after the
66         last slash.
67
68         * eww.el (eww-tag-select): Use the first value as the default value.
69
70 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
71
72         * eww.el (eww): Prepend urls with http:// if scheme is missing.
73         (eww-mode): Use `define-derived-mode'.
74         (eww-parse-headers): Parse headers from beginning of buffer so that
75         file:// links work.
76
77 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
80
81 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
84         to handle them at all.
85
86 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
89         work, too.
90         (eww-tag-select): Implement <select>.
91
92 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
93
94         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
95         stream managing functions by using open-protocol-stream to do most of
96         the work. Has the nice benefit of enabling STARTTLS.
97         Wait for capabilities after STARTTLS: following RFC5804, the server
98         sends new capabilities after successfully establishing a TLS connection
99         with the client. The client should update the cached list of
100         capabilities, but we just ignore the answer for now.
101         (sieve-manage-network-p, sieve-manage-network-open)
102         (sieve-manage-starttls-p, sieve-manage-starttls-open)
103         (sieve-manage-forward, sieve-manage-streams)
104         (sieve-manage-stream-alist): Remove unneeded functions neither in the
105         API, nor called by any other function.
106         Enable Multibyte for SieveManage buffers: The parser won't properly
107         handle umlauts and line endings unless multibyte is turned on in the
108         process buffer.
109
110 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * eww.el (eww-tag-input): Support password fields.
113         (eww-submit): Support POST.
114
115 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * eww.el (eww-tag-form): Protect against degenerate forms.
118
119         * shr.el (shr-expand-url): Expand URLs that start with a slash
120         correctly.
121
122         * eww.el (eww-submit): Get submit button logic right.
123
124         * shr.el (shr-final-table-render): New variable to signal when we're
125         doing the final table rendering so that we can collect more data at
126         that point.
127
128         * eww.el (eww-submit): Make form submission work.
129         (eww-tag-input): Implement submit buttons.
130         (eww-click-radio): Implement radio and checkboxes.
131         (eww-submit): Handle hidden elements.
132
133         * shr.el (shr-descend): Allow other packages to override (or provide)
134         rendering of elements.
135         (shr-expand-url): Strip query strings from URLs before expanding them.
136
137         * eww.el: Don't require cl-lib.
138         (eww-tag-form): Start form support.
139
140         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
141
142         * eww.el: Start writing a new, tiny web browser.
143         (eww-previous-url): New command.
144         (eww-quit): New command.
145
146 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
147
148         * sieve.el: Put point at beginning of buffer when viewing a script.
149         (sieve-open-server): respect the PORT parameter. Show the correct port
150         number in sieve-buffer's header. Fixed code to also work with a string
151         as port specifier. Properly close the connection on pressing 'q'. Make
152         sieve-manage-quit close the connection and process buffer. Also, remove
153         duplicate keybinding for 'q'.
154
155 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
156
157         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
158         make it easier to read.
159         (mm-pkcs7-enveloped-magic): Ditto.
160
161 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
164         before `image-type-available-p' to avoid loading the image libraries
165         needlessly.
166
167 2013-06-05  David Engster  <deng@randomsample.de>
168
169         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
170         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
171         to see whether the group was synced before.
172
173 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
174
175         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
176         when opening the connection.
177         Suggested by João Távora <joaotavora@gmail.com> in
178         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
179
180 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
183         assume Date header begins with "Date", that may be customized into
184         something like "X-Sent" using gnus-article-time-format.
185         (article-transform-date): Allow multi-line Date header.
186
187 2013-06-02  David Engster  <deng@randomsample.de>
188
189         * registry.el (initialize-instance, registry-lookup)
190         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
191         (registry-lookup-secondary-value, registry-search, registry-delete)
192         (registry-insert, registry-reindex, registry-size, registry-prune): Do
193         not wrap methods in `eval-and-compile'.  This breaks due to latest
194         changes in EIEIO (introduction of eieio-core.el).
195
196 2013-05-30  Glenn Morris  <rgm@gnu.org>
197
198         * nnmail.el (nnmail-fancy-expiry-target):
199         Also bind mail-dont-reply-to-names.
200
201         * spam-stat.el (spam-stat-save):
202         No need to tweak font-lock in temp buffers.
203
204         * shr.el (shr-put-image): Silence compiler.
205
206 2013-05-29  Glenn Morris  <rgm@gnu.org>
207
208         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
209
210         * gnus-group.el (gnus-sequence-of-unread-articles)
211         (gnus-summary-add-mark, gnus-mark-article-as-read)
212         (gnus-group-make-articles-read): Declare.
213
214         * gnus-sum.el (gnus-parameter-list-identifier)
215         (gnus-article-stop-animations, gnus-stop-downloads)
216         (gnus-article-only-boring-p, article-goto-body)
217         (gnus-flush-original-article-buffer, article-narrow-to-head)
218         (gnus-article-hidden-text-p, gnus-delete-wash-type)
219         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
220
221         * gnus.el: No need to eval-and-compile autoloads.
222
223         * gravatar.el (help-function-arglist): Autoload.
224
225         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
226
227         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
228
229         * spam.el: No need to load spam-report when compiling.
230         No need to eval-and-compile autoloads.
231         (spam-report-resend-to): Declare.
232         (spam-report-resend-register-routine): Require 'spam-report.
233
234 2013-05-24  Julien Danjou  <julien@danjou.info>
235
236         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
237         setup.
238
239 2013-05-23  Glenn Morris  <rgm@gnu.org>
240
241         * gnus-util.el (rmail-swap-buffers-maybe)
242         (rmail-maybe-set-message-counters, rmail-count-new-messages)
243         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
244         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
245
246         * mm-decode.el: No need to load term when compiling.
247         (term-mode, term-char-mode): Declare.
248
249         * mm-util.el: No need to load jka-compr when compiling.
250         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
251
252         * nnmaildir.el: Require is automatically eval-and-compile.
253         (nnmail): Require at run-time too.
254
255         * registry.el (registry-size): Move definition before use.
256
257 2013-05-22  Daiki Ueno  <ueno@gnu.org>
258
259         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
260         signed data to conform the standard.  (Bug#14232)
261
262 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
263
264         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
265         double angle quotation mark.
266
267 2013-05-20  Glenn Morris  <rgm@gnu.org>
268
269         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
270
271 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
272
273         * message.el (message-insert-formatted-citation-line): handle finding
274         first/lastname when more than 2 names appear.
275
276 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
277
278         * shr.el (shr-tag-span): New function.
279
280 2013-05-18  Glenn Morris  <rgm@gnu.org>
281
282         * message.el (message-mode): Use message-mode-abbrev-table,
283         with text-mode-abbrev-table as parent.  (Bug#14413)
284
285 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * message.el (message-expand-group): Decode group names.
288
289 2013-05-16  Julien Danjou  <julien@danjou.info>
290
291         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
292         app-icon.
293
294 2013-05-15  Glenn Morris  <rgm@gnu.org>
295
296         * shr-color.el (shr-color-visible-luminance-min)
297         (shr-color-visible-distance-min): Use shr-color group.
298
299 2013-05-11  Glenn Morris  <rgm@gnu.org>
300
301         * gnus-vm.el: Make it loadable without VM.
302         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
303         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
304
305 2013-05-09  Glenn Morris  <rgm@gnu.org>
306
307         * mml1991.el: Make it loadable.  (Bug#13456)
308
309         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
310         * gnus-async.el (gnus-async-post-fetch-function):
311         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
312         * gnus-html.el (gnus-html-image-cache-ttl):
313         * gnus-notifications.el (gnus-notifications-timeout):
314         * gnus-picon.el (gnus-picon-properties):
315         * gnus-util.el (gnus-completion-styles):
316         * gnus.el (gnus-other-frame-resume-function):
317         * message.el (message-user-organization-file)
318         (message-cite-reply-position):
319         * nnir.el (nnir-summary-line-format)
320         (nnir-retrieve-headers-override-function):
321         * shr-color.el (shr-color-visible-luminance-min):
322         * shr.el (shr-blocked-images):
323         * spam-report.el (spam-report-resend-to):
324         * spam.el (spam-summary-exit-behavior): Fix custom types.
325
326         * gnus-salt.el (gnus-selected-tree-face): Fix default.
327
328 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
331         because of let-binding help-xref-following.  (Bug#14356)
332
333 2013-05-06  Glenn Morris  <rgm@gnu.org>
334
335         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
336
337 2013-05-04  Andrew Cohen  <cohen@bu.edu>
338
339         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
340         entering into the registry.
341
342 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
343
344         * gnus.el: Ma Gnus v0.7 is released.
345
346 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
349         (Bug#14304)
350
351 2013-04-27  Glenn Morris  <rgm@gnu.org>
352
353         * gnus.el (gnus-list-debbugs):
354         Use require rather than autoload.  (Bug#14262)
355
356 2013-04-27  Julien Danjou  <julien@danjou.info>
357
358         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
359         port to "sieve" now that it has an official IANA port assigned.
360
361 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
364         Don't set the MAILHOST environment variable permanently (Bug#14271).
365
366 2013-04-26  Glenn Morris  <rgm@gnu.org>
367
368         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
369
370 2013-04-25  Andrew Cohen  <cohen@bu.edu>
371
372         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
373         string values of 'gcc-self. Thanks to Saroj Thirumalai.
374
375 2013-04-24  Andrew Cohen  <cohen@bu.edu>
376
377         * nnir.el (nnir-close-group): Make sure we are in the right group.
378
379         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
380         dependency table from all newly retrieved headers.
381
382 2013-04-16  David Edmondson  <dme@dme.org>
383
384         Support <img src="data:...">.
385
386         * shr.el (shr-image-from-data): New function.
387         (shr-tag-img): Use it.
388
389 2013-04-14  Andrew Cohen  <cohen@bu.edu>
390
391         * nnir.el (nnir-request-set-mark): Make sure we are in the right
392         group.
393
394 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
397         corresponding to any existing group (Bug#14166).
398
399 2013-04-10  Andrew Cohen  <cohen@bu.edu>
400
401         * nnir.el (number-sequence): No longer used.
402         (nnir-request-set-mark): New function.
403         (nnir-request-update-info): Improve marks updating.
404         (nnir-request-scan): Don't duplicate marks updating.
405         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
406         Use 'assq rather than 'assoc. Quote anonymous function.
407         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
408         Use 'gnus-group-prefixed-p.
409         (gnus-summary-create-nnir-group): Make sure server for method is open.
410
411 2013-04-04  Andrew Cohen  <cohen@bu.edu>
412
413         * nnir.el (gnus-nnir-group-p): New function.
414         (nnir-possibly-change-group): Use it.
415
416         * gnus-msg.el (gnus-setup-message): Use it.
417
418 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * mml.el (mml-minibuffer-read-description): Use `default' insted of
421         `initial-input' for the argument name.
422         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
423
424 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
425
426         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
427         (used by MH-E).
428
429 2013-04-01  Andrew Cohen  <cohen@bu.edu>
430
431         * nnir.el (nnir-request-update-mark): Improve mark updating in original
432         group.
433
434         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
435         fix compilation.
436
437 2013-03-31  Andrew Cohen  <cohen@bu.edu>
438
439         * nnir.el (nnir-method-default-engines): And another typo.
440
441 2013-03-30  Andrew Cohen  <cohen@bu.edu>
442
443         * nnir.el (nnir-method-default-engines): Fix typo.
444
445 2013-03-29  Andrew Cohen  <cohen@bu.edu>
446
447         * nnir.el: Define 'number-sequence for xemacs.
448         (gnus-summary-create-nnir-group): New function to create an nnir group
449         from an nnir summary buffer based on the current query.
450         (nnir-request-create-group): Update to allow nnir group creation based
451         on the current query.
452
453 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * nndraft.el (nndraft-request-expire-articles):
456         Make expiry target always `delete'.
457
458 2013-03-27  Andrew Cohen  <cohen@bu.edu>
459
460         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
461         buffer use the posting-style and gcc of the original article group.
462         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
463
464         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
465         after other deffoos.
466
467 2013-03-25  Andrew Cohen  <cohen@bu.edu>
468
469         * nnir.el: Major rewrite. Cleaner separation between searches and group
470         management. Marks are now shown in nnir summary buffers. Rudimentary
471         support for real (i.e. not ephemeral) nnir groups.
472         (gnus-summary-make-nnir-group): New function for initiating searches
473         from a summary buffer.
474
475 2013-03-18  Sam Steingold  <sds@gnu.org>
476
477         * message.el (message-bury): Minor cleanup.
478
479 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
480
481         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
482
483 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * nndir.el (nndir-request-list): Remove 2nd argument passed to
486         nnml-request-list.  (Bug#13873)
487         (nndir-request-newsgroups): Remove, unused.
488
489         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
490
491 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
492
493         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
494         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
495         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
496
497 2013-03-03  Ted Phelps  <phelps@gnusto.com>
498
499         * shr.el: Make all the overlays set the `evaporate' property so that
500         they're removed properly.
501
502 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
503
504         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
505         shell-quote-argument.
506
507 2013-02-22  David Engster  <deng@randomsample.de>
508
509         * gnus-registry.el (gnus-registry-save): Provide class name when
510         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
511         `condition-case' to stay compatible with older EIEIO versions which
512         only accept one argument.
513
514 2013-02-17  Daiki Ueno  <ueno@gnu.org>
515
516         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
517         (epg-user-id-validity): Autoload.
518         (mml2015-epg-check-user-id): New function.
519         (mml2015-epg-check-sub-key): New function split from
520         mml2015-epg-find-usable-key.
521         (mml2015-epg-find-usable-key): Accept context, name, usage, and
522         optional name-is-key-id, to handle the case when user-id is unusable.
523         Reported by Łukasz Stelmach <stlman@poczta.fm>.
524
525 2013-02-17  Glenn Morris  <rgm@gnu.org>
526
527         * shr.el (shr-put-image): Use image-multi-frame-p if available.
528
529 2013-02-16  Glenn Morris  <rgm@gnu.org>
530
531         * shr.el (shr-put-image): Only animate images that specify a delay.
532         This is consistent with the old image-animated-p behavior.
533
534 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
537         for XEmacs.
538
539 2013-02-13  Juri Linkov  <juri@jurta.org>
540
541         * gnus-art.el (gnus-article-mode-map):
542         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
543         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
544
545 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
546
547         * auth-source.el (auth-source-format-prompt): Don't get confused by
548         any "\" in replacement text.  (Bug#13637)
549
550 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
551
552         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
553         (gnus-backend-trace): Honour gnus-backend-trace.
554
555         * mml.el (mml-insert-part): Insert closing tag.
556
557         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
558
559 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
562         able to find the article, which can happen in debbugs groups,
563         apparently.
564
565 2013-01-16  Glenn Morris  <rgm@gnu.org>
566
567         * smiley.el (smiley-style): Make the file loadable in batch mode.
568
569 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
570
571         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
572         imap process running.
573
574 2013-01-14  Julien Danjou  <julien@danjou.info>
575
576         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
577         Compare addresses against addresses, not against the full From field.
578
579 2013-01-13  Richard Stallman  <rms@gnu.org>
580
581         * message.el (message-forward-make-body-mime): New args BEG, END
582         specify what part of FORWARD-BUFFER to use.  Do the work directly
583         instead of calling `mml-insert-buffer'.
584
585 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
586
587         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
588         cross-reference(s).
589
590         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
591         cross-reference(s).
592
593 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
594
595         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
596         and point-max-marker.
597         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
598
599 2013-01-11  Julien Danjou  <julien@danjou.info>
600
601         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
602         max are almost equal. Also return the correct value for V which is
603         already between 0 and 1.
604
605 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
606
607         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
608         to mml2015-encrypt-to-self.
609         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
610
611 2013-01-09  Daiki Ueno  <ueno@gnu.org>
612
613         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
614         mml-smime-epg-find-usable-secret-key.
615
616 2013-01-08  Glenn Morris  <rgm@gnu.org>
617
618         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
619
620 2013-01-07  Daiki Ueno  <ueno@gnu.org>
621
622         * mml-smime.el: Support signing by sender.
623         Requested by Uwe Brauer.
624         (mml-smime-sign-with-sender): New user option analogous
625         to mml2015-sign-with-sender.
626         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
627         (mml-smime-epg-find-usable-secret-key): New helper function copied from
628         mml2015.el.
629
630 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
633         isn't running, because Gnus will probably not know how to handle the
634         Gcc header (bug#11941).
635
636         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
637         articles.
638
639 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * nnfolder.el (nnfolder-recursive-directory-files): New function.
642         (nnfolder-generate-active-file): Make this function work with recursive
643         folder names.
644
645 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
646
647         * nntp.el (nntp-open-connection): Use HELP as the capability command
648         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
649         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
650
651 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
652
653         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
654         place holder since this gives `Invalid face reference: nil' messages.
655         Use the `default' face instead.  It has the same effect here, even
656         though it is not no-op.
657
658         * gnus-util.el
659         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
660
661 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
664         non-string posting styles (bug#13285).
665
666 2012-12-27  Glenn Morris  <rgm@gnu.org>
667
668         * plstore.el (plstore-passphrase-callback-function):
669         Use plstore-get-file.
670
671 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
672
673         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
674         stderr.
675
676 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
679
680         * gnus-compat.el (set-buffer-multibyte): Remove.
681
682 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
683
684         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
685         temporary file to get PGP key image. Pass no-show-photos when extracting
686         image to avoid having it pop up twice.
687
688 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
691         eligible for treatment.
692
693         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
694         lines.  This makes summary commands with hidden threads work more
695         reliably.
696
697         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
698         button to mark the hidden citations (bug#9395).
699
700 2012-12-26  Daiki Ueno  <ueno@gnu.org>
701
702         * mml2015.el (mml2015-epg-signature-to-string): New function.
703         (mml2015-epg-verify-result-to-string): New function.
704         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
705         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
706         instead of epg-verify-result-to-string.
707         (epg-signature-key-id, epg-signature-to-string): Autoload.
708         (epg-verify-result-to-string): Remove autoload.
709
710 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
711
712         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
713         ID image from GPG public key.
714         (mml2015-epg-key-image-to-string): New function.
715
716 2012-12-25  Leo Liu  <sdl.web@gmail.com>
717
718         * plstore.el (plstore-passphrase-callback-function): Fix error when
719         error when plstore-cache-passphrase-for-symmetric-encryption is set
720         (bug#13264).
721
722 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
725         buffer to the article buffer here, because that clobbers multiple
726         article buffers.
727
728         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
729         buffer always points to the right summary buffer.
730
731 2012-12-25  John Wiegley  <jwiegley@gmail.com>
732
733         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
734         the password (bug#12097).
735
736 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
737
738         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
739         (bug#13263).
740
741         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
742         buffer exists before using it (bug#12475).
743
744         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
745         offline groups (bug#11937).
746
747         * message.el (message-yank-original): When using customize to set the
748         value of `message-cite-style', the variable it set to a symbol that's
749         the name of the variable, which must then be dereferenced (bug#12616).
750
751 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
752
753         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
754         the `face' property with a list whose car is the face specified in the
755         format string and whose cdr is (nil).
756         * lisp/gnus-util.el
757         (gnus-put-text-property-excluding-characters-with-faces):
758         Change accordingly.
759         (gnus-get-text-property-excluding-characters-with-faces): New function.
760         * lisp/gnus-sum.el (gnus-summary-highlight-line):
761         * lisp/gnus-salt.el (gnus-tree-highlight-node):
762         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
763
764 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
765
766         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
767         login methods.
768         (nnimap-login): Respect the `nnimap-authenticator' variable.
769
770         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
771         mark state when moving articles.  Otherwise unticked articles will get
772         their ticks back after moving.
773
774 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
777
778         * message.el (message-ignored-news-headers): Always remove
779         X-Message-SMTP-Method to avoid information leakage if the user
780         mistakenly inserts the header into news messages.
781
782         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
783
784         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
785         right than four characters, this command would move point to
786         `point-max'.  Don't do that.
787
788         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
789         to nil to allow re-selecting groups that gain articles.
790         (gnus-bug-group-download-format-alist): Update the URL.
791
792 2012-12-23  Andreas Schwab  <schwab@suse.de>
793
794         * shr.el (shr-tag-em): Render em as italic, not bold.
795
796 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-int.el (gnus-backend-trace): Factor out into its own function
799         for reuse.
800         (gnus-open-server): Use it to add more tracing.
801         (gnus-finish-retrieve-group-infos): Add backend tracing.
802         (gnus-backend-trace): Also note the elapsed seconds.
803
804 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
805
806         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
807         Set epa-file-encrypt-to from variable to avoid querying.
808
809 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
810
811         * sieve-mode.el (sieve-font-lock-keywords):
812         Keywords should be word delimited.  (Bug#13173)
813
814 2012-12-13  Andreas Schwab  <schwab@suse.de>
815
816         * tls.el (tls-program): Update customize type.
817
818 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
821         instead of <pre> to align message header.
822
823 2012-12-12  Sam Steingold  <sds@gnu.org>
824
825         * gnus.el (gnus-other-frame-resume-function): Add user option.
826         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
827
828 2012-12-06  Sam Steingold  <sds@gnu.org>
829
830         * gnus-start.el (gnus-before-resume-hook): Add.
831         (gnus-1): Run it when Gnus is alive.
832
833 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
836         * gnus-art.el (article-unsplit-urls)
837         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
838         * gnus-registry.el (gnus-registry-get-article-marks)
839         * message.el (message-goto-body): Use it.
840         (message-called-interactively-p): Remove.
841
842         * spam-stat.el (spam-stat-called-interactively-p): New macro.
843         (spam-stat-score-buffer): Use it.
844
845         * spam.el: Silence the warnings against BBDB functions when compiling.
846
847         * gnus-score.el (gnus-score-decode-text-parts):
848         Use append+mapcar instead of the cl function mapcan.
849
850 2012-12-05  Sam Steingold  <sds@gnu.org>
851
852         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
853         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
854         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
855
856 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gmm-utils.el (gmm-called-interactively-p): Revert.
859         This seems to cause Emacs to get stuck!
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)
864         (message-called-interactively-p): Revert.
865
866         * gmm-utils.el (gmm-called-interactively-p): New function.
867         * gnus-art.el (article-unsplit-urls)
868         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
869         * gnus-registry.el (gnus-registry-get-article-marks)
870         * message.el (message-goto-body): Use it.
871         (message-called-interactively-p): Remove.
872
873         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
874         * gnus-sync.el (gnus-sync-lesync-call)
875         * message.el (message-read-from-minibuffer): Use it.
876
877 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gmm-utils.el (gmm-flet): Remove.
880         * gnus-sync.el (gnus-sync-lesync-call)
881         * message.el (message-read-from-minibuffer): Don't use it.
882
883 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gmm-utils.el (gmm-labels): Use cl-labels if available.
886
887 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
890
891         * gnus-sync.el (gnus-sync-lesync-call)
892         * message.el (message-read-from-minibuffer): Use gmm-flet.
893
894         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
895
896         * gnus-util.el (gnus-macroexpand-all): Remove.
897
898 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
899
900         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
901         to TAB, not [tab].
902         (gnus-summary-article-map): Likewise.
903
904         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
905         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
906
907 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
908
909         * time-date.el: Commentary fix.
910
911 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
912
913         * color.el: Don't require cl.
914         (color-complement): `caddr' -> `nth 2'.
915
916         * time-date.el (time-to-seconds): De-obsolete.
917
918 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * message.el (message-get-reply-headers):
921         Make sure the reply goes to the author if it is a wide reply.
922
923 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
924
925         * gnus-score.el (gnus-score-body):
926         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
927         scoring by body.
928
929 2012-11-16  Glenn Morris  <rgm@gnu.org>
930
931         * gnus-diary.el (nndiary-request-create-group-functions)
932         (nndiary-request-update-info-functions)
933         (gnus-subscribe-newsgroup-functions)
934         (nndiary-request-accept-article-functions):
935         Use new names for hooks rather than obsolete aliases.
936
937 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * dgnushack.el (define-obsolete-variable-alias): Simplify.
940
941 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
944         in meta tag with the one the part specifies in its header.
945
946 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
947
948         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
949         by default.
950
951 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
954         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
955
956 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
959         and a runtime function for it, of which the XEmacs version takes only
960         two arguments.
961
962 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
963
964         * nndiary.el (nndiary-request-create-group-functions)
965         (nndiary-request-update-info-functions)
966         (nndiary-request-accept-article-functions):
967         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
968         "-hooks" suffix.
969
970 2012-10-19  Julien Danjou  <julien@danjou.info>
971
972         * gnus-art.el: Require gnus-util because it uses
973         `gnus-timer--function'.
974
975 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
976
977         * starttls.el (starttls-extra-arguments): Doc fix.
978
979 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
982         it.
983
984 2012-10-06  Glenn Morris  <rgm@gnu.org>
985
986         * gnus-notifications.el (gnus-notifications):
987         Add missing group :version tag.
988         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
989         (gnus-gcc-post-body-encode-hook):
990         * gnus-sync.el (gnus-sync-lesync-name)
991         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
992
993 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
994
995         * color.el (color-hsl-to-rgb): Fix incorrect results for
996         small and large hue values.  (Bug#12559)
997
998 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         New UIDL implementation.
1001
1002         * mail-source.el (mail-sources, mail-source-keyword-map):
1003         Add :leave as a pop3 keyword.
1004         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1005
1006         * pop3.el (pop3-leave-mail-on-server): Allow number.
1007         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1008         (pop3-movemail): Add UIDL support.
1009         (pop3-send-streaming-command): Take a list of mail numbers instead of
1010         the number of mails.
1011         (pop3-write-to-file): Add X-UIDL header.
1012         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1013         (pop3-uidl-add-xheader): New functions.
1014
1015         * message.el (message-ignored-resent-headers):
1016         Add X-Content-Length and X-UIDL headers.
1017
1018 2012-10-05  Glenn Morris  <rgm@gnu.org>
1019
1020         * color.el (color-name-to-rgb, color-rgb-to-hex)
1021         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1022         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1023         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1024         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1025
1026 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1029         a user about whether to delete temp files if once a user answered as n.
1030
1031 2012-09-25  Chong Yidong  <cyd@gnu.org>
1032
1033         * password-cache.el (password-read-and-add): Use a declare form to mark
1034         this function obsolete.
1035
1036 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * lpath.el: Bind mail-encode-mml for old Emacsen.
1039
1040 2012-09-17  Richard Stallman  <rms@gnu.org>
1041
1042         * message.el (message-in-body-p): Don't set mark or modify buffer.
1043
1044         * mml.el (mml-attach-file): Doc fix.
1045         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1046         Set mail-encode-mml when in Mail mode.
1047         Simplify code to set HEAD and move back to HEAD.
1048         (mml-insert-multipart, mml-insert-part):
1049         Set mail-encode-mml when in Mail mode.
1050
1051 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-util.el (gnus-timer--function): New function.
1054
1055         * gnus-art.el (gnus-article-stop-animations): Use it.
1056
1057 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1058
1059         Fix glitches caused by addition of psec to timers.
1060         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1061         rather than raw access to timer vector.
1062
1063 2012-09-11  Julien Danjou  <julien@danjou.info>
1064
1065         * gnus-notifications.el (gnus-notifications): Check for nil values in
1066         ignored addresses check.
1067
1068 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1069
1070         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1071
1072 2012-09-07  Chong Yidong  <cyd@gnu.org>
1073
1074         * gnus-util.el
1075         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1076
1077         * gnus-salt.el (gnus-tree-highlight-node):
1078         * gnus-sum.el (gnus-summary-highlight-line):
1079         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1080
1081 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1082
1083         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1084
1085 2012-09-06  Juri Linkov  <juri@jurta.org>
1086
1087         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1088         scheme for buffer names to be more consistent with other group and
1089         article buffer names in Gnus.
1090
1091 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1092
1093         * gnus-util.el
1094         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1095
1096         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1097         Jenkner.
1098
1099         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1100
1101         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1102
1103         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1104
1105 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1108         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1109
1110         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1111         string-prefix-p in Emacs >=23.2.
1112
1113         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1114         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1115         instead of string-match-p.
1116         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1117
1118 2012-09-06  Kenichi Handa  <handa@gnu.org>
1119
1120         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1121         lowercase a..f.
1122
1123 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1124
1125         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1126
1127 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1128
1129         * nnimap.el (nnimap-request-move-article): Decode the group name when
1130         doing internal moves to avoid charset issues.
1131
1132         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1133         TIME is set.
1134
1135 2012-09-05  Juri Linkov  <juri@jurta.org>
1136
1137         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1138         than one group at a time (bug#11961).
1139
1140 2012-09-05  Julien Danjou  <julien@danjou.info>
1141
1142         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1143         this hide the real reason with a message giving absolutely no hint.
1144
1145 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1146
1147         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1148         to the backend (bug#11804).
1149
1150         * message.el (message-insert-newsgroups): Don't insert newsgroup
1151         duplicates (bug#12275).
1152
1153 2012-09-05  John Wiegley  <johnw@newartisans.com>
1154
1155         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1156         sieve rules.
1157
1158 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1159
1160         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1161         function.
1162
1163         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1164
1165         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1166
1167 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1168
1169         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1170         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1171         This should make nnmaildir more usable with offlineimap.
1172
1173 2012-09-05  Julien Danjou  <julien@danjou.info>
1174
1175         * nnimap.el (nnimap-request-list): Revert change that made listing
1176         synchronous.
1177         (nnimap-get-responses): Restore.
1178
1179 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1180
1181         * dgnushack.el: XEmacs 21.5 compilation fix.
1182
1183         * gnus-notifications.el (gnus-notifications-notify): Use it.
1184
1185         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1186         warnings on XEmacs.
1187
1188 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1189
1190         Better seeds for (random).
1191         * gnus-sync.el (gnus-sync-lesync-setup):
1192         * message.el (message-canlock-generate, message-unique-id):
1193         Change (random t) to (random), now that the latter is more random.
1194
1195 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1196
1197         * nnimap.el (nnimap-change-group): Document result value
1198
1199         * auth-source.el (auth-sources): Fix macos keychain access.
1200
1201         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1202         allow the backend `request-head' function to determine the group
1203         name on its own.
1204         (gnus-request-expire-articles): Filter out negative article numbers
1205         during expiry (Bug#11980).
1206
1207         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1208         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1209
1210         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1211         you've found the article when you haven't.
1212
1213         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1214         that nnimap-change-group can return t.
1215
1216 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1217
1218         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1219
1220 2012-08-30  Julien Danjou  <julien@danjou.info>
1221
1222         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1223         `gnus-notifications-timeout'.
1224         (gnus-notifications-timeout): Add.
1225         (gnus-notifications-action): New function.
1226         (gnus-notifications-notify): Add :action using
1227         `gnus-notifications-action'.
1228         (gnus-notifications-id-to-msg): New variable.
1229         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1230         notifications id to messages.
1231
1232 2012-08-30  Kenichi Handa  <handa@gnu.org>
1233
1234         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1235         once.
1236
1237 2012-08-29  Julien Danjou  <julien@danjou.info>
1238
1239         * gnus-notifications.el: New file.
1240         (gnus-notifications-notify): New function.
1241         (gnus-notifications): Use `gnus-notifications-notify'.
1242
1243 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1246         transfer encoding first; bind gnus-newsgroup-charset to the charset
1247         that the article specifies (Bug#12209).
1248
1249 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1252         (gnus-group-customize-done): Encode values posting-style holds.
1253
1254         * gnus-msg.el (gnus-summary-resend-message)
1255         (gnus-configure-posting-styles): Decode values posting-style group
1256         parameter holds.
1257
1258 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1261         `name' and `address' in Resent-From header.
1262
1263 2012-08-14  Chong Yidong  <cyd@gnu.org>
1264
1265         * gnus-art.el (article-display-face): Handle failure in
1266         gnus-create-image (Bug#11802).
1267
1268 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1269
1270         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1271         Use defsetf.
1272
1273 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1274
1275         * auth-source.el: (auth-source-plstore-search)
1276         (auth-source-secrets-search): Ignore :require and :type in search spec.
1277
1278 2012-08-06  Julien Danjou  <julien@danjou.info>
1279
1280         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1281         `nnimap-request-move-article'.
1282
1283         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1284         Remove autoload, already handled by gnus.el.
1285
1286         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1287
1288         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1289         supported by nnimap actually. Reverts previous change.
1290
1291         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1292         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1293         to-buffer argument that is already supported.
1294
1295 2012-08-05  Julien Danjou  <julien@danjou.info>
1296
1297         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1298         Add autoload.
1299
1300 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * gnus.el (gnus-valid-select-methods): Fix custom type.
1303
1304 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1305
1306         * auth-source.el (auth-sources, auth-source-backend-parse)
1307         (auth-source-macos-keychain-search)
1308         (auth-source-macos-keychain-search-items)
1309         (auth-source-macos-keychain-result-append)
1310         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1311         auth-source.el through the /usr/bin/security utility.
1312         (auth-sources): Fix syntax error.
1313         (auth-source-macos-keychain-result-append): Fix variable name.
1314         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1315
1316 2012-07-27  Julien Danjou  <julien@danjou.info>
1317
1318         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1319         Emacs < 24.1
1320
1321 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * message.el (message-kill-address): Don't kill last newline.
1324         (message-skip-to-next-address): Don't move to the next header.
1325         (message-fill-field-address): Work properly.
1326
1327 2012-07-25  Julien Danjou  <julien@danjou.info>
1328
1329         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1330
1331 2012-07-24  Julien Danjou  <julien@danjou.info>
1332
1333         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1334
1335         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1336         (nntp-async-timer-handler): Remove, unused.
1337
1338         * nnimap.el (nnimap-get-responses): Remove, unused.
1339
1340         * nnheader.el (mail-header-set-extra): Remove, unused.
1341
1342         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1343         unused.
1344
1345         * mm-view.el (mm-view-sound-file): Remove, unused.
1346
1347         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1348         (mm-url-encode-multipart-form-data): Remove, unused.
1349
1350         * message.el (message-remove-signature, message-make-host-name)
1351         (message-fill-address): Remove, unused.
1352
1353         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1354         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1355         unused.
1356
1357         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1358         (gnus-xmas-call-region): Remove, unused.
1359
1360         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1361
1362         * gnus-util.el (gnus-extract-address-component-name)
1363         (gnus-extract-address-component-email, gnus-sortable-date)
1364         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1365         (gnus-process-live-p): Remove, unused.
1366
1367         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1368
1369         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1370         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1371         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1372         function.
1373
1374         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1375
1376         * gnus-score.el (gnus-summary-score-crossposting)
1377         (gnus-score-regexp-bad-p): Remove, unused.
1378
1379         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1380
1381         * gnus-range.el (gnus-sublist-p): Remove, unused.
1382
1383         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1384         unused.
1385
1386         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1387
1388         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1389         (gnus-request-associate-buffer): Remove, unused.
1390
1391         * gnus-group.el (gnus-group-set-method-info)
1392         (gnus-group-set-params-info): Remove, unused.
1393
1394         * gnus-fun.el (gnus-shell-command-to-string)
1395         (gnus-shell-command-on-region): Remove, unused.
1396
1397         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1398
1399         * gnus-art.el (gnus-article-text-type-exists-p)
1400         (article-translate-characters, gnus-article-hide-text-of-type)
1401         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1402         Remove, unused.
1403
1404 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1405
1406         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1407
1408 2012-07-21  Julien Danjou  <julien@danjou.info>
1409
1410         * message.el (message-dont-reply-to-names): Replace deprecated
1411         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1412         (message-get-reply-headers): Ditto.
1413
1414 2012-07-18  Julien Danjou  <julien@danjou.info>
1415
1416         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1417         `sieve-upload-and-kill'.
1418
1419         * sieve.el (sieve-bury-buffer): Remove function.
1420         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1421         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1422
1423 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1424
1425         * shr.el (shr-expand-url): Handle URL starting with `//'.
1426
1427 2012-07-13  Chong Yidong  <cyd@gnu.org>
1428
1429         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1430         instead of calling toggle-read-only with a (bogus) argument.
1431
1432 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1433
1434         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1435         of initial input when reading the author to restrict the summary to.
1436
1437 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * mm-decode.el (mm-shr):
1440         Allow overriding charset by mm-charset-override-alist.
1441
1442 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * gnus-art.el (gnus-article-view-part):
1445         Toggle subparts of multipart/alternative part.
1446
1447 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1448
1449         * shr.el (shr-render-buffer): New command.
1450         (shr-visit-file): Use it.
1451
1452 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1455         Set no-byte-compile and no-update-autoloads.
1456
1457 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1460
1461 2012-06-25  Julien Danjou  <julien@danjou.info>
1462
1463         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1464         `nnimap-request-move-articles-find-limit' since we do not use it only
1465         for move operations.
1466         (nnimap-request-accept-article): Use
1467         `nnimap-request-articles-find-limit' to limit search by message-id.
1468
1469 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1470
1471         Support higher-resolution time stamps (Bug#9000).
1472
1473         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1474         VARLIST.  It's optional, for backward compatibility.
1475         (encode-time-value): New optional arg PICO.  New type 3.
1476         (time-to-seconds) [!float-time]: Support the new picoseconds
1477         component if it's used.
1478         (seconds-to-time, time-subtract, time-add):
1479         Support ps-resolution time stamps as well.
1480
1481 2012-06-19  Julien Danjou  <julien@danjou.info>
1482
1483         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1484
1485         * nnimap.el (nnimap-log-buffer): Check that
1486         `window-point-insertion-type' is boundp, since it's not available in
1487         XEmacs.
1488
1489 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1490
1491         * nnimap.el (nnimap-log-buffer): Add this, setting
1492         `window-point-insertion-type' in the buffer to t.
1493         (nnimap-log-command): Use nnimap-log-buffer.
1494
1495 2012-06-19  Julien Danjou  <julien@danjou.info>
1496
1497         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1498         argument to be able to limit the search.
1499         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1500         (nnimap-request-move-articles-find-limit): Add this to limit the search
1501         by Message-Id after a message move.
1502         (nnimap): Add defgroup.
1503
1504 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1505
1506         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1507
1508 2012-06-15  Julien Danjou  <julien@danjou.info>
1509
1510         * nnimap.el (nnimap-find-article-by-message-id): Use
1511         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1512         (nnimap-possibly-change-group): Add read-only argument.
1513         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1514         issuing EXAMINE manually.
1515         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1516         with read-only argument.
1517         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1518         cannot possibly change because we need to be sure that it's either
1519         read-write or read-only.
1520
1521 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1524         being bound to a lambda form.
1525
1526 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1527
1528         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1529         articles when fetch-old is non-nil (bug#11370).
1530
1531 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1532
1533         * gnus-picon.el (gnus-picon-properties): New defcustom.
1534         (gnus-picon-create-glyph): Use it.
1535
1536 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-group.el (gnus-group-get-new-news): Respect
1539         `gnus-group-use-permanent-levels', as documented (bug#11638).
1540
1541 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1542
1543         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1544         groups (bug#11641).
1545
1546 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1547
1548         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1549         is an integer to avoid later problems.
1550
1551 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1554         locales.
1555
1556         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1557         on a handle.
1558
1559         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1560         address as the default.
1561         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1562
1563         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1564         makes no sense to query the user about internal files.
1565
1566         * gnus-spec.el: Remove all the byte-compilation stuff, since
1567         benchmarking shows that it doesn't help when entering large summary
1568         buffers.
1569
1570         * gnus-xmas.el (gnus-xmas-define): Remove.
1571
1572         * gnus-util.el (gnus-byte-code): Remove.
1573
1574         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1575         grouplens stuff.
1576
1577 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1580         (bug#11514).
1581
1582 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1583
1584         * message.el (message-buffers): Return all buffers derived from Message
1585         to make `gnus-dired-attach' work with mu4e.
1586
1587 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1588
1589         * nntp.el: Stop the `letf' madness.
1590         (nntp--report-1): New var.
1591         (nntp-report): Merge nntp-report-1 into it.
1592         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1593         the nntp-report function.
1594
1595         * auth-source.el: Fix comment-style to follow the convention.
1596
1597 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1598
1599         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1600         (mm-dissect-singlepart): Don't guess the MIME type of
1601         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1602         set.
1603         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1604         toplevel MIME type is multipart/encrypted.
1605
1606 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1609         a string so that Gcc works (bug#11514).
1610
1611 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1612
1613         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1614         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1615
1616 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1617
1618         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1619         jumping to *Server* from a dedicated *Group* window.
1620         (gnus-configure-frame): CSE.
1621
1622         * gnus-registry.el: Minor style cleanup.
1623         (gnus-registry--set/remove-mark): New function, extracted from
1624         gnus-registry-install-shortcuts.
1625         (gnus-registry-install-shortcuts): Use it.
1626
1627 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * nnspool.el (news-path): Use eval-and-compile.
1630
1631 2012-05-24  Glenn Morris  <rgm@gnu.org>
1632
1633         * nnspool.el (news-directory, news-path, news-inews-program):
1634         Move here from paths.el.  Don't see a need for these to be autoloaded.
1635
1636         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1637         Merge in doc from paths.el version.  Don't see any need for this to be
1638         autoloaded, or for the warning about users not setting it.
1639
1640 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1641
1642         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1643         format.  In particular, add an optional argument and a docstring.
1644
1645         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1646
1647         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1648         current before calling `gnus-groups-to-gnus-format'.
1649         Note that this was already the case for `gnus-active-to-gnus-format'.
1650
1651 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1652
1653         Fix minor Y10k bug.
1654         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1655
1656 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1657
1658         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1659         message once it's actually open.
1660
1661 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1662
1663         * gnus.el: Ma Gnus v0.5 is released.
1664
1665 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1666
1667         * auth-source.el (auth-source--aput-1, auth-source--aput)
1668         (auth-source--aget): New functions and macros.
1669         Use them instead of aput/aget.
1670
1671 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1672
1673         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1674
1675 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1676
1677         * plstore.el (plstore-called-interactively-p): New compat macro copied
1678         from message.el.
1679         (plstore-mode): Use it.
1680
1681 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1682
1683         * plstore.el: Revive the editing feature.
1684         (plstore-mode): New mode to edit plstore file.
1685         (plstore-mode-toggle-display, plstore-mode-original)
1686         (plstore-mode-decoded): New command.
1687         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1688         (plstore--insert-buffer, plstore--make): New function.
1689         (plstore-open, plstore-save): Simplify by using them.
1690
1691 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1694
1695 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1696
1697         * tls.el (open-tls-stream): Remove unused binding.
1698
1699 2012-04-16  Glenn Morris  <rgm@gnu.org>
1700
1701         * nndraft.el (nndraft-request-list): Fix declaration.
1702
1703 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * mm-decode.el (mm-dissect-buffer): Doc fix.
1706
1707         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1708         don't have a current group.
1709
1710         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1711         buffer if it doesn't exist.
1712
1713         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1714         given, mark the group as ephemeral with the current window conf.
1715
1716         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1717         buffer exists, which it doesn't if we haven't started Gnus.
1718         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1719
1720 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1723         type is.
1724
1725         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1726         `unexists' entries.
1727         (gnus-clean-old-newsrc): Fix last checkin.
1728
1729         * nnimap.el (nnimap-update-info): None of the articles below the active
1730         low-water mark exist.
1731
1732         * dgnushack.el: Get rid of XEmacs compilation warning.
1733
1734         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1735         would have gotten if we posted to the group, and use that to compare
1736         against the message we want to cancel (bug#10808).
1737
1738         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1739         on XEmacs.
1740
1741 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1742
1743         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1744         `scroll-margin'.
1745
1746 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1747
1748         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1749         citation prefix within a block of cited text should be considered part
1750         of that block *only* if it is a blank line.
1751
1752 2012-04-09  Chong Yidong  <cyd@gnu.org>
1753
1754         * binhex.el, hashcash.el, uudecode.el:
1755         Remove * characters from the front of variable docstrings.
1756
1757 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1760         before kinsoku-bol characters nor within kinsoku-eol characters.
1761
1762 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1765         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1766         (gnus-sync-read): Use mapc instead of mapcar.
1767
1768         * mm-archive.el: Require mm-decode for some macros.
1769         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1770         the byte compiler.
1771         (mm-archive-decoders): New function that returns the value of
1772         the mm-archive-decoders variable.
1773
1774         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1775         instead.
1776         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1777
1778         * nnimap.el (gnus-refer-thread-use-nnir):
1779         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1780
1781 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1784
1785 2012-03-12  Peter Münster  <pmrb@free.fr>
1786
1787         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1788         (gnus-demon-cancel): Ditto.
1789         (gnus-demon-run-callback): When function cannot be called due to low
1790         idleness, call it when idleness reaches the expected value, instead of
1791         waiting another timer period.
1792         (gnus-demon-init): Add `time' to arguments of call-back.
1793
1794 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1797
1798         * gnus.el: Register gnus-registry functions.
1799
1800         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1801         indent.
1802
1803         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1804         enabled before warping.
1805
1806 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1807
1808         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1809         registry about each article retrieved.
1810
1811         * gnus-int.el (gnus-select-group-with-message-id): New function.
1812         (gnus-try-warping-via-registry): Ditto.
1813         (gnus-warp-to-article): Fall back on the registry.
1814
1815 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1816
1817         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1818         inboxes.
1819
1820 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1823
1824 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1827         gnus-gcc-self-resent-messages may be a group parameter.
1828         (gnus-summary-resend-message): Don't encode encoded words in header
1829         when Gcc'ing resent message.
1830
1831 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * shr.el (shr-insert): Treat non-breaking space just like normal
1834         space.  This seems to produce more pleasing results.
1835         (shr-insert): Only insert a blank line if we're starting from an image.
1836         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1837         (shr-ensure-paragraph): Consider lines with white space to be blank.
1838
1839 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1840
1841         * Makefile.in: Respect DESTDIR.
1842
1843 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1844
1845         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1846         and gnus-gcc-post-body-encode-hook.
1847
1848 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1851         messages that don't exist.
1852
1853         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1854
1855 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1858         Remove.
1859
1860         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1861
1862         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1863
1864 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1867         have a group name.
1868
1869         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1870         a multibyte buffer (bug#7410).
1871         (article-wash-html): Parse the original article buffer to get the
1872         unencoded data (bug#7410).
1873
1874         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1875         .newsrc.el files.
1876
1877 2012-04-05  Bastien Guerry  <bzg@altern.org>
1878
1879         * color.el (color-lighten-name): Fix typo.
1880
1881 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1884         "#" to avoid having them interpreted as comments.
1885
1886 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * shr.el (shr-insert): Update the text state properly to avoid
1889         inserting spurious paragraph starts.
1890
1891 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * shr.el (shr-table-widths): Divide the extra width more fairly over
1894         the TDs (bug#10973).
1895         (shr-render-td): Don't delete too much padding.
1896         (shr-natural-width): Compute the natural width more correctly.
1897         (shr-insert): Allow the natural width to be computed for tables again.
1898         (shr-tag-table-1): Rework how the natural widths are computed by
1899         rendering the table a third time.
1900         (shr-natural-width): Removed.
1901         (shr-buffer-width): New function.
1902         (shr-expand-newlines): Use it.
1903
1904         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1905         using a `gnus-use-full-window' setup (bug#11013).
1906
1907 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1910         24.1 release.
1911
1912 2012-03-10  David Edmondson  <dme@dme.org>
1913
1914         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1915         'Forwarded Message' header and the start of the message.
1916
1917 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1918
1919         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1920         isn't running (bug#10897).
1921
1922 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1925         This is inconsistent with all the other stream functions, which leave
1926         the setting up to the higher levels (if so wanted) (bug#10931).
1927
1928 2012-02-28  Glenn Morris  <rgm@gnu.org>
1929
1930         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1931         mm-decode.el: Standardize possessive apostrophe usage.
1932
1933 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1936
1937 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1938
1939         * parse-time.el (parse-time-string): Allow extractor to return nil.
1940
1941 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1944
1945 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1946
1947         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1948
1949 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1950
1951         * mm-decode.el (mm-shr): Remove "soft hyphens".
1952
1953         * nnimap.el (nnimap-request-list): Return the group names encoded as
1954         utf8.  Otherwise non-European group names don't work.
1955         (nnimap-request-newgroups): Ditto.
1956
1957         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1958         the default in `read-string' (bug#10757).
1959
1960         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1961         topics (bug#10843).
1962
1963         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1964         buffer.  Suggested by Herbert Valerio Riedel.
1965         (nnimap-request-move-article): Delete the message from the correct IMAP
1966         server.
1967
1968 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1969
1970         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1971         Reported by Peter Münster.
1972
1973 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1974
1975         * shr.el (shr-image-fetched): Make sure we really kill the right
1976         buffer.
1977
1978 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1979
1980         * gnus-start.el (gnus-1): Avoid duplicate entries.
1981
1982 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1983
1984         * imap.el: Remove.
1985
1986         * nntp.el (nntp-coding-system-for-read): Remove.
1987         (nntp-coding-system-for-write): Ditto.
1988         (nntp-open-connection): Just use `binary' directly.
1989
1990         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1991         Gnus 0.3.
1992
1993 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1994
1995         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1996         application/octet-stream parts really is.
1997
1998         * gnus-sum.el (gnus-propagate-marks): Remove.
1999
2000 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2001
2002         * shr.el (shr-rescale-image): Undo previous change; see
2003         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2004
2005 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2006
2007         * gnus.el: Ma Gnus v0.3 is released.
2008
2009 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2010
2011         * gnus-sum.el (gnus-summary-local-variables): Make
2012         `gnus-newsgroup-unexist' into a local variable.
2013
2014 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2015
2016         * registry.el (registry-usage-test, registry-persistence-test): Move to
2017         tests/gnustest-registry.el.
2018         (registry-make-testable-db, registry-match-test)
2019         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2020
2021         * gnus-registry.el (gnus-registry-misc-test)
2022         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2023
2024         * tests/gnustest-registry.el: New file with the registry and
2025         gnus-registry ERT tests.
2026
2027 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * gnus-msg.el (gnus-summary-resend-message): Make
2030         gnus-summary-resend-message-insert-gcc be last item in
2031         message-header-setup-hook.
2032
2033 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2034
2035         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2036         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2037         Remove.
2038         (nnfolder-open-server): Don't use marks.
2039         (nnfolder-request-delete-group): Ditto.
2040         (nnfolder-request-rename-group): Ditto.
2041         (nnfolder-request-set-mark, nnfolder-request-marks)
2042         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2043         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2044
2045         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2046         (nnml-marks-modtime): Remove.
2047         (nnml-request-delete-group): Don't use marks.
2048         (nnml-request-rename-group): Ditto.
2049         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2050         (nnml-save-marks, nnml-open-marks): Remove.
2051
2052         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2053         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2054         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2055         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2056         (nntp-server-to-method-cache): Remove.
2057
2058         * shr.el (shr-rescale-image): Fix wrong merge.
2059
2060 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2061
2062         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2063         too-wide lines.
2064
2065 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2066
2067         * nnimap.el (nnimap-record-commands): New variable.
2068         (nnimap-log-command): Use it.
2069         (nnimap-make-process-buffer): Add a space to the process buffer.
2070         (nnimap-transform-headers): Don't bug out on header lines containing
2071         stuff that look like IMAP length encodings.
2072
2073         * shr.el (shr-rescale-image): Allow viewing large images.
2074
2075 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2076
2077         * nnml.el (nnml-request-compact-group): Delete the marks file after
2078         compaction (bug#10800).
2079
2080         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2081         group exit.
2082
2083         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2084         QRESYNC/FETCH output.
2085
2086 2012-02-11  Glenn Morris  <rgm@gnu.org>
2087
2088         * sieve-manage.el (sieve-manage-default-stream):
2089         * shr.el (shr):
2090         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2091         (nnir-retrieve-headers-override-function)
2092         (nnir-imap-default-search-key, nnir-notmuch-program)
2093         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2094         (nnir-method-default-engines):
2095         * message.el (message-cite-reply-position):
2096         * gssapi.el (gssapi-program):
2097         * gravatar.el (gravatar):
2098         * gnus-sum.el (gnus-refer-thread-use-nnir):
2099         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2100         (gnus-registry-max-pruned-entries):
2101         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2102         * gnus-int.el (gnus-after-set-mark-hook)
2103         (gnus-before-update-mark-hook):
2104         * gnus-async.el (gnus-async-post-fetch-function):
2105         * auth-source.el (auth-source-cache-expiry):
2106         Add missing :version tags to new defcustoms and defgroups.
2107
2108 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2111         `gnus-newsgroup-unexist'.
2112
2113         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2114         marks.
2115         (gnus-article-special-mark-lists): Put the `unexist' in the special
2116         marks list instead.
2117
2118         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2119         articles in the list of articles to be selected.
2120
2121         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2122         articles.
2123         (nnimap-update-info): Keep track of unexisting articles.
2124         (nnimap-update-qresync-info): Ditto.
2125
2126 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2127
2128         * message.el (message-default-send-mail-function): Made into own
2129         function for reuse by emacsbug.el.
2130
2131 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2132
2133         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2134         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2135
2136 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2137
2138         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2139         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2140
2141         * gnus-compat.el: Define `timer-set-function'.
2142
2143         * mm-decode.el (mm-display-external): Output the text from the command
2144         in the buffer after the command finished.  This makes text-based
2145         commands behave better.
2146
2147 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2148
2149         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2150
2151 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2152
2153         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2154         23.1.
2155
2156 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2159
2160 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2161
2162         * message.el (smtpmail-smtp-user): Silence compiler warning.
2163
2164 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2165
2166         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2167         SMTP user name.
2168
2169 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * gnus-sum.el (gnus-summary-show-thread):
2172         next-single-char-property-change may return nil in XEmacs.
2173         (gnus-summary-article-map): Fix typo.
2174
2175 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2176
2177         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2178         running.
2179
2180         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2181
2182         * gnus.el (gnus-server-extend-method): Don't add an -address component
2183         if the method already has one (bug#9676).
2184
2185 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2188         of an initial-input for consistency (bug#10757).
2189
2190         * dgnushack.el: Fix XEmacs compilation warning.
2191
2192         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2193
2194         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2195
2196 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2197
2198         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2199         lines that are narrower than the window width.  Otherwise background
2200         "blocks" will look less readable.
2201
2202 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2203
2204         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2205         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2206         have newlines within the strings, and where the UID comes after the
2207         BODYSTRUCTURE element (bug#10537).
2208
2209         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2210         (bug#10732).
2211
2212         * shr.el (shr-insert-document): Add doc string.
2213         (shr-visit-file): Ditto.
2214         (shr-remove-trailing-whitespace): New function.
2215         (shr-insert-document): Use it to clean up trailing whitespace as the
2216         final step (bug#10714).
2217
2218 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2219
2220         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2221         buffer if `gnus-kill-summary-on-exit' is nil.
2222
2223 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2224
2225         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2226         when just reading a single group from "without" Gnus.
2227
2228 2012-02-06  Chong Yidong  <cyd@gnu.org>
2229
2230         * gnus-sum.el (gnus-summary-show-thread):
2231         next-single-char-property-change never returns nil (Bug#8657).
2232
2233 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2234
2235         * message.el (message-multi-smtp-send-mail): New function.
2236         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2237         header to implement multi-SMTP functionality.
2238
2239         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2240         (gnus-agentize): Don't set it.
2241         (gnus-agent-send-mail): Don't use it.
2242
2243         * gnus-sum.el (gnus-summary-widget-backward): New function and
2244         keystroke.
2245
2246         * gnus-compat.el: More the compat functions more compatible.
2247
2248         * shr.el (shr-put-image): Remove underlines from sliced images.
2249         (shr-zoom-image): Compute the region to be replaced more correctly.
2250
2251 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2254         (gnus-summary-resend-message-insert-gcc): New function.
2255         (gnus-summary-resend-message): Modify message-header-setup-hook and
2256         message-sent-hook to make it work for Gcc.
2257         (gnus-inews-do-gcc): Update the number of unread articles of groups
2258         that messages are Gcc'd to.
2259
2260         * message.el (message-resend): Run message-sent-hook to do Gcc.
2261
2262 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2263
2264         * lpath.el: Fix an XEmacs compilation warning.
2265
2266         * gnus-compat.el: Require `help-fns' to fix compilation error.
2267
2268         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2269         a higher level to silence compilation.
2270
2271         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2272         parameter to allow controlling the scaling.
2273
2274         * shr.el (shr-zoom-image): New command and keystroke.
2275         (shr-put-image): Take a `size' flag to say how to scale the image.
2276
2277         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2278         deletion unless already defined.
2279
2280         * gnus.el (gnus-compat): Require it.
2281
2282         * gnus-compat.el: New file.
2283
2284         * gnus-start.el (gnus-clean-old-newsrc): New function.
2285         (gnus-read-newsrc-file): Use it.
2286
2287         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2288         Use recursive deletion.
2289         (mm-dissect-archive): Add support for zip files.
2290
2291         * gnus-util.el (gnus-recursive-directory-files): New function.
2292
2293         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2294         (mm-archive-decoders): Add tgz support.
2295
2296         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2297         Otherwise inserting text into the Gnus buffer can look odd.
2298
2299         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2300
2301         * mm-archive.el (mm-archive-decoders): Add support for tar.
2302
2303         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2304
2305         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2306
2307 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2308
2309         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2310
2311         * mm-archive.el: New file.
2312
2313         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2314
2315         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2316
2317         * message.el (message-goto-*): Make all the `message-goto-*' commands
2318         push the mark before moving point.  This makes it easier to go back to
2319         where you came from after editing whatever you jumped to.
2320
2321 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2322
2323         * gnus.el: Ma Gnus v0.1 is released.
2324
2325 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2326
2327         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2328         without reconnecting.
2329         (nnimap-possibly-change-group): Ditto.
2330         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2331         connection has died before being called.
2332
2333 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2334
2335         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2336         an initial sync unless we're really doing one.
2337
2338         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2339         address parameter if one already exists (bug#9676).
2340
2341         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2342         not the prefix, as documented (bug#10689).
2343
2344 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2347         the "server".
2348
2349         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2350         the real error message with the useless "previously known to be down".
2351         Which isn't even correct.
2352
2353         * nntp.el (nntp-open-connection): Report the error message if the nntp
2354         server can't be reached.
2355
2356         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2357         groups we do a total scan for.
2358         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2359         doing that.
2360
2361 2012-01-31  Jim Meyering  <jim@meyering.net>
2362
2363         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2364         Correct a comment (insert "not") and hide nominally-doubled "to".
2365
2366 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus.el (gnus-version): Change name to "Ma Gnus".
2369
2370 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2371
2372         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2373         section in the manual.
2374
2375 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2376
2377         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2378         words.
2379         (rfc2047-encode-string): Ditto.
2380         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2381         understand folded filename="..." parameters, for instance.
2382
2383         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2384         the message for greater debuggability.
2385
2386 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2387
2388         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2389         instead of setting it locally, since the latter doesn't seem to have
2390         any effect (most of the time).
2391
2392 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2393
2394         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2395         function call.
2396
2397 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2398
2399         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2400         seconds, and make the repeat clause with HH:MM specs work as
2401         documented.
2402
2403 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2404
2405         * proto-stream.el (proto-stream-capability-open): Fall back on
2406         :end-of-command if :end-of-capability doesn't exist.
2407
2408 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2411         bound globally in old Emacsen and XEmacsen.
2412
2413 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2414
2415         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2416         so that previous errors don't prohibit getting new news.
2417
2418         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2419
2420         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2421
2422 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2423
2424         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2425         buffer, not of the string which is its name.
2426
2427 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2428
2429         * proto-stream.el (proto-stream-capability-open): Wait for
2430         :end-of-capability, not :end-of-command.
2431
2432         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2433         non-server-marks groups.
2434         (gnus-group-make-articles-read): Ditto.
2435
2436         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2437         methods (bug#9676).
2438
2439         * gnus.el (gnus-method-ephemeral-p): New function.
2440
2441 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2444         left-to-right.
2445
2446 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2447
2448         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2449         warning.
2450
2451 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2452
2453         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2454         macroexpand the nnir things, since they haven't been defined yet, and
2455         nnir requires gnus-sum.
2456
2457 2012-01-24  Julien Danjou  <julien@danjou.info>
2458
2459         * color.el (color-rgb-to-hsl): Fix value computing.
2460         (color-hue-to-rgb): New function.
2461         (color-hsl-to-rgb): New function.
2462         (color-clamp, color-saturate-hsl, color-saturate-name)
2463         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2464         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2465
2466 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2469
2470 2012-01-19  Julien Danjou  <julien@danjou.info>
2471
2472         * color.el (color-name-to-rgb): Use the white color to find the max
2473         color component value and return correctly computed values.
2474         (color-name-to-rgb): Add missing float conversion for max value.
2475
2476 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2479         logical server name in addition to the actual machine address.
2480
2481         * auth-source.el (auth-source-user-and-password): Add convenience
2482         wrapper to search by just host and optionally user.
2483
2484 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2487         after rendering.
2488
2489 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2490
2491         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2492         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2493         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2494
2495 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2498         (bug#9693).
2499         (gnus-summary-setup-buffer): Document return value (bug#9697).
2500
2501         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2502         since ido doesn't work on symbols (bug#9632).
2503
2504         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2505         when getting a single value as when getting all the values.  This means
2506         that atoms like `gcc-self' work cumulatively, like variable settings,
2507         instead of getting the value from the last matching clause.
2508         (gnus-group-find-parameter): Protect against the group buffer not
2509         existing (bug#9585).
2510
2511 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * gnus-start.el (gnus-activate-group): Document more parameters
2514         (bug#9694).
2515
2516         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2517         (bug#9692).
2518
2519         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2520         article was fetched, so that it can be expired later (bug#9958).
2521         (gnus-agent-summary-fetch-series): Add doc string.
2522         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2523         (bug#9517).
2524
2525         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2526         retrieval is happening.
2527
2528         * gnus.el (gnus-parameters): Doc fix.
2529
2530 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2531
2532         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2533         show the thread after expansion.
2534
2535 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-art.el (article-narrow-to-head): If the head is completely
2538         empty, narrow to the empty region (bug#9764).
2539
2540         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2541         read, and then mark them as unread only when the unread mark is used.
2542         This makes `C-- T k' actually work, even though it's confusing.
2543
2544         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2545         alive before we try to find its window.
2546
2547 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2548
2549         * mm-decode.el (mm-display-external): Use a longer timeout for the
2550         deletion to allow slow programs to display the file.
2551
2552 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2555         prompt to be less confusing.
2556
2557         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2558         argument to `message-reply'.  This broke `special-display-*' frame
2559         pop-uping (bug#10238).
2560
2561 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2564         systems, since these allegedly don't work there.
2565
2566 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2567
2568         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2569         live buffer.
2570
2571 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * nnir.el (nnir-retrieve-headers): Protect against the article not
2574         existing on the server (bug#10335).
2575
2576 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2577
2578         * gnus-agent.el (gnus-agent-load-local): Recompute
2579         gnus-agent-article-local on changing method.
2580
2581 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus.el (gnus-parameters): Note precedence.
2584
2585 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2586
2587         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2588         in the group buffer.
2589
2590 2012-01-04  Julien Danjou  <julien@danjou.info>
2591
2592         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2593         change.
2594
2595 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2598         too.
2599
2600         * nntp.el (nntp-retrieve-group-data-early): Use it.
2601
2602 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * nntp.el (nntp-retrieval-in-progress): New variable.
2605         (nntp-make-process-buffer): Make it buffer-local.
2606
2607         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2608         2010.
2609         (gnus-demon-init): Use it to compute the time if time is on the form
2610         "04:23".
2611
2612         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2613
2614         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2615         status in the correct buffer.
2616
2617 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2618
2619         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2620         when opening topics (bug#10407).
2621
2622 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2623
2624         * gnus-cus.el (gnus-score-customize):
2625         * gnus-sum.el (gnus-sort-gathered-threads):
2626         * message.el (message-shorten-references):
2627         * nnmairix.el (nnmairix-request-group):
2628         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2629
2630 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2631
2632         * gnus-agent.el (gnus-agent-regenerate-group):
2633         * gnus-int.el (gnus-retrieve-group-data-early):
2634         * mm-util.el (mm-codepage-ibm-list):
2635         * nndiary.el (Commentary, nndiary-get-new-mail):
2636         * nnir.el (nnir):
2637         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2638
2639 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * mm-view.el (mm-display-inline-fontify): Add comment.
2642
2643 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2644
2645         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2646         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2647
2648 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2649
2650         * gnus-art.el (gnus-split-methods):
2651         * gnus-msg.el (gnus-configure-posting-styles):
2652         * gnus-spec.el (gnus-parse-simple-format):
2653         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2654         * message.el (message-do-actions): Spelling fix.
2655
2656 2011-12-15  Juri Linkov  <juri@jurta.org>
2657
2658         * mm-decode.el (mm-inline-media-tests): Add missing
2659         `mm-handle-media-subtype'.
2660
2661 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2662
2663         * gnus-group.el (gnus-group-tool-bar):
2664         * gnus-sum.el (gnus-summary-tool-bar):
2665         * message.el (message-tool-bar):
2666         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2667
2668 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2669
2670         * plstore.el (plstore--insert-buffer): Spelling fix.
2671
2672 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2673
2674         * message.el (message-valid-fqdn-regexp): Update with newly approved
2675         top-level domain names ".tel" and ".asia".
2676
2677 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2680         unconditionally.
2681
2682 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2685         pop-to-buffer-same-window for old Emacsen.
2686
2687 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2688
2689         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2690
2691 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2692
2693         * netrc.el (netrc-credentials): Spelling fix.
2694
2695 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2696
2697         * gnus-fun.el (gnus-fun-ppm-change-string):
2698         * gnus-msg.el (gnus-inews-do-gcc):
2699         * gnus-sum.el (gnus-summary-find-for-reselect):
2700         * gnus.el (gnus-summary-cancelled):
2701         * message.el (message-cancel-hook, message-send-news):
2702         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2703         * nnir.el (nnir-run-hyrex):
2704         * nntp.el (nntp-with-open-group-function):
2705         * pgg.el (pgg-pending-timers): Spelling fix.
2706
2707 2011-12-04  Chong Yidong  <cyd@gnu.org>
2708
2709         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2710         change (Bug#10200).
2711
2712 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * compface.el (uncompface):
2715         * gnus-art.el (gnus-article-x-face-command): Update the header format
2716         of icon data for the most recent icontopbm program.
2717
2718 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-msg.el (gnus-inews-do-gcc):
2721         * message.el (message-send-mail):
2722         * mml.el (mml-generate-mime): Share the value of the buffer-local
2723         `message-options' variable between a draft buffer and temprary working
2724         buffers.
2725
2726 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2727
2728         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2729
2730 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2733         for Cygwin.
2734
2735 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2736
2737         * gnus-group.el (gnus-group-prepare-flat):
2738         * mm-bodies.el (mm-encode-body):
2739         * mml.el (mml-preview):
2740         * nnml.el (nnml-request-compact-group):
2741         * pop3.el (pop3-stream-type): Spelling fix.
2742
2743 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2744
2745         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2746
2747 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2748
2749         * color.el (color-rgb-to-hsl):
2750         * gmm-utils.el (gmm-tool-bar-style):
2751         * gnus-group.el (gnus-group-prepare-flat):
2752         * gnus-topic.el (gnus-topic-prepare-topic):
2753         * mm-decode.el (mm-discouraged-alternatives):
2754         * rfc2047.el (rfc2047-encode-1):
2755         * starttls.el: Spelling fix.
2756
2757 2011-11-24  Glenn Morris  <rgm@gnu.org>
2758
2759         * binhex.el (binhex-begin-line): Give it basic doc-string.
2760
2761         * starttls.el, tls.el: Fix case of "GnuTLS".
2762
2763 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2764
2765         * gnus-group.el (gnus-group-highlight): Fix typo.
2766
2767 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2768
2769         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2770         value of `delete-file', that returns nil for a local file but returns t
2771         for a remote file using ssh.
2772
2773 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2774
2775         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2776
2777 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2780         avoid later breakage.
2781
2782 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2785         article buffers' name.
2786
2787 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2790         by Paul Eggert's spellfixes two days ago.
2791
2792 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793
2794         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2795         doesn't have it.
2796
2797         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2798         buffer-local instead of binding them to avoid warnings.  Also demote
2799         errors (bug#10063).
2800         (font-lock-mode-hook): Shut up byte compiler.
2801
2802 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2803
2804         * mm-util.el (mm-charset-after):
2805         * nnir.el (nnir-run-hyrex):
2806         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2807         (ntlm-get-password-hashes, ntlm-md4hash):
2808         * smime.el: Fix typo.
2809
2810 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2811
2812         * gnus-agent.el (gnus-agent-expire-group-1):
2813         * nndiary.el (nndiary-last-occurence):
2814         * nnimap.el (nnimap-request-set-mark):
2815         * nnmairix.el (nnmairix-only-use-registry):
2816         * gnus-group.el (gnus-group-prepare-flat):
2817         * gnus-sum.el (gnus-decode-encoded-word-methods):
2818         * message.el (message-wash-subject):
2819         * nntp.el (nntp-retrieve-headers-with-xover):
2820         * smime.el (smime-certificate-directory): Spelling fix.
2821
2822 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2823
2824         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2825
2826         * color.el:
2827         * gnus-agent.el (gnus-agent-possibly-alter-active):
2828         * gnus-dired.el (gnus-dired-print):
2829         * mail-parse.el:
2830         * nnmairix.el (nnmairix-request-group):
2831         * shr.el (shr-image-displayer):
2832         * sieve-manage.el:
2833         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2834
2835 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2836
2837         * gnus-sum.el (gnus-auto-select-subject):
2838         * spam-report.el (spam-report-resend): Spelling fix.
2839
2840 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2841
2842         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2843         * gnus-art.el (gnus-default-article-saver):
2844         * gnus-srvr.el (gnus-server-copy-server):
2845         * gnus.el (gnus-sloppily-equal-method-parameters):
2846         * html2text.el (html2text-format-tag-list):
2847         * message.el (message-narrow-to-head):
2848         * nndiary.el:
2849         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2850         * sieve.el: Spelling fix.
2851
2852 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2853
2854         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2855         * gnus-sum.el (gnus-summary-make-menu-bar):
2856         * gnus-uu.el (gnus-uu-decode-postscript)
2857         (gnus-uu-decode-postscript-and-save):
2858         * mailcap.el (mailcap-print-command):
2859         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2860         Fix typos.
2861
2862 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2863
2864         * gnus-art.el (gnus-article-part-wrapper):
2865         * html2text.el (html2text-fix-paragraphs):
2866         * mm-decode.el (mm-image-fit-p):
2867         * rfc2047.el (rfc2047-encode-message-header):
2868         * shr-color.el (shr-color-visible-distance-min)
2869         (shr-color-relative-to-absolute, set-minimum-interval)
2870         (shr-color-visible): Fix typos.
2871
2872 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2873
2874         * gmm-utils.el (gmm-tool-bar-item):
2875         * gnus-art.el (gnus-treat-body-boundary):
2876         * gnus-diary.el (gnus-user-format-function-d):
2877         * gnus-start.el (gnus-get-unread-articles):
2878         * pgg-gpg.el (pgg-gpg-update-agent):
2879         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2880
2881 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2882
2883         * gnus-topic.el (gnus-group-prepare-topics):
2884         * gnus-uu.el (gnus-extract-view):
2885         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2886
2887 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2888
2889         * spam.el: Move BBDB autoloads.
2890         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2891         BBDB 2 and 3.
2892         (spam-check-BBDB): Use it.
2893         (spam-enter-ham-BBDB): Use it.
2894
2895 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2896
2897         * smime.el (smime-draw-buffer): Spelling fix.
2898
2899 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2900
2901         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2902         for scanning exactly one level.
2903         * gnus-start.el (gnus-get-unread-articles): Ditto.
2904
2905 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2908         slightly clearer.
2909
2910 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2911
2912         * gnus-sync.el: More commentary about setup.
2913
2914 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * message.el (message-send-and-exit): Document `arg'.
2917
2918 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2919
2920         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2921
2922 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2923
2924         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2925
2926         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2927         we don't use `bound-and-true-p'.
2928
2929 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2930
2931         * gnus-util.el (gnus-bound-and-true-p): Remove.
2932         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2933         * nnir.el: Use it.
2934         * nnmairix.el: Use it.
2935
2936 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2937
2938         * gnus-sync.el: Improve docs about CouchDB admins.
2939
2940         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2941         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2942         for reasons unknown.
2943         * nnir.el: Use it.
2944         * nnmairix.el: Use it.
2945
2946         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2947         * nnir.el: Ditto.
2948         * nnmairix.el: Ditto.
2949
2950         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2951
2952 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2953
2954         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2955         not needed.  Provide xmlplistread list function to produce XML plist
2956         output for non-Gnus LeSync clients.
2957
2958 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2959
2960         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2961
2962         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2963         and save against it.  Group subscriptions, read marks, other marks,
2964         subscription levels, topic names, and topic offsets (the group's
2965         position within the topic) are saved.  This is an experimental backend
2966         and may change significantly.  Load json.el from the gnus-fallback-lib
2967         if it's not available otherwise.
2968         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2969
2970 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2971
2972         * message.el (message-completion-function): Make sure
2973         message-tab-body-function is not attempted if one of
2974         message-completion-alist fails to find a completion (bug#9158).
2975
2976 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2977
2978         * mml.el (mml-quote-region): Quote <#secure> tag.
2979         (mml-generate-mime-1): Unquote <#secure> tag.
2980
2981 2011-10-20  Chong Yidong  <cyd@gnu.org>
2982
2983         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2984         calling a minor mode from Lisp with nil arg enables it, so we have to
2985         make the wording a bit ambiguous here).
2986
2987 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2988
2989         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2990         * nnir.el (nnir-mode): Use it.
2991         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2992         Use it.
2993
2994         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2995         * nnmairix.el (gnus-registry-enabled): Ditto.
2996
2997 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2998
2999         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3000         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3001         only while we need to find out if it should be t or nil.
3002         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3003         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3004         the registry is installed.  Set it to nil when it's unloaded.
3005         (gnus-registry-install-p): Provide user guidance for the initial value
3006         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3007         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3008         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3009         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3010         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3011         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3012         `gnus-registry-install'.
3013
3014 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3015
3016         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3017         previous change.
3018         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3019         primary key is marked as disabled.
3020
3021 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3022
3023         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3024         primary key is marked as disabled.
3025
3026 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3027
3028         * html2text.el (html2text-clean-anchor): Check for quotes around
3029         `href' value.
3030
3031 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3032
3033         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3034         searching.  Drop `bbdb-cache'.
3035
3036 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * message.el (message-signed-or-encrypted-p): Exclude header when
3039         checking if there is signed or encrypted body in text/plain message.
3040
3041 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3042
3043         * html2text.el (html2text-get-attr): Correctly handle attribute values
3044         containing "=".
3045
3046 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3047
3048         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3049         handle bindings.
3050
3051 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * gnus-win.el (gnus-configure-windows): Protect against reading
3054         ephemeral groups outside of Gnus.
3055
3056 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * shr.el (shr-tag-img): Don't get images displayed in tables.
3059
3060 2011-10-03  Glenn Morris  <rgm@gnu.org>
3061
3062         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3063         the "maintainer" version of debbugs.gnu.org reports.
3064
3065 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3068         make asynchronous adjacent image insertion work better.
3069
3070 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3071
3072         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3073         documentation.
3074
3075 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3078         `gnus-asynchronous' isn't shadowed.
3079
3080 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3083
3084         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3085         (nnimap-insert-partial-structure): The charset parameter isn't
3086         case-sensitive.
3087
3088         * nnheader.el (nnheader-message-maybe): New function.
3089
3090         * shr.el (shr-tag-table): Render totally broken tables better.
3091
3092         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3093         computing the boundary.
3094
3095 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * pop3.el (pop3-number-of-responses): Remove.
3098         (pop3-wait-for-messages): Rewrite to take linear time instead of
3099         exponential time.
3100
3101 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3104         re-fetch images.
3105
3106         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3107         re-fetch images when hitting `g' in Gnus.
3108
3109 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3112         (mml-compute-boundary): Don't check collision if it is non-nil.
3113         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3114         before checking collision.
3115
3116 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * message.el (message-indent-citation): Really make sure there's a
3119         newline at the end.
3120
3121         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3122         Fix suggested by John Wiegley.
3123
3124         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3125
3126         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3127
3128         * message.el (message-default-send-rename-function): Break out into its
3129         own function.
3130
3131         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3132         doesn't work under XEmacs.
3133
3134         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3135         of "imaps" to word around Windows problems.
3136         (nnimap-open-connection-1): Use it.
3137
3138         * message.el (message-indent-citation): Revert last change which made
3139         `F' not work.
3140
3141 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3142
3143         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3144         terminal as well.
3145
3146 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3149         because it displays images using overlays that aren't easy to copy to
3150         the article buffer.
3151
3152 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3153
3154         * message.el (message-indent-citation): Fix empty line removal at the
3155         end of the citation.
3156
3157 2011-09-20  Julien Danjou  <julien@danjou.info>
3158
3159         * auth-source.el (auth-source-netrc-create): Use default value for
3160         password if specified.  Evaluate default.
3161         (auth-source-plstore-create): Ditto.
3162         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3163         value evaluation.
3164         (auth-source-netrc-create): Typo fix.
3165         (auth-source-plstore-create): Ditto.
3166
3167         * password-cache.el (password-cache-remove): Remove entries even if the
3168         value is nil, so that password with a nil value (negative caching) is
3169         possible to invalidate.
3170
3171         * auth-source.el (auth-source-format-cache-entry): New function.
3172
3173 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3176
3177 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3180
3181 2011-09-19  Julien Danjou  <julien@danjou.info>
3182
3183         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3184         which work with things that are not ASCII.
3185
3186 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3189
3190 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3193         message level.
3194
3195 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3198
3199 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3202
3203 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3204
3205         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3206         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3207
3208 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3209
3210         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3211         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3212         articles.
3213
3214 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3215
3216         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3217         (message-mail-other-window, message-mail-other-frame)
3218         (message-news-other-window, message-news-other-frame):
3219         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3220         instead of setting buffer display varibles.
3221
3222 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3225
3226         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3227
3228 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3231         duplicates" to a higher level.
3232
3233         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3234         most egregious messages.
3235
3236 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3239
3240 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3241
3242         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3243         up the file (bug#9351).
3244
3245 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3248         it does with all other backends, but decode the names immediately after
3249         getting them.
3250
3251         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3252         decoding nnimap groups.
3253
3254         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3255         newsrc file.  It doesn't seem like an important optimization any more.
3256
3257 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3258
3259         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3260         overflows.
3261
3262 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3265         (gnus-interactive-exit): Extend to `quiet'.
3266
3267         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3268
3269         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3270         string.
3271
3272         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3273         renaming function arguments from `this'.
3274
3275         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3276
3277         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3278         has been renamed.
3279         (gnus-lrm-string-p): Include RLM and PDF, too.
3280
3281         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3282         (bug#9225).
3283
3284 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3285
3286         Add autoload cookies for functions used by sendmail.el.
3287         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3288
3289         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3290
3291 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus-art.el (article-date-ut): Work properly even when there are
3294         things like Date header in the body; work for forwarded parts.
3295
3296 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3297
3298         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3299         original-article-buffer.
3300
3301 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3302
3303         * nnir.el (nnir-compose-result): Fix matching of server type.
3304         (nnir-run-swish++): Ditto.
3305         (nnir-run-namazu): Ditto.
3306         (nnir-run-notmuch): Ditto.
3307
3308 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3311         (bug#9405).
3312
3313         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3314         (bug#9421).
3315
3316         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3317         (bug#9425).
3318
3319         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3320         thing (bug#9426).
3321
3322 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3325         the error message.
3326
3327 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3328
3329         * message.el (message-setup-1): Return t (Bug#9392).
3330
3331 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3332
3333         * gnus-sum.el: When adding article headers to a summary buffer also
3334         update gnus-newsgroup-articles (bug#9386).
3335
3336 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * auth-source.el: Autoload help-mode.
3339
3340 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341
3342         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3343         names.
3344
3345 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3346
3347         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3348         mm-replace-in-string for compatibility issues.
3349         * mml2015.el (mml2015-epg-verify): Ditto.
3350
3351 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3354
3355         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3356
3357 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3358
3359         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3360         continue on and do the clean-up phase (bug#9188).
3361
3362         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3363         just ignore groups that can't be opened instead of erroring out
3364         (bug#9225).
3365
3366         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3367         nil since some many people are fuddy-duddies.
3368
3369         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3370         images.
3371
3372         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3373         instead.
3374
3375         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3376
3377         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3378
3379         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3380         processing.
3381
3382         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3383         buffer to avoid warnings.
3384
3385 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3386
3387         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3388         specified to reduce precision.
3389
3390 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3393         bodystructures (bug#9314).
3394
3395 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3398         Make button keymap non-sticky after buttons.
3399
3400 2011-08-18  David Engster  <dengste@eml.cc>
3401
3402         * nnmairix.el (nnmairix-request-set-mark)
3403         (nnmairix-goto-original-article): Remove adding of article to registry,
3404         since `gnus-registry-add-group' isn't available anymore.
3405         (nnmairix-determine-original-group-from-registry):
3406         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3407         available anymore.
3408
3409 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3410
3411         * starttls.el (starttls-any-program-available): Define as obsolete
3412         function.
3413
3414 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3417         versions which Gnus use when appropriate.
3418
3419         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3420         a pretty destructive command.
3421
3422         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3423
3424 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * message.el (message-fix-before-sending): Make a different warning
3427         about NUL characters (bug#9270).
3428
3429         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3430         from custom (bug#9260).
3431
3432         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3433         things work in Emacs 22 and XEmacs, too.
3434
3435         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3436         default From.
3437
3438         * gnus-spec.el (gnus-lrm-string-p): New macro.
3439         (gnus-lrm-string): New constant.
3440         (gnus-summary-line-format-spec): LRM-ify the from.
3441         (gnus-tilde-max-form): LRM-ify string chopping.
3442
3443         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3444
3445         * message.el (message-is-yours-p): Allow disabling canlock checking
3446         (bug#9295).
3447         (message-shoot-gnksa-feet): Add `canlock-verify'.
3448         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3449         message directory isn't writable (bug#9304).
3450
3451         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3452         non-world-readable.
3453
3454 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3457         articles.
3458
3459 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3460
3461         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3462         copy-list.
3463
3464 2011-08-12  Sam Steingold  <sds@gnu.org>
3465
3466         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3467         in the reverse order to avoid modifying the cache with `nreverse'.
3468         (gnus-all-score-files): Do not modify the value returned by
3469         `gnus-score-find-alist' because it lives in a cache variable.
3470         (gnus-current-home-score-file): No need to `nreverse' the return value
3471         of `gnus-score-find-alist', it is already in the correct order.
3472
3473 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3474
3475         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3476         type MESSAGE and subtype RFC822 is slightly different from those of
3477         type TEXT.
3478
3479 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3480
3481         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3482         This allows article-referral to work from an nnir group.
3483
3484 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3485
3486         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3487
3488 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3489
3490         * mml1991.el (mml1991-epg-find-usable-key)
3491         (mml1991-epg-find-usable-secret-key): New function.
3492         (mml1991-epg-sign): Check if signing key is usable.
3493         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3494
3495 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3496
3497         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3498         server-variables only.  This should fix a bug introduced with commit
3499         e1889675b7f4adf057833c5513c9374134c4e053.
3500         (nnir-run-query): 'nnir-search-engine should not be set from the global
3501         environment.
3502
3503 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3504
3505         * nnir.el (nnir-search-thread): Position point on referring article
3506         line.
3507         (nnir-warp-to-article): Clean up summary buffers.
3508
3509         * nnimap.el (nnimap-request-thread): Whitespace fix.
3510
3511 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3512
3513         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3514
3515 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * starttls.el (starttls-available-p): Rename from
3518         `starttls-any-program-available' and changed return convention.
3519
3520 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3521
3522         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3523         `unix-sync' unless it's defined.
3524
3525 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3526
3527         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3528         `aref' for XEmacs compatibiltiy.
3529
3530 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3533
3534 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3535
3536         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3537         closures, quote the form properly (bug#9194).
3538
3539 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3542         (gnus-summary-insert-new-articles): Protect against servers that are
3543         down.
3544
3545 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3546
3547         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3548         in mm handle if none is specified.
3549
3550 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3551
3552         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3553
3554 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3555
3556         * nnir.el (nnir-search-thread): New function to make an nnir group
3557         based on a thread query.
3558
3559         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3560         of nnir in thread referral.
3561         (gnus-summary-refer-thread): Use it.
3562
3563         * nnimap.el (nnimap-request-thread): Use it.
3564
3565 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * shr.el (shr-tag-comment): Ignore HTML comments.
3568
3569 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3570
3571         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3572         argument.
3573         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3574         Use `nnir-address' to handle server info rather than passing an arg.
3575
3576         * nnimap.el (nnimap-make-thread-query): New utility function to format
3577         an imap thread search query.
3578         (nnimap-request-thread): Use it.
3579
3580         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3581         right select-method if we are not going back to the group buffer.
3582
3583 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3586         enter invalid buffer configurations into the quit form (bug#9107).
3587         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3588         unplugged/plugged.
3589
3590         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3591         keep track of which ones are unread (bug#9061).
3592
3593         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3594         (bug#9055).
3595
3596         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3597         (bug#9041).
3598
3599         * gnus-html.el (mm-util): Require (bug#9073).
3600
3601         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3602         (gnus-summary-refer-thread): Use it to remove duplicates in the
3603         un-threaded view (bug#9053).
3604         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3605
3606 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3607
3608         * nnir.el (nnir-read-server-parm): Use default value from global
3609         variable.  Without this the default search engine parameters aren't
3610         used at all.
3611
3612 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * message.el (message-unique-id): Don't use the undocumented return
3615         value from (random t) (bug#9118).
3616
3617 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * message.el (message-auto-save-directory): If the ~/Mail directory
3620         doesn't exist, use ~ as the auto-save directory (bug#4432).
3621
3622         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3623         hasn't already been started.
3624
3625 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3628
3629         * message.el (message-reply): Work around mysterious bug where
3630         `message-mode' seems to overwrite the locally bound `subject' variable.
3631
3632 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3633
3634         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3635         correct group.
3636
3637         * gnus-int.el (gnus-request-thread): Add group argument.
3638
3639         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3640
3641 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3644
3645         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3646         renamed to `debbugs-gnu-*'.
3647
3648 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3649
3650         * plstore.el: Revert the editing feature since it is not urgent.
3651         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3652         (plstore-mode-decoded): Remove.
3653
3654 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3657         isn't very interesting any more, and it leaks potentially secret data.
3658         (gnus-debug): Remove.
3659
3660         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3661         use of :custom-show.
3662
3663 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3664
3665         * plstore.el: Add documentation.
3666         (plstore-mode): New mode to edit plstore file.
3667         (plstore-mode-toggle-display, plstore-mode-original)
3668         (plstore-mode-decoded): New command.
3669         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3670         (plstore--insert-buffer, plstore--make): New function.
3671         (plstore-open, plstore-save): Simplify by using them.
3672
3673 2011-07-06  Glenn Morris  <rgm@gnu.org>
3674
3675         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3676
3677 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3680         no longer is much used.
3681         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3682         Articles".
3683
3684 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3685
3686         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3687         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3688         `notmuch' backend.
3689
3690 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * mm-decode.el (mm-text-html-renderer): Doc fix.
3693
3694         * gnus-msg.el (gnus-bug): Fix the MML tag.
3695
3696         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3697
3698 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3699
3700         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3701         secondary methods if started with `gnus-no-server'.
3702
3703 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3704
3705         * message.el (message-return-action): Fix typo in docstring.
3706
3707 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3710         bug reports at once.
3711
3712         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3713
3714 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * nndraft.el: Require gnus-group.
3717         (nndraft-request-list): Declare.
3718
3719         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3720         no unread article unless it matches gnus-permanently-visible-groups.
3721
3722         * nndraft.el (nndraft-update-unread-articles): New function.
3723         (nndraft-request-associate-buffer): Use it to update the number of
3724         unread articles for the nndraft groups in the group buffer when saving
3725         or killing a draft message.
3726
3727 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3730         systems to binary before writing and reading the mbox files.
3731
3732         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3733         instead of trying to list them all (bug#8978).
3734
3735 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3736
3737         * pop3.el (pop3-open-server): Use :end-of-capability.
3738
3739 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3742         the id is always a number.
3743
3744         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3745
3746         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3747         debbugs mode, if possible.
3748
3749 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3750
3751         * auth-source.el (auth-source-token-passphrase-callback-function):
3752         Reindent.
3753         (epg-context-operation): Remove unnecessary autoload.
3754
3755 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * gnus.el (gnus-list-debbugs): New command.
3758
3759         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3760         mboxstat instead of the maintbox, since the stat seems to be fuller.
3761
3762         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3763         summary buffers.
3764
3765         * message.el (message-get-reply-headers): Delete all duplicates,
3766         instead of the first.
3767         (message-get-reply-headers): Ensure that we have progress while
3768         deleting duplicates.
3769
3770         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3771         gnus-posting-style value from the summary buffer to make it easier to
3772         make that a per-buffer conf.
3773
3774 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3775
3776         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3777         found by setting `shortcut' in 'query.
3778         (nnir-request-article): Use `shortcut' setting when requesting article
3779         by Message-ID.
3780
3781 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3782
3783         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3784         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3785         Bring the pseudo-headers back too.
3786
3787 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3788
3789         * auth-source.el (auth-source-token-passphrase-callback-function):
3790         Simplify and remove EPA dependency.
3791
3792 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3793
3794         * nnir.el (nnir-request-article): Fix error message text.
3795
3796 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3797
3798         * auth-source.el (plstore-delete): Autoload.
3799         (auth-source-plstore-search): Support delete operation.
3800         * plstore.el (plstore-delete): New function.
3801
3802 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3805         mark actually existing articles as unread rather than the ones that
3806         active asserts.
3807
3808 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3809
3810         * nntp.el (nntp-record-command):
3811         * gnus-util.el (gnus-message-with-timestamp-1):
3812         Use format-time-string rather than decoding time stamps by hand.
3813         This is simpler and insulates the code from potential changes to
3814         current-time format.
3815
3816 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3819
3820 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3821
3822         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3823         (plstore-save): Support public key encryption.
3824         (plstore--init-from-buffer): New function.
3825         (plstore-open): Use it; fix error when opening a non-existent file.
3826         (plstore-revert): Use plstore--init-from-buffer.
3827
3828 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3829
3830         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3831
3832 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3835         for old Emacsen.
3836
3837 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3838
3839         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3840         is not fully working.
3841
3842 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * dgnushack.el: Autoload sha1 on XEmacs.
3845
3846         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3847         quit window configuration.
3848
3849         * auth-source.el (epg-context-set-passphrase-callback):
3850         Remove duplicate autoload.
3851
3852 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3853
3854         * nnir.el (nnir-request-article): Allow requesting articles by
3855         Message-ID with nnimap.
3856
3857         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3858         current server.
3859
3860 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3861
3862         * auth-source.el: Autoload EPA/EPG functions.
3863         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3864         changed when EPA/EPG is not available.
3865         (auth-source-backend): Rename "arg" member to "data".
3866         (auth-source-backend-parse, auth-source-plstore-search)
3867         (auth-source-plstore-create): Use it.
3868
3869 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3870
3871         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3872         `gnus-refer-article-methods'.
3873
3874 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3875
3876         * auth-source.el: Require EPA and EPG.
3877         (auth-source-passphrase-alist): New variable.
3878         (auth-source-passphrase-callback-function)
3879         (auth-source-token-passphrase-callback-function): Callbacks for the
3880         netrc field encryption (GPG tokens).
3881         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3882         Symmetric encryption and decryption of the netrc GPG tokens.
3883         (auth-source-netrc-normalize): Use them, simplifying the closure.
3884
3885 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3888         is available.
3889
3890 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3893         non-nil, and `nnimap-split-methods' is nil, use the former.
3894
3895 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3896
3897         * plstore.el (plstore-revert): New function.
3898         (plstore-open): Use it; hide the buffer from user.
3899
3900 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3901
3902         * auth-source.el (auth-source-backend): New member "arg".
3903         (auth-source-backend-parse): Handle new backend 'plstore.
3904         * plstore.el: New file.
3905
3906 2011-06-30  Glenn Morris  <rgm@gnu.org>
3907
3908         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3909
3910 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3913         expiring articles to.
3914
3915         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3916         variations as ASCII (bug#5458).
3917
3918 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3921
3922 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * message.el (message-point-in-header-p): Tweak the function to default
3925         to saying that we're not in the headers if there is no separator at
3926         all.  This makes it possible to use the Message version of `M-q' in
3927         buffers with no headers (bug#7987).
3928         (message-point-in-header-p): Fix last checkin to work with an empty
3929         mail-header-separator, too.
3930
3931         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3932         again, save the choice via customize.
3933
3934 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3937
3938         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3939         ended the connection, bail out before waiting infinitely on a new
3940         connection.
3941
3942 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3943
3944         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3945         reports.
3946
3947         * gnus.el (gnus-bug-package): Use "gnus."
3948         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3949
3950 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * dgnushack.el: Make the timer warning go away on XEmacs.
3953
3954         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3955         animations going on at article exit time.
3956
3957         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3958         since removing it breaks people upgrading.
3959
3960         * shr.el (shr-put-image): Use the new interface for animating images.
3961         (shr-put-image): Animate for 60 seconds.
3962
3963         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3964         avoid compiler warnings.
3965
3966         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3967         error with `find-file-hooks' on Emacs 22.
3968         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3969         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3970         on all architectures.
3971
3972         * spam.el (spam-stat): Require in a normal fashion without binding
3973         `spam-stat-install-hooks' to avoid compilation warnings.
3974
3975         * spam-stat.el (spam-stat-install-hooks): Remove.
3976         (spam-stat-install-hooks): Don't run automatically.
3977
3978 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3979
3980         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3981         and keystroke.
3982
3983 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * auth-source.el (auth-source-netrc-cache): Move forward.
3986
3987 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * proto-stream.el (proto-stream-open-starttls): Use
3990         `gnutls-available-p' to see whether we have built-in support.
3991
3992         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3993         we already know.
3994         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3995         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3996
3997 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4000         %S format, since that looks odd.
4001         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4002         file, especially when saving.
4003
4004 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4005
4006         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4007         article found.
4008
4009 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4012         `auth-source-save-secrets' with a more sensitive alist that can be
4013         configured per file.  Experimental, so defaults to 'never.
4014         (auth-source-netrc-create): Use it.  Still experimental code.
4015         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4016         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4017
4018 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * auth-source.el (auth-source-save-secrets): New variable to control if
4021         secret tokens should be saved encrypted.
4022         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4023         to `auth-source-netrc-normalize'.
4024         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4025         on the EPA variables being defined.
4026         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4027         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4028         the lexical-let closure.
4029         (auth-source-netrc-create): Create "gpg:" tokens according to
4030         `auth-source-save-secrets'.
4031
4032 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * gnus-group.el (gnus-group-update-group): Add new argument
4035         `info-unchanged' that stops updating dribble buffer.
4036
4037         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4038         deletes lines matching to it in dribble buffer.
4039
4040         * gnus-agent.el (gnus-agent-fetch-group-1):
4041         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4042         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4043         * gnus-start.el (gnus-group-change-level):
4044         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4045
4046         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4047         if newsgroup info is not changed.
4048
4049         * gnus-group.el (gnus-group-get-new-news-this-group):
4050         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4051         Don't update dribble buffer.
4052
4053 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4056         remove entries with groups we ignore.
4057
4058 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4061         the underline comes at the bottom.
4062
4063 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4064
4065         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4066         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4067         (gnus-registry-article-marks-to-names): Rename from
4068         `gnus-registry-user-format-function-M2'.
4069
4070 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4073         ephemeral group.
4074
4075 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * shr.el (shr-browse-image): Copy the URL if called interactively.
4078
4079 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4082         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4083         done, then unselected articles may be marked as read.
4084
4085         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4086         since not doing this seems to lead to a race condition in pop3-logon.
4087
4088         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4089         so that the call chain it correct when we call "upwards".
4090
4091         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4092         in read-only groups.
4093
4094         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4095
4096         * message.el (message-cite-reply-position): Doc string fix.
4097
4098         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4099         avoid regexp overflow.
4100         (nnimap-transform-split-mail): Ditto.
4101
4102         * pop3.el (pop3-retr): Error out if the server closes the connection.
4103
4104 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4105
4106         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4107         mm-with-unibyte-current-buffer.  The buffer should not contain any
4108         multibyte chars anyway at this stage.
4109
4110 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4113         at the end of lines.
4114
4115 2011-05-29  Julien Danjou  <julien@danjou.info>
4116
4117         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4118
4119 2011-05-27  Glenn Morris  <rgm@gnu.org>
4120
4121         * gnus-group.el (gnus-bug-group-download-format-alist):
4122         Use the "maintainer" version of debian reports as well.
4123
4124 2011-05-26  Glenn Morris  <rgm@gnu.org>
4125
4126         * gnus-group.el (gnus-bug-group-download-format-alist):
4127         Use the "maintainer" version of debbugs.gnu.org reports.
4128
4129 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4132
4133 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4134
4135         * gnus-cus.el (gnus-agent-customize-category):
4136         * gnus-delay.el (gnus-delay-send-queue):
4137         * gnus.el (gnus-other-frame):
4138         Don't quote lambda expressions with `quote'.
4139
4140 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4143         the thread moves us backwards and so we loop forever.
4144
4145 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4148         whitespace in base64 data lines.
4149
4150 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4151
4152         * gnus-registry.el (gnus-registry-user-format-function-M):
4153         Use `mapconcat'.
4154         (gnus-registry-user-format-function-M2): Use to see the full text of
4155         the marks.  Make "," the mark text separator.
4156
4157         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4158         authentication with auth-source.
4159
4160 2011-05-17  Glenn Morris  <rgm@gnu.org>
4161
4162         * gnus-group.el (gnus-import-other-newsrc-file):
4163         Use insert-file-contents.
4164
4165 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4166
4167         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4168         1000 iterations.
4169
4170 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * nntp.el (nntp-open-connection): Check if process-type is available.
4173
4174 2011-05-16  Julien Danjou  <julien@danjou.info>
4175
4176         * shr.el (shr-tag-del): Add support for del tag.
4177
4178 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * gnus-html.el (gnus-html-put-image): Register a displayer.
4181
4182         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4183
4184 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4185
4186         * registry.el (prune-factor): New initialization parameter defaulting
4187         to 0.1.
4188         (registry-prune-hard): Use it.
4189
4190         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4191         0.1 expicitly.
4192
4193 2011-05-13  Glenn Morris  <rgm@gnu.org>
4194
4195         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4196         is bound, since this function requires sendmail.
4197
4198 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4199
4200         * registry.el (registry-usage-test): Disable pruning test.
4201
4202 2011-05-11  David Engster  <dengste@eml.cc>
4203
4204         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4205         Bind set-network-process-option for XEmacs.
4206
4207 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * registry.el (registry-prune-hard-candidates)
4210         (registry-prune-soft-candidates): Helper methods for registry pruning.
4211         (registry-prune): Use them.  Make the sort function optional.
4212
4213 2011-05-10  Jim Meyering  <meyering@redhat.com>
4214
4215         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4216
4217 2011-05-10  Julien Danjou  <julien@danjou.info>
4218
4219         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4220         symbol and not a list.
4221
4222 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * gnus-art.el (gnus-article-mode): Move binding of
4225         shr-put-image-function here from gnus-article-prepare-display.
4226
4227         * shr.el (shr-put-image-function): New variable.
4228         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4229         (shr-put-image): Return scaled image.
4230
4231         * gnus-art.el (gnus-shr-put-image): New function.
4232         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4233
4234         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4235         original ones, as deletable.
4236
4237 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4238
4239         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4240
4241 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * registry.el (registry-full): Add convenience method.  Fix logic.
4244         (registry-insert): Use it.  Fix logic here too.
4245
4246         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4247         `registry-prune' if `registry-full' returns t.
4248         (gnus-registry-handle-action)
4249         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4250         (gnus-registry-usage-test): Use it.
4251
4252 2011-05-07  Julien Danjou  <julien@danjou.info>
4253
4254         * shr.el (shr-link): Make shr-link inherit from link by default.
4255
4256 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4259
4260 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4263         error out because the face is not a list.
4264
4265 2011-05-05  Glenn Morris  <rgm@gnu.org>
4266
4267         * proto-stream.el (gnutls-negotiate): Fix declarations.
4268
4269         * gnus-start.el (gnus-propagate-marks): Declare.
4270
4271 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4272
4273         * registry.el (registry-reindex): Fix percentage message.
4274
4275         * proto-stream.el (network-stream-open-starttls): Adjust to call
4276         `gnutls-negotiate' with :process and :hostname arguments.
4277
4278 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * shr.el: Add shr-link face for links.
4281         (shr-urlify): Use it.
4282
4283         * registry.el (registry-insert): Make error message more helpful.
4284
4285 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4286
4287         * gnus-html.el (gnus-html-schedule-image-fetching):
4288         Use url-queue-retrieve, if it exists.
4289
4290         * shr.el (shr-tag-img): Ditto.
4291
4292         * gnus.el: Autoload more gnus-agent functions.
4293
4294         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4295         agent if we haven't already (bug#8502).
4296
4297         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4298         into the Agent, too.
4299
4300         * gnus-agent.el (gnus-agent-store-article): New function.
4301
4302         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4303         and moved from that file for reuse.
4304
4305         * pop3.el (pop3-open-server): Error messages are "-ERR".
4306
4307 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308
4309         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4310         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4311
4312 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4313
4314         * gnus.el: No Gnus v0.17 is released.
4315
4316 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4317
4318         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4319         buffer has moved to a different frame.
4320
4321 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4324         to get the conversion from unibyte to multibyte buffers to work on
4325         Emacs 22.
4326
4327         * nntp.el (nntp-request-article): Slight clean-up.
4328
4329 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * shr.el (shr-strike-through): New face.
4332         (shr-tag-s): Use it to provide <s> support.
4333         (shr-tag-s): Remove duplicate definition.
4334
4335 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4336
4337         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4338         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4339
4340 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4343         `gnutls-negotiate'.
4344         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4345
4346 2011-04-23  Glenn Morris  <rgm@gnu.org>
4347
4348         * gnus-sum.el (gnus-extra-headers): Bump :version.
4349
4350 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4351
4352         * shr.el (shr-tag-sup): New function.
4353         (shr-tag-sub): Ditto.
4354
4355 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4356
4357         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4358         for the case where `gnus-registry-ignored-groups' is a list of lists,
4359         and don't call `gnus-parameter-registry-ignore' otherwise.
4360
4361 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4362
4363         * nnimap.el (nnimap-user): New backend variable.
4364         (nnimap-open-connection-1): Use it.
4365         (nnimap-credentials): Accept user parameter so it's explicit what user
4366         name is desired.
4367
4368         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4369         default.
4370
4371         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4372         not gnus-registry.el.
4373
4374         * gnus-registry.el: Mention in comments how to modify
4375         `gnus-extra-headers' for proper recipient tracking and that it may
4376         already have To and Cc recently, which it does as of this commit.
4377         (gnus-registry-ignored-groups): Remove defcustom.
4378         Explain why in comments.
4379         (gnus-registry-action): Fix data-header reference to use the extra
4380         headers.  Explain in package commentary how to add To and Cc headers to
4381         the gnus-extra-headers.
4382         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4383         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4384         parameter list or a string list in `gnus-registry-ignored-groups'.
4385         Fix logic error.
4386
4387 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * shr.el (shr-expand-url): Protect against null urls.
4390
4391 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * shr.el (shr-base): New binding.
4394         (shr-tag-base): Keep track of <base>.
4395         (shr-expand-url): New function used throughout.
4396
4397 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * gnus-registry.el
4400         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4401         (gnus-registry-ignored-groups): New variable.
4402         (gnus-registry-ignore-group-p): Use it.
4403         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4404         set the destination group to nil (same as delete) if it's ignored.
4405
4406 2011-04-20  David Engster  <dengste@eml.cc>
4407
4408         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4409
4410         * Makefile.in (test-nntp): New rule.
4411         (check): Add it.
4412         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4413
4414 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * gnus-registry.el (gnus-registry-action)
4417         (gnus-registry-fetch-header-fast):
4418         Don't use mail-header that looks an internal function of mailheader.el.
4419
4420 2011-04-19  Glenn Morris  <rgm@gnu.org>
4421
4422         * time-date.el (time-to-days): Remove unused local variables.
4423
4424 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus-registry.el: Eliminate cl functions.
4427         (gnus-registry-sort-addresses): New function that replaces mapcan.
4428         (gnus-registry-action, gnus-registry-spool-action)
4429         (gnus-registry-split-fancy-with-parent)
4430         (gnus-registry-fetch-recipients-fast): Use it.
4431         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4432
4433         * registry.el (initialize-instance, registry-lookup)
4434         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4435         (registry-lookup-secondary-value, registry-search, registry-delete)
4436         (registry-insert, registry-reindex, registry-size, registry-prune):
4437         Use eval-and-compile.
4438
4439 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * registry.el (registry-reindex): New method to recreate the secondary
4442         registry indices.
4443
4444         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4445         tracked field changes.
4446         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4447         (gnus-registry-action, gnus-registry-spool-action)
4448         (gnus-registry-handle-action)
4449         (gnus-registry--split-fancy-with-parent-internal)
4450         (gnus-registry-split-fancy-with-parent)
4451         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4452         move, and delete actions, and for fancy splitting with parent.
4453         (gnus-registry-extract-addresses)
4454         (gnus-registry-fetch-recipients-fast)
4455         (gnus-registry-fetch-header-fast): Convenience functions.
4456         (gnus-registry-misc-test): ERT test of
4457         `gnus-registry-extract-addresses'.
4458
4459 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4462         Track by subject first, then sender.
4463
4464 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4465
4466         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4467
4468         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4469         Lisp.
4470
4471         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4472         (gnus-draft-send): Use it to avoid popping
4473         up frames from gnus-group-send-queue.
4474
4475 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4476
4477         * gnus-registry.el: Updated gnus-registry docs.
4478
4479 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4482         Fix logic bug.
4483         (gnus-registry-post-process-groups): Fix logging of no results and
4484         quote sender and subject.
4485
4486 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4489         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4490         gnutls-cli are too slow to be done opportunistically.
4491
4492         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4493         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4494         we had no early-data returned.
4495         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4496         two async commands to the same server at the same time.
4497
4498 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4499
4500         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4501
4502 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4505         "warning" level.
4506
4507         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4508         (mm-url-insert-file-contents): Don't set the package names.
4509
4510 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * gnus-registry.el (gnus-registry-action): Remove properties and
4513         simplify subject in `gnus-registry-handle-action'.
4514         (gnus-registry-spool-action): Get subject and sender from message if
4515         they are not passed in.
4516         (gnus-registry-handle-action): Remove properties and simplify subject
4517         consistently.
4518
4519 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4520
4521         * registry.el: Require CL before using defmacro*.
4522
4523 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * gnus-art.el (article-treat-date): Assume that
4526         gnus-article-date-headers may be a group parameter.
4527
4528 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4529
4530         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4531
4532         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4533         interactively so the newsrc file can contain foreign groups too.
4534         Useful for debugging but not much for users.
4535
4536 2011-04-07  David Engster  <dengste@eml.cc>
4537
4538         * registry.el (registry-usage-test): Only do
4539         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4540         lexical binding.
4541
4542 2011-04-07  David Engster  <dengste@eml.cc>
4543
4544         * Makefile.in (check, test-registry): New rules for test-suite.
4545
4546 2011-04-06  David Engster  <dengste@eml.cc>
4547
4548         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4549         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4550
4551 2011-04-06  David Engster  <dengste@eml.cc>
4552
4553         * registry.el (initialize-instance): Change :after to :AFTER to be
4554         compatible with old EIEIO version in XEmacs.
4555
4556 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4557
4558         * gnus-registry.el (gnus-registry-post-process-groups)
4559         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4560         and provide better messaging.
4561
4562 2011-04-06  David Engster  <dengste@eml.cc>
4563
4564         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4565         errors.
4566
4567         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4568         dgnushack-compile with error-on-warn enabled, and to signal an error if
4569         clean compilation failed.
4570         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4571         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4572
4573 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4574
4575         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4576         unconditionally anyway, discarding errors.
4577         (gnus-registry-delete-entries): New convenience function.
4578         (gnus-registry-import-eld): Import from old .eld registry.
4579
4580         * registry.el: Don't use ERT if it's not available.  Load it
4581         unconditionally anyway, discarding errors.
4582
4583         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4584         version from the Claudio Bley GnuTLS patch (extra optional parameters
4585         and host name).
4586
4587 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4590         fixup the parameters that can be customized by the user between
4591         save/read cycles.
4592         (gnus-registry-read): Use it.
4593         (gnus-registry-make-db): Use it.
4594         (gnus-registry-spool-action, gnus-registry-handle-action):
4595         Fix messaging.
4596         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4597         Map references to actual group names with sender and subject tracking.
4598         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4599         (gnus-registry-usage-test): Add subject lookup test.
4600
4601         * registry.el (registry-db, initialize-instance): Set up constructor
4602         instead of :initform arguments for the sake of older Emacsen.
4603         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4604         pre-lexbind merge bug.
4605         (registry-usage-test): Use it.
4606         (initialize-instance, registry-db): Move the non-function initforms
4607         back to the class definition.
4608
4609 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4610
4611         * registry.el: New library to manage gnus-registry-style data.
4612
4613         * gnus-registry.el: Use it (major rewrite).
4614
4615         * nnregistry.el: Use it.
4616
4617         * spam.el: Use it.
4618
4619 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4622         marks on non-selected articles.
4623
4624 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4625
4626         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4627         parameter to open-protocol-stream.
4628
4629 2011-04-01  Julien Danjou  <julien@danjou.info>
4630
4631         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4632         fundamental-mode.
4633
4634 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4637         servers.
4638
4639 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4642         made marks not propagate, again.
4643
4644 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4645
4646         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4647         Make this the default type.
4648         (proto-stream-open-plain): Rename from proto-stream-open-default.
4649         (open-protocol-stream, proto-stream-open-starttls)
4650         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4651         with `plain'.
4652
4653         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4654         value.
4655
4656         * nntp.el (nntp-open-connection-function): Document the fact that some
4657         values are not functions but are instead handled specially.
4658         Recognize nntp-open-plain-stream value.
4659         (nntp-open-connection): Recognize that value.
4660
4661 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4664         where it seems to be needed.
4665
4666 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4669         stuff.
4670
4671         * gnus-score.el (gnus-score-string): Fix calling convention of
4672         `gnus-simplify-buffer-fuzzy' after last patches.
4673
4674         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4675         server for articles we didn't get any headers for.  This is a sanity
4676         check.
4677
4678 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4679
4680         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4681         new CAPABILITY, use it.
4682
4683 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4686         downloading anything.
4687
4688         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4689
4690 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4691
4692         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4693         colors.
4694         (gnus-splash-svg-color-symbols): New function.
4695
4696 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4699         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4700         (gnus-simplify-subject-fuzzy): Use the local
4701         gnus-simplify-subject-fuzzy-regex instead of the global one.
4702         This makes using this variable in group parameters work.
4703
4704 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4705
4706         * gnus-registry.el (gnus-registry-unfollowed-groups):
4707         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4708         archive:sent-YYYY-MM-DD groups).
4709         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4710         tracking if there are more than `gnus-registry-max-track-groups'
4711         matches.
4712
4713 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4714
4715         * message.el (message--yank-original-internal): New function to do the
4716         insertion cleanly inside eval in `message-yank-original'.
4717         (message-yank-original): Use it.
4718
4719 2011-03-29  Julien Danjou  <julien@danjou.info>
4720
4721         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4722         local variables disabled rather than `normal-mode'.
4723
4724 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4725
4726         * imap.el (imap-shell-open, imap-process-connection-type):
4727         Use imap-process-connection-type for 'shell' streams as well as
4728         Kerberos, SSL, other subprocesses.
4729
4730 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4731
4732         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4733         with open-network-stream.
4734         (proto-stream-always-use-starttls): Option removed.
4735         (open-protocol-stream): Return a process object by default.  Provide a
4736         new parameter :return-list specifying a list-type return value, which
4737         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4738         :type `network' to `try-starttls', and `network-only' to `default'.
4739         Make `default' the default, for compatibility with open-network-stream.
4740         Handle the no-parameter case exactly as open-network-stream, with no
4741         additional stream processing.  Search plists using plist-get.
4742         Explicitly add :end-of-commend parameter if it is missing.
4743         (proto-stream-open-default): Rename from
4744         proto-stream-open-network-only.  Return 'default as the type.
4745         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4746         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4747         failed.  Always return a list with a (possibly dead) process as the
4748         first element, for compatibility with open-network-stream.
4749         (proto-stream-open-tls): Use plist-get.  Always return a list.
4750         (proto-stream-open-shell): Return `default' as connection type.
4751         (proto-stream-capability-open): Use plist-get.
4752         (proto-stream-eoc): Function deleted.
4753
4754         * nnimap.el (nnimap-stream, nnimap-open-connection)
4755         (nnimap-open-connection-1): Handle renaming of :type parameter for
4756         open-protocol-stream.
4757         (nnimap-open-connection-1): Pass a :return-list parameter
4758         open-protocol-stream to obtain a list return value.  Parse this list
4759         using plist-get.
4760
4761         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4762         for open-protocol-stream.  Accept open-protocol-stream return value
4763         that is a subprocess object instead of a list.  Handle the case of a
4764         dead returned process.
4765
4766 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4767
4768         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4769
4770         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4771
4772 2011-03-21  Julien Danjou  <julien@danjou.info>
4773
4774         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4775         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4776         query.
4777         (mm-inline-text): Render normal text with fontification whenever
4778         possible.
4779
4780         * gnus-sum.el (gnus-summary-save-parts-1):
4781         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4782         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4783         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4784         Use `mm-handle-filename'.
4785
4786         * mm-util.el (mm-handle-filename): New function, return the filename of
4787         an handle.
4788
4789 2011-03-18  Julien Danjou  <julien@danjou.info>
4790
4791         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4792         (gnus-buffer-live-p): Check that buffer is not nil.
4793
4794 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4795
4796         * gnus.el: No Gnus v0.15 is released.
4797
4798 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4801         avoid warning on XEmacs.
4802
4803         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4804         on XEmacs.
4805
4806         * gnus-art.el: Require mouse, which the build bot seems to say is
4807         needed.
4808
4809         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4810
4811         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4812         XEmacs, since it doesn't have url-retrieve-synchronously.
4813
4814         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4815         since assoc-string doesn't exist in XEmacs.
4816
4817 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4818
4819         * gnus-group.el (gnus-group-list-ticked): New function.
4820         (gnus-group-make-menu-bar): Provide a menu entry for it.
4821         (gnus-group-list-map): Provide a binding for it.
4822
4823 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * shr.el (shr-visit-file): New command.
4826
4827         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4828
4829 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4830
4831         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4832         servers.
4833
4834 2011-03-16  Julien Danjou  <julien@danjou.info>
4835
4836         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4837         inline.
4838
4839         * gnus-art.el (article-hide-list-identifiers):
4840         Use gnus-group-get-list-identifiers.
4841
4842         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4843         (gnus-summary-remove-list-identifiers):
4844         Use gnus-group-get-list-identifiers to get regexp.
4845         (gnus-select-newsgroup, gnus-summary-insert-subject)
4846         (gnus-summary-insert-articles):
4847         Call gnus-summary-remove-list-identifiers unconditionally.
4848
4849 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4852         we're selecting a group with unread articles.
4853
4854         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4855
4856         * gssapi.el: New file separated out from imap.el to provide a general
4857         Kerberos 5 connection facility for Emacs.
4858
4859         * message.el (message-elide-ellipsis): Document the format spec
4860         ellipsis.
4861
4862 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4863
4864         * message.el (message-elide-region): Allow the ellipsis to say how many
4865         lines were removed.
4866
4867 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868
4869         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4870         window configurations containing buffers that are now dead.
4871
4872         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4873         parsing to avoid integer overflows.
4874         (nnimap-parse-flags): Simplify the last change.
4875         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4876         too large for 32-bit Emacsen.
4877
4878 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4879
4880         * auth-source.el (auth-source-netrc-create):
4881         * message.el (message-yank-original): Fix use of `case'.
4882
4883 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4884
4885         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4886         XEmacs, which was one character too wide.
4887
4888 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4889
4890         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4891         default number of articles to display.
4892         (gnus-articles-to-read): Use pretty names for prompt.
4893
4894 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * gnus-int.el (gnus-open-server): Ditto.
4897
4898         * gnus-start.el (gnus-activate-group): Give a backtrace if
4899         debug-on-quit is set and the user hits `C-g'.
4900         (gnus-read-active-file): Ditto.
4901
4902         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4903
4904 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4905
4906         * message.el (message-yank-original): Use cond instead of CL case.
4907
4908 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4909
4910         * auth-source.el (auth-source-netrc-create): Use usual format for the
4911         default in prompts.
4912
4913 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * lpath.el: Fbind read-char-choice for XEmacs.
4916
4917 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4918
4919         * auth-source.el (auth-source-netrc-create): Show the default in the
4920         prompt when prompting for token creation.
4921
4922 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4923
4924         * auth-source.el (auth-source-format-prompt): Always convert the value
4925         to a string to avoid evaluating non-string arguments.
4926         (auth-source-netrc-create): Offer default properly, not as initial
4927         content in `read-string'.
4928         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4929         of line to determine if we've been run before.  If so, don't run again,
4930         but print a trivial message to indicate the cache was hit instead.
4931
4932 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4935         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4936         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4937         Gnus.
4938
4939 2011-03-11  Julien Danjou  <julien@danjou.info>
4940
4941         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4942         modified file".
4943
4944 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * auth-source.el (auth-source-read-char-choice): New function to read a
4947         character choice using `dropdown-list', `read-char-choice', or
4948         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4949         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4950         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4951         (auth-source-netrc-saver): Use it.
4952         (auth-source-pick-first-password): New convenience function.
4953
4954 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4955
4956         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4957         parameter in the credentials.
4958         (nnimap-open-connection-1): Use it after a successful login.
4959         (nnimap-credentials): Add IMAP-specific user and password prompt.
4960
4961         * auth-source.el (auth-source-search): Add :require parameter, taking a
4962         list.  Document it and the :save-function return token.  Pass :require
4963         down.  Change the CREATED message from a warning to a debug statement.
4964         (auth-source-search-backends): Pass :require down.
4965         (auth-source-netrc-search): Pass :require down.
4966         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4967         Change save prompt to indicate all modifications saved here are
4968         deletions.
4969         (auth-source-netrc-create): Take user login name as default in user
4970         prompt.  Move all the save functionality to a lexically bound function
4971         under the :save-function token in the returned list.  Set up clearer
4972         default prompts for user, host, port, and secret.
4973         (auth-source-netrc-saver): New function, intended to be wrapped for
4974         :save-function.
4975
4976 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4979         lines to be spaces instead.
4980
4981 2011-03-07  Julien Danjou  <julien@danjou.info>
4982
4983         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4984         (sieve-sasl-auth): Check that auth-source-search did return something,
4985         or just return an empty string.
4986
4987 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4988
4989         * gnus.el (gnus-interactive): Use read-directory-name.
4990
4991         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4992         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4993         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4994         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4995         Likewise.
4996
4997         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4998
4999 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5002         onto the list of killed groups, too.  This makes killed nnimap groups,
5003         for instance, more reliably not reappear.
5004
5005         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5006         the parent.
5007
5008         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5009
5010         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5011         really have server-side marks.
5012
5013         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5014         since most backends do not usefully have server-side marks.
5015         (gnus-update-read-articles): Propagate marks to all backends that
5016         really have server-side marks.
5017
5018 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5019
5020         * message.el (message-cite-reply-position, message-cite-style):
5021         New variables.
5022         (message-yank-original): Use the new citation styles.
5023
5024 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5025
5026         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5027         buffer-local issue); don't mark it buffer-local when running under
5028         XEmacs.
5029
5030 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5031
5032         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5033         numbers too big to be `read'.
5034
5035 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5036
5037         * password-cache.el (password-in-cache-p): Add autoload.
5038
5039         * message.el (message-options): Make buffer-local two ways to attempt
5040         to fix a XEmacs bug.
5041
5042 2011-03-02  Julien Danjou  <julien@danjou.info>
5043
5044         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5045
5046 2011-03-01  Julien Danjou  <julien@danjou.info>
5047
5048         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5049         group.
5050         (article-hide-list-identifiers): Use list-identifier group parameter.
5051
5052 2011-02-28  Julien Danjou  <julien@danjou.info>
5053
5054         * sieve.el (sieve-buffer-script-name): New local variable to store
5055         sieve script name.
5056         (sieve-edit-script): Store sieve script name.
5057         (sieve-upload): Use sieve script name when uploading.
5058         (sieve-upload): Use substitute-command-keys.
5059         (sieve-edit-script): Use substitute-command-keys.
5060         (sieve-refresh-scriptlist): Use substitute-command-keys.
5061         (sieve-manage-mode-map): Define keymap properly.
5062         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5063         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5064         Remove commented code about cvs.
5065         (sieve-manage-quit): New function.
5066         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5067
5068 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5071
5072 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * auth-source.el (auth-source-search): Cache empty result sets.
5075
5076         * password-cache.el (password-in-cache-p): Convenience function to
5077         check if a key is in the cache, even if the value is nil.
5078
5079         * auth-source.el (auth-source-save-behavior): New variable to replace
5080         `auth-source-never-create'.
5081         (auth-source-netrc-create): Use it.
5082         (auth-source-never-save): Remove.
5083
5084 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5085
5086         * nnimap.el (nnimap-stream): Doc fix.
5087         (nnimap-open-connection-1): Reverse the order of the ports to that the
5088         prompted-for port is first.
5089
5090         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5091         retrieval by the no-group selection.
5092
5093         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5094         numerical parameters.
5095
5096 2011-02-25  Julien Danjou  <julien@danjou.info>
5097
5098         * gnus-gravatar.el: Use gnus-with-article-buffer.
5099
5100         * gnus-art.el (gnus-with-article-buffer): Check that the
5101         gnus-article-buffer is alive.
5102
5103 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5104
5105         * auth-source.el (auth-source-creation-prompts): New variable to manage
5106         creation-time prompts.
5107         (auth-source-search): Document it.
5108         (auth-source-format-prompt): Add utility function.
5109         (auth-source-netrc-create): Don't default the user name to
5110         user-login-name.  Use `auth-source-creation-prompts' and some default
5111         prompts for user, host, port, and password (the default generic prompt
5112         remains ugly).
5113         (auth-source-never-save): Add customizable option to never save info.
5114         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5115         mode excursion.
5116
5117 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5120         argument that XEmacs doesn't support.
5121
5122         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5123         compiled for Emacsen having no `libxml-parse-html-region' support.
5124
5125         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5126
5127         * lpath.el: Bind buffer-save-without-query for XEmacs.
5128
5129 2011-02-23  Julien Danjou  <julien@danjou.info>
5130
5131         * gnus-art.el (article-make-date-line): Ignore errors if time is
5132         invalid and not convertible.
5133         (article-make-date-line): Only add lapsed time if time is not nil.
5134
5135 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5136
5137         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5138         `read-char-choice' for backwards compatibility.
5139         (auth-source-netrc-element-or-first): New function to DTRT for
5140         parameter extraction.
5141         (auth-source-netrc-create): Use it and fix multiple parameter print
5142         bug.  Use the default passed from above (given-default) or the
5143         built-in (user-login-name for :user).
5144
5145 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-start.el (gnus-dribble-read-file):
5148         Set buffer-save-without-query, since we always want to save the dribble
5149         file, probably.
5150
5151         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5152         nnimap.
5153
5154         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5155         -summary- since it's a user-visible variable.
5156
5157         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5158         first time you use the new Gnus.
5159
5160 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5161
5162         * auth-source.el: Don't load netrc.el.
5163         (auth-sources): Search ~/.netrc as well by default.
5164         (auth-source-debug): Add 'trivia option for extra output.
5165         (auth-source-do-trivia): Use it.
5166         (auth-source-search): Simplify logic to use
5167         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5168         appropriate.  Don't keep a running count at this level.  Layer :create
5169         and :delete options appropriately on the first and second passes.
5170         Don't track the backend with the search results.
5171         (auth-source-search-backends): New function to search a list of
5172         backends for a processed spec.
5173         (auth-source-netrc-parse): Cache all netrc files, making
5174         auth-source-netrc-cache an alist keyed by the file name and using the
5175         file mtime as the caching criterion.  Keep the obfuscated data secret
5176         with a lexical bind.
5177         (auth-source-netrc-search): Don't calculate the length of the results
5178         unnecessarily.
5179         (auth-source-search-backends): Fix bug.
5180         (auth-source-netrc-create): Rework prompts.
5181
5182 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5183
5184         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5185         Lower case names of search constraints.
5186         (nnir-run-query): Cache and reuse search constraints for all imap
5187         servers.
5188
5189 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5190
5191         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5192         after exit.
5193         (gnus-setup-message): Define missing variable from last checkin.
5194
5195         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5196         value, show the raw article.
5197
5198 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5199
5200         * gnus.el: No Gnus v0.13 is released.
5201
5202 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5203
5204         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5205         auth-source now accepts numbers.
5206
5207         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5208         spec, too.
5209         (auth-source-ensure-strings): New function.
5210
5211         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5212         (gnus-article-setup-buffer): Always restart the date timer so that user
5213         changes to the frequency is respected.
5214
5215         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5216         port numbers, so make sure it gets that if nnimap-server-port is
5217         explicit.
5218
5219 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5220
5221         * nnimap.el (nnimap-inbox): Doc fix.
5222
5223 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5224
5225         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5226         Autoload.  Add optional arg FRAME, and pass it to color-values.
5227         (color-complement): Caller changed.  Doc fix.
5228         (color-gradient): Rewrite for better clarity and efficiency.
5229
5230 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5231
5232         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5233         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5234         color-lab-to-srgb.
5235
5236 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5237
5238         * color.el: First part of merge from hexrgb.el.
5239         (color-rgb-to-hex): Rename from color-rgb->hex.
5240         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5241         saturation to zero if the value is too small.
5242         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5243         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5244         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5245         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5246         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5247         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5248         (color-cie-de2000): Doc fix.
5249
5250 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5251
5252         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5253         given method as in the group name if we're using an extended method.
5254         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5255         command, if we're using that, instead of waiting for the beginning.
5256
5257         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5258         we're sure to get unique server names, and we don't output two async
5259         commands in the same buffer.  This fixes an NNTP hang for some users.
5260
5261 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5262
5263         * gnus.el: No Gnus v0.11 is released.
5264
5265 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5266
5267         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5268         summary buffer before reading going to the next buffer.  This avoids
5269         putting the point in the group buffer if you `C-g' the command.
5270
5271         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5272         cache (for now) to make ~/.authinfo.gpg files usable.
5273
5274         * nnfolder.el (copyright-update): Define for the compiler.
5275
5276         * auth-source.el (auth-source-search): Fix unbound variable.
5277
5278 2011-02-19  Glenn Morris  <rgm@gnu.org>
5279
5280         * gnus.el (gnus-meta): Doc fix.
5281
5282 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5283
5284         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5285         in case it's not yet loaded.
5286
5287 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5288
5289         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5290         line we're waiting for.
5291
5292 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5293
5294         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5295         face with line-width greater than zero will cause RET in gnus summary
5296         buffer to scroll down article page-wise because auto vscroll happens,
5297         it should be temporally disabled when doing a scroll-up.
5298
5299 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5300
5301         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5302         outputs from the server.
5303
5304 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5305
5306         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5307         later so that bbdb can hook in easier.
5308
5309 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5310
5311         * auth-source.el (auth-source-search): Don't try to create credentials
5312         if the caller doesn't want that.
5313         (auth-source-search): If we don't find a match, don't bug out on
5314         non-bound variables.
5315         (auth-source-search): Only ask a single backend to create the
5316         credentials.
5317
5318         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5319         logging.
5320         (nnimap-credentials): Protect against auth-source-search returning nil.
5321         (nnimap-request-list): Protect against not being able to open the
5322         server.
5323
5324 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5325
5326         * auth-source.el (auth-source-search): Do a two-phase search, one with
5327         no :create to get the responses from all backends.
5328
5329         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5330         when getting credentials.
5331
5332         * gnus-util.el (gnus-delete-duplicates): New function.
5333
5334 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5335
5336         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5337         a creation default, pass the whole port list down.  It will be
5338         completed.
5339
5340         * auth-source.el (auth-source-search): Updated docs to talk about
5341         multiple creation choices.
5342         (auth-source-netrc-create): Accept a list as a value (from the search
5343         parameters) and do completion on that list.  Keep a separate netrc line
5344         with the password obscured for showing the user.
5345
5346         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5347         first choice to `auth-source-search' so it will be used for entry
5348         creation instead of the server's Gnus-specific name.
5349         (nnimap-credentials): Rely on the auth-source library to select which
5350         port is actually wanted in the new netrc entry, so don't override
5351         `auth-source-creation-defaults'.
5352
5353         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5354         :protocol and accept a missing user, host, or port as a wildcard match.
5355         (auth-source-debug): Default to off.
5356
5357         (auth-source-netrc-search, auth-source-netrc-create)
5358         (auth-source-secrets-search, auth-source-secrets-create)
5359         (auth-source-user-or-password, auth-source-backend, auth-sources)
5360         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5361         instead of :protocol.
5362
5363         * nnimap.el (nnimap-credentials): Pass a port default to
5364         `auth-source-search' in case an entry needs to be created.
5365         (nnimap-open-connection-1): Use :port instead of :protocol.
5366
5367 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * auth-source.el: Bind load-path when loading EIEIO from
5370         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5371         21.4 doesn't support, to `require'.
5372         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5373         delete-dups that is not available in XEmacs 21.4.
5374
5375 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5376
5377         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5378         as EIEIO must also be loaded when auth-source.el is being
5379         byte-compiled.
5380
5381 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5382
5383         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5384
5385         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5386
5387         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5388
5389         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5390
5391         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5392
5393         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5394
5395         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5396
5397         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5398         necessary.
5399
5400 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5401
5402         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5403         nil means that nnimap doesn't get updated.
5404
5405 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5408         result when the user doesn't want to write to the file.
5409         (auth-source-netrc-search): Expect a synthetic result and proceed
5410         accordingly.
5411         (auth-source-cache-expiry): New variable to override
5412         `password-cache-expiry'.
5413         (auth-source-remember): Use it.
5414
5415         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5416         parameter.  Create entry if necessary by using :create t.
5417         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5418
5419 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5420
5421         * auth-source.el (auth-source-debug): Enable by default and don't
5422         mention the obsolete `auth-source-hide-passwords'.
5423         (auth-source-do-warn): New function to debug unconditionally.
5424         (auth-source-do-debug): Use it.
5425         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5426         and for Secrets API entries when the secrets.el library is not
5427         available.
5428
5429 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5430
5431         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5432         (gnus-summary-exit): Kill the correct article buffer on exit from a
5433         `C-d' group.
5434
5435         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5436         gnus-propagate-marks.
5437
5438         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5439         before killing the buffers so that a non-full window conf gets handled
5440         correctly.
5441         (gnus-summary-exit): Ditto.
5442         (gnus-summary-read-group-1): Ditto.
5443
5444         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5445         async code again so that we can debug it properly.
5446
5447         * message.el (message-reply): Take an optional switch-buffer parameter
5448         so that Gnus window confs are respected better.
5449
5450 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5453         `plist-get' to accept non-list parameters (XEmacs issue).
5454         Fix docstring.
5455         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5456         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5457         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5458         Login collection is "Login" and not "login".
5459
5460 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5463         multiple headers.
5464
5465         * nnimap.el (nnimap-inhibit-logging): New variable.
5466         (nnimap-log-command): Don't log login commands.
5467
5468         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5469         to have more parameters.
5470
5471         * nnimap.el (nnimap-send-command): Mark the command time for each
5472         command, so that we don't get NOOPs stepping on our toes.
5473
5474         * gnus-art.el (article-date-ut): Get the date from the Date header on
5475         `t'.
5476
5477 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * auth-source.el (auth-source-search): Use copy-sequence instead of
5480         the cl.el copy-list.
5481
5482 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * imap.el: Bring it back (revert
5485         84d800cd31de3064f0ed39617d725709a2f8f42f).
5486
5487 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5488
5489         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5490         Improve prompt.
5491
5492 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5493
5494         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5495         washing status from the default format.  It isn't very informative.
5496
5497 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5498
5499         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5500         Fix Gcc processing on imap.
5501
5502 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * imap.el: Remove file.  All the functionality is in nnimap.el.
5505
5506 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5507
5508         * message.el (message-bury): Don't pop up a new window when selected
5509         window is dedicated.
5510
5511 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5512
5513         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5514
5515 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * sieve-manage.el: Autoload `auth-source-search'.
5518         (sieve-sasl-auth): Use it.
5519
5520 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * nnimap.el: Autoload `auth-source-forget+'.
5523         (nnimap-open-connection-1): Use it if the connection fails.
5524
5525         * auth-source.el: Require `password-cache'.
5526         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5527         obsolete.
5528         (auth-source-magic): Marker for `password-cache' keys.
5529         (auth-source-do-cache): Update docstring.
5530         (auth-source-search): Use and check cache.
5531         (auth-source-forget-all-cached, auth-source-remember)
5532         (auth-source-recall, auth-source-forget, auth-source-forget+)
5533         (auth-source-specmatchp): Caching support functions.
5534         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5535         Remove and obsolete.
5536         (auth-source-user-or-password): Remove caching to further discourage
5537         using it.  Always hide passwords.
5538
5539         * password-cache.el (password-cache-remove): Accept secrets that are
5540         not strings.
5541
5542 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5543
5544         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5545         code for now, since it doesn't work for all users.
5546
5547 2011-02-09  Julien Danjou  <julien@danjou.info>
5548
5549         * message.el (message-options): Make message-options really buffer
5550         local.
5551
5552 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * mail-source.el: Autoload `auth-source-search'.
5555         (mail-source-keyword-map): Note order matters.
5556         (mail-source-set-1): Get all the mail-source source values and
5557         defaults and search auth-source on those if needed.  This can all
5558         probably be simplified.
5559
5560         * nnimap.el: Autoload `auth-source-search'.
5561         (nnimap-credentials): Use it.
5562         (nnimap-open-connection-1): Ask for the virtual server and physical
5563         address in one shot.
5564
5565         * nntp.el: Autoload `auth-source-search'.
5566         (nntp-send-authinfo): Use it.  Note TODO.
5567
5568 2011-02-08  Julien Danjou  <julien@danjou.info>
5569
5570         * shr.el (shr-tag-body): Add support for text attribute in body
5571         markups.
5572
5573         * message.el (message-options): Make message-options a local variable.
5574
5575 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * auth-source.el (auth-source-secrets-search)
5578         (auth-source-user-or-password): Use `append' instead of `nconc'.
5579         (auth-source-user-or-password): Build return list better and protect
5580         against nil :secret.
5581
5582 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5583
5584         * nnimap.el (nnimap-update-info): Refactor slightly.
5585         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5586         (nnimap-update-info): Clean up slightly.
5587         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5588         characters.
5589         (nnimap-process-quirk): Rename function to avoid collision.
5590         (nnimap-update-info): Fix macrology bug-out.
5591         (nnimap-update-info): Simplify split history test.
5592
5593 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5594
5595         * auth-source.el (top): Require 'eieio unconditionally.
5596         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5597         (auth-source-secrets-search): Limit search when `max' is greater than
5598         number of results.
5599
5600 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5601
5602         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5603         part not returning any data.
5604
5605         * proto-stream.el (open-protocol-stream): Document the return value.
5606
5607 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5608
5609         * auth-source.el (auth-source-secrets-search): Add examples.
5610
5611 2011-02-06  Julien Danjou  <julien@danjou.info>
5612
5613         * message.el (message-setup-1): Handle message-generate-headers-first
5614         set to t.
5615
5616 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5617
5618         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5619         API with a string "secrets:collection-name" and with 'default.
5620         (auth-source-backend-parse): Parse "secrets:collection-name" and
5621         'default.  Recurse on parses instead of repeating code.  Use the
5622         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5623         message when ignoring a source.
5624         (auth-source-search): List ignored search keys at the top level.
5625         (auth-source-netrc-create): Use `case' instead of `cond'.
5626         (auth-source-secrets-search): Created with TODOs.
5627         (auth-source-secrets-create): Created with TODOs.
5628         (auth-source-retrieve, auth-source-create, auth-source-delete)
5629         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5630         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5631         (auth-source-user-or-password-sftp)
5632         (auth-source-user-or-password-smtp): Remove.
5633         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5634         around `auth-source-search'.  Not tested thoroughly.
5635
5636 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5637
5638         * auth-source.el: Bring in assoc and eioeio libraries.
5639         (secrets-enabled): New variable to track the status of the Secrets API.
5640         (auth-source-backend): New EIOEIO class to represent a backend.
5641         (auth-source-creation-defaults): New variable to set prompt defaults
5642         during token creation (see the `auth-source-search' docstring for
5643         details).
5644         (auth-sources): Simplify to allow a simple string as a netrc backend
5645         spec.
5646         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5647         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5648         (auth-source-search): Main auth-source API entry point.
5649         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5650         (auth-source-search-collection): Helper function for searching.
5651         (auth-source-netrc-parse, auth-source-netrc-normalize)
5652         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5653         Supports search, create, and delete.
5654         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5655         backend stubs.
5656         (auth-source-user-or-password): Call `auth-source-search' but it's not
5657         ready yet.
5658
5659 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5660
5661         * message.el (message-setup-1): Remove the read-only stuff, since it
5662         doesn't work under XEmacs, for some reason.
5663
5664         * gnus-sum.el (gnus-user-date): Rename back from
5665         gnus-summary-user-date since user code refers to it.
5666
5667         * shr.el (shr-render-td): Store the actual background color used.
5668
5669         * message.el (message-setup-1): Don't bind the constant
5670         -forbidden-properties.
5671         (message-setup-1): Revert previous change, since it needs to bind the
5672         props to insert them.
5673         (message-resend): Allow removing the read-only separator line.
5674
5675 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5676
5677         * nnimap.el (nnimap-request-accept-article): Give an error message if
5678         the APPEND wasn't successful.
5679
5680 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5681
5682         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5683         that have no groups.
5684
5685 2011-02-03  Julien Danjou  <julien@danjou.info>
5686
5687         * gnus-draft.el: Remove progn around gnus-draft-setup.
5688
5689 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5690
5691         * gnus-start.el (gnus-read-active-for-groups): This function is never
5692         called with a nil `infos', so clean that up.
5693         (gnus-get-unread-articles): Request active files from primary/secondary
5694         methods that have no groups (yet).
5695
5696 2011-02-03  Julien Danjou  <julien@danjou.info>
5697
5698         * message.el (message-setup-1): Always generate References first.
5699         (message-mail): Return the return value of message-setup, not always t.
5700         (message-setup-1): Insert mail-header-separator with read-only and
5701         intangible properties set.
5702
5703         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5704         user-date in docstring.
5705
5706         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5707
5708         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5709         docstring.
5710
5711         * gnus.el (gnus-user-date-format-alist): Change default value.
5712         Use defcustom, with type and group. Move from gnus-util.el.
5713         Rename to gnus-summary-user-date-format-alist.
5714
5715 2011-02-03  Glenn Morris  <rgm@gnu.org>
5716
5717         * nnimap.el (gnus-fetch-headers): Declare.
5718
5719         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5720
5721 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5722
5723         * message.el (message-forward-make-body-digest-plain)
5724         (message-followup, message-reply): Clean up things noted by Stefan.
5725
5726         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5727         gnus-article-update-date-headers is nil.
5728         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5729         it didn't really work with defcustom.
5730         (article-update-date-lapsed): Make sure the window start doesn't move,
5731         either.
5732
5733 2011-02-01  Julien Danjou  <julien@danjou.info>
5734
5735         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5736         format.
5737
5738         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5739         standard in Emacs nowadays.
5740
5741         * color.el (color-gradient): Add a color-gradient function.
5742
5743 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5744
5745         * message.el (message-expand-name): Don't trust the return value of
5746         bbdb-complete-name.
5747         (message-check-news-header-syntax): Remove unused var `start'.
5748         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5749         (message-inhibit-body-encoding): Move to before first use.
5750         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5751         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5752         (Organization, Message-ID, Date, mh-previous-window-config):
5753         Defvar the vars using dynamic scoping.
5754
5755 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5756
5757         * shr.el (shr-render-td): Only do colors at the final rendering.
5758         Should be slightly faster.
5759         (shr-insert-table): Fix up TD background colors when doing the
5760         vertical padding.
5761
5762         * gnus-art.el (article-date-ut): Protect against articles with no Date
5763         header.
5764         (article-update-date-lapsed): Don't use current-column to find the
5765         horizontal position.  It's fragile in the presence of \003 characters.
5766
5767         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5768
5769 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5770
5771         * gnus-art.el (article-transform-date): Rewrite to still work when
5772         there are several rfc2822 parts.
5773         (article-transform-date): Fix infinite recursion.
5774         (article-date-ut): Replace infinitely many Date headers with a single
5775         one when called interactively.
5776
5777         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5778         secure manner.
5779
5780         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5781         move around by not using save-window-excursion.  It seems to work...
5782
5783 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-art.el (article-make-date-line): Work for user-defined format.
5786
5787 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5788
5789         * nntp.el (nntp-retrieve-group-data-early)
5790         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5791         fetching functions.
5792
5793         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5794         thoroughly for all backends that have no known groups.  This should
5795         allow new nnml methods to retrieve mail.
5796
5797         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5798         that Gnus doesn't know exists again.
5799
5800         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5801         (gnus-treat-date-ut): Ditto.
5802         (gnus-article-update-date-header): Rename.
5803         (gnus-treat-date-local): Remove.
5804         (gnus-treat-date-english): Remove.
5805         (gnus-treat-date-lapsed): Remove.
5806         (gnus-treat-date-combined-lapsed): Remove.
5807         (gnus-treat-date-original): Remove.
5808         (gnus-treat-date-iso8601): Remove.
5809         (gnus-treat-date-user-defined): Remove.
5810         (gnus-article-date-headers): New variable to control all the date
5811         header options.
5812         (article-date-ut): Rewrite to allow using the new way to format date
5813         headers(s).
5814
5815 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5816
5817         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5818         method.
5819         (nnmail-article-group): A better test for fanciness.
5820
5821         * nnimap.el (nnimap-request-head): Protect against not finding the
5822         article by Message-ID.
5823
5824 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5825
5826         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5827         keep point at the "same place".
5828
5829 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5830
5831         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5832         data if the group is inactive.
5833
5834 2011-01-28  Julien Danjou  <julien@danjou.info>
5835
5836         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5837         (gnus-all-windows-visible-p): Remove old compatibility code.
5838         (gnus-window-top-edge): Add docstring.
5839
5840         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5841
5842 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5843
5844         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5845         older request-update-info.
5846
5847         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5848
5849 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5850
5851         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5852         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5853
5854 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5855
5856         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5857         groups.  This makes the nndraft:queue group pop up if it's not already
5858         there.
5859
5860         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5861         messages" logic, which was reversed.
5862
5863         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5864         the "same place" even if point is on the line being replaced.
5865         (article-update-date-lapsed): Allow updating both the combined lapsed
5866         and the lapsed headers.
5867         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5868         (article-make-date-line): Limit the number of segments dynamically to
5869         avoid too-long lines.
5870
5871 2011-01-27  Julien Danjou  <julien@danjou.info>
5872
5873         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5874         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5875
5876 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5879         Use plist-get instead of the cl function getf.
5880
5881 2011-01-27  Glenn Morris  <rgm@gnu.org>
5882
5883         * gnus-util.el (float-time): Get rid of compiler warning, again.
5884
5885 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5886
5887         * shr.el (shr-put-color): Special-case background colors: Do put them
5888         at the blank parts at the front of the lines.
5889
5890         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5891         exit hook to nix out all data on readedness on group exit.
5892
5893         * gnus-util.el (float-time): If float-time is bound, always use it on
5894         all Emacsen.  It's unclear why the subrp check was there.
5895         (time-date): Require to make some autoload issues on XEmacs go away.
5896
5897         * shr.el (shr-put-color): Don't do the box padding in tables, since
5898         they're already padded.
5899
5900 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5901
5902         * gnus-art.el (gnus-article-next-page): When the last line of the
5903         article is displayed, scroll down once more instead of going to the
5904         next article at once.
5905         (article-lapsed-string): Refactor out and allow specifying how many
5906         segments you want.
5907         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5908         (gnus-article-update-lapsed-header): New variable.
5909
5910         * shr.el: Revert change that made headings use different-sized faces.
5911         The Emacs display engine isn't advanced enough that, for instance,
5912         tables can comfortably use differently-sized faces.
5913
5914 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5915
5916         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5917         used.
5918         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5919         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5920         we're using an encrypted connection.
5921
5922         * proto-stream.el: Alter the interface functions to also return the
5923         actual stream type used: network or tls.
5924
5925 2011-01-25  Julien Danjou  <julien@danjou.info>
5926
5927         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5928         (mm-display-javascript-inline): New function.
5929
5930         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5931         viewing function.
5932
5933 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * shr.el (shr-expand-newlines): Fix variable name.
5936
5937 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5938
5939         * shr.el (shr-expand-newlines): Make nested boxes work.
5940
5941 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5942
5943         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5944         backgrounds.
5945         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5946         in a more sensible manner.
5947
5948 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5951         if EPG is loaded.
5952
5953 2011-01-24  Julien Danjou  <julien@danjou.info>
5954
5955         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5956         tags.
5957
5958 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5961         commands.
5962
5963         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5964         in the article buffer.
5965         (gnus-gravatar-insert): Use blank space from the current buffer to
5966         avoid breaking text properties.  This makes X-Sent updating work again.
5967
5968         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5969
5970 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5971
5972         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5973         fix the bug in url-http.el instead.
5974
5975         * shr.el (shr-image-fetched): Ditto.
5976
5977         * shr.el (shr-image-fetched): Avoid having point move in the article
5978         buffer.
5979
5980         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5981         buffer after being called.  It's apparently being killed by url.el, and
5982         killing it made point move to end-of-buffer in a random buffer.
5983
5984         * shr.el (shr-image-fetched): Ditto.
5985
5986 2011-01-23  Julien Danjou  <julien@danjou.info>
5987
5988         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5989
5990         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5991         text/x-org.
5992
5993 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5996         (i.e., nnimap) returning nil as the article number.
5997
5998 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5999
6000         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6001         "DelSp" parameter in RFC3676.
6002
6003 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6004
6005         * message.el (message-check-recipients): Display the encoded version of
6006         the bogus address if they differ.
6007
6008         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6009         after sending.
6010
6011         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6012
6013         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6014
6015         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6016         group buffer after sending the queue.
6017
6018         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6019
6020 2011-01-22  Julien Danjou  <julien@danjou.info>
6021
6022         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6023
6024 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6025
6026         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6027         nested related parts.
6028
6029         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6030         unexpired articles.  This fixes the regression that led expiry marks to
6031         disappear from nnfolder groups.
6032
6033 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6034
6035         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6036         Don't confuse the "ret" of "retrograde" with RET.
6037
6038 2011-01-21  Julien Danjou  <julien@danjou.info>
6039
6040         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6041         than mm-insert-inline.
6042
6043 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6046         Widen article buffer.
6047
6048 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6049
6050         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6051         the temp buffer.
6052         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6053
6054 2011-01-20  Julien Danjou  <julien@danjou.info>
6055
6056         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6057
6058         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6059         than mm-insert-inline to insert inline part: this respect
6060         mm-inline-media-tests displayers.
6061
6062         * mm-view.el (mm-display-shell-script-inline): New function.
6063
6064         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6065
6066         * mm-uu.el (mm-uu-type-alist): Add org block.
6067         (mm-uu-org-src-code-block-extract): New function.
6068
6069         * mm-view.el (mm-display-org-inline): New function.
6070
6071         * mm-decode.el (mm-automatic-display): Add text/org.
6072
6073         * mailcap.el (mailcap-mime-extensions): Add .org.
6074
6075 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6078         gnus-article-add-buttons.
6079
6080 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6081
6082         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6083         From header with a date and "nobody" as the sender.
6084
6085 2011-01-19  Julien Danjou  <julien@danjou.info>
6086
6087         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6088         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6089         if you have the same regexp several times.
6090         (gnus-button-push): Fix matching when regexp is symbol.
6091
6092 2011-01-15  Glenn Morris  <rgm@gnu.org>
6093
6094         * message.el (message-mail): A compose-mail function should
6095         accept headers as strings.
6096
6097 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6098
6099         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6100         Add :vert-only tags.
6101         (message-mail): New arg RETURN-ACTION.
6102         (message-return-action): New var.
6103         (message-bury): Use it.
6104         (message-mode): Make it buffer-local.
6105         (message-send-and-exit): Always call message-bury.
6106
6107         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6108         message-mail.
6109
6110 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * nnimap.el (nnimap-convert-partial-article): Protect against
6113         zero-length body parts.
6114
6115         * mm-decode.el (mm-preferred-alternative-precedence):
6116         Discourage showing empty parts.
6117
6118         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6119         and stuff if the backend didn't return the article number.  This fixes
6120         an Exchange-related nnimap bug.
6121
6122         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6123         group window, because it does the wrong thing when a separate frame
6124         displays the group buffer.
6125
6126         * proto-stream.el (open-protocol-stream): Protect against the low-level
6127         transport functions returning nil.
6128
6129 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6130
6131         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6132         (mml2015-epg-find-usable-secret-key): New function.
6133         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6134         mml2015-epg-find-usable-key (Bug#7797).
6135         (mml2015-epg-encrypt): Ditto.
6136
6137 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * dgnushack.el (rot13-string): Fix the way to get the argument.
6140
6141 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6144
6145 2011-01-03  Glenn Morris  <rgm@gnu.org>
6146
6147         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6148
6149         * sieve.el (sieve-open-server): Give a more explicit error if
6150         sieve-manage-open returns nil.  (Bug#7720)
6151
6152 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6153
6154         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6155
6156 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157
6158         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6159         This avoids sending passwords in plain text over non-encrypted
6160         channels.
6161
6162         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6163
6164         * nnimap.el (nnimap-login): Refactored out into own function, and
6165         implement CRAM-MD5.
6166         (nnimap-wait-for-line): Refactored out.
6167
6168         * mm-view.el (mml-smime): Require.
6169
6170 2010-12-20  David Engster  <deng@eml.cc>
6171
6172         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6173         use EPG to decrypt S/MIME messages instead of openssl.
6174
6175 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6176
6177         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6178
6179         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6180         status is the group clearly is unreachable.
6181
6182         * auth-source.el (auth-source-create): Add the optional second
6183         parameter to `local-variable-p' to be compatible with XEmacs.
6184
6185 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6186
6187         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6188         work when using a compressed nnml folder.
6189
6190 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6191
6192         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6193         backends after sanitising on entry, because this never makes sense:
6194         If the articles have gone missing, then the data no longer exists on
6195         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6196         overwrite anything anyway.
6197
6198         * shr.el (shr-insert-document): Bind shr-width dynamically to
6199         window-width if it's nil.
6200
6201 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6202
6203         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6204         with the meaning of using the full emacs window width for rendering.
6205
6206 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6207
6208         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6209         case when sender is not given.
6210
6211 2010-12-23  Julien Danjou  <julien@danjou.info>
6212
6213         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6214         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6215         the addresses, otherwise we might misplaced the gravatar.
6216
6217 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6218
6219         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6220         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6221         obsolete in Emacs.
6222
6223 2010-12-20  Julien Danjou  <julien@danjou.info>
6224
6225         * gnus-util.el (gnus-rescale-image): Revert last change.
6226
6227 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6228
6229         * binhex.el: Improve commentary (Bug#7482).
6230
6231 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * gnus-group.el (gnus-group-delete-articles): New command.
6234
6235 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6236
6237         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6238
6239 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6242         here, since it's up to the backends to do CRLF removal if their
6243         protocol has it.
6244
6245         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6246
6247 2010-12-17  Julien Danjou  <julien@danjou.info>
6248
6249         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6250         they are from file.  Can also scale up.
6251
6252 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6253
6254         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6255         Restore gnus-use-agent.
6256         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6257
6258         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6259
6260 2010-12-17  Julien Danjou  <julien@danjou.info>
6261
6262         * gravatar.el (gravatar-retrieve-synchronously): New function.
6263         (gravatar-get-data): Make more robust.
6264
6265 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6268
6269 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6272         to really consider the last line.
6273
6274 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6275
6276         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6277         list of recipient keys, or use symmetric encryption if not a list.
6278         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6279         EPA override, replacing the call to `netrc-store-data'.
6280
6281 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6282
6283         * gnus-srvr.el: Avoid passing nil regexp argument to
6284         delete-matching-lines.
6285
6286 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6289         fetching stops when Gnus exits.
6290
6291         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6292         function.
6293         (nnfolder-request-expire-articles): Save all the buffers after doing
6294         expiry.
6295
6296         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6297         the last article", since that led to serious performance regressions
6298         when expiring nnml groups.
6299
6300 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6301
6302         * nnir.el: Improve customizations.
6303
6304 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6305
6306         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6307
6308         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6309         group has been killed.
6310         (gnus-group-yank-group): Ditto.
6311
6312         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6313
6314         * nnimap.el (nnimap-request-update-group-status): New function.
6315
6316         * gnus-int.el (gnus-request-update-group-status): New interface
6317         function.
6318
6319         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6320         copying read-ness to the backends.
6321
6322         * nnimap.el (nnimap-quirk): New function.
6323         (nnimap-retrieve-group-data-early): Use it.
6324         (nnimap-quirks): New alist.
6325
6326 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6329         don't delete it within indentation.
6330
6331 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332
6333         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6334         previous line.
6335
6336 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6337
6338         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6339         QRESYNC command by deleting a superfluous space which broke Cyrus
6340         servers.  This change will break other servers that are buggy the other
6341         way around.
6342
6343 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * spam.el: Reindent and fix long lines.
6346         (spam-copy-or-move-routine): Exclude invalid move destinations.
6347
6348 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6349
6350         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6351         installed the registry.
6352
6353 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6356
6357 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6358
6359         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6360         groupname doesn't contain "gmane".
6361
6362 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6363
6364         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6365         and netrc-bound-and-true-p bindings.
6366         (netrc-parse): Cache the netrc contents.
6367
6368         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6369         (gnus-1): Don't create the nndrafts group twice.
6370         (gnus-setup-news): There's no need to read the active file here, since
6371         that's done again later on a per-backend basis.
6372         (gnus-start-draft-setup): Make sure that the new group is started out
6373         empty.
6374
6375         * gnus-agent.el (gnus-agentize): Don't create the queue group
6376         automatically on startup.  It'll be created later, if needed.
6377
6378         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6379         of automatically subscribed groups.
6380         (gnus-auto-subscribed-categories): New variable.
6381         (gnus-matches-options-n): Use it.
6382         (gnus-default-subscribed-newsgroups): Remove unused variable.
6383         (gnus-start-draft-setup): Message a bit less.
6384
6385 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6386
6387         * nnir.el (nnir-run-imap): Return article list in order of increasing
6388         UID.
6389
6390 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * gnus-sum.el (gnus-summary-enter-digest-group):
6393         Mention gnus-auto-select-on-ephemeral-exit.
6394
6395         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6396         convention of the network-only option.
6397
6398 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399
6400         * proto-stream.el (proto-stream-open-network-only): New function to
6401         have a way to specify non-STARTTLS upgrade connections.
6402
6403 2010-12-10  Julien Danjou  <julien@danjou.info>
6404
6405         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6406         email address is nil.
6407
6408         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6409
6410 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6411
6412         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6413         deletion.
6414         (nnir-run-imap): Only need to parse list once.
6415
6416 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * shr.el (shr-tag-script): Ignore <script>.
6419         (shr-tag-label): Add <label> support.
6420
6421 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6424
6425         * shr.el (shr-image-displayer): Work for images lined side by side.
6426
6427 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6428
6429         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6430         parameter, since XEmacs doesn't accept t as a parameter.
6431
6432 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6433
6434         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6435         ids.
6436         (nnir-run-gmane): Simplify groupspec formatting.
6437         (nnir-request-expire-articles): New function.
6438
6439 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6442         overflow, possibly.
6443
6444         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6445         (shr-render-td): Handle td style="" better.
6446         (shr-tag-table): Use the color from the style sheet.
6447         (shr-render-td): Make sure we copy over all the overlays, too.
6448
6449 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6450
6451         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6452         (nnir-request-article): Improve article retrieval.
6453
6454 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * mm-util.el (mm-extra-numeric-entities): New variable.
6457
6458         * mm-url.el (mm-url-decode-entities):
6459         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6460
6461         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6462
6463 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6464
6465         * message.el: Use completion-at-point.
6466         (message-completion-function): New fun, extracted from message-tab.
6467         (message-mode): Use it for completion-at-point-functions.
6468         (message-tab): Use it and completion-at-point.
6469
6470 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6473         character if a non-breakable character follows.
6474
6475 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6478         any stream.
6479
6480         * shr.el (shr-tag-font): Colorize the region.
6481         (shr-tag-body): Ditto.
6482         (shr-tag-font): Actually let the styles be inherited instead of
6483         overwriting them.
6484         (shr-tag-font): Get the background color right.
6485         (shr-tag-style): Ignore all <style> tags for the moment.
6486
6487         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6488         a Message-ID to avoid having nnimap depend on gnus-sum.
6489
6490         * shr.el (shr-descend): Only colorize something if we have a node that
6491         sets colors.
6492
6493 2010-12-06  Julien Danjou  <julien@danjou.info>
6494
6495         * shr.el (shr-render-td): Render td content with shr-descend, so style
6496         will be applied to <td> too.
6497         (shr-colorize-region): Colorize region even if we only have a background.
6498         (shr-tag-body): Fix color and background color inheritance.
6499         Do not recolorize after shr-generic.
6500         (shr-tag-font): Let shr-generic colorize via inheritance.
6501
6502 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6505
6506 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6507
6508         * nnir.el (nnir-request-move-article): Remove obsolete code.
6509
6510 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6513
6514 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * gnus-sum.el (gnus-summary-respool-article): The completion function
6517         expects a list instead of an alist.
6518
6519         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6520         string as the parameter.
6521
6522         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6523
6524         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6525         styles.
6526         (shr-colorize-region): New function.
6527         (shr-insert-background-overlay): Remove.
6528         (shr-render-td): Background setting should be taken care of on a higher
6529         level.
6530         (shr-tag-body): Use post-hoc colorizations.
6531         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6532         (shr-put-color-1): Don't overwrite old colors.
6533         (shr-colorize-region): When the background color isn't explicit, use
6534         a fixed background.
6535
6536         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6537         nnmail variables.
6538
6539 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6540
6541         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6542         unless necessary.
6543
6544 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6545
6546         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6547         server.
6548
6549 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6550
6551         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6552         so that TAB works.
6553
6554         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6555         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6556
6557         * shr.el (shr-urlify): Show the URL before the title to avoid
6558         misleading URLs.
6559
6560 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6561
6562         * shr.el (shr-urlify): Display the title in <a> tags.
6563
6564 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6565
6566         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6567
6568 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6569
6570         * nnir.el: Rearrange code to allow macros to be autoloaded by
6571         gnus-sum.el.
6572         (nnir-retrieve-headers-override-function): Make this variable
6573         customizable.
6574         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6575
6576         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6577         from nnir.el.
6578
6579 2010-12-03  Julien Danjou  <julien@danjou.info>
6580
6581         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6582
6583 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6586         allow optional argument `environment'.
6587
6588 2010-12-03  Glenn Morris  <rgm@gnu.org>
6589
6590         * mm-extern.el (message-goto-body): Update declaration.
6591
6592 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-util.el (gnus-macroexpand-all): New function.
6595
6596         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6597         instead of macroexpand-all that is unavailable in XEmacs.
6598
6599 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6600
6601         * nnir.el (nnir-summary-line-format): New variable.
6602         (nnir-mode): Use it.
6603         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6604         (nnir-article-ids): Reimplement as defsubst.
6605         (nnir-retrieve-headers): Don't mangle the subject header.
6606         (nnir-run-imap): Use 100 as RSV score.
6607         (nnir-run-find-grep): Fix for full server searching.
6608         (nnir-run-gmane): Better restriction to gmane groups.
6609
6610         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6611         summary buffers.
6612
6613 2010-12-02  Julien Danjou  <julien@danjou.info>
6614
6615         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6616
6617         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6618
6619         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6620         support.
6621
6622 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6623
6624         * nnir.el: Update to handle the registry better.
6625         (autoload): Silence byte-compiler.
6626         (nnir-open-server): Add a hook for nnir groups.
6627         (nnir-request-move-article): Don't mangle the header.  Better to use
6628         formatting variables (which will be added in the future).
6629         (nnir-registry-action): Update the registry using the original article
6630         group name.
6631         (nnir-mode): Install nnir-specific hooks for updating the registry.
6632
6633         * gnus-sum.el
6634         (gnus-article-original-subject,gnus-newsgroup-original-name):
6635         Remove obsolete variables.
6636         (gnus-summary-move-article): Remove use of obsolete variables.
6637         (gnus-summary-local-variables): Make move and delete hooks local to
6638         summary buffers.
6639
6640 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * rtree.el: New file.
6643
6644 2010-12-01  Julien Danjou  <julien@danjou.info>
6645
6646         * message.el (message-user-organization): Do not use
6647         gnus-local-organization.
6648
6649         * gnus.el: Remove gnus-local-organization.
6650
6651         * gnus-msg.el: Remove nastygram thing.
6652
6653 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6654
6655         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6656         funcall.
6657
6658 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6661         names.
6662
6663         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6664         characters.
6665
6666         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6667         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6668         Suggested by Štěpán Němec <stepnem@gmail.com>.
6669         (gnus-gravatar-transform-address): Use mail-extract-address-components
6670         that supports non-ASCII names rather than mail-header-parse-addresses.
6671
6672 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * proto-stream.el (open-protocol-stream): All starttls connections are
6675         handled by the network handler.
6676
6677 2010-11-30  Julien Danjou  <julien@danjou.info>
6678
6679         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6680         (nnimap-open-connection-1): Fix PREAUTH.
6681
6682         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6683
6684 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6687         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6688         (shr-insert): Use them.
6689         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6690
6691 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6692
6693         * nnir.el (nnir-request-move-article): Bail out if original group
6694         doesn't support article moves.
6695         (nnir-get-active): Improve active list retrieval.
6696
6697 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6698
6699         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6700
6701 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6702
6703         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6704         seem to accept strings-with-numbers as port numbers.
6705
6706 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6707
6708         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6709         change the registry.
6710
6711 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6714         delete-dups that is not available in XEmacs 21.4.
6715
6716         * mm-util.el (mm-delete-duplicates): Add comment.
6717
6718 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6719
6720         * nnir.el (nnir-ignored-newsgroups): New variable.
6721         (nnir-get-active): Use it.
6722
6723 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * proto-stream.el (proto-stream-open-network): Add some comments.
6726
6727         * nntp.el (nntp-open-connection): Provide a :success condition.
6728
6729         * nnimap.el (nnimap-open-connection-1): Ditto.
6730
6731         * proto-stream.el (proto-stream-open-network): See what the response to
6732         the STARTTLS command is.
6733
6734         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6735         backwards compatibility).
6736         (nnimap-open-connection-1): Really respect nnimap-server-port.
6737
6738         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6739         TLS upgrades we don't really care about the identity of the peer.
6740         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6741         that what we've checked for.
6742         (proto-stream-always-use-starttls): Only default to t if
6743         open-gnutls-stream exists.
6744         (proto-stream-open-network): If STARTTLS failed, then just open a
6745         normal connection.
6746         (proto-stream-open-network): Wait until the greeting before doing
6747         STARTTLS.
6748
6749         * nntp.el (nntp-open-connection): Report what the connection error is.
6750
6751         * proto-stream.el (open-protocol-stream): Rename from
6752         open-proto-stream.
6753
6754 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6755
6756         * nnimap.el (nnimap-stream): Change default to `undecided'.
6757         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6758         first, and then network.
6759         (nnimap-open-connection-1): Respect nnimap-server-port.
6760         (nnimap-open-connection): Be more backwards-compatible.
6761
6762         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6763         (proto-stream-open-starttls): De-duplicate the starttls code.
6764         (proto-stream-open-starttls): Folded back into the main function.
6765         (proto-stream-open-network): Fix typo in the gnutls path.
6766         (proto-stream-command): Refactor out.
6767
6768         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6769
6770         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6771         starttls.el STARTTLS.
6772
6773         * color.el (color-lab->srgb): Fix function call name.
6774
6775         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6776         if we're using tls.el.
6777         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6778         built in, then don't try to establish a STARTTLS connection.
6779
6780         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6781         servers.
6782
6783         * proto-stream.el (open-proto-stream): Use network, not stream.
6784         (open-proto-stream): Add a way to specify what the end of a command is.
6785
6786         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6787         connections types.
6788         (nntp-open-network-stream): Remove.
6789         (nntp-open-ssl-stream): Remove.
6790         (nntp-open-tls-stream): Remove.
6791         (nntp-ssl-program): Remove.
6792
6793         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6794
6795 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6796
6797         * nnir.el: Fix typos.
6798         (nnir-retrieve-headers-override-function): Rename variable to reflect
6799         new semantics.
6800         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6801         macros.
6802         (nnir-request-article, nnir-request-move-article): Use them.
6803         (nnir-categorize): New function.
6804         (nnir-run-query): Use it.
6805         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6806         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6807         sorted.
6808         (nnir-group-full-name): Use gnus-group-full-name instead.
6809         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6810         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6811
6812 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6815
6816         * proto-stream.el: New library to provide protocol-specific
6817         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6818         protocols.
6819         (open-proto-stream): Complete the documentation.
6820         (proto-stream-open-network): Fix some typos.
6821
6822         * nnimap.el (nnimap-open-connection): Use it.
6823
6824 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6825
6826         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6827         negotiation.
6828
6829 2010-11-26  Julien Danjou  <julien@danjou.info>
6830
6831         * color.el: Rename various rgb functions to srgb.
6832
6833 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6834
6835         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6836         names.
6837
6838 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * shr.el (shr-insert): Revert last change.
6841         (shr-find-fill-point): Never leave point being at bol;
6842         relax the kinsoku limitation when rendering tables.
6843
6844 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6847         results from -accept-article.
6848
6849         * shr-color.el: Require cl when compiling.
6850
6851         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6852         checkin.
6853
6854         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6855
6856         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6857
6858         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6859         'add and 'delete to set backend marks.
6860
6861         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6862
6863         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6864
6865         * nntp.el (nntp-request-set-mark): Use it.
6866
6867         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6868
6869         * nnml.el (nnml-request-set-mark): Ditto.
6870
6871         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6872         introduces regressions in article selection.
6873         (nnimap-find-uid-response): New function.
6874         (nnimap-request-accept-article): Use the UID returned, if any.
6875         (nnimap-request-move-article): Use the UID returned, if any.
6876         (nnimap-get-groups): Reimplement to work with folded lines.
6877         (nnimap-find-uid-response): The UID is the last element in the list.
6878         (nnimap-request-set-mark): Extend syntax with 'set.
6879
6880         * nnml.el (nnml-request-set-mark): Ditto.
6881
6882         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6883
6884         * nntp.el (nntp-request-set-mark): Ditto.
6885
6886 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * message.el (message-called-interactively-p): A temporary macro.
6889         (message-goto-body): Use it temporarily.
6890
6891 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6892
6893         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6894         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6895         (nnimap-last-response-string): Fix last unfolding fix.
6896
6897 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * shr.el (shr-insert): Fix the way to fold lines.
6900
6901 2010-11-25  Julien Danjou  <julien@danjou.info>
6902
6903         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6904
6905         * color.el: Rename from color-lab.el
6906         (color-rgb->hex): Add.
6907         (color-complement): Add.
6908         (color-complement-hex): Add.
6909
6910         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6911
6912 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6913
6914         * shr-color.el (shr-color-visible): Don't bug out if the color names
6915         don't exist.
6916
6917 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6920         assuming that article displaying or another mml-preview may be
6921         interrupted for an error or for the like.
6922
6923         * shr.el (shr-get-background): Fix argument name.
6924
6925 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926
6927         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6928
6929         * gnus-sum.el (gnus-summary-include-articles): New function.
6930
6931         * message.el (message-goto-body): called-interactively-p needs a
6932         parameter, so use `any'.
6933
6934         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6935         clear marks before moving, since they're synced from the Gnus side
6936         first.
6937
6938         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6939         (gnus-summary-move-article): Copy over all marks before moving, so that
6940         IMAP doesn't think a new article has arrived.
6941
6942 2010-11-24  Julien Danjou  <julien@danjou.info>
6943
6944         * shr.el (shr-insert-background-overlay): Fix typo.
6945         (shr-render-td): Copy the background before rendering.
6946
6947         * shr-color.el (shr-color-visible): Fix docstring.
6948
6949         * shr.el (shr-tag-table): Add bgcolor support.
6950         (shr-render-td): Add bgcolor support.
6951         (shr-get-background): Add.
6952         (shr-insert-foreground-overlay): Use shr-get-background.
6953
6954         * message.el (message-goto-body): Use called-interactively-p.
6955         (message-in-body-p): message-goto-body returns point.
6956
6957 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6960         Fixes something or other in Emacs 23, and is backwards compatible.
6961
6962         * message.el (message-goto-body): Remove the <#secure special-casing,
6963         which is too special.
6964
6965         * shr.el (shr-parse-style): Drop !important from styles.
6966
6967 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6968
6969         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6970         this function to return incorrect results when calling it with an
6971         explicit article argument different from
6972         (gnus-summary-article-number).
6973
6974 2010-11-24  Julien Danjou  <julien@danjou.info>
6975
6976         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6977         (shr-tag-body): Add background support.
6978         (shr-descend): Add background support.
6979         (shr-tag-title): Add.
6980
6981         * shr-color.el (shr-color-visible): Really return original background
6982         if fixed.
6983
6984 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6985
6986         * shr.el (shr-color-check): Protect against non-existent color names.
6987
6988 2010-11-24  Julien Danjou  <julien@danjou.info>
6989
6990         * color-lab.el: Require 'cl when compiling.
6991
6992         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6993
6994         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6995         matched part.
6996
6997         * color-lab.el: Fix all expt calls to use float type.
6998
6999 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7002         expression to shr-color-check as is.
7003
7004         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7005
7006         * color-lab.el: Add coding cookie.
7007         (float-pi): Use eval-and-compile.
7008
7009         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7010         compiled for Emacsen having no `libxml-parse-html-region' support.
7011
7012 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013
7014         * shr.el (shr-insert-color-overlay): Split stuff like
7015         "#444444 !important" to find the real color.
7016         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7017         parse <font color="red"> entries.
7018
7019 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7020
7021         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7022         point when parsing headers.
7023
7024         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7025         is positioned properly when parsing headers.
7026
7027 2010-11-23  Julien Danjou  <julien@danjou.info>
7028
7029         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7030
7031         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7032
7033         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7034
7035         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7036         Use shr-color-hue-to-rgb.
7037         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7038
7039 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7040
7041         * shr.el (shr-color->hexadecimal): Autoload.
7042         (shr-descend): Add color to all tags.
7043
7044 2010-11-22  Julien Danjou  <julien@danjou.info>
7045
7046         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7047         shr-color->hexadecimal.
7048
7049         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7050         RGB() or HSL() color representation.
7051
7052         * shr.el (shr-tag-font): Add.
7053         (shr-tag-color-check): New function to get better colors.
7054         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7055         tag-span.
7056
7057         * shr-color.el: New file.
7058
7059         * color-lab.el: New file.
7060
7061         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7062
7063 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7064
7065         * nnir.el: Fix typo in comments.
7066         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7067         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7068
7069 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070
7071         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7072
7073         * nnimap.el (nnimap-get-capabilities): Refactor out.
7074         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7075
7076 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7077
7078         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7079         appearing when `mm-uu-hide-markers' is nil.
7080
7081 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7082
7083         * nnimap.el (nnimap-unselect-group): Make into its own function.
7084         (nnimap-request-rename-group): Unselect group before renaming.
7085         This had gotten lost somewhere.
7086         (nnimap-request-accept-article): Keep track of examined groups, and
7087         unselect the group before APPENDing to read-only groups.
7088         (nnimap-request-move-article): Clear flags before moving so that they
7089         can be re-set later.
7090
7091 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7094         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7095
7096 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-art.el (gnus-mime-display-single):
7099         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7100         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7101         parameter.
7102
7103 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7106         (shr-table-vertical-line): New variable.
7107         (shr-insert-table): Use it.
7108
7109 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * gnus-html.el (gnus-html-wash-images): Don't display images if
7112         gnus-inhibit-images is non-nil; register displayer for cid images.
7113         (gnus-html-display-image): Work for cid image.
7114         (gnus-html-insert-image): Allow arguments.
7115         (gnus-html-put-image): Inhibit read-only.
7116         (gnus-html-prefetch-images): Don't prefetch images if
7117         gnus-inhibit-images is non-nil.
7118
7119 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * shr.el (shr-put-image): Break lines when inserting big pictures.
7122
7123 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7124
7125         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7126         sender, thanks Katsumi Yamaoka.
7127
7128 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7129
7130         * nnir.el (nnir-run-imap): Reverse the article list for each group
7131         rather than the whole list.
7132
7133 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * shr.el (shr-image-displayer): Protect function against non-existent
7136         image source.
7137
7138         * gnus-art.el (gnus-inhibit-images): New user option.
7139         (gnus-mime-display-single): Don't display image if it is non-nil.
7140
7141         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7142         gnus-inhibit-images.
7143
7144         * shr.el (shr-image-displayer): New function.
7145         (shr-tag-img): Use it.
7146
7147 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7148
7149         * mml2015.el (mml2015-epg-sign): Use From header.
7150
7151 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7154
7155         * gnus-util.el (gnus-find-text-property-region): Return markers.
7156
7157         * shr.el (shr-tag-img): Put a displayer in the text property.
7158
7159         * gnus-util.el (gnus-find-text-property-region): New utility function.
7160
7161         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7162         (gnus-html-show-images): Remove.
7163
7164         * gnus-art.el (gnus-article-show-images): New, more general function.
7165
7166         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7167         image url text properties.
7168
7169         * shr.el: Ditto.
7170
7171         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7172         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7173
7174 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7177         work for two or more articles.
7178
7179 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7182         divide an image that's in an html article to two or more when washing
7183         non-ASCII characters in alt text of it.
7184
7185 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7188         smime-decrypt-region using function argument.
7189         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7190
7191         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7192
7193         * smime.el (smime-decrypt-region): Catch it.
7194
7195 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7196
7197         * smime.el (smime-mode-map): Move initialization into declaration.
7198         (gnus-run-mode-hooks): Don't autoload.
7199         (smime-mode): Use define-derived-mode.
7200
7201 2010-11-11  Glenn Morris  <rgm@gnu.org>
7202
7203         * smime.el (from): Restrict declaration to XEmacs.
7204
7205         * nnir.el (gnus-group-topic-name): Autoload.
7206
7207 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * shr.el (shr-insert): Don't break long line if it is because of
7210         kinsoku-bol characters in the line end.
7211
7212 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7213
7214         * nnir.el (nnir-request-move-article): Fix to provide original group
7215         and subject.
7216         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7217         been retrieved.
7218
7219         * gnus-sum.el (gnus-summary-move-article): Use original group and
7220         subject for virtual articles such as those in an nnir summary buffer.
7221
7222 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7225         least 21.5).
7226
7227         * smime.el (from): Declare it again for XEmacs.
7228
7229 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * message.el (message-resend): Don't disable encoding unless it's
7232         already encoded.
7233
7234         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7235         low-numbered articles.
7236
7237 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * rfc2047.el (rfc2047-syntax-table): Simplify.
7240
7241         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7242
7243         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7244         set-char-table-range for XEmacs.
7245
7246 2010-11-10  Glenn Morris  <rgm@gnu.org>
7247
7248         * time-date.el (time-to-seconds): Always an alias on Emacs,
7249         never a real function.
7250         (with-no-warnings): Remove compat stub, now unused.
7251         (time-less-p): Doc fix.
7252         (time-to-number-of-days): Simplify.
7253
7254         * smime.el (from): Remove unused declaration.
7255
7256         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7257         (gnus-float-time): On Emacs, always an alias.
7258
7259         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7260         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7261
7262 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * dgnushack.el: Don't use ignore-errors in the top level form since it
7265         is unavailable in XEmacs even if cl is loaded.
7266
7267         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7268
7269 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * shr.el (browse-url-mailto): Autoload.
7272
7273         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7274
7275         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7276         regexp doesn't need quoting.
7277
7278 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7279
7280         * message.el (message-subject-trailing-was-ask-regexp)
7281         (message-subject-trailing-was-regexp): Match was: in addition to was.
7282
7283 2010-11-09  Glenn Morris  <rgm@gnu.org>
7284
7285         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7286         (nnbabyl-check-mbox): Use point-at-bol.
7287
7288 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7291
7292         * message.el (message-mailto): New function.
7293         (message-mailto): Should accept other parameters.
7294         (message-mailto): Remove since it duplicates browse-url-mailto
7295         functionality.
7296
7297 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7300         methods.
7301         (gnus-read-active-file): Ditto.
7302
7303         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7304         ": " from the prompt.
7305         (gnus-group-make-group): Ditto.
7306
7307 2010-11-07  Glenn Morris  <rgm@gnu.org>
7308
7309         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7310         (gnus-bookmark-kill-line): Use point-at-eol.
7311
7312 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7315         asterisks in From header.
7316
7317 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7320         string to avoid making the From headers syntactically invalid.
7321
7322         * message.el (message-send-mail): Don't insert courtesy messages if the
7323         message already has List-Post and List-ID messages.
7324
7325 2010-11-06  Glenn Morris  <rgm@gnu.org>
7326
7327         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7328         `condition', `type', `length' a prefix.
7329         (gnus-treat-predicate): Update for above name changes.
7330
7331 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7332
7333         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7334         binding.  Handled by `gnus-summary-refer-thread' instead.
7335         (nnir-warp-to-article): New backend function.
7336
7337         * nnimap.el (nnimap-request-thread): Force dependency updating.
7338
7339         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7340         (gnus-summary-refer-thread): Rework to improve thread-referral.
7341
7342         * gnus-int.el (gnus-warp-to-article): New function.
7343
7344         * gnus-sum.el (gnus-summary-article-map): Bind it.
7345
7346 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7347
7348         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7349         gnus-summary-refer-thread.
7350
7351         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7352         headers.
7353         (gnus-summary-limit-include-thread): Prevent articles in thread from
7354         being cut in gnus-cut-threads.
7355         (gnus-summary-refer-thread): Limit retrieved headers to those in
7356         thread.
7357
7358 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * message.el (message-send-mail): Use the value of
7361         message-courtesy-message from the message buffer.
7362
7363         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7364
7365         * shr.el (shr-browse-url): Implement mailto: URLs.
7366
7367         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7368         "raw".
7369
7370         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7371         if it's already selected.
7372
7373         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7374
7375 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7378         to measure the length and truncate alt text.
7379
7380 2010-11-03  Glenn Morris  <rgm@gnu.org>
7381
7382         * nndiary.el (nndiary-generate-nov-databases-1)
7383         (nndiary-generate-active-info): Rename dynamic variable `files' to
7384         something less generic.
7385
7386 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7387
7388         * nnir.el (nnir-request-move-article): Call the underlying backend to
7389         move articles from nnir.
7390
7391 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7394
7395 2010-11-02  Julien Danjou  <julien@danjou.info>
7396
7397         * nnir.el: Remove wais support.
7398
7399 2010-11-02  Glenn Morris  <rgm@gnu.org>
7400
7401         * gnus-html.el: Reorder requirements to quieten compiler.
7402
7403 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7406         properly for XEmacs as well.
7407         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7408         (gnus-article-natural-long-line-p): Use window-width rather than
7409         frame-width.
7410
7411 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7412
7413         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7414         (nnir-read-parms): Don't modify query.
7415         (nnir-run-query): Add ability to search topic on current line.
7416         (nnir-get-active): Clean up.
7417
7418 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7421         degenerate articles.
7422
7423         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7424         (gnus-print-buffer): Just print the buffer as is, without any copying
7425         to a buffer and then re-highlighting.
7426
7427         * nnimap.el (nnimap-request-group): Store the new updated info.
7428         (nnimap-request-group): Select the group when we don't know whether it
7429         exists or not.
7430
7431         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7432         groups.
7433
7434         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7435         groups.
7436
7437         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7438         groups.
7439
7440         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7441         long-lines case by only filling the long lines.
7442
7443         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7444         (bug #7311).
7445
7446 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * shr.el: No need to declare `declare-function' since shr.el is for
7449         only Emacsen that provide `libxml-parse-html-region'.
7450
7451         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7452         effective only in a file it is referred to.
7453
7454 2010-11-01  Glenn Morris  <rgm@gnu.org>
7455
7456         * mm-util.el (gnus-completing-read): Autoload.
7457         (mm-read-coding-system): Simplify Emacs definition.
7458
7459         * nnmail.el (gnus-activate-group):
7460         * nnimap.el (gnutls-negotiate):
7461         * nntp.el (netrc-parse): Fix declarations.
7462
7463 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7466         string-match-p in Emacs >=23.
7467
7468         * gnus-msg.el (gnus-configure-posting-styles):
7469         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7470
7471 2010-11-01  Glenn Morris  <rgm@gnu.org>
7472
7473         * nnir.el (declare-function): Add compat stub.
7474         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7475         (nnir-run-gmane): Require 'mm-url.
7476
7477         * mm-util.el (mm-string-to-multibyte): Simplify.
7478
7479         * shr.el (declare-function): Add compat stub.
7480         (url-cache-create-filename): Declare.
7481         (mm-disable-multibyte, widget-convert-button): Autoload.
7482
7483         * smime.el (ldap-search): Declare.
7484         (smime-cert-by-ldap-1): Require ldap on Emacs.
7485
7486         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7487         (nnimap-keepalive): Use gnus-float-time.
7488
7489         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7490         (mail-source-delete-crash-box): Use gnus-float-time.
7491
7492         * gnus-dired.el (gnus-completing-read): Autoload.
7493
7494         * mm-view.el (gnus-rescale-image): Autoload.
7495
7496         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7497
7498         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7499
7500         * sieve-manage.el: Require 'cl when compiling.
7501
7502         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7503         (gnus-iswitchb-completing-read): Require iswitchb.
7504         (gnus-select-frame-set-input-focus): Silence compiler.
7505
7506 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507
7508         * message.el (message-subject-trailing-was-query): Change default to t,
7509         since I think that's what most people want.
7510
7511         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7512         appending for easier debugging.
7513         (nnimap-wait-for-connection): Take a regexp.
7514         (nnimap-request-accept-article): Wait for the continuation line before
7515         sending anything unless we're streaming.
7516
7517         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7518         leave the header washing to take place.
7519
7520 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7521
7522         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7523         regular expression match and replace in posting styles.
7524
7525 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7526
7527         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7528         an entire server.
7529         (nnir-get-active): New function.
7530         (nnir-run-imap): Use it.
7531         (nnir-run-gmane): Who knew, gmane search returns an article score!
7532
7533         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7534         server on the current line with nnir.
7535
7536 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7537
7538         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7539         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7540         left edge.
7541         (gnus-article-foldable-buffer): Skip past the prefix when determining
7542         raggedness.
7543
7544         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7545         the raw article, and change `C-u g' to show the article without doing
7546         treatments.
7547
7548         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7549         on to `gnus-treat-article'.
7550         (gnus-inhibit-article-treatments): New variable.
7551
7552         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7553
7554         * gnus-art.el (gnus-treatment-function-alist): Have
7555         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7556         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7557         sections.
7558
7559         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7560         parameter.
7561         (gnus-article-fill-cited-long-lines): New function.
7562         (gnus-article-fill-cited-article): Allow filling only long sections.
7563
7564         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7565         and non-punctuation (like after the apostrophe in "'We").
7566
7567         * gnus-sum.el (gnus-summary-select-article): Make sure
7568         gnus-original-article-buffer is alive.
7569
7570         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7571         reflect the order they're in in the digest.
7572
7573         * gnus.el (gnus-group-startup-message): Move point to the start of the
7574         buffer.
7575
7576         * nnimap.el (nnimap-capability): New function.
7577         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7578         is set.
7579
7580 2010-10-31  David Engster  <dengste@eml.cc>
7581
7582         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7583         conform with changes to gnus-completing-read.
7584
7585 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7586
7587         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7588
7589 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7590
7591         * nnir.el: Move defvar, defcustom around to keep file organized
7592         and keep byte-compiler quiet.
7593         (nnir-read-parms): Accept search-engine as arg.
7594         (nnir-run-query): Pass search-engine as arg.
7595         (nnir-search-engine): Remove.
7596
7597 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7598
7599         * shr.el (shr-generic): The text nodes should be text, not :text.
7600
7601         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7602         later in the file.
7603
7604 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7605
7606         * nnir.el: General clean up.  Allow searching with multiple engines.
7607         Allow separate extra-parameters for each engine.
7608         Batch queries when possible.
7609         (nnir-imap-default-search-key,nnir-method-default-engines):
7610         Add customize interface.
7611         (nnir-run-gmane): New engine.
7612         (nnir-engines): Use it.  Qualify all prompts with engine name.
7613         (nnir-search-engine): Remove global variable.
7614         (nnir-run-hyrex): Restore for now.
7615         (nnir-extra-parms,nnir-search-history): New variables.
7616         (gnus-group-make-nnir-group): Use them.
7617         (nnir-group-server): Remove in favor of gnus-group-server.
7618         (nnir-request-group): Avoid searching twice.
7619         (nnir-sort-groups-by-server): New function.
7620
7621 2010-10-30  Julien Danjou  <julien@danjou.info>
7622
7623         * gnus-group.el: Remove gnus-group-fetch-control.
7624
7625         * gnus-start.el (gnus-find-new-newsgroups):
7626         Remove gnus-check-first-time-used.
7627
7628         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7629
7630 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7631
7632         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7633         set on groups that don't have \* permanentflags.
7634
7635 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7638         control the background color.
7639         (shr-tag-img): Ignore very small web bug type images.
7640         (shr-put-image): Add help-echo alt texts to the images.
7641         (shr-tag-video): Show the video poster image.
7642
7643 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644
7645         * shr.el (shr-table-depth): New variable.
7646         (shr-tag-table-1): Only insert the images after the top-level table.
7647
7648         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7649
7650         * gnus-util.el (gnus-list-memq-of-list): New function.
7651
7652         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7653         selected.
7654         (nnimap-unsplittable-articles): New slot.
7655         (nnimap-new-articles): Use it.
7656
7657 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7658
7659         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7660         move to the previous line on `M-g'.
7661
7662 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7665         *-request-group, which seems unnecessary.
7666
7667         * nnimap.el (nnimap-quote-specials): Function copied over from
7668         imap.el.
7669         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7670         they support that.  Suggested by Tom Regner.
7671
7672 2010-10-29  Julien Danjou  <julien@danjou.info>
7673
7674         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7675         defalias.
7676         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7677
7678         * gnus.el: Remove `gnus-nntp-service' variable.
7679         (gnus-secondary-servers): Make obsolete.
7680         (gnus-nntp-server): Make obsolete.
7681
7682         * gnus-start.el (gnus-1): Remove x-splash calls.
7683
7684         * gnus-ems.el (gnus-x-splash): Remove.
7685
7686         * gnus.el (gnus-group-startup-message): Simplify/update code.
7687
7688         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7689         definition.
7690
7691         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7692         capability before doing anything.
7693         (gnus-group-insert-group-line): Remove useless
7694         gnus-group-remove-excess-properties.
7695
7696 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7699
7700 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7703         config after reselecting.
7704
7705 2010-10-28  Julien Danjou  <julien@danjou.info>
7706
7707         * shr.el (shr-put-image): Use point even if only inserting text.
7708         (shr-put-image): Save excursion when inserting alt text on non-graphic
7709         display, so the behavior is the same when we are on a graphic display.
7710
7711         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7712
7713 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7716         (gnus-mime-copy-part): Check coding system, not charset.
7717         (gnus-mime-view-part-externally): Never remove part.
7718         (gnus-mime-view-part-internally): Don't remove part here.
7719         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7720         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7721         multipart/alternative.
7722
7723         * mm-decode.el (mm-display-part): Take optional arg `force'.
7724
7725 2010-10-26  Julien Danjou  <julien@danjou.info>
7726
7727         * gnus-group.el (gnus-group-default-list-level): Add this function to
7728         compute the default list level.
7729         (gnus-group-default-list-level): Add possibility to use a function.
7730
7731 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7734
7735         * gnus-group.el (gnus-group-completing-read)
7736         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7737         gnus-replace-in-string.
7738
7739 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * shr.el (shr-tag-div): Add.
7742
7743         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7744
7745 2010-10-25  Julien Danjou  <julien@danjou.info>
7746
7747         * gnus-util.el: Remove `gnus-with-local-quit'.
7748
7749         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7750
7751 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7754         the original article buffer.
7755
7756 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7757
7758         * nnimap.el (nnimap-request-head): New function.
7759         (nnimap-request-move-article): Try to be slightly faster by not
7760         requesting the entire message when moving.
7761         (nnimap-transform-headers): Don't bug out on bodiless articles.
7762         (nnimap-send-command): Have no outstanding messages if the IMAP server
7763         doesn't support streaming.
7764         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7765
7766 2010-10-24  Julien Danjou  <julien@danjou.info>
7767
7768         * message.el (message-default-headers): Fix type.
7769
7770 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7773         prefetching images.
7774
7775         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7776         backend for unknown groups.  This is mainly useful for nnimap groups.
7777
7778         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7779         group isn't covered by the agent.
7780
7781 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7782
7783         * nnir.el (nnir-method-default-engines): New variable.
7784         (nnir-run-query): Use it.
7785         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7786         (gnus-summary-nnir-goto-thread): Change group if needed.
7787
7788         * gnus-group.el (gnus-group-group-map): Add key binding for
7789         gnus-group-make-nnir-group.
7790
7791 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * shr.el (shr-tag-object): Add.
7794
7795         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7796         original article buffer live.
7797         (gnus-summary-select-article-buffer):
7798         Mention gnus-widen-article-buffer.
7799
7800 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7801
7802         * shr.el (shr-tag-strong): Add.
7803
7804 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7807         group names.  They mess up the group buffer badly.
7808
7809         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7810
7811         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7812         instead of the summary one.
7813
7814 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * mml.el (mml-preview): Work properly when editing article.
7817
7818         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7819         gnus-have-read-active-file if it's already been in.
7820
7821 2010-10-22  Tom Tromey  <tromey@redhat.com>
7822
7823         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7824         gnus-group-completing-read.
7825
7826 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7827
7828         * message.el (message-mode-map): Don't bind M-; to comment region, to
7829         allow the global comment-dwim to work.
7830
7831 2010-10-21  Julien Danjou  <julien@danjou.info>
7832
7833         * message.el (message-setup-1): Allow message-default-headers to be a
7834         function.
7835
7836 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * shr.el (shr-tag-table): Simplify.
7839
7840 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7841
7842         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7843         to avoid trying to snarf invalid stuff.
7844
7845         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7846
7847         * gnus.el (gnus-message-archive-group): Quote value.
7848         (gnus-message-archive-group): Mark as changed.
7849
7850         * shr.el (shr-add-font): Don't put the font properties on the newline
7851         or the indentation.
7852
7853         * message.el (message-fix-before-sending): Change options when sending
7854         non-printable characters.
7855
7856         * gnus.el (gnus-message-archive-method): Change the default to
7857         monthly outgoing groups.
7858
7859         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7860         that have gotten new numbers.
7861
7862         * nnimap.el (nnimap-request-replace-article): New function.
7863
7864 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7867         (nnrss-request-article): Don't use special html washing code.
7868
7869 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * shr.el (shr-tag-table): Remove useless nconc.
7872
7873 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874
7875         * gnus-art.el (article-wash-html): Simplify and remove the charset
7876         stuff.  Use the normal html rendering code instead of the special html
7877         washing code.
7878
7879         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7880         `gnus-w3m' symbols.
7881         (mm-text-html-washer-alist): Remove.
7882
7883         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7884         (mm-inline-media-tests): Remove use.
7885         (mm-text-html-renderer): Change default to the `shr' symbol.
7886
7887         * mm-view.el (mm-inline-text-html): Remove use.
7888
7889         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7890         `gnus-blocked-images' to be a function.
7891         (gnus-article-wash-function): Remove.
7892
7893 2010-10-20  Julien Danjou  <julien@danjou.info>
7894
7895         * spam.el (spam-list-of-processors): Mark as obsolete.
7896
7897         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7898         (nnimap-insert-partial-structure): Fix boundary detection.
7899
7900 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7901
7902         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7903         run file-truename on remote files.  This can be expensive and even
7904         prevent one from editing drafts if some unrelated buffer has a stale
7905         connection.
7906
7907 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7910         kinsoku-eol regardless of shr-kinsoku-shorten.
7911         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7912         (shr-tag-table): Support caption, thead, and tfoot.
7913
7914 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7917         lines.
7918         (shr-save-contents): New command and keystroke.
7919
7920         * nndoc.el (nndoc-type-alist): Add git support.
7921         (nndoc-git-type-p): New function.
7922         (nndoc-transform-git-article): Ditto.
7923         (nndoc-transform-git-headers): Ditto.
7924         (nndoc-transform-git-headers): Generate Subject headers.
7925
7926         * shr.el (shr-parse-style): New function.
7927         (shr-tag-span): Ditto.
7928
7929         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7930         to `G G' to avoid collisions.
7931
7932 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * shr.el: Load kinsoku if necessary.
7935         (shr-kinsoku-shorten): New internal variable.
7936         (shr-find-fill-point): Make kinsoku shorten text line if
7937         shr-kinsoku-shorten is bound to non-nil.
7938         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7939         shr-indentation too when testing if table is wider than frame width.
7940         (shr-insert-table): Use `string-width' instead of `length' to measure
7941         text width.
7942         (shr-insert-table-ruler): Make sure indentation is done at bol.
7943
7944 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7945
7946         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7947         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7948         undecoded network data.
7949
7950 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7953         name in the mode line spec so that the mode line menu works
7954         (bug #2431).
7955
7956         * message.el (message-get-reply-headers): If we're fed `to-address',
7957         then always use that.
7958
7959         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7960         aren't so wide as to need to switch off the edit menu.
7961
7962         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7963         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7964
7965         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7966         `M-g'.
7967         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7968         the permanent marks.
7969
7970 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7971
7972         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7973         Splitting according to references/in-reply-to obeys the ignore-groups
7974         variable, while splitting by sender and subject do not.
7975
7976 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7977
7978         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7979         alist, so that we can look for non-Unicode chars.
7980         (article-translate-strings): Allow both character and string maps.
7981
7982 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * shr.el (shr-insert): Don't insert space behind a wide character
7985         categorized as kinsoku-bol, or between characters both categorized as
7986         nospace.
7987
7988 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7989
7990         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7991         headers to gnus-newsgroup-headers.
7992
7993 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * shr.el (shr-tag-img): Don't align images -- since we're not
7996         rescaling, this often leads to ugly displays.
7997
7998 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7999
8000         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8001         duplicates.
8002
8003 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8004
8005         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8006         call.
8007
8008 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * gnus.el: Autoload gnus-html-show-images.
8011
8012         * nnimap.el: Use nnheader-message throughout.
8013
8014         * shr.el (shr-tag-img): Ignore images with no data.
8015
8016 2010-10-15  Julien Danjou  <julien@danjou.info>
8017
8018         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8019         a possibility to disable format=flow encoding when using hard newlines.
8020
8021 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * shr.el (shr-insert): Remove space inserted before or after a
8024         breakable character or at the beginning or the end of a line.
8025         (shr-find-fill-point): Do kinsoku; find the second best point or give
8026         it up if there's no breakable point.
8027
8028 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * nnimap.el (nnimap-open-connection): Message when opening connection
8031         for debugging purposes.
8032
8033         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8034         on every setup buffer call to allow this to change from article to
8035         article.
8036
8037         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8038         buffers where we have a wide table.
8039
8040 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8041
8042         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8043         uses *-request-thread.
8044
8045 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8046
8047         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8048         incantation, which is no longer valid.
8049
8050 2010-10-14  Julien Danjou  <julien@danjou.info>
8051
8052         * shr.el: Fix defcustom type (char -> character).
8053
8054 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8055
8056         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8057         programs.
8058
8059 2010-10-14  Julien Danjou  <julien@danjou.info>
8060
8061         * shr.el (shr-tag-a): Use url-link as widget type.
8062
8063         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8064         `gnus-group-get-icon'.
8065
8066 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8069         This should make server editing work better.
8070
8071         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8072
8073         * tls.el (tls-program): Remove spurious %s from openssl.
8074
8075         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8076         (nnimap-parse-flags): Fix regexp.
8077
8078         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8079         probably work for CJVK text, too.
8080
8081         * nnimap.el (nnimap-extend-tls-programs): Remove.
8082         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8083
8084         * tls.el (tls-starttls-switches): Remove starttls hack.
8085         (open-tls-stream): Ditto.
8086         (tls-find-starttls-argument): Ditto.
8087
8088 2010-10-13  Julien Danjou  <julien@danjou.info>
8089
8090         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8091         responses.
8092
8093 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8096
8097         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8098         anything in Emacs.
8099
8100         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8101
8102 2010-10-13  Julien Danjou  <julien@danjou.info>
8103
8104         * shr.el (shr-width): Make shr-width a defcustom with default to
8105         fill-column.
8106         (shr-tag-img): Use shr-width rather than fill-column.
8107
8108 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * dgnushack.el (byte-optimize-apply):
8111         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8112
8113         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8114         position when (X-)Faces exist.
8115         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8116         avatars when called interactively.
8117
8118 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8121         gnus-article-x-face-too-ugly is bound.
8122
8123 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8124
8125         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8126
8127         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8128         mailbox that doesn't exist.
8129
8130 2010-10-12  Julien Danjou  <julien@danjou.info>
8131
8132         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8133         (shr-get-image-data): Encode URL properly when fetching from cache.
8134         (shr-tag-img): Use aligned-to spaces to align correctly images.
8135
8136         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8137         before inserting the Gravatar.
8138
8139         * shr.el (shr-tag-img): Add align attribute support for <img>.
8140
8141 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * gnus-gravatar.el (gnus-art): Require.
8144
8145         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8146         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8147         Remove long obsoleted functions.
8148
8149 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8152
8153         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8154
8155         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8156         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8157         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8158         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8159         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8160         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8161         * sieve-manage.el, smime.el, spam.el:
8162         Fix comment for declare-function.
8163
8164 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * nnimap.el (nnimap-request-rename-group): Select group read-only
8167         before renaming it.
8168
8169         * shr.el (shr-insert): Fix up the white space only regexp.
8170
8171         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8172         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8173
8174         * shr.el (shr-current-column): New function.
8175         (shr-find-fill-point): New function.
8176
8177 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8178
8179         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8180         numbers.
8181
8182 2010-10-11  Julien Danjou  <julien@danjou.info>
8183
8184         * shr.el (shr-hr-line): Add.
8185         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8186         display hr lines.
8187         (shr-max-columns): Do not change state to nil if we just inserting
8188         spaces.
8189
8190 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8193         select the last group.
8194
8195 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8196
8197         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8198
8199 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8200
8201         * dig.el (dig-mode-map): Declare and define in one step.
8202
8203 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8206         for Gnus.
8207         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8208         (nnimap-update-qresync-info): Mark \Seen articles as read.
8209
8210         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8211         non-variable, too.
8212
8213         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8214         available.
8215         (nnimap-update-info): Rely more on the current active than the param
8216         active to avoid marking articles as read too much.
8217
8218         * auth-source.el (auth-source-create): Use (user-login-name) for the
8219         user name default.
8220
8221         * nnimap.el (nnimap-update-info): If the server doesn't return any
8222         useful info, just use the previous info.
8223         (nnimap-update-info): Prefer old info over start-article.
8224         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8225
8226 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8227
8228         * nnir.el (autoload): Clean up autoloads.
8229         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8230         Use key rather than value.
8231         (nnir-imap-search-other): New variable.
8232         (nnir-read-parm): Use it.
8233         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8234         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8235
8236 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8237
8238         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8239         the process, too.
8240
8241 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * spam.el (gnus-summary-mode-map): Bind to "$".
8244         Suggested by Russ Allbery.
8245
8246         * shr.el: Rework the way things are indented by <li> slightly.
8247
8248         * gnus.el (gnus-group-set-parameter): Fix typo.
8249
8250         * nnimap.el: Start implementing QRESYNC support.
8251
8252 2010-10-09  Julien Danjou  <julien@danjou.info>
8253
8254         * nnir.el (nnir-engines): Fix too many arguments.
8255
8256 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8259         group is the "last", so that the backends like nnfolder actually save
8260         their folders.
8261
8262         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8263         try to use that for the tls stream.
8264         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8265         UIDVALIDITY and find out which groups are read-only and not.
8266         (nnimap-get-flags): Use the same marks parsing code as the rest of
8267         nnimap.
8268
8269 2010-10-09  Julien Danjou  <julien@danjou.info>
8270
8271         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8272
8273         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8274         retrieving gravatars.
8275
8276         * shr.el (shr-table-corner): Add.
8277         (shr-table-line): Add.
8278         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8279
8280 2010-10-08  Julien Danjou  <julien@danjou.info>
8281
8282         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8283
8284 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8287
8288         * gnus-sum.el (gnus-mark-article-as-unread)
8289         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8290         (gnus-summary-set-bookmark): Use it.
8291
8292         * gnus-msg.el (gnus-setup-message): Use it.
8293
8294         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8295
8296         * gnus.el (gnus-group-remove-parameter): Use it.
8297
8298         * gnus-group.el (gnus-group-make-web-group): Use it.
8299
8300         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8301
8302         * nnregistry.el: Update docs to mention manual.
8303
8304         * gnus-registry.el: Update docs to mention nnregistry.el.
8305         (gnus-registry-initialize): Don't install nnregistry refer method
8306         automatically.
8307         (gnus-registry-install-nnregistry): Remove it.
8308
8309 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8310
8311         * shr.el (shr-insert): Don't insert double spaces.
8312
8313 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-gravatar.el (gnus-treat-from-gravatar)
8316         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8317         called interactively.
8318
8319         * gnus-art.el (gnus-mime-view-part-externally)
8320         (gnus-mime-view-part-internally): Make predicate function passed to
8321         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8322         of a mime type.
8323
8324         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8325
8326 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * shr.el (require): Require cl when compiling.
8329         (shr-tag-hr): New function.
8330
8331         * nnimap.el (nnimap-update-info): Remove double setting of high.
8332         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8333         This makes nnimap work properly on Courier again.
8334
8335         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8336         the variable for backwards compatibility.
8337
8338         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8339         the file name before using to avoid setting mm-default-directory to
8340         nil.
8341
8342         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8343         bidning gnus-agent variables.
8344
8345         * shr.el (shr-render-td): Use a cache for the table rendering function
8346         to avoid getting an exponential rendering behavior in nested tables.
8347         (shr-insert): Rework the line-breaking algorithm.
8348         (shr-insert): Don't leave trailing spaces.
8349         (shr-insert-table): Also insert empty TDs.
8350         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8351
8352 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8353
8354         * gnus-sum.el (gnus-number): Rename from `number'.
8355         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8356         (gnus-summary-limit-children): Update uses correspondingly.
8357
8358 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8361         (gnus-gravatar-transform-address): Don't show avatars of people of
8362         which mail addresses match gnus-gravatar-too-ugly.
8363
8364 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8365
8366         * shr.el (shr-table-widths): Expand TD elements to fill available
8367         space.
8368
8369 2010-10-07  Julien Danjou  <julien@danjou.info>
8370
8371         * nnimap.el (nnimap-request-rename-group): Add this method.
8372
8373 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8376         name from XEmacs' function-arglist.
8377
8378         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8379         gravatar under XEmacs.
8380
8381 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8382
8383         * auth-source.el: Update docs with TODO items.
8384
8385         * gnus-sync.el: Update docs to explain state and plans.
8386
8387         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8388         Hooks for mark updates.
8389         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8390
8391         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8392         hooks with arguments, which is needed for mark update hooks.
8393
8394 2010-10-06  Julien Danjou  <julien@danjou.info>
8395
8396         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8397         was matched.
8398
8399         * sieve-manage.el: Update example in `Commentary'.
8400
8401         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8402
8403         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8404         not 2000.
8405         (sieve-manage-authenticate): Re-add function.
8406
8407 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * shr.el (shr-insert): Get 'space transition right.
8410         (shr-render-td): Only delete space at the end of the TD.
8411
8412         * nnimap.el (nnimap-open-connection): Prepare to support
8413         open-gnutls-stream.
8414
8415         * shr.el: Rearrange function order to be more logical.
8416
8417 2010-10-06  Julien Danjou  <julien@danjou.info>
8418
8419         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8420         (nnrss-discover-feed): Remove 404 URL in docstring.
8421
8422         * nnir.el: Fix Swish-E URL.
8423         Fix Namazu URL.
8424
8425         * message.el (message-change-subject): Remove 404 URL in a comment.
8426
8427 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8430         called interactively.
8431
8432         * gnus-util.el (gnus-remove-if): Allow hash table.
8433         (gnus-remove-if-not): New function.
8434
8435         * gnus-art.el (gnus-mime-view-part-as-type):
8436         * gnus-score.el (gnus-summary-score-effect):
8437         * gnus-sum.el (gnus-read-move-group-name):
8438         Replace remove-if-not with gnus-remove-if-not.
8439
8440         * gnus-group.el (gnus-group-completing-read):
8441         Regard collection as a hash table if it is not a list.
8442
8443 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8446
8447         * shr.el: Document the table-rendering algorithm.
8448
8449 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8452         for Emacsen having no `libxml-parse-html-region' support.
8453
8454 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8455
8456         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8457         invalid URLs.
8458
8459         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8460         line-broken.
8461         (shr-tag-img): Ignore image fetching errors.
8462         (shr-overlays-in-region): Compute overlay positions correctly.
8463
8464         * mm-decode.el (mm-shr): Require shr.
8465
8466         * gnus-art.el (gnus-blocked-images): Move variable here.
8467
8468         * shr.el (shr-insert-table): Bind free variable.
8469
8470         * mm-decode.el (mm-shr): Bind shr-content-function.
8471
8472         * shr.el (shr-content-function): New variable.
8473
8474         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8475         added for symmetry.
8476
8477         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8478
8479         * gnus-group.el (gnus-group-make-group): Doc fix.
8480
8481         * nnimap.el (nnimap-request-newgroups): Return success.
8482
8483         * shr.el (shr-find-elements): New function.
8484         (shr-tag-table): Put all the images after the table.
8485         (shr-tag-table): Really inhibit images inside the table.
8486         (shr-collect-overlays): Copy over overlays from the TD elements to the
8487         main document.
8488
8489         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8490         gnus-blocked-images.
8491
8492 2010-10-05  Julien Danjou  <julien@danjou.info>
8493
8494         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8495
8496         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8497         (gnus-html-maximum-image-size): Add this function.
8498         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8499
8500         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8501         server-value of the capability is nil.
8502
8503 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8504
8505         * shr.el (shr-tag-em): Add <EM> tag.
8506
8507 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8508
8509         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8510         customizable.
8511
8512         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8513         handing broken links to browse-url.
8514
8515 2010-10-05  Julien Danjou  <julien@danjou.info>
8516
8517         * gnus-util.el (gnus-emacs-completing-read)
8518         (gnus-iswitchb-completing-read): Use autoload rather than require.
8519
8520 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8523         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8524         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8525         iswitchb-temp-buflist for XEmacs.
8526
8527         * gnus-util.el (gnus-completing-read-function): Exclude
8528         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8529         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8530         XEmacs.
8531
8532         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8533         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8534
8535         * gnus-html.el: Don't require help-fns under XEmacs.
8536         (gnus-html-schedule-image-fetching): Work for XEmacs.
8537
8538         * mm-decode.el (mm-shr): Decode contents by charset.
8539
8540 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541
8542         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8543         unknown.
8544
8545         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8546         (shr-get-image-data): Ensure against the cache file missing.
8547
8548         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8549         for data.
8550
8551         * spam-report.el (spam-report-url-ping-plain): Don't query about
8552         killing the process.
8553
8554         * shr.el (shr-render-td): Protect against too-wide text.
8555
8556 2010-10-04  Julien Danjou  <julien@danjou.info>
8557
8558         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8559         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8560
8561         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8562         retrieved.
8563
8564 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * shr.el (browse-url): Require.
8567         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8568         lines.
8569         (shr-show-alt-text, shr-browse-image): New commands.
8570         (shr-browse-url, shr-copy-url): New commands.
8571
8572         * gnus-sum.el (gnus-widen-article-window): New variable.
8573         (gnus-summary-select-article-buffer): Use it.
8574
8575         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8576         without @ signs.
8577
8578 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8579
8580         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8581
8582 2010-10-04  Julien Danjou  <julien@danjou.info>
8583
8584         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8585         for XEmacs.
8586
8587 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8590
8591         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8592         (nnimap-close-server): Implement.
8593
8594         * dgnushack.el (iswitchb): Require to shut up the compiler.
8595
8596         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8597         (shr-insert): Tweak line breaking.
8598         (shr-insert): Handle <pre> better.
8599         (shr-tag-li): Get <li> indentation right.
8600         (shr-tag-li): Get <li> indentation even righter.
8601         (shr-tag-blockquote): Ensure paragraph start.
8602         (shr-make-table): Tweak table generation.
8603         (shr-make-table): Fix typo.
8604
8605         * shr.el: Implement table rendering.
8606
8607 2010-10-04  Julien Danjou  <julien@danjou.info>
8608
8609         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8610
8611 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * shr.el (shr-insert): Use string anchors instead of line anchors.
8614
8615 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8616
8617         * shr.el: Add headings.
8618         (shr-ensure-paragraph): Actually work.
8619         (shr-tag-li): Make <ul> prettier.
8620         (shr-insert): Get white space at the beginning/end of elements right.
8621         (shr-tag-p): Collapse subsequent <p>s.
8622         (shr-ensure-paragraph): Don't insert double line feeds after blank
8623         lines.
8624         (shr-insert): \t is also space.
8625         (shr-tag-s): Fix "s" tag name function.
8626         (shr-tag-s): Fix face prop name.
8627
8628 2010-10-03  Julien Danjou  <julien@danjou.info>
8629
8630         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8631
8632         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8633         gnus-window-inside-pixel-edges.
8634
8635         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8636         gnus-ems.
8637
8638         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8639
8640         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8641         function.
8642
8643         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8644         resize choice.
8645
8646 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8649         beginning of the buffer.
8650
8651         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8652         article buffer again.
8653
8654         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8655
8656         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8657         when it's at the start of the buffer.
8658
8659         * shr.el (shr-tag-blockquote): Convert name.
8660         (shr-rescale-image): Use the right image-size variant.
8661
8662         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8663         buffer isn't shown, then select the current article first instead of
8664         bugging out.
8665         (gnus-summary-select-article-buffer): Show both the article and summary
8666         buffers again.
8667
8668         * shr.el (shr-fontize-cont): Protect against regions with no text.
8669         Rename tag functions to shr-tag-* for enhanced security.
8670         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8671
8672 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8673
8674         * shr.el (shr-insert):
8675         * pop3.el (pop3-movemail):
8676         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8677         loaded.
8678
8679 2010-10-03  Glenn Morris  <rgm@gnu.org>
8680
8681         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8682
8683         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8684
8685         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8686
8687         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8688
8689         * gnus-util.el (gnus-make-local-hook): Simplify.
8690
8691 2010-10-02  Julien Danjou  <julien@danjou.info>
8692
8693         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8694         (gnus-ido-completing-read): New function.
8695         (gnus-emacs-completing-read): New function.
8696         (gnus-completing-read): Use gnus-completing-read-function.
8697         Add gnus-completing-read-function.
8698
8699 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * shr.el (shr-insert-document): Autoload.
8702         (shr-img): Be silent.
8703         (shr-insert): Add a newline after every picture before text.
8704         (shr-add-font): Use overlays for combining faces.
8705         (shr-insert): Pass upwards the text start point.
8706
8707         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8708         possible.
8709         (mm-shr): New function.
8710
8711 2010-10-02  Julien Danjou  <julien@danjou.info>
8712
8713         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8714         should go backward.
8715
8716 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8717
8718         * shr.el (shr): Fix typo in provide call.
8719
8720 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * shr.el: New file.
8723
8724         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8725
8726         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8727         completing read.
8728
8729 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8732         we're being queried about.  Suggested by Dan Jacobson.
8733
8734         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8735         Suggested by Jason Eisner.
8736
8737         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8738         table, too.  Suggested by Stefan Wiens.
8739         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8740         the table unnecessary.  Suggested by Stefan Wiens.
8741
8742         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8743         longer needed, and probably doesn't work either, as pointed out by
8744         Stefan Wiens.
8745         (gnus-summary-exit): Remove call to the clearing function.
8746         (gnus-summary-exit-no-update): Ditto.
8747
8748         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8749         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8750         Reported by Stefan Monnier.
8751         (gnus-summary-save-in-rmail): Ditto.
8752
8753         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8754         article buffer, instead of both the article buffer and the summary
8755         buffer.  Sort of suggested by Dan Jacobson.
8756
8757         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8758
8759         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8760         Suggested by Dan Jacobson.
8761
8762         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8763         documentation clearer.
8764
8765         * message.el (message-shorten-references): Comment on the number "21".
8766         Suggested by Stefan Monnier.
8767
8768         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8769         Suggested by Dan Jacobson.
8770
8771         * gnus.el (gnus-large-newsgroup):
8772         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8773
8774         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8775         externalize attachments.  Bug reported by Steve Wen.
8776
8777         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8778         really message anything to the user.
8779
8780         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8781         directly.
8782
8783         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8784         messages in empty groups.
8785
8786 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8787
8788         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8789         non-UIDNEXT group.
8790
8791 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8792
8793         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8794         not the value from the collection.
8795
8796         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8797         values.  This sometimes happens on some groups that have no info.
8798         (nnimap-request-newgroups): New function.
8799
8800 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8801
8802         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8803         check into `gnus-registry-initialize'.
8804         (gnus-registry-initialize): Ditto.
8805         Fix and extend header docs.
8806
8807 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8808
8809         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8810         regexp backtrace overflows.
8811
8812         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8813         for starttls that tls.el implements; i.e. openssl.
8814
8815         * tls.el (tls-starttls-switches): Give up on using starttls with
8816         gnutls-cli.
8817         (tls-program): Add --insecure to be consistent with the defaults from
8818         openssl s_client.  Now all three commands are insecure.
8819
8820 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * lpath.el: Bind completion-styles-alist for XEmacs.
8823
8824         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8825         (gravatar-create-image): New function that's an alias to
8826         gnus-xmas-create-image, gnus-create-image, or create-image.
8827         (gravatar-data->image): Use it.
8828
8829 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8830
8831         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8832         install the nnregistry refer method.
8833         (gnus-registry-install-hooks): Use it.
8834         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8835         unfollowed groups.
8836
8837 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8838
8839         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8840         expanding threads.
8841
8842 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * nnir.el: Use the server names without suffixes (bug #7009).
8845
8846         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8847         unencrypted to STARTTLS, if possible.
8848
8849 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8850
8851         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8852         headers before superseding.
8853
8854 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * nnrss.el (nnrss-use-local): Add documentation.
8857
8858         * nnimap.el (nnimap-extend-tls-programs): New function.
8859         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8860         (nnimap-wait-for-connection): Accept the greeting from the stupid
8861         output from openssl s_client -starttls, too.
8862
8863         * tls.el (tls-starttls-switches): New variable.
8864         (tls-find-starttls-argument): Use it.
8865         (open-tls-stream): Ditto.
8866
8867         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8868         (netrc-machine): Ditto.
8869
8870         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8871         article number.
8872         (nnimap-split-fancy): New variable.
8873         (nnimap-split-incoming-mail): Use it.
8874
8875         * nntp.el (nntp-server-list-active-group): Document.
8876
8877         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8878         SELECT to get the message-id.
8879
8880         * mail-source.el (mail-sources): Remove webmail support.
8881         (defvar): Ditto.
8882         (mail-source-fetcher-alist): Ditto.
8883         (mail-source-fetch-webmail): Remove.
8884
8885         * webmail.el: Remove -- doesn't seem relevant any more.
8886
8887         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8888
8889         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8890         the \r.
8891
8892 2010-09-30  Julien Danjou  <julien@danjou.info>
8893
8894         * gnus-agent.el (gnus-agent-add-group): Fix call to
8895         gnus-completing-read.
8896
8897 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * nndoc.el (nndoc-retrieve-groups): New function.
8900
8901         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8902         `default', use nnmail-split-methods.
8903         (nnimap-request-article): Downcase the NILs so that they are nil.
8904
8905         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8906         symbol.
8907
8908         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8909         code, since if the user has requested network, that's what they ought
8910         to get.
8911         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8912         (nnimap-split-rule): Mark as obsolete.
8913
8914         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8915         New variable.
8916
8917         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8918         correct slot, too.
8919
8920 2010-09-29  Julien Danjou  <julien@danjou.info>
8921
8922         * gnus.el (gnus-local-domain): Declare variable obsolete.
8923
8924         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8925         Fix history computing.
8926         (gnus-ido-completing-read): Require ido.
8927
8928 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929
8930         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8931         build Gnus.
8932
8933         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8934         when interpreting the structures.
8935         (nnimap-request-accept-article): Add \r\n to the lines to make this
8936         work with Cyrus.
8937
8938         * nndraft.el (nndraft-request-expire-articles): Use the group name
8939         instead if "nndraft".  Fix found by Nils Ackermann.
8940
8941 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8942
8943         * nnregistry.el: Add.
8944
8945 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8946
8947         * nnmail.el (group, group-art-list, group-art):
8948         Remove unneeded directives.
8949
8950 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8953         (mm-mime-charset):
8954         * rfc2047.el (rfc2047-syntax-table):
8955         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8956
8957         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8958         rather than `insert-file-contents' and `eval-region'.
8959
8960         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8961         construction.
8962
8963         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8964
8965         * time-date.el: No need to require cl for Emacs 21.
8966
8967 2010-09-29  Julien Danjou  <julien@danjou.info>
8968
8969         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8970         replacement of `gnus-gravatar-relief' to mimic
8971         `gnus-faces-properties-alist'.
8972         Add :version property.
8973
8974 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * mail-source.el (mail-source-report-new-mail):
8977         * message.el (message-default-mail-headers):
8978         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8979
8980         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8981
8982 2010-09-28  Julien Danjou  <julien@danjou.info>
8983
8984         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8985         mail-address contains the same string as real-name.
8986
8987         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8988         non-blank in header, otherwise it'll get stripped.
8989
8990         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8991         real-name, and then for mail address rather than doing : or , search.
8992
8993 2010-09-27  Julien Danjou  <julien@danjou.info>
8994
8995         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8996         right completing-read function.
8997         (gnus-use-ido): New variable
8998         (gnus-completing-read-with-default): Remove.
8999         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9000         (gnus-agent-add-group):
9001         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9002         * mm-view.el (mm-view-pkcs7-decrypt):
9003         * mm-util.el (mm-codepage-setup):
9004         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9005         * mml-smime.el (mml-smime-openssl-sign-query):
9006         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9007         (mml-insert-multipart):
9008         * gnus-msg.el (gnus-summary-yank-message):
9009         * gnus-int.el (gnus-start-news-server):
9010         * mm-decode.el (mm-interactively-view-part):
9011         * gnus-dired.el (gnus-dired-attach):
9012         * gnus.el (gnus-read-method):
9013         * gnus-bookmark.el (gnus-bookmark-jump):
9014         * gnus-art.el (gnus-mime-view-part-as-type)
9015         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9016         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9017         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9018         * nnmairix.el (nnmairix-create-server-and-default-group)
9019         (nnmairix-update-groups, nnmairix-get-server)
9020         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9021         (nnmairix-get-group-from-file-path):
9022         * nnrss.el (nnrss-find-rss-via-syndic8):
9023         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9024         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9025         (gnus-group-browse-foreign-server):
9026         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9027         (gnus-summary-execute-command, gnus-summary-respool-article)
9028         (gnus-read-move-group-name):
9029         * gnus-score.el (gnus-summary-increase-score)
9030         (gnus-summary-score-effect):
9031         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9032
9033 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9036         x-focus-frame.
9037
9038         * nnimap.el (auth-source-forget-user-or-password)
9039         (auth-source-user-or-password): Autoload.
9040
9041         * message.el (message-from-style, message-interactive)
9042         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9043         (message-yank-prefix, message-indentation-spaces, message-signature)
9044         (message-signature-file): Add comment.
9045
9046 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9049         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9050         new articles.
9051
9052         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9053         parts.
9054         (nnimap-request-article): Work with the t setting, too.
9055
9056         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9057         that you don't get flashes of other buffers.
9058         (gnus-summary-show-complete-article): Intern before setting.
9059
9060 2010-09-27  David Engster  <dengste@eml.cc>
9061
9062         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9063         well as HEADERS.
9064         (nnmairix-retrieve-headers): Provide new argument for the above.
9065
9066 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067
9068         * gnus-sum.el (gnus-summary-move-article): Don't alter
9069         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9070         group.
9071
9072         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9073
9074         * message.el (message-cite-prefix-regexp): Revert my last edit.
9075
9076         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9077         variable instead of the Gnus variable.
9078
9079         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9080
9081         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9082
9083         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9084         since some servers don't like it.
9085         (nnimap-open-connection): Forget credentials if the server says the
9086         password was wrong.
9087         (nnimap-parse-line): Protect against invalid data.
9088
9089         * gnus-sum.el (gnus-summary-move-article): Add comment.
9090         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9091         nothing alters it while scanning for new messages.
9092
9093         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9094         which may or may not help.
9095         (nnimap-open-connection): If we're doing a stream connection, and then
9096         discover we're on a STARTTLS-capable server, then open a STARTTLS
9097         connection instead.
9098
9099 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * nnimap.el (utf7): Require.
9102
9103         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9104         prefix.
9105
9106 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9107
9108         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9109
9110 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9111
9112         * nnimap.el (nnimap-request-accept-article): Message the error on
9113         error.
9114
9115 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9118
9119 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * nndoc.el (nndoc-request-list): Return success always.
9122
9123         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9124         `fetch-old' -- we only want to fetch the articles we've requested.
9125         The rest are in the agent, probably.
9126         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9127         disappeared server" to something low.  It's not important.
9128
9129         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9130         arrived before the FETCH data.
9131
9132         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9133         target here, because we don't know the Gnus name of the group.
9134
9135         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9136         for the correct group.
9137
9138         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9139
9140         * gnus.el (gnus): Give a final warning after startup.
9141
9142         * gnus-util.el (gnus-action-message-log): New variable.
9143         (gnus-message): Use it.
9144         (gnus-final-warning): New function.
9145
9146         * nnimap.el (nnimap-open-connection): Record the greeting.
9147         (nnimap): Add greeting.
9148
9149 2010-09-26  Julien Danjou  <julien@danjou.info>
9150
9151         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9152         arguments.
9153         (gnus-html-wash-images): Fix spec computing to include start/end.
9154
9155         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9156
9157 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9160         deletion.
9161         (nnimap-retrieve-headers): Don't select the group, because that's
9162         already done by nnimap-possibly-change-group.
9163
9164         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9165         (gnus-picon-transform-address): Use it.
9166
9167         * mail-source.el (mail-source-value): Revert previous patch.
9168
9169         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9170         on failure.
9171         (nnimap-open-connection): Look up both virtual and physical server name
9172         credentials.
9173
9174         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9175
9176 2009-02-07  Dave Love  <fx@gnu.org>
9177
9178         * tls.el (open-tls-stream): Don't query killing process.
9179
9180 2009-02-08  Dave Love  <fx@gnu.org>
9181
9182         * gnus-win.el (gnus-window-to-buffer-helper)
9183         (gnus-all-windows-visible-p): Function needn't be a symbol.
9184
9185         * mail-source.el (mail-source-value): Function needn't be a symbol.
9186
9187 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9188
9189         * message.el (message-cite-prefix-regexp): Remove } from the cite
9190         prefix.
9191
9192         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9193         highlight again, so that the highlight is correct.
9194
9195         * gnus-picon.el (gnus-picon): Remove again.
9196         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9197
9198         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9199         doing the header highlightling, so that the background color of the
9200         picon is correct.
9201
9202         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9203         (gnus-picon): Ditto.
9204         (gnus-picon): Reinstate.  The background color for picons is white.
9205         (gnus-picon-insert-glyph): Make the background white.
9206
9207         * nnml.el (nnml-open-nov): Don't return dead buffers.
9208
9209         * auth-source.el (auth-source-create): Query the user for whether to
9210         store the credentials.
9211
9212         * netrc.el (netrc-store-data): New function.
9213
9214         * auth-source.el (auth-source-user-or-password): Use the existing auth
9215         sources, if any, for creation.
9216
9217         * gnus.el (gnus-group-fast-parameter): Return the last matching
9218         parameter instead of the first matching parameter.
9219
9220 2010-09-26  Julien Danjou  <julien@danjou.info>
9221
9222         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9223
9224 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225
9226         * mml2015.el (mml2015-use): Remove gpg support.
9227
9228         * mml1991.el (mml1991-function-alist): Remove gpg function.
9229         (mml1991-gpg-sign): Remove.
9230
9231 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9232
9233         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9234         (gnus-browse-unsubscribe-current-group): Document it.
9235         (gnus-browse-unsubscribe-group): Use it.
9236
9237 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9240         address to the To list for easier response.
9241
9242         * gnus.el (gnus-play-startup-jingle): Remove.
9243         (gnus-splash): Don't play jingle.
9244         (gnus): Silence gnus-load message.
9245
9246         * gnus-art.el (gnus-treat-play-sounds): Remove.
9247
9248         * gnus.el (gnus-play-jingle): Remove audio support.
9249
9250         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9251
9252         * earcon.el: Remove -- no users.
9253
9254         * gnus-audio.el: Remove -- no users of this package.
9255
9256         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9257
9258         * gnus-start.el (gnus-setup-news): Remove nocem support.
9259
9260         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9261
9262         * gnus.el (gnus-use-nocem): Remove.
9263
9264         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9265         Remove.
9266
9267         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9268         uses NoCeM any more.
9269
9270         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9271         (gnus-button-ctan-handler): Ditto.
9272         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9273         (gnus-button-ctan-directory-regexp): Ditto.
9274         (gnus-button-handle-ctan): Ditto.
9275         (gnus-button-tex-level): Ditto.
9276         (gnus-button-alist): Remove CTAN stuff.
9277
9278 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9279
9280         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9281         nnimap-streaming test.
9282
9283         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9284         servers twice.
9285
9286         * nnimap.el (nnimap-open-connection): Add more error reporting when
9287         nnimap fails early.
9288
9289         * nnheader.el (nnheader-get-report-string): New function.
9290         (nnheader-get-report): Use it.
9291
9292         * gnus-int.el (gnus-check-server): Say what the error was when opening
9293         failed.
9294
9295         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9296         using streaming.
9297
9298 2010-09-25  Julien Danjou  <julien@danjou.info>
9299
9300         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9301         gnus-window-inside-pixel-edges.
9302
9303 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9304
9305         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9306
9307         * mm-decode.el (mm-save-part): Allow saving to other directories the
9308         normal Emacs way.
9309
9310         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9311         Suggested by Jay Berkenbilt.
9312
9313         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9314         there isn't a single byte.
9315
9316         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9317         just do it.  It doesn't really seem to matter what the user responds
9318         here, I think, so it's just a confusing question.
9319
9320         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9321         non-streaming case.
9322
9323         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9324         (gnus-article-encrypt-body): Use it.
9325
9326         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9327         keystroke.
9328
9329         * nnimap.el (nnimap-find-wanted-parts-1):
9330         Use gnus-fetch-partial-articles.
9331
9332         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9333
9334         * nnimap.el (nnimap-insert-partial-structure): New function.
9335         (nnimap-get-partial-article): New function.
9336         (nnimap-request-article): Use it.
9337         (nnimap-wait-for-response): Return whether the wait was successful.
9338         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9339         retrieval wasn't successful.
9340         (nnimap-retrieve-group-data-early): Allow throttling servers.
9341         (nnimap-streaming): New variable.
9342         (nnimap-fetch-partial-articles): Remove.
9343
9344         * mm-decode.el (mm-with-part): Protect against killed buffers.
9345
9346         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9347         for prettier summary display.
9348
9349 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9350
9351         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9352
9353 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9356         apparently third-party libraries depend on it.
9357
9358         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9359         before starting negotiation.
9360
9361         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9362         privacy reasons.
9363         (gnus-treat-mail-gravatar): Ditto.
9364
9365         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9366         buffer when inserting images.  Inserting text into the headers, for
9367         instance, can make them invalid.
9368
9369 2010-09-25  Julien Danjou  <julien@danjou.info>
9370
9371         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9372         variables.
9373
9374         * nnheader.el: Remove useless variables news-reply-yank-from and
9375         news-reply-yank-message-id.
9376
9377         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9378         variables.
9379
9380         * mml1991.el: Remove useless mml1991-verbose.
9381
9382         * gnus.el: Remove useless variable gnus-use-generic-from.
9383         Remove obsolete variable gnus-topic-indentation.
9384
9385         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9386
9387         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9388
9389         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9390
9391         * gnus-group.el: Remove useless gnus-group-icon-cache.
9392         Remove useless gnus-ephemeral-group-server.
9393
9394         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9395
9396         * mml2015.el: Remove useless mml2015-verbose.
9397
9398         * mml-smime.el: Remove useless mml-smime-verbose.
9399
9400         * gnus.el: Remove useless gnus-local-domain.
9401
9402         * gnus-gravatar.el (gnus-gravatar-transform-address):
9403         Use gnus-gravatar-size.
9404
9405         * gnus-art.el: Remove useless gnus-treat-translate.
9406
9407 2010-09-24  Julien Danjou  <julien@danjou.info>
9408
9409         * gnus-sum.el: Add support for Gravatars.
9410
9411         * gnus-art.el: Add support for Gravatars.
9412
9413         * gnus-gravatar.el: Add this file.
9414
9415         * gravatar.el: Add this file.
9416
9417 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9420
9421         * gnus-group.el (gnus-group-fetch-faq): Remove.
9422
9423         * gnus.el (gnus-group-faq-directory): Remove.
9424
9425         * gnus-group.el (gnus-group-fetch-charter): Remove.
9426
9427         * gnus.el (gnus-group-charter-alist): Remove.
9428
9429         * gnus-group.el (gnus-group-archive-directory): Remove.
9430         (gnus-group-recent-archive-directory): Ditto.
9431         (gnus-group-make-archive-group): Remove.
9432
9433         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9434
9435         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9436         use the same article number for all the cached articles.
9437
9438         * nnimap.el (nnimap-command): Register the last command time so
9439         that we can use it for idling NOOPs.
9440         (nnimap-open-connection): Start the keeplive timer.
9441         (nnimap-make-process-buffer): Store all the process buffers.
9442         (nnimap-keepalive): New function.
9443
9444         * starttls.el (starttls-open-stream): Add autoload cookie.
9445
9446 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9447
9448         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9449         handling.
9450
9451 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9454         its data structures.
9455
9456         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9457         instead of the cl.el copy-list.
9458         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9459         equalp.
9460
9461 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9464         and tool-bar-local-item-from-menu.
9465
9466         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9467         mode-line-highlight face for Emacs.
9468
9469         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9470         loading gnus-sum.elc; fix comment for canlock-verify.
9471         (gnus-article-jump-to-part): Use read-number.
9472         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9473         Remove Emacs pre-21 compatible code for help-echo.
9474         (gnus-article-next-page-1): No need to adjust the number of lines.
9475         (gnus-article-describe-bindings): Always use help-buffer.
9476
9477         * gnus-audio.el (gnus-audio-inline-sound):
9478         * gnus-cus.el (gnus-custom-mode):
9479         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9480
9481         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9482
9483         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9484         compatible code.
9485
9486 2010-09-24  Glenn Morris  <rgm@gnu.org>
9487
9488         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9489         visiting the fcc file in rmail-mode.
9490
9491         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9492
9493 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * nnir.el: Silence the byte compiler.
9496
9497         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9498         alias to browse-url-url-encode-chars if any.
9499         (gnus-html-encode-url): Use it.
9500
9501 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-start.el (gnus-use-backend-marks): New variable.
9504         (gnus-get-unread-articles-in-group): Use it.
9505
9506         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9507         makeover.
9508
9509 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9510
9511         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9512
9513 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9516         Remove.
9517         (gnus-setup-news-hook):
9518         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9519
9520         * gnus-int.el (gnus-request-update-info): Protect against backends not
9521         having the function.
9522
9523         * nnimap.el (nnimap-stream): Mention starttls.
9524         (nnimap-open-connection): Add starttls support.
9525
9526 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9527
9528         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9529
9530 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9533         BODYSTRUCTUREs.
9534         (nnimap-transform-headers): Unfold quoted {42} headers.
9535
9536         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9537         the info.
9538         (gnus-get-unread-articles): Only call updatep on backends that support
9539         it.
9540
9541         * nnweb.el (nnweb-request-update-info): NOOP.
9542
9543         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9544
9545         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9546         since it only deals with marks.
9547
9548         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9549         gnus-request-marks, and make a new gnus-request-update-info.
9550
9551         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9552         the active instead of the high number, which is usually too low.
9553
9554 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9555
9556         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9557         * encrypt.el: Remove.
9558
9559 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9562         server in symbolic form.
9563
9564         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9565
9566 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9569         (nnimap-update-info): Fix up code slightly.
9570
9571         * gnus-int.el (gnus-open-server): Add tracing for performance
9572         debugging.
9573
9574         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9575         (gnus-group-insert-group-line): Pass the real group name so that it
9576         gets the right data.
9577
9578         * gnus-start.el (gnus-get-unread-articles): Don't have
9579         `gnus-get-unread-articles-in-group' update info, since that can be
9580         really slow and doesn't seem to be needed?
9581
9582 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9583
9584         * time-date.el (date-to-time): Try using parse-time-string first before
9585         using the slower timezone-make-date-arpa-standard.
9586
9587 2010-09-22  Julien Danjou  <julien@danjou.info>
9588
9589         * gnus-group.el (gnus-group-insert-group-line):
9590         Call gnus-group-highlight-line.
9591         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9592         default hook list.
9593         (gnus-group-update-eval-form): Add new function.
9594         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9595         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9596
9597 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9600         immediate, then expire all articles.
9601         (nnimap-update-info): Fix off-by-one errors.
9602         (nnimap-flags-to-marks): Would return no marks lists for group with no
9603         flags.  Instead return the other data.
9604
9605 2010-09-22  Julien Danjou  <julien@danjou.info>
9606
9607         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9608         Only return an icon.
9609         (gnus-group-insert-group-line): Compute icon to return.
9610
9611         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9612         (gnus-html-image-fetched): Only cache if
9613         gnus-html-image-automatic-caching is set.
9614         (gnus-html-image-fetched): Check for errors.
9615
9616 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9617
9618         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9619         once per method on `g'.  This ensures that backends like nnfolder don't
9620         open all their folders.
9621
9622         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9623         (nnimap-request-list): Nix out group in the correct buffer.
9624         (nnimap-parse-flags): Implement by using `read' instead of
9625         hand-parsing.
9626         (nnimap-flags-to-marks): Pass on permanent-flags.
9627         (nnimap-make-process-buffer): Record the server name.
9628         (nnimap-parse-flags): Fix typo.
9629         (nnimap-request-scan): Run split on the server in general, not just a
9630         single group.
9631
9632         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9633         parameter, and propagate this downwards.
9634
9635         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9636         since EXAMINE changes it on the server.
9637
9638         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9639         this command might take a while.
9640
9641 2010-09-22  Julien Danjou  <julien@danjou.info>
9642
9643         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9644         harmful if you have 2 images side-by-side, they can't be properly
9645         update on text deletion.  Using text-property is safer here.
9646         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9647         data.
9648
9649 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * nnimap.el (nnimap-expunge-inbox): Remove.
9652         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9653         (nnimap-expunge): Flip default to t.
9654
9655         * gnus.el (gnus-method-to-server): Don't push things to the cache
9656         unless it's unique.
9657         (gnus-server-to-method): Ditto.
9658
9659 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9660
9661         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9662
9663 2010-09-22  Julien Danjou  <julien@danjou.info>
9664
9665         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9666         get the start of data.
9667         (gnus-html-encode-url): Add this function to encode special chars in
9668         URL.
9669         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9670         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9671
9672         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9673         default.
9674         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9675
9676         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9677         images alt-text.
9678         (gnus-html-put-image): Put alt-text as help-echo.
9679
9680 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9683         * mm-util.el (mm-decompress-buffer):
9684         * nnir.el (nnir-run-find-grep):
9685         * pop3.el (pop3-list): Use 3rd arg of split-string.
9686
9687         * time-date.el (format-seconds): Comment fix.
9688
9689         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9690         and byte-optimize-form-code-walker.
9691         (dgnushack-make-auto-load): Don't advise make-autoload.
9692
9693         * lpath.el: Remove Emacs 21 stuff.
9694
9695 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9698         outside the active range.  Suggested by Dan Christensen.
9699
9700         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9701         slightly later to avoid double-getting it.
9702
9703         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9704         previous patch.
9705
9706         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9707
9708 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9709
9710         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9711
9712 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * gnus-int.el (gnus-open-server): Give a better error message in the
9715         "go offline" case.
9716
9717         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9718         marks for nnimap, which is seldom the right thing to do.
9719
9720         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9721         (gnus-same-method-different-name): New function.
9722
9723         * nnimap.el (parse-time): Require.
9724
9725         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9726         method in the presence of many similar methods.
9727
9728         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9729
9730         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9731         nnml-inhibit-expiry.
9732
9733         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9734         find out whether methods are equal.
9735
9736         * nnimap.el (nnimap-find-expired-articles): New function.
9737         (nnimap-process-expiry-targets): New function.
9738         (nnimap-request-move-article): Request the article before looking at
9739         what the Message-ID is.  Fix found by Andrew Cohen.
9740         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9741
9742         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9743         for oldness in addition to being a predicate.
9744
9745         * nnimap.el (nnimap-request-group): When we have zero articles, return
9746         the right data to Gnus.
9747         (nnimap-request-expire-articles): Only delete articles immediately if
9748         the target is 'delete.
9749
9750         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9751         method, this would bug out.
9752
9753         * gnus-group.el (gnus-group-expunge-group): Rename from
9754         gnus-group-nnimap-expunge, and implemented as a normal interface
9755         function.
9756
9757         * gnus-int.el (gnus-request-expunge-group): New function.
9758
9759         * nnimap.el (nnimap-request-create-group): Implement.
9760         (nnimap-request-expunge-group): New function.
9761
9762 2010-09-21  Julien Danjou  <julien@danjou.info>
9763
9764         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9765         (gnus-html-cache-expired): Add new function.
9766         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9767         wethever we should display image for fetch it.
9768         Compute alt-text earlier to pass it to the fetching function too.
9769         (gnus-html-schedule-image-fetching): Change function argument to only
9770         get one image at a time, not a list.
9771         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9772         cache.
9773         (gnus-html-get-image-data): New function to retrieve image data from
9774         cache.
9775         (gnus-html-put-image): Change buffer argument to use image data rather
9776         than file, and place image above region rather than inserting a new
9777         one.  Do not take alt-text as argument, since it's useless now: we place
9778         the image above alt-text.
9779         (gnus-html-prune-cache): Remove.
9780         (gnus-html-show-images): Start to fetch image when we find one, do not
9781         push into a temporary list.
9782         (gnus-html-prefetch-images): Only fetch image if they have expired.
9783         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9784         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9785
9786 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9789
9790 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9793         spec inser "*" if the group isn't active instead of 0.
9794
9795         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9796         opening the server.
9797         (nnimap-request-delete-group): Implement group deletion.
9798         (nnimap-transform-headers): Return the size of the entire message in
9799         the Bytes header, not just the size of the first part.
9800         (nnimap-request-move-article): When moving an article from nnimap,
9801         request the article first so the accepting form has an article to
9802         accept.  Reported by Dan Christensen.
9803         (nnimap-command): Make sure that the error message doesn't error out.
9804
9805 2010-09-20  David Edmondson  <dme@dme.org>
9806
9807         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9808         we haven't requested anything.
9809
9810 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811
9812         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9813         "".  Fix found by Andrew Cohen.
9814
9815         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9816         instead of -encode-string.
9817
9818 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9821
9822         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9823         by mm-subst-char-in-string.
9824
9825 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9826
9827         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9828         waiting for the connection string.
9829
9830         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9831         arriving.
9832
9833         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9834         bogus characters.  This allows selecting certain Gmail groups.
9835
9836         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9837         (nnimap-fetch-partial-articles): New variable.
9838         (nnimap-open-connection): When looking for credentials, also use the
9839         nnimap-server-port.
9840         (nnimap-request-article): Return the group/article number, so that Gnus
9841         `^' works as expected.
9842         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9843
9844         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9845         comments.
9846         (gnus-methods-sloppily-equal): New function.
9847         (gnus): When using the development version of Gnus, load the gnus-load
9848         file.
9849
9850         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9851         `gnus-open-server' on each method before trying to scan them etc.
9852         This ensures that all the backend parameters are set correctly.
9853
9854         * nnimap.el (nnimap-authenticator): New variable.
9855         (nnimap-open-connection): Allow anonymous login.
9856         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9857         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9858
9859         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9860         patch, found by Knut Anders Hatlen.
9861
9862 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9863
9864         * gnus-agent.el (gnus-agent-batch-confirmation)
9865         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9866         to gnus-message.
9867         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9868         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9869         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9870         * gnus-int.el (gnus-open-server): Likewise.
9871         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9872         (gnus-score-check-syntax): Likewise.
9873         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9874         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9875         Likewise.
9876         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9877
9878 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9879
9880         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9881         calling conventions so that prefetch doesn't bug out.
9882
9883 2010-09-19  Julien Danjou  <julien@danjou.info>
9884
9885         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9886         rather than `subst-char-in-region' in order to be able to replace ASCII
9887         char by UTF-8 ones.
9888
9889         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9890         than curl.
9891         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9892         the right URL and ALT text on images.
9893         (gnus-html-wash-tags): Fix tag case.
9894         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9895         (gnus-article-html): Add -o display_ins_del=2 option.
9896         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9897
9898 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9901         the extra mail headers, which sometimes seem to happen for unknown
9902         reasons.
9903
9904         * mail-parse.el (mail-header-encode-parameter): Define as
9905         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9906         (or most, perhaps?) mail readers don't understand the latter, but do
9907         understand the former.
9908
9909         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9910         to nil, so that no methods are automatically agentized.  I think this
9911         is probably what most users want.
9912
9913         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9914         from url-retrieve, for instance about invalid URLs.
9915
9916         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9917         groups that have no articles.
9918         (nnimap-request-article): Check that we really got an article when we
9919         requested one.
9920
9921         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9922         doesn't exist.
9923
9924         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9925         nntp buffer so the agent can save it.
9926         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9927         that CRLF doesn't get translated to \n.
9928         (nnimap-open-connection): Don't make 'shell commands only send \n.
9929
9930 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9931
9932         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9933         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9934         Update var name.
9935         (nnml-generate-nov-file): Use dolist.
9936         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9937         Use with-current-buffer.
9938
9939 2010-09-18  Julien Danjou  <julien@danjou.info>
9940
9941         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9942         parallel.
9943
9944 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9945
9946         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9947         the range update right.
9948         (nnimap-request-group): Don't make `M-g' bug out on group with no
9949         marks.
9950         (nnoo): Require, so that other packages can require nnimap.
9951         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9952         command we're looking for.  This helps when the server sends more
9953         responses after we've gotten everything we expected.
9954         (nnimap): Add a `newlinep' field to keep track of end-of-line
9955         conventions.
9956         Don't send CRLF to things that don't want it.
9957         (nnimap-request-accept-article): Ditto.
9958
9959 2010-09-18  Julien Danjou  <julien@danjou.info>
9960
9961         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9962         than curl to retrieve images.
9963
9964 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9965
9966         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9967         the marks.
9968         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9969         (nnimap-wait-for-connection): New function.
9970         (nnimap-open-connection): If we have PREAUTH, don't query for login
9971         credentials.
9972         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9973         when doing a partial update.
9974
9975 2010-09-18  Julien Danjou  <julien@danjou.info>
9976
9977         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9978         tags.
9979
9980 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * nnimap.el (nnimap-credentials): New function.
9983         (nnimap-open-connection): Use the new function to look for credentials
9984         also on the numeric equivalents of "imap" and "imaps".
9985
9986         * gnus-start.el (gnus-activate-group): Send the info to
9987         gnus-request-group.
9988
9989         * nnimap.el (nnimap-request-group): Have the "check" version of the
9990         function parse flags and update the info, so that a `M-g' get a total
9991         resync of all flags from the group.
9992
9993         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9994         to allow backends to alter the info on group selection.  Also alter all
9995         the backend -request-group functions to take the parameter.
9996
9997         * nnimap.el (nnimap-store-info): New function.
9998         (nnimap-update-info): Store the info for later usage.
9999         (nnimap-request-group): Use the stored info for the dont-check case, so
10000         that we don't retrieve all marks when we enter a group.
10001
10002         * nnimap.el: Use deffoo instead of defun for interface functions.
10003
10004         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10005         update the group info.  This makes the nndraft groups, for instance, go
10006         back to their old behavior.
10007
10008         * gnus-sum.el (gnus-select-newsgroup): Indent.
10009
10010         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10011         in.
10012         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10013         nothing.
10014
10015         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10016         from methods that are denied.
10017
10018         * gnus-int.el (gnus-method-denied-p): New function.
10019
10020         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10021         store the password instead of netrc.
10022         (nnimap-open-connection): Don't error out when we can't make a
10023         connections.
10024
10025         * auth-source.el (auth-source-create): In the password prompt, say what
10026         we're querying for.  Also prompt for user name if that hasn't been
10027         given.
10028
10029         * nnimap.el (nnimap-with-process-buffer): Remove.
10030
10031 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10034         method when we're reading from the agent.
10035
10036         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10037
10038         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10039         that's probably most useful for users.
10040
10041         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10042         "failed" all the time.
10043
10044         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10045         ...)) with (with-current-buffer ... ).
10046
10047         * nntp.el (nntp-open-server): Return whether the open was successful or
10048         not.
10049
10050         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10051         select an unread unseen article first.
10052
10053         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10054         /etc/services, supply some sensible port defaults.
10055
10056         * dgnushack.el: Define netrc-credentials.
10057
10058 2010-09-17  Julien Danjou  <julien@danjou.info>
10059
10060         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10061
10062 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10063
10064         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10065         doesn't have any parameters.
10066
10067 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10068
10069         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10070         only upcased checks.
10071
10072         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10073
10074         * nnimap.el (nnimap-open-shell-stream): New function.
10075         (nnimap-open-connection): Use it.
10076         (nnimap-transform-headers): Get the number of lines in each message.
10077         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10078         number of lines.
10079         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10080         problem.
10081
10082         * utf7.el (utf7-encode): Autoload.
10083
10084         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10085         to allow the mail splitting to not return a default group.  This is
10086         useful for nnimap, which will leave unmatched mail in the inbox.
10087
10088         * nnimap.el: Rewritten.
10089
10090         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10091         nnimap usage.
10092
10093         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10094         if the move is internal, so that nnimap can do fast internal moves.
10095
10096         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10097         data.
10098         (gnus-read-active-for-groups): Support finishing the early retrieval of
10099         data.
10100
10101         * gnus-range.el (gnus-range-nconcat): New function.
10102
10103         * gnus-int.el (gnus-finish-retrieve-group-infos)
10104         (gnus-retrieve-group-data-early): New functions.
10105
10106 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10107
10108         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10109         (nnrss-retrieve-groups):
10110         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10111         (pop3-quit): Use with-current-buffer.
10112
10113 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10116         instead of nnheader-accept-process-output.
10117
10118         * dgnushack.el (dgnushack-compile): Add comment.
10119
10120         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10121
10122         * gnus-html.el (gnus-html-schedule-image-fetching)
10123         (gnus-html-prefetch-images): Replace process-kill-without-query by
10124         gnus-set-process-query-on-exit-flag.
10125
10126 2010-09-16  Romain Francoise  <romain@orebokech.com>
10127
10128         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10129
10130 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131
10132         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10133         parameter to unintern is mandatory-ish in Emacs 24.
10134
10135         * gnus-html.el (gnus-html-schedule-image-fetching)
10136         (gnus-html-prefetch-images): Check for curl before using it.
10137
10138         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10139         depend on curl, which isn't essential.
10140
10141         * imap.el: Revert back to version
10142         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10143         seem problematic.
10144
10145 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10146
10147         * gnus-registry.el (gnus-registry-install-shortcuts):
10148         Explicitly pass `obarray' to `unintern' to avoid a warning.
10149
10150 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10151
10152         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10153         change.
10154
10155         * nnrss.el (nnrss-request-list): Remove this function and related
10156         functions, including the moreover stuff.
10157
10158 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10159
10160         * nnrss.el (nnrss-retrieve-groups): New function.
10161
10162 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10163
10164         * .dir-locals.el: Add no-byte-compile cookie.
10165
10166 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * time-date.el (format-seconds): Comment fix.
10169
10170         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10171         for back end that doesn't support request-scan.
10172
10173 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174
10175         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10176         then do request scans from the backends.
10177
10178         * netrc.el (netrc-credentials): New conveniency function.
10179
10180         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10181         avoid running a hook per line, since this takes a lot of time,
10182         profiling shows.
10183         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10184         directly if gnus-visual-p is true.
10185
10186 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10189         groups; replace mapcar with dolist which is a bit faster; pass groups
10190         info to gnus-read-active-file-1.
10191         (gnus-read-active-file-1): Scan only specified groups if the new
10192         optional arg `infos' is given.
10193
10194 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10195
10196         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10197
10198         * pop3.el (pop3-movemail): Remove.
10199         (pop3-streaming-movemail): Rename to pop3-movemail.
10200
10201         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10202         don't restrict end-tag searches to the end of the line.
10203
10204 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10207         articles of every unchecked group to t, which means unknown since the
10208         server has never been opened.
10209
10210 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10211
10212         * gnus-html.el (gnus-html-show-alt-text): New command.
10213         (gnus-html-browse-image): Ditto.
10214         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10215         to browse the image directly.
10216         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10217         better.
10218
10219         * gnus-async.el (gnus-async-article-callback):
10220         Call `gnus-html-prefetch-images' unconditionally.
10221
10222         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10223         before feeding URLs to curl.
10224
10225 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10228         internal images as deletable by `W D D'.
10229
10230         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10231         (gnus-async-article-callback): Fix typo.
10232
10233 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10234
10235         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10236         current line to work around bugs in the output from w3m.
10237
10238         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10239         for groups that want that.
10240
10241         * nntp.el (nntp-wait-for-string): Supply a timeout for
10242         accept-process-output to ensure progress.
10243
10244         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10245         level to get unread articles from, then use that for foreign groups,
10246         too.
10247
10248         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10249         confuses the rest of the function.
10250
10251         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10252         for the methods that support -retrieve-groups, too.
10253
10254         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10255
10256 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10259         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10260
10261         * pop3.el: Require cl when compiling.
10262         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10263
10264 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10267         that aren't going to be activated.
10268         (gnus-get-unread-articles): Fix up the last commit.
10269
10270         * gnus-html.el (gnus-article-html): Allow calling without specifying
10271         the handle.  In that case, dissect the buffer first.
10272
10273         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10274
10275         * nnimap.el (nnimap-open-connection): Revert the change that would look
10276         into authinfo for imaps instead of imap.
10277
10278         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10279         say that you don't want to call gnus-request-group with don-check, but
10280         do check the reponse.  This is for virtual groups only.
10281         (gnus-get-unread-articles): Count the archive groups as secondary, so
10282         that they're activated the same way as before.
10283
10284         * imap.el (imap-message-map): Removed optional buffer parameter, since
10285         no callers use it.
10286         (imap-message-get): Ditto.
10287         (imap-message-put): Ditto.
10288         (imap-mailbox-map): Ditto.
10289         (imap-mailbox-put): Ditto.
10290         (imap-mailbox-get): Ditto.
10291         (imap-mailbox-get): Revert last change for this function.
10292
10293         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10294         case-insensitively.
10295         (nnimap-debug): Remove.
10296
10297         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10298         callers to use `imap-fetch' instead.  According to the comments, this
10299         should be safe, since all other IMAP clients use the 1:* syntax.
10300         (imap-enable-exchange-bug-workaround): Remove.
10301         (imap-debug): Remove -- doesn't seem very useful.
10302
10303         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10304         mail from a file, and the file doesn't exist.
10305
10306         * imap.el (imap-log): New convenience function used throughout instead
10307         of repeating the same code all over the place.
10308
10309         * pop3.el (pop3-streaming-movemail): Return t for success.
10310
10311         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10312         .authinfo if we're using ssl connection.
10313
10314         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10315         already have if we're in a main Gnus `g' run.
10316
10317         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10318
10319 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10322
10323         * nnmh.el (nnmh-request-list-1): Bind `file'.
10324
10325         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10326         alias to set-process-query-on-exit-flag or process-kill-without-query.
10327         (pop3-open-server): Use it.
10328
10329 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330
10331         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10332         box to the Incoming file.  Fixes mistake in previous checkin.
10333
10334         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10335         request loop (for debugging purposes) removed.
10336
10337         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10338         culprit is more visible.
10339         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10340         (nnml-add-incremental-nov): New functions to do "incremental" nov
10341         updates, where we just append to the end of the existing nov files
10342         without reading/writing them in full.
10343
10344         * mail-source.el (mail-source-delete-crash-box): Really only check the
10345         incoming files once in a while.
10346
10347         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10348
10349         * mail-source.el (mail-source-delete-crash-box): Only check the
10350         incoming files for deletion once per day to save a lot of file
10351         accesses.
10352
10353         * pop3.el (pop3-logon): Fix up unbound variable typo.
10354
10355         * mail-source.el (pop3-streaming-movemail): Autoload.
10356
10357         * pop3.el (pop3-streaming-movemail):
10358         Respect pop3-leave-mail-on-server.
10359
10360         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10361         retrieval.
10362
10363         * pop3.el (pop3-process-filter): Remove unused function.
10364         (pop3-streaming-movemail, pop3-send-streaming-command)
10365         (pop3-wait-for-messages, pop3-write-to-file)
10366         (pop3-number-of-responses): New functions for streaming pop3
10367         retrieval.
10368
10369         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10370         come from no known methods.
10371         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10372         list.
10373
10374         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10375         message sizes.
10376         (pop3-movemail): Use erase-buffer instead of looping and deleting
10377         regions, which seems rather odd.
10378
10379         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10380         file once per `g' run.
10381
10382         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10383         directories.  This makes the draft queue directory work.
10384
10385         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10386         data from the backends, so that we only request the list of groups from
10387         each method once.  This should speed things up considerably.
10388
10389         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10390         detect that it's not implemented.
10391
10392         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10393         we actually do recurse down into the tree, but don't stat all leaf
10394         nodes.
10395
10396         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10397         then say so instead of bugging out.
10398
10399         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10400         files exist before trying to read them.
10401
10402         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10403         around <pre_int>.
10404
10405         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10406
10407         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10408
10409 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * mm-util.el (mm-image-load-path): Just return the image directories,
10412         not all directories in the path in addition to the image directories.
10413         (mm-image-load-path): Maintain a cache of the image directories so that
10414         the `g' command in Gnus doesn't have to stat dozens of directories each
10415         time.
10416
10417         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10418         (gnus-html-wash-tags): Add a new `i' command to insert images.
10419         (gnus-html-insert-image): New command and keystroke.
10420         (gnus-html-redisplay-with-images): New command and keystroke.
10421         (gnus-html-show-images): Rename command.
10422         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10423         spacers.
10424         (gnus-html-wash-tags): Decode entities at the end, so that entities
10425         inside the tags don't mess up the rest of the "parsing".
10426
10427         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10428         so that nnimap methods aren't agentized by default.  There's apparently
10429         many problems related to agent/imap behavior.
10430
10431         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10432
10433         * gnus-html.el: Doc fix.
10434
10435 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10438         specifier-spec-list for Emacs 21.
10439
10440         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10441         glyph-width and glyph-height instead of display-graphic-p and
10442         image-size; make avoidance of displaying small images work for XEmacs.
10443
10444         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10445         for XEmacs.
10446
10447         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10448         of symbol that holds plist data.
10449         (gnus-process-plist): Remove plist of process after getting it.
10450
10451 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452
10453         * message.el (message-generate-hashcash): Change default to
10454         'opportunistic if hashcash is installed.
10455
10456         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10457         (gnus-html-put-image): Only call image-size once, since it's somewhat
10458         time-consuming on remote X servers.
10459
10460 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10463         type on data, not a file name.
10464
10465         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10466         window-pixel-edges for Emacs 21.
10467
10468         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10469         decoded contents.
10470         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10471
10472 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10475         group line format, since it isn't very interesting.
10476
10477         * gnus-agent.el (gnus-agent-short-article),
10478         (gnus-agent-long-article): Increase values for these two variables,
10479         since most people are likely to have more network connection and
10480         storage than before.
10481
10482         * gnus.el (gnus-refer-article-method): Change default to 'current.
10483         When referring an article, the common behavior is to refer it from the
10484         current select method, not the native select method.  The chances of
10485         the native select method having the message in question is rather slim
10486         these days.
10487
10488         * gnus-sum.el (gnus-auto-select-subject): Change default to
10489         `unseen-or-unread'.  I think it's likely that most people want to
10490         select an unseen article over a previously seen, but unread one.
10491
10492         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10493         means that in the article buffer none of the minor mode elements will
10494         be shown, usually, and this is not desirable in most cases.
10495
10496         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10497         that commands like `d' (and the like) go to the next line in the
10498         buffer, instead of the next unread article.  I think this is the
10499         behavior that is most natural for most users.
10500         (gnus-single-article-buffer): Change default to nil, so that people can
10501         have as many article buffers open as they have summary buffer.  I think
10502         this is the most natural way for the groups to behave.
10503
10504         * message.el (message-generate-new-buffers): Change default to
10505         `unsent', so that all new message buffers start their names with the
10506         string "*unsent", and it's easier to find the buffers if you move from
10507         them.
10508
10509 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10510
10511         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10512         small.  They're probably tracking images.
10513         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10514         (gnus-html-rescale-image): Yet another try at getting the image sizing
10515         right.
10516
10517         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10518         nntp-marks-file-name is nil.
10519
10520 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10521
10522         * gnus-html.el (gnus-html-wash-tags)
10523         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10524         Better logging.
10525
10526 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10529
10530         * gnus-html.el (gnus-html-wash-tags): Check the value of
10531         gnus-blocked-images in the summary buffer.
10532
10533 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10534
10535         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10536
10537 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538
10539         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10540         like "a", it seems like.
10541         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10542         since it needs to be picked from the correct buffer.
10543
10544         * nnwfm.el: Remove.
10545
10546         * nnlistserv.el: Remove.
10547
10548 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10549
10550         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10551         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10552
10553 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10554
10555         * nnkiboze.el: Remove.
10556
10557         * nndb.el: Remove.
10558
10559         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10560         alt text.
10561         (gnus-html-rescale-image): Try to get the rescaling logic right for
10562         images that are just wide and not tall.
10563
10564         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10565         overshadow variable bindings.
10566
10567 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10568
10569         * gnus-html.el (gnus-html-wash-tags)
10570         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10571         Add extra logging.
10572
10573 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10574
10575         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10576         (gnus-max-image-proportion): New variable.
10577         (gnus-html-rescale-image): New function.
10578         (gnus-html-put-image): Rescale images.
10579
10580 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10581
10582         Fix up some byte-compiler warnings.
10583         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10584         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10585         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10586         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10587         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10588         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10589         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10590
10591 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-html.el (gnus-article-html): Decode contents by charset.
10594
10595 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10598         (gnus-html-frame-width, gnus-blocked-images):
10599         * message.el (message-prune-recipient-rules): Add custom version.
10600         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10601
10602         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10603         functions.
10604
10605         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10606         gnus-process-get.
10607
10608 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10609
10610         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10611         instead of lsub directly.
10612
10613 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * nnwarchive.el: Remove.
10616
10617         * gnus-soup.el: Remove.
10618
10619         * nnsoup.el: Remove.
10620
10621         * nnultimate.el: Remove.
10622
10623         * gnus-html.el (gnus-blocked-images): New variable.
10624
10625         * message.el (message-prune-recipients): New function.
10626         (message-prune-recipient-rules): New variable.
10627
10628         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10629         guess whether a long line is natural text or not.
10630
10631         * gnus-html.el (gnus-html-schedule-image-fetching):
10632         Use gnus-process-plist and friends for compatibility.
10633
10634 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10635
10636         * gnus-html.el: Require packages that define macros used in this file.
10637         (gnus-article-mouse-face): Declare to silence byte-compiler.
10638         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10639         process-get.
10640         (gnus-html-put-image): Use plist-get to avoid getf.
10641         (gnus-html-prefetch-images): Use with-current-buffer.
10642
10643 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * gnus-ems.el: Provide compatibility functions for
10646         gnus-set-process-plist.
10647
10648         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10649         header-line-format for XEmacs 21.4.
10650
10651         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10652         * gnus.el (gnus-valid-select-methods):
10653         * message.el (message-send-mail-partially-limit):
10654         * mm-decode.el (mm-text-html-renderer):
10655         * mml.el (mml-insert-mime-headers-always):
10656         * smiley.el (smiley-regexp-alist): Bump custom version.
10657
10658 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus-html.el: require mm-url.
10661         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10662         with the url to `url'.
10663         (gnus-html-wash-tags): Support cid: URLs/images.
10664
10665 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10666
10667         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10668         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10669         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10670
10671         * gnus-move.el: Remove file, since it doesn't really work.
10672
10673         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10674         UTF-8.  This seems to fix problems with some German web feeds.
10675
10676         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10677         at the top so that the proper colors are applied.
10678
10679         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10680         don't have dots in their names.
10681
10682         * gnus-art.el (gnus-article-view-part): Doc fix.
10683
10684         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10685         XEmacs-compatible.
10686         (gnus-html-put-image): Don't do images on non-graphic displays.
10687
10688         * nnslashdot.el: Remove this unused backend.
10689
10690         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10691         actions.
10692         (gnus-undo-register-1): Revert last change.
10693
10694         * gnus-group.el (gnus-group-completing-read): Protect against not
10695         having completion-styles bound.
10696
10697         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10698         make broken recipients happier.
10699
10700         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10701
10702         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10703         point parameter.
10704
10705         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10706
10707         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10708         completion-styles for group selection.
10709
10710 2009-02-04  Andreas Schwab  <schwab@suse.de>
10711
10712         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10713         headers and regexp-quote the match if necessary.
10714
10715 2009-03-24  Miles Bader  <miles@gnu.org>
10716
10717         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10718         the blinking smiley.
10719
10720 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10721
10722         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10723         blink smiley.
10724
10725 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10726
10727         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10728         where the dribbel file lives exists.
10729
10730         * message.el (message-send-mail-partially-limit): Change the default to
10731         nil, since most people don't want this.
10732
10733         * mm-url.el (mm-url-decode-entities): Also decode entities like
10734         &#x3212.
10735
10736 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10737
10738         * gnus-sum.el (gnus-summary-idna-message):
10739         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10740         Hyperlink urls in docstrings with URL `...'.
10741
10742 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10743
10744         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10745         functions.
10746
10747 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10748
10749         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10750         say what the mouseover text should be.
10751
10752         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10753         version of the mm-w3m-safe-url-regexp variable to only download images
10754         in the groups where we want that to happen.
10755
10756         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10757
10758         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10759         easier debugging.
10760         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10761         big pictures in the article buffer.
10762
10763         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10764         gnus-article-html.
10765         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10766         w3m.
10767
10768         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10769
10770 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771
10772         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10773         which doesn't exist.
10774
10775         * message.el (message-inhibit-ecomplete): New variable to allow some
10776         function to inhibit ecomplete address storage.
10777         (message-resend): Disable ecomplete message storage when resending
10778         messages.
10779
10780         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10781
10782 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10785         Save excursion while copying, moving, and deleting articles in order to
10786         prevent the cursor from jumping to unforeseen place.
10787
10788 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * lpath.el: No need to bind bookmark-current-buffer,
10791         bookmark-yank-point and bookmark-make-record-function.
10792
10793 2010-08-17  Glenn Morris  <rgm@gnu.org>
10794
10795         * gnus-sync.el: Require gnus components whose functions are used.
10796
10797         * gnus-art.el (bookmark-make-record-function):
10798         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10799         Declare for compiler.
10800
10801         * mm-url.el (mml-compute-boundary): Autoload.
10802
10803 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10806
10807 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10808
10809         Typo fix "hoo4a" -> "hook".
10810
10811         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10812
10813 2010-08-14  Glenn Morris  <rgm@gnu.org>
10814
10815         * gnus-sync.el (gnus-sync): Fix defgroup version.
10816
10817 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10818
10819         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10820
10821         * gnus-sync.el: Fix docs.
10822         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10823         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10824
10825 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10826
10827         Optimizations for gnus-sync.el.
10828
10829         * gnus-sync.el: Add docs about gnus-sync-backend
10830         possibilities.
10831         (gnus-sync-save): Remove unnecessary message.
10832         (gnus-sync-read): Optimize and show what groups were skipped.
10833
10834 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10835
10836         Minor bug fixes for gnus-sync.el.
10837
10838         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10839         Don't read the sync on get-new-news.
10840
10841         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10842         quiet.
10843
10844         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10845         (fix typo).
10846
10847 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10848
10849         Make saving and restoring of hidden threads work with overlays.
10850         Patch applied by Ted Zlatanov.
10851
10852         * gnus-sum.el (gnus-hidden-threads-configuration)
10853         (gnus-restore-hidden-threads-configuration): Update to deal with text
10854         properties, rather than searching for a magic character.
10855
10856 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10857
10858         New gnus-sync.el library for synchronization of marks.
10859
10860         * gnus-sync.el: New library for synchronization of marks.
10861
10862         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10863         renamed from `gnus-registry-grep-in-list'.
10864
10865         * gnus-registry.el (gnus-registry-follow-group-p):
10866         Use `gnus-grep-in-list'.
10867
10868         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10869
10870 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10873         determining charset of text fails.
10874
10875 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * nnmail.el (nnmail-get-new-mail-1): Revert.
10878
10879         * nnml.el (nnml-active-number): Make sure names of newly created groups
10880         in nnml-group-alist are encoded.
10881
10882 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10885         containing non-ASCII characters in active file for nnml back end.
10886
10887 2010-07-24  David Engster  <dengste@eml.cc>
10888
10889         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10890         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10891
10892 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10893
10894         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10895         tag (Bug#6654).
10896
10897 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10900         the article buffer, not the summary buffer.
10901
10902 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10905         Emacs 23 as well.
10906
10907 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10910         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10911
10912 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10913
10914         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10915         Patch applied by Karl Fogel.
10916
10917         * gnus-sum.el (gnus-summary-bookmark-make-record):
10918         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10919
10920 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10921
10922         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10923         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10924         C-w still not working correctly from Article buffers; Thierry's
10925         patch to fix that will be applied after this.
10926
10927         * gnus-art.el (bookmark-make-record-function): New local variable.
10928
10929         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10930         article buffer.
10931         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10932
10933 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10934
10935         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10936         on changes in bookmark.el.
10937
10938 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10941         `no-log' instead of message not to log prompt string.
10942
10943 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10944
10945         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10946         the *other* type of HTML form submission.
10947
10948 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10949
10950         * auth-source.el (auth-source-pick): If choice does not contain a
10951         questioned keyword, set the check to t.
10952
10953 2010-06-12  Romain Francoise  <romain@orebokech.com>
10954
10955         * gnus-util.el (gnus-date-get-time): Move up before first use.
10956
10957 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10960         (gnus-article-edit-part): Bind it to make last part that is substituted
10961         or deleted visible.
10962         (gnus-mime-display-single): Buttonize part of which id equals to
10963         gnus-mime-buttonized-part-id.
10964
10965 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10966
10967         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10968         (gnus-dd-mmm): Use gnus-date-get-time.
10969         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10970         simplify logic.
10971         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10972         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10973
10974 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10975
10976         * auth-source.el (top): Autoload `secrets-list-collections',
10977         `secrets-create-item', `secrets-delete-item'.
10978         (auth-sources): Fix tag string.
10979         (auth-get-source, auth-source-retrieve, auth-source-create)
10980         (auth-source-delete): New defuns.
10981         (auth-source-pick): Rewrite in order to avoid 2 passes.
10982         (auth-source-forget-user-or-password): New parameter USERNAME.
10983         (auth-source-user-or-password): New parameters CREATE-MISSING and
10984         DELETE-EXISTING.  Retrieve password interactively, if needed.
10985
10986 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10987
10988         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10989         deleting unused directories when gnus-expert-user is t.
10990
10991 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10994         for each temp file when gnus-article-browse-delete-temp is ask.
10995
10996 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10997
10998         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10999         Replace Lisp calls to delete-backward-char by calls to delete-char.
11000
11001 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11002
11003         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11004
11005 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11006
11007         * password-cache.el (password-cache-remove): Fix docstring.
11008
11009 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11012         article unless decoding article to be saved.
11013
11014 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11017         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11018         generated within the mm-with-unibyte-current-buffer macro.
11019
11020 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11023         to nil when we're in a mml-preview buffer and no group is selected.
11024
11025 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11026
11027         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11028         when catching the `C-g'.  Reported by "Leo".
11029
11030 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * message.el (message-forward-make-body-plain)
11033         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11034         multibyte-string-p.
11035
11036         * lpath.el: Revert.
11037
11038 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * message.el (message-forward-make-body-mml): Assume original message
11041         is multibyte string; error on unibyte.
11042         (message-forward-make-body-plain): Ditto; don't add excessive newline
11043         in body end.
11044
11045         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11046
11047 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11048
11049         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11050         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11051
11052 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * mm-extern.el (mm-extern-url): Don't use
11055         mm-with-unibyte-current-buffer.
11056         (mm-extern-cache-contents): Use with-current-buffer instead of
11057         save-excursion + set-buffer.
11058
11059 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * mm-util.el (mm-emacs-mule): Remove.
11062
11063 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11064
11065         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11066         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11067         change.
11068
11069 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11072         bind the default value of enable-multibyte-characters to nil.
11073
11074 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * message.el (message-forward-make-body-plain)
11077         (message-forward-make-body-mml):
11078         Don't use mm-with-unibyte-current-buffer.
11079
11080 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11081
11082         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11083
11084 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11085
11086         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11087         (Bug#5592).
11088
11089 2010-05-07  Julien Danjou  <julien@danjou.info>
11090
11091         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11092         it to mm-pipe-part.
11093
11094         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11095         it is given.
11096
11097 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * binhex.el (binhex-decode-region-internal):
11100         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11101         (dns-query):
11102         * nnweb.el (nnweb-gmane-search):
11103         * pgg-parse.el (pgg-parse-armor):
11104         * pgg.el (pgg-verify-region):
11105         * sha1.el (sha1-string-external):
11106         * uudecode.el (uudecode-decode-region-internal):
11107         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11108         XEmacs.
11109
11110         * gnus-art.el (gnus-article-browse-html-parts):
11111         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11112         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11113         make-temp-file.
11114
11115         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11116         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11117         compiling.
11118
11119         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11120         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11121         XEmacs when compiling.
11122
11123         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11124         gnus-pick-mode-off-hook for XEmacs when compiling.
11125         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11126         gnus-binary-mode-off-hook for XEmacs when compiling.
11127
11128         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11129         Return nil if char-charset is not available.
11130
11131         * imap.el (imap-disable-multibyte)
11132         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11133         macros.
11134
11135         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11136         instead of encode-coding-string.
11137
11138         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11139         'xemacs) instead of mm-emacs-mule to switch function definitions.
11140         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11141
11142         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11143         bind temporary-file-directory for XEmacs;
11144         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11145         timer-set-function for XEmacs 21.4 and SXEmacs;
11146         bind timer-list for XEmacs 21.4 and SXEmacs;
11147         fbind char-charset and find-charset-region for non-Mule XEmacs;
11148         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11149         encode-coding-region and encode-coding-string for XEmacs having no
11150         file-coding feature.
11151
11152 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11153
11154         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11155
11156 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11159         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11160
11161 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11162
11163         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11164         alias `jka-compr-delete-temp-file' no longer exists.
11165
11166 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11167
11168         Use define-minor-mode in Gnus where applicable.
11169         * mml.el (mml-mode): Use define-minor-mode.
11170         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11171         (gnus-undo-mode): Use define-minor-mode.
11172         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11173         (gnus-dead-summary-mode): Use define-minor-mode.
11174         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11175         Initialize in declaration.
11176         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11177         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11178         (gnus-mailing-list-mode): Use define-minor-mode.
11179         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11180         (gnus-draft-mode): Use define-minor-mode.
11181         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11182         (gnus-dired-mode): Use define-minor-mode.
11183
11184 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11185
11186         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11187         handles on recursive mml-to-mime translation and check them for
11188         boundary delimiter collisions.  Reported by Greg Troxel.
11189
11190 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11193
11194 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11195
11196         * mm-util.el (mm-find-buffer-file-coding-system):
11197         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11198
11199 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11200
11201         * message.el (message-generate-headers): Record insertion of optional
11202         headers as well.  Otherwise the check to prevent repeated insertion of
11203         optional headers is a no-op.
11204
11205 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11206
11207         * smime.el: Don't mention CVS.
11208
11209         * nnrss.el (nnrss-fetch): Don't mention CVS.
11210
11211         * nnir.el: Don't mention CVS.
11212
11213 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11214
11215         * gnus-sum.el (gnus-summary-bookmark-make-record):
11216         Add `location' field.
11217
11218 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * lpath.el: Fbind bookmark-default-handler,
11221         bookmark-get-bookmark-record, bookmark-make-record-default,
11222         bookmark-prop-get for Emacs <23 and XEmacs.
11223
11224 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11225
11226         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11227         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11228         Use with-current-buffer to silence the byte-compiler.
11229         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11230         bother to require `gnus'.
11231         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11232
11233 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11234
11235         * gnus-sum.el (gnus-summary-bookmark-make-record)
11236         (gnus-summary-bookmark-jump): New functions.
11237         (gnus-summary-mode): Setup bookmark support.
11238
11239 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11240
11241         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11242         if set.
11243
11244 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11247         gnus-article-browse-html-save-cid-image; make it work recursively for
11248         forwarded messages as well.
11249         (gnus-article-browse-html-parts): Work when prefix arg is given.
11250         (gnus-article-browse-html-article): Doc fix.
11251
11252 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11253
11254         * message.el (message-default-mail-headers):
11255         (message-default-headers): Carry the value mail-default-headers over
11256         into message-default-mail-headers, rather than message-default-headers.
11257
11258 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11259
11260         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11261         charset.
11262
11263         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11264         charset into the <meta> tag when the article is encoded to utf-8.
11265
11266 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gnus-art.el (gnus-article-browse-delete-temp-files):
11269         Delete directories as well.
11270         (gnus-article-browse-html-parts): Work for images that do not specify
11271         file names; delete temp directory when quitting; insert header at the
11272         right place; use file: scheme for image files.
11273
11274 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11275
11276         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11277         (gnus-article-browse-html-parts): Use it to make temporary cid image
11278         files in addition to html file so that browser may display them.
11279
11280 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11283
11284 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11285
11286         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11287
11288 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11289
11290         * auth-source.el (auth-sources): Change default to be simpler.
11291         Explain about Secret Service API sources.  Improve Customize options.
11292         (auth-source-pick): Change to accept any number of search parameters.
11293         Implement fallbacks iteratively, not recursively.  Add scoring on the
11294         second pass and sort by score.  Call Secret Service API when needed.
11295         (auth-source-user-or-password): Use it.  Call Secret Service API
11296         directly when needed to get the user name and the password.
11297
11298 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11299
11300         * message.el (message-interactive): Doc fix.
11301         (message-qmail-inject-args): Reflow.
11302         (message-kill-to-signature): Fix typo in docstring.
11303
11304         * smiley.el (smiley-buffer): Fix typo in docstring.
11305
11306 2010-03-24  Glenn Morris  <rgm@gnu.org>
11307
11308         * mail-source.el (gnus-message): Declare.
11309         (mail-source-delete-old-incoming): Require gnus-util.
11310
11311 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11314
11315         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11316
11317         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11318         password-cache's default if it is not bound.
11319         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11320         password-cache-expiry's default if it is not bound.
11321
11322         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11323         available in Emacs 21.
11324
11325         * lpath.el: Suppress compiler warnings for:
11326         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11327         XEmacs;
11328         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11329         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11330         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11331
11332 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11333
11334         * auth-source.el (auth-sources): Fix up definition so extra parameters
11335         are always inline.
11336
11337 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11338
11339         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11340         wasn't updated after mismatch.  Clear cached mailbox info correctly
11341         when uidvalidity changes.
11342         (nnimap-group-prefixed-name): New function to avoid some code
11343         duplication.
11344         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11345         (nnimap-request-group): Use it.
11346         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11347         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11348         with many imap folders.  This is done by caching the group status from
11349         the imap server persistently in a group parameter `imap-status'.  (This
11350         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11351         but not persistently, so every Gnus startup was still very slow.)
11352
11353 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11354
11355         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11356         delete the extra newline.  Otherwise editing of :string and :number
11357         types don't work.
11358
11359 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11360
11361         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11362         secrets.el dependency.
11363         (auth-sources): Add optional user name.  Add secrets.el configuration
11364         choice (unused right now).
11365
11366 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11367
11368         * gnus-sum.el (gnus-summary-make-menu-bar):
11369         Let `gnus-registry-install-shortcuts' fill in the functions.
11370
11371         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11372         warnings.
11373         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11374         (gnus-registry-install-shortcuts): Populate and use it in a
11375         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11376
11377 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11378
11379         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11380         In-place substitutions for the group name encoding/decoding.
11381         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11382         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11383         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11384         (nnimap-update-unseen, nnimap-request-list)
11385         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11386         (nnimap-request-set-mark, nnimap-split-to-groups)
11387         (nnimap-split-articles, nnimap-request-newgroups)
11388         (nnimap-request-create-group, nnimap-request-accept-article)
11389         (nnimap-request-delete-group, nnimap-request-rename-group)
11390         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11391         `encoded-mbx' for consistency.
11392         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11393         variable `imap-current-mailbox'.
11394
11395         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11396         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11397
11398 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11399
11400         * pop3.el (pop3-display-message-size-flag): Display message size byte
11401         counts during POP3 download.
11402         (pop3-movemail): Use it.
11403         (pop3-list): Implement listing of available messages.
11404
11405 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11406
11407         * nnir.el (nnir-get-article-nov-override-function): New function to
11408         override the normal NOV retrieval.
11409         (nnir-retrieve-headers): Use it.
11410
11411 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11412
11413         * auth-source.el (netrc-machine-user-or-password): Autoload.
11414
11415 2010-03-19  Glenn Morris  <rgm@gnu.org>
11416
11417         Stop message.el from loading about 40 libraries it doesn't always need.
11418         The general approach is to autoload rather than require, and to
11419         require in the specific functions rather than the file.  (Bug#5642)
11420
11421         * gmm-utils.el: Don't require wid-edit.
11422         (widget-create-child-value, widget-convert, widget-default-get):
11423         Autoload.
11424
11425         * gnus-util.el: Don't require time-date, netrc.
11426         (message-fetch-field, gnus-group-name-decode): Declare rather than
11427         autoloading.
11428         (gnus-fetch-field): Require message.
11429         (gnus-decode-newsgroups): Require gnus-group.
11430
11431         * ietf-drums.el: Don't require time-date.
11432
11433         * message.el: Don't require hashcash, canlock, ecomplete.
11434         Do require mail-utils.  Require nnheader only when compiling.
11435         (smtpmail-default-smtp-server): Remove declaration.
11436         (message-send-mail-function): Check smtpmail-default-smtp-server
11437         is bound rather than requiring smtpmail.
11438         (message-auto-save-directory, message-insert-signature):
11439         Use expand-file-name rather than nnheader-concat.
11440         (nnheader-insert-file-contents): Autoload.
11441         (hashcash-wait-async): Declare.
11442         (message-send-mail): Only call gnus-setup-posting-charset if
11443         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11444         (message-send-mail-with-sendmail): Require sendmail.
11445         (canlock-password, canlock-password-for-verify): Declare.
11446         (message-canlock-password): Require canlock.
11447         (nnheader-get-report): Autoload.
11448         (gnus-setup-posting-charset): Declare.
11449         (message-send-news): Require gnus-msg.
11450         (message-make-references, message-make-in-reply-to): Use mail-header-id
11451         rather than the alias mail-header-message-id.
11452         (ecomplete-add-item, ecomplete-save): Declare.
11453         (message-put-addresses-in-ecomplete): Require ecomplete.
11454         (ecomplete-display-matches): Autoload.
11455
11456         * mm-decode.el: Don't require mailcap, gnus-util.
11457         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11458         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11459         Autoload.
11460         (mailcap-mime-extensions): Declare.
11461
11462         * mm-encode.el: Don't require mailcap.
11463         (mailcap-extension-to-mime): Autoload.
11464
11465         * mml-sec.el: Don't require password-cache.
11466
11467         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11468         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11469         (mml-minibuffer-read-type): Require mailcap.
11470         (mml-preview): Require gnus-msg.
11471
11472         * mml1991.el: Require password-cache.
11473         (password-cache-expiry): Remove declaration.
11474
11475         * mml2015.el: Require password-cache.
11476         (password-cache-expiry): Remove declaration.
11477
11478         * nneething.el (mailcap): Require mailcap.
11479
11480         * nnheader.el (declare-function): Add compatibility stub.
11481         (message-remove-header): Declare rather than autoload.
11482         (nnheader-replace-header): Require message.
11483
11484         * nnimap.el (declare-function): Add compatibility stub.
11485         (netrc-parse, netrc-machine-user-or-password): Declare.
11486         (nnimap-open-connection): Require netrc.
11487
11488         * nntp.el (declare-function): Add compatibility stub.
11489         (netrc-parse, netrc-machine, netrc-get): Declare.
11490         (nntp-send-authinfo): Require netrc.
11491
11492         * rfc2047.el: Don't require qp.
11493         (quoted-printable-encode-region, quoted-printable-decode-string):
11494         Autoload.
11495
11496         * sieve-mode.el: Don't require easymenu.
11497         (easy-menu-add-item): Autoload it.
11498
11499         * spam-stat.el (time-to-number-of-days): Autoload it.
11500
11501 2010-03-19  Glenn Morris  <rgm@gnu.org>
11502
11503         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11504
11505 2010-03-18  Glenn Morris  <rgm@gnu.org>
11506
11507         * hashcash.el (declare-function): Remove duplicate definition.
11508
11509 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11510
11511         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11512         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11513         value if any backslash escapes).
11514
11515 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11518         if it is available.  (bug#5647)
11519
11520         * lpath.el: Suppress compiler warning for coding-system-from-name for
11521         Emacs 21 and XEmacs.
11522
11523 2010-03-14  Juri Linkov  <juri@jurta.org>
11524
11525         * hmac-def.el:
11526         * hmac-md5.el:
11527         * netrc.el: Fix keywords.
11528
11529 2010-02-26  Glenn Morris  <rgm@gnu.org>
11530
11531         * message.el (message-send-mail-function): Change the default, so that
11532         it inherits from a customized send-mail-function.  (Bug#5643)
11533
11534 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11535
11536         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11537         shell-command-to-string signals an error (bug#5299).
11538
11539 2010-02-24  Glenn Morris  <rgm@gnu.org>
11540
11541         * message.el (message-smtpmail-send-it)
11542         (message-send-mail-with-mailclient): Doc fixes.
11543
11544 2010-02-16  Glenn Morris  <rgm@gnu.org>
11545
11546         * message.el (message-default-mail-headers): Change the default value
11547         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11548
11549 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11552         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11553
11554 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11555
11556         * time-date.el (date-to-time): Doc fix (Bug#5408).
11557
11558 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11559
11560         * message.el (message-mail): Just pass yank-action on to message-setup.
11561         (message-setup): Handle (FUN . ARGS) form of yank-action.
11562         (message-with-reply-buffer, message-widen-reply)
11563         (message-yank-original): Handle non-buffer values of
11564         message-reply-buffer (Bug#4080).
11565         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11566
11567 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11568
11569         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11570         Fix typo in docstring.
11571
11572 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11573
11574         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11575         response.
11576
11577 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11580
11581         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11582
11583         * message.el (message-check-news-header-syntax): Protect against a
11584         string that `rfc822-addresses' returns when parsing fails.
11585
11586 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11589         (gnus-previous-char-property-change): New functions.
11590
11591         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11592
11593 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11594
11595         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11596         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11597
11598 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11599
11600         * message.el (message-exchange-point-and-mark): Rework last change to
11601         avoid using optional arg of exchange-point-and-mark, for backward
11602         compatibility.
11603
11604 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11605
11606         * message.el (message-exchange-point-and-mark):
11607         Call exchange-point-and-mark with an argument rather than setting
11608         mark-active by hand (Bug#5175).
11609
11610 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * nntp.el (nntp-service-to-port): Work for service expressed with
11613         numeric string; replace [:digit:] with [0-9] for XEmacs.
11614
11615 2009-12-17  Glenn Morris  <rgm@gnu.org>
11616
11617         * gnus-group.el (gnus-bug-group-download-format-alist):
11618         Change emacs entry to debbugs.gnu.org.  Bump :version.
11619
11620 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11623
11624 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * message.el (message-info): Explain why we use `Info-goto-node'.
11627
11628 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11631
11632 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11633
11634         * message.el (message-completion-in-region): New compatibility function.
11635         (message-expand-group): Use it.
11636
11637 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11640         with no unread article should be listed if the 2nd arg `predicate' is
11641         given.
11642
11643 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11646
11647 2009-11-29  Juri Linkov  <juri@jurta.org>
11648
11649         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11650         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11651         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11652
11653 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11654
11655         * sha1.el (sha1-string-external): default-directory "/" in case
11656         otherwise non-existent.  process-connection-type pipe for touch of
11657         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11658
11659 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11660
11661         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11662         it's comms related and sgml-mode.el has "comm" on that basis too.
11663
11664 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11667         containing tspecial characters if they have been already quoted.
11668
11669 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11670
11671         * dns-mode.el (auto-mode-alist): Purecopy string.
11672
11673 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11674
11675         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11676
11677 2009-10-24  Glenn Morris  <rgm@gnu.org>
11678
11679         * gnus-art.el (help-xref-stack-item): Define for compiler.
11680
11681 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11682
11683         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11684
11685 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11688
11689 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11692         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11693
11694 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11697         (gnus-overlays-in): New alias to overlays-in.
11698
11699         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11700         gnus-overlay-get, and gnus-delete-overlay.
11701         (gnus-summary-show-thread): Make it work as well for systems in which
11702         next-single-char-property-change is not available.
11703         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11704
11705         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11706         (gnus-overlay-get): New alias to extent-property.
11707         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11708
11709         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11710         SXEmacs.
11711
11712         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11713         SXEmacs.
11714
11715 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11718
11719 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11720
11721         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11722         and XEmacs that don't have `remove-overlays'.
11723
11724 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11725
11726         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11727         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11728         selective display.  Use overlays instead.
11729
11730 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11731
11732         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11733
11734 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11735
11736         * spam-stat.el (spam-stat-load): Fix typo in message.
11737
11738 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11739
11740         * dig.el (dig-invoke): Fix typo in docstring.
11741         (query-dig): Reflow docstring.
11742
11743 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11744
11745         * gnus-art.el (gnus-article-encrypt-body):
11746         * message.el (message-check-recipients):
11747         * mm-util.el (mm-codepage-setup):
11748         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11749         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11750
11751 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11752
11753         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11754         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11755         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11756         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11757         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11758
11759 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11760
11761         * dig.el: Add "Keywords: comm", as per net-utils.el.
11762
11763 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11764
11765         * dig.el (dig-mode): Use define-derived-mode.
11766
11767 2009-09-19  Glenn Morris  <rgm@gnu.org>
11768
11769         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11770
11771 2009-09-18  Glenn Morris  <rgm@gnu.org>
11772
11773         * gnus-diary.el (gnus-diary-check-message):
11774         * message.el (message-insert-formatted-citation-line):
11775         * nnbabyl.el (top-level):
11776         * nndiary.el (nndiary-schedule):
11777         Fix typos in condition-case handlers.
11778
11779 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11782         configuration that provides the sole article window in a frame;
11783         position point correctly after deleting a part.
11784
11785 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11786
11787         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11788         (spam-resolve-registrations-routine): Use it to unregister articles
11789         that change status.
11790
11791 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11794         with XEmacs.
11795         (parse-time-string-chars): Use it.
11796
11797 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11798
11799         * imap.el (imap-interactive-login): Better messages.
11800         (imap-open): Fix bug with renamed buffer on reconnect.
11801         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11802         for easier debugging and cleaner code.  On successful (guessed based on
11803         server capabilities) secondary authentication, set imap-state
11804         correctly.
11805         (imap-last-authenticator): Define imap-last-authenticator as a variable
11806         to avoid warnings.
11807
11808 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * nnrss.el (nnrss-request-article): Remove binding of
11811         default-enable-multibyte-characters that has gotten needless by
11812         the 2007-07-13 change in rfc2047-encode-message-header.
11813
11814         * mml.el (mml-insert-multipart): Error on the message header.
11815         (mml-insert-part): Error on the message header; position point at
11816         the end of a MIME tag.
11817
11818 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * time-date.el (autoload): Expand define-obsolete-function-alias into
11821         defalias and make-obsolete for old Emacsen that Gnus supports.
11822         (with-no-warnings): Define it for old Emacsen.
11823         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11824         is available.
11825         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11826         float-time is available; suppress compile warning for time-to-seconds.
11827
11828         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11829         (gnus-float-time): Alias to float-time if it exists.
11830
11831         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11832         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11833         float-time is available; suppress compile warning for time-to-seconds.
11834
11835         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11836         XEmacs.
11837
11838 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11839
11840         * imap.el (imap-message-map): Docstring fix.
11841
11842 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11845         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11846         Add the optional argument `encoding' that overrides the default.
11847
11848         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11849         mm-encode-buffer.
11850
11851 2009-09-04  Glenn Morris  <rgm@gnu.org>
11852
11853         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11854         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11855         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11856         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11857         * mm-util.el (mm-with-unibyte-current-buffer)
11858         (mm-find-buffer-file-coding-system):
11859         * yenc.el (yenc-decode-region): Use default-value rather than
11860         default-enable-multibyte-characters.
11861
11862 2009-09-03  Glenn Morris  <rgm@gnu.org>
11863
11864         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11865         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11866         than default-enable-multibyte-characters.
11867
11868 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11869
11870         * gnus-art.el (gnus-article-read-summary-keys):
11871         Fix gnus-buffer-configuration's value temporarily used.
11872
11873 2009-09-02  Glenn Morris  <rgm@gnu.org>
11874
11875         * gnus-util.el (gnus-float-time): New function.
11876         * gnus-delay.el (gnus-delay-article):
11877         * gnus-sum.el (gnus-thread-latest-date):
11878         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11879         * nnspool.el (nnspool-request-newgroups):
11880         Use gnus-float-time rather than time-to-seconds.
11881         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11882
11883         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11884         (gnus-header-subject-face, gnus-header-newsgroups-face)
11885         (gnus-header-name-face, gnus-header-content-face):
11886         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11887         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11888         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11889         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11890         (gnus-cite-face-11):
11891         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11892         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11893         (gnus-server-closed-face, gnus-server-denied-face)
11894         (gnus-server-offline-face):
11895         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11896         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11897         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11898         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11899         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11900         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11901         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11902         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11903         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11904         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11905         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11906         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11907         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11908         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11909         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11910         (gnus-summary-high-undownloaded-face)
11911         (gnus-summary-low-undownloaded-face)
11912         (gnus-summary-normal-undownloaded-face)
11913         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11914         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11915         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11916         (gnus-splash-face):
11917         * message.el (message-header-to-face, message-header-cc-face)
11918         (message-header-subject-face, message-header-newsgroups-face)
11919         (message-header-other-face, message-header-name-face)
11920         (message-header-xheader-face, message-separator-face)
11921         (message-cited-text-face, message-mml-face):
11922         * sieve-mode.el (sieve-control-commands-face)
11923         (sieve-action-commands-face, sieve-test-commands-face)
11924         (sieve-tagged-arguments-face):
11925         * spam.el (spam-face):
11926         Mark face aliases with "-face" in the name as obsolete.
11927
11928 2009-09-01  Glenn Morris  <rgm@gnu.org>
11929
11930         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11931         than goto-line.
11932
11933 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11936         Don't move point if the command is invoked inside the message header.
11937
11938 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11939
11940         * imap.el (imap-send-command): Simplify.
11941         (imap-wait-for-tag): point-max -> buffer-size.
11942
11943 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11944
11945         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11946         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11947         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11948         * nnir.el (nnir-swish-e-index-file):
11949         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11950         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11951         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11952         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11953         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11954         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11955
11956 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11959         Don't save excursion.
11960
11961 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11962
11963         * nnheader.el (nnheader-find-file-noselect):
11964         * mm-util.el (mm-insert-file-contents):
11965         Use (default-value 'major-mode) instead of default-major-mode.
11966
11967 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11968
11969         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11970
11971 2009-08-26  Glenn Morris  <rgm@gnu.org>
11972
11973         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11974         than placing in files.el.
11975
11976 2009-08-25  Glenn Morris  <rgm@gnu.org>
11977
11978         * nnir.el (top-level): Don't require cl at run-time.
11979         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11980         Replace cl-function substitute with gnus-replace-in-string.
11981         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11982         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11983         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11984         simplified expansions.
11985
11986 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11987
11988         * dig.el (dig): Add autoload cookie.
11989
11990 2009-08-22  Glenn Morris  <rgm@gnu.org>
11991
11992         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11993         goto-line.
11994
11995 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11996
11997         * parse-time.el (parse-time-string-chars): Save match data.
11998
11999 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12000
12001         * parse-time.el (parse-time-string-chars): Compute using character
12002         classes, to handle non-ascii characters (Bug#3190).
12003
12004 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12007
12008         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12009         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12010         (gnus-mm-display-part, gnus-mime-display-single)
12011         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12012         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12013
12014         * gnus-sum.el
12015         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12016         (gnus-summary-move-article): Add expirable mark to articles copied or
12017         moved to group that has auto-expire turned on if the option is non-nil.
12018
12019 2009-07-24  Glenn Morris  <rgm@gnu.org>
12020
12021         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12022         Fix typo.  (Bug#3903)
12023
12024 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12027         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12028         that should not be used for draft articles.
12029         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12030         that has no concern in minor mode keys.
12031         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12032         Abolish.
12033
12034 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12037         article without making inquiry to a user for unknown encoding.
12038
12039         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12040         (nnmaildir--scan): Assume i-node and device number that file-attributes
12041         returns might be cons-cell.
12042
12043         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12044
12045         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12046
12047 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12048
12049         * auth-source.el: Remove docs now in auth.texi.  Don't use
12050         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12051         `auth-source-hide-passwords' and use them.
12052
12053 2009-07-15  Glenn Morris  <rgm@gnu.org>
12054
12055         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12056
12057 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12060         excessive whitespace from the default values of title and description.
12061
12062 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12065         mail-fetch-field to fetch Content-Description header in order to
12066         exclude newlines.
12067
12068 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12069
12070         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12071         format used by GnuPG 2.0.11.
12072
12073 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12076         to deleted part.
12077
12078 2009-05-30  David Engster  <dengste@eml.cc>
12079
12080         * nnmairix.el: Remove old documentation in the commentary block.
12081         (nnmairix-request-group): Do not update active file for nnml back ends.
12082         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12083         end so that overview files are ignored.
12084         (nnmairix-update-groups): Make updating the groups more robust by using
12085         marks.
12086         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12087         with dollar characters in message-id.
12088
12089 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12092         2008-12-25 in dns.el.
12093
12094 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12095
12096         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12097         could happen if the text is only composed of spaces and/or tabs.
12098
12099 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12100
12101         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12102         when sending a queued message to avoid extra mml tags.
12103
12104 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12107
12108 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12111         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12112         rmail-toggle-header for XEmacs;
12113         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12114
12115 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * gnus-dired.el: Remove autoload for gnus-setup-message.
12118         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12119         displaying Gnus logo; always use compose-mail.
12120
12121 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12124
12125 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12128         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12129         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12130         available.
12131         (gnus-nocem-epg-verify): New function.
12132
12133 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12136
12137 2009-02-15  Glenn Morris  <rgm@gnu.org>
12138
12139         * gnus-util.el (rmail-insert-rmail-file-header)
12140         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12141         autoloads.
12142         (rmail-default-rmail-file): Remove unnecessary declaration.
12143         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12144
12145 2009-02-14  Glenn Morris  <rgm@gnu.org>
12146
12147         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12148         variable (only used in gnus-util, which declares it anyway).
12149         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12150         which was only needed by gnus-art (changed to not use it any more).
12151         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12152         only used in gnus-util, which autoloads it itself.
12153         (rmail-update-summary): Fix autoload.
12154
12155         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12156         rather than rmail-output-to-rmail-file.
12157
12158 2009-02-07  Glenn Morris  <rgm@gnu.org>
12159
12160         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12161         autoload of function that no longer exists.
12162         (rmail-toggle-header): Declare.
12163         (message-forward-rmail-make-body): Handle mbox Rmail.
12164
12165 2009-01-31  Glenn Morris  <rgm@gnu.org>
12166
12167         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12168         2009-01-09 change.
12169
12170 2009-01-31  Dave Love  <fx@gnu.org>
12171
12172         * imap.el (imap-fetch-safe): Bind debug-on-error.
12173         (imap-debug): Add imap-fetch-safe.
12174
12175 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12176
12177         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12178         (auth-source-forget-all-cached): New convenience function.
12179         (auth-source-user-or-password): Accept list of modes or a single mode.
12180
12181         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12182         auth-source modes.
12183
12184         * netrc.el (netrc-machine-user-or-password): Use list of
12185         auth-source modes.
12186
12187         * nnimap.el (nnimap-open-connection): Use list of
12188         auth-source modes.
12189
12190         * nntp.el (nntp-send-authinfo): Use list of
12191         auth-source modes.
12192
12193 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12194
12195         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12196         now.
12197
12198 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12201         coding system in XEmacs; add a workaround for XEmacs.
12202
12203         * lpath.el: Fbind coding-system-aliasee.
12204
12205 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12208         of current-language-environment.
12209
12210 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12213         available at runtime.
12214
12215 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12218
12219 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12220
12221         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12222         the greatest positive fixnum value doesn't work under an XEmacs with
12223         bignum support; use the most-positive-fixnum constant instead,
12224         available since Emacs 21.1 with cl and XEmacs 21.1.
12225
12226 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12229         XEmacs gets not to work.
12230
12231 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * mm-util.el (mm-coding-system-priorities): Allow the value like
12234         "Japanese (UTF-8)" of current-language-environment.
12235
12236 2009-01-09  Glenn Morris  <rgm@gnu.org>
12237
12238         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12239         with last-command-event.
12240
12241 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12244         in the doc string.
12245
12246         * message.el (message-fix-before-sending): Amend comment.
12247
12248 2009-01-08  Dave Love  <fx@gnu.org>
12249
12250         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12251
12252 2009-01-07  David Engster  <dengste@eml.cc>
12253
12254         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12255         simplified server definitions by converting it via
12256         gnus-server-to-method.
12257
12258 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12261         parameter's operands.
12262
12263 2009-01-06  David Engster  <dengste@eml.cc>
12264
12265         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12266         primary select method (for gnus-group-mark-article-as-read).
12267
12268 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12269
12270         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12271         `(gnus)Face', not `(gnus)X-Face'.
12272
12273 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mm-util.el (mm-ucs-to-char): New function.
12276
12277         * mm-url.el (mm-url-decode-entities): Use it.
12278
12279         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12280         unicode-to-char.
12281
12282 2009-01-05  Dave Love  <fx@gnu.org>
12283
12284         * time-date.el: Require cl for `declare'.
12285
12286 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12289         Dave Love.
12290
12291 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * message.el (message-fix-before-sending): Add `eight-bit' to
12294         illegible-text check.
12295
12296 2009-01-03  Michael Olson  <mwolson@gnu.org>
12297
12298         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12299         `headers' is nil.  This can occur if the IMAP server does not have
12300         permissions to read messages from a folder, but can write new messages
12301         to the folder.
12302         (nnimap-request-article-part): Do not insert `data' if it is nil.
12303
12304         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12305         characters which will confuse `read', so skip past them.
12306
12307 2009-01-01  Dave Love  <fx@gnu.org>
12308
12309         * imap.el (imap-string-to-integer): Fix typo.
12310         (imap-fetch-safe): New function.
12311         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12312
12313         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12314
12315         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12316         (imap-parse-greeting): Fix doc strings.
12317         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12318         (imap-parse-flag-list): Make messages unique.
12319         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12320
12321         * nnimap.el: Fix author email.
12322         (nnimap-split-rule): Add FIXME comment.
12323         (nnimap-debug): Fix doc string.
12324
12325 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12328
12329 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12332         nslookup if resolv.conf isn't available.
12333         (dns-query): Rename from query-dns.
12334         (dns-query-cached): Rename from query-dns-cached.
12335
12336 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12339         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12340         to check if those variables exist (first appeared in Emacs 18.50).
12341
12342 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * mm-util.el (mm-line-number-at-pos): New function.
12345
12346         * spam-report.el (spam-report-process-queue): Use it.
12347
12348 2008-12-24  David Engster  <dengste@eml.cc>
12349
12350         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12351         parameters that haven't existed as variables as buffer-local variables.
12352
12353 2008-12-23  Dave Love  <fx@gnu.org>
12354
12355         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12356         cadar.
12357
12358         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12359         imap-starttls-p.
12360         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12361
12362 2008-12-22  Dave Love  <fx@gnu.org>
12363
12364         * imap.el: Fix author email.  Doc fixes.
12365         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12366         reply.
12367
12368 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * spam-report.el (spam-report-gmane-max-requests): New constant.
12371         (spam-report-gmane-wait): New variable.
12372         (spam-report-gmane-ham, spam-report-gmane-spam)
12373         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12374         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12375         the server.
12376
12377         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12378         Add explanations.
12379
12380         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12381         nnheader-accept-process-output and nnheader-read-timeout if available.
12382         (pop3-movemail): Use it.
12383
12384         * message.el (message-check-news-body-syntax): Fix signature check if
12385         there's an attachment.
12386
12387 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * mm-util.el: Add comments to the mm- emulating functions.
12390
12391 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12394         Reported by Stephen Berman <stephen.berman@gmx.net>.
12395
12396 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * mm-util.el (mm-substring-no-properties): New function.
12399         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12400         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12401         (mm-string-to-multibyte): Doc fix.
12402
12403         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12404
12405 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * mml.el (mml-attach-file): Strip text properties from file name.
12408         (Bug#1574)
12409
12410 2008-12-16  Glenn Morris  <rgm@gnu.org>
12411
12412         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12413
12414 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12417         knows since the charset specified might be a bogus alias that
12418         mm-charset-synonym-alist provides.
12419
12420 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12423         "ISO_8859-1".
12424
12425         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12426
12427 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * mm-util.el (mm-charset-eval-alist):
12430         Define it before mm-charset-to-coding-system.
12431         (mm-charset-to-coding-system): Add optional argument `silent';
12432         define it before mm-charset-override-alist.
12433         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12434         default value if it can be used in Emacs currently running;
12435         silence mm-charset-to-coding-system.
12436
12437 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12440         `allow-override' which says whether to use `mm-charset-override-alist'.
12441         (rfc2047-decode-encoded-words): Use it.
12442
12443         * mm-util.el (mm-charset-override-alist): Fix custom type;
12444         add `(gb2312 . gbk)' to choices.
12445
12446 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12449         fast.
12450
12451         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12452
12453         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12454
12455 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12456
12457         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12458         on links.
12459
12460         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12461
12462 2008-12-03  Lute Kamstra  <lute@gnu.org>
12463
12464         * sha1.el: Remove leading * from docstrings of defcustoms,
12465         deffaces, defconsts and defuns.
12466
12467 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12470         users' addresses that don't have domain parts.
12471         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12472         rather than message-narrow-to-head since there will be the message
12473         header separator.
12474
12475 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12476
12477         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12478         since the result is inserted in a unibyte buffer anyway.
12479         (nnimap-demule-use-string-to-multibyte): Remove.
12480         (nnimap-demule): Alias it to mm-string-to-multibyte.
12481
12482 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12485         variable for debugging bug#464 and bug#1174.
12486         (nnimap-demule): Use it.
12487
12488 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12491         score calculation correctly.
12492
12493 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12494
12495         * message.el (message-send-mail): Just set the buffer to unibyte
12496         rather than use mm-with-unibyte-current-buffer which does a lot more.
12497         (message-send-mail-partially): Don't bother with
12498         mm-with-unibyte-current-buffer since it's already been made unibyte by
12499         message-send-mail.
12500
12501 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12502
12503         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12504
12505 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12506
12507         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12508
12509 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12512         require itself and to remove `with-no-warnings'.
12513
12514 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12515
12516         * starttls.el (starttls-any-program-available): Get the name of the
12517         available TLS layer program.
12518         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12519         well as the host name in the "opening" message.
12520
12521         * auth-source.el (auth-source-cache, auth-source-do-cache)
12522         (auth-source-user-or-password): Cache passwords and logins by default,
12523         allow override with `auth-source-do-cache'.
12524         (auth-source-forget-user-or-password): Allow users to remove cache
12525         entries if needed.
12526
12527 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12528
12529         * md4.el (md4-buffer): Fix typo in docstring.
12530         (md4, md4-64): Doc fixes.
12531         (md4-pack-int32): Reflow docstring.
12532
12533 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12534
12535         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12536         condition-case to only the forward-sexp call.
12537
12538 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12539
12540         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12541         quotes contained.  Make it more robust regardless by an extra
12542         condition-case wrapper.
12543
12544 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12547
12548 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * nnml.el (nnml-request-expire-articles): Check if the function set to
12551         `nnmail-expiry-target' returns the symbol `delete'.
12552
12553         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12554
12555         * nnmail.el (nnmail-expiry-target): Fix custom type.
12556
12557 2008-10-02  Glenn Morris  <rgm@gnu.org>
12558
12559         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12560         Silence compiler warning.
12561
12562 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12563
12564         * tls.el (open-tls-stream): Show the actual command being
12565         executed, instead of the format string.
12566
12567 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * lpath.el: Fbind codepage-setup for Emacs 23.
12570
12571 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12572
12573         * mml.el (mml-menu): Don't assume mml2015 is bound.
12574
12575 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12578         exists.
12579
12580 2008-09-27  Glenn Morris  <rgm@gnu.org>
12581
12582         * gnus-util.el (mail-header-remove-comments): Autoload it.
12583
12584 2008-09-27  Andreas Schwab  <schwab@suse.de>
12585
12586         * gnus-util.el (gnus-split-references): Strip comments.
12587         (gnus-parent-id): Likewise.
12588
12589 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * message.el (message-confirm-send): Fix version.
12592
12593 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * message.el (message-idna-to-ascii-rhs-1): Use
12596         mail-extract-address-components rather than mail-header-parse-addresses
12597         that is an alias by default to ietf-drums-parse-addresses that does not
12598         support non-ASCII names in headers' contents.
12599
12600 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12601
12602         * message.el (message-confirm-send): Fix variable documentation to
12603         avoid the "y/n" wording.
12604
12605 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12606
12607         * message.el (message-set-auto-save-file-name): Save to a different
12608         filename so multiple messages (especially drafts) can be recovered.
12609
12610 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12611
12612         * message.el (message-confirm-send): Add appropriate version.
12613
12614 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12615
12616         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12617         defvar.
12618
12619 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12620
12621         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12622         (mm-pkcs7-enveloped-magic): Ditto.
12623
12624 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12625
12626         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12627         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12628
12629 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12630
12631         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12632         default, it's better.
12633
12634 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12635
12636         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12637         summary line gnus-number property and ignore them (with a warning
12638         message).
12639
12640 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12643         macro caddr in the interactive form since it won't be expanded.
12644
12645 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12648         `charset'; fix name of function called recursively.
12649         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12650
12651 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12654         (gnus-mime-set-charset-parameters): New function.
12655         (gnus-mime-view-part-as-charset): Use it to correctly display part
12656         specifying wrong charset.
12657
12658 2008-09-08  David Engster  <dengste@eml.cc>
12659
12660         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12661         in completing-read for back end server.
12662
12663 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12664
12665         * message.el (message-confirm-send): New variable to confirm sending a
12666         message.
12667         (message-send): Use it.
12668
12669 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12670
12671         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12672
12673 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12676
12677 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12678
12679         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12680         prevent tracking too many groups.
12681         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12682         Use it.
12683
12684 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12685
12686         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12687         moving point to the bottom of the window in order to avoid recentering.
12688
12689 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12692
12693         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12694         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12695         (gnus-article-beginning-of-window): Fix calculation.
12696
12697 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * gnus-msg.el (gnus-summary-supersede-article)
12700         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12701         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12702         message header.
12703
12704 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12705
12706         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12707         pending output coming after the status change.
12708
12709 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12710
12711         * message.el:
12712         * gnus-start.el:
12713         * gnus-registry.el: Remove VMS support.
12714
12715 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12718         macro.
12719         (rfc2104-hash): Use it.
12720
12721 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12724         (gnus-summary-sort-by-most-recent-date): New commands.
12725         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12726         and menu entries.
12727
12728 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12731         don't redisplay article for raw contents; remove plural articles stuff.
12732
12733         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12734         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12735         on gnus-summary-save-article; display results properly.
12736
12737 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * lpath.el: No need to fbind ns-focus-frame.
12740
12741 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12744
12745 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-art.el (gnus-summary-save-in-pipe):
12748         Consider gnus-save-all-headers.
12749
12750 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12751
12752         * gnus-util.el (ns-focus-frame): Remove declaration.
12753         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12754         like x.
12755
12756 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12757
12758         * rfc2104.el (rfc2104-zero): Delete defconst.
12759         (rfc2104-hex-alist): Likewise.
12760         (rfc2104-hex-to-int): Delete func.
12761         (rfc2104-hexstring-to-bitstring): Likewise.
12762         (rfc2104-nybbles): New defconst.
12763         (rfc2104-hash): Rewrite for speed.
12764
12765 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * tls.el (open-tls-stream): Make it work with the 2nd argument
12768         BUFFER that is a string but does not exist as a buffer object, as
12769         mentioned in the doc-string.
12770
12771 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12774         SXEmacs.
12775
12776 2008-07-16  Glenn Morris  <rgm@gnu.org>
12777
12778         * gnus-util.el (ns-focus-frame): Declare for compiler.
12779
12780 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12783         set as a group parameter.
12784         (gnus-summary-save-in-pipe): Work when it is called independently.
12785         (gnus-summary-pipe-to-muttprint): Don't modify
12786         gnus-summary-pipe-output-default-command.
12787
12788 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12789
12790         * message.el (message-send-mail-with-sendmail):
12791         Display the error message.
12792
12793 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-art.el (gnus-default-article-saver):
12796         Add gnus-summary-save-in-pipe to choices.
12797         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12798         gnus-summary-pipe-output-default-command as the default command.
12799         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12800         instead of gnus-last-shell-command.
12801
12802         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12803         New user option.
12804         (gnus-summary-muttprint-program): Mention the value will be changed.
12805         (gnus-summary-save-article): Force showing of all headers.
12806         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12807
12808 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12809
12810         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12811
12812 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12813
12814         * nnimap.el (nnimap-id):
12815         * sieve-manage.el (sieve-manage-open): Doc fixes.
12816
12817 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12818
12819         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12820         if available.
12821
12822 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12823
12824         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12825
12826         * nnkiboze.el (nnkiboze-generate-group):
12827         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12828
12829         * nnmairix.el: Require CL.
12830
12831 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * dgnushack.el: Autoload get-display-table and put-display-table for
12834         XEmacs 21.5.
12835
12836         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12837         21.4 and SXEmacs.
12838
12839 2008-06-15  David Engster  <dengste@eml.cc>
12840
12841         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12842
12843 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12844
12845         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12846         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12847         runtime choice under XEmacs.
12848
12849         * gnus-sum.el (gnus-summary-set-display-table):
12850         Use `gnus-put-display-table', `gnus-get-display-table',
12851         `gnus-set-display-table' for the display table, instead of `aset'.
12852
12853         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12854         Use `gnus-put-display-table', `gnus-get-display-table',
12855         `gnus-set-display-table' for the display table.
12856
12857 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * nnmairix.el: Add autoloads.
12860
12861 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * nnmairix.el (nnmairix-delete-recreate-group)
12864         (nnmairix-update-and-clear-marks): Fix error messages.
12865
12866 2008-06-14  David Engster  <dengste@eml.cc>
12867
12868         * nnmairix.el: Upgrade to version 0.6.
12869         (nnmairix-group-toggle-propmarks-this-group)
12870         (nnmairix-group-toggle-readmarks-this-group)
12871         (nnmairix-group-delete-recreate-this-group)
12872         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12873         (nnmairix-remove-tick-mark-original-article): New commands.
12874         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12875         (nnmairix-propagate-marks-to-nnmairix-groups)
12876         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12877         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12878         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12879         functions needed for marks propagation and manipulation of read marks.
12880         (nnmairix-update-groups): New function.
12881         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12882         (nnmairix-determine-original-group-from-registry)
12883         (nnmairix-determine-original-group-from-path)
12884         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12885         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12886         New helper functions.
12887         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12888         keystrokes for new commands.
12889         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12890         (nnmairix-request-group): Check allow-fast group parameter.
12891         (nnmairix-request-create-group): Set allow-fast group parameter if
12892         nnmairix-allowfast-default is set.
12893         (nnmairix-close-group): Propagate marks upon closing if needed.
12894         (nnmairix-group-toggle-threads-this-group): Use new.
12895         nnmairix-group-toggle-parameter helper function.
12896         (nnmairix-search): Better check for empty search result.
12897         (nnmairix-goto-original-article): Use new helper functions for
12898         determining original article.
12899         (nnmairix-show-original-article): Make sure message-id is in brackets.
12900         (nnmairix-call-mairix-binary): Change variable name.
12901         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12902         helper function.
12903         (nnmairix-widget-toggle-activate): Fix doc string.
12904
12905 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * nnir.el: Require edmacro when compiling with XEmacs.
12908         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12909         available in Emacs 21.
12910
12911 2008-06-11  Glenn Morris  <rgm@gnu.org>
12912
12913         * gnus-util.el (x-focus-frame):
12914         * gnus.el (image-size):
12915         * mm-decode.el (image-size): Declare.
12916
12917         * gnus-picon.el (declare-function): Add compat definition.
12918         (image-size): Declare.
12919
12920         * gnus-group.el (tool-bar-map):
12921         * gnus-sum.el (tool-bar-map): Define for compiler.
12922
12923         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12924
12925         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12926
12927         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12928         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12929         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12930         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12931         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12932         * sieve-manage.el, spam-report.el, spam.el:
12933         Remove unnecessary eval-and-compile of autoloads.
12934
12935 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12936
12937         * auth-source.el: Precise Tramp doc.
12938
12939 2008-06-07  Glenn Morris  <rgm@gnu.org>
12940
12941         * nnmairix.el: Remove unnecessary eval-when-compile.
12942
12943 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * lpath.el: Fbind propertize for XEmacs 21.4.
12946
12947 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * nnir.el: Move here from ../contrib.
12950
12951 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12952
12953         * gnus-util.el (gnus-read-shell-command): New function.
12954         * mm-decode.el (mm-pipe-part):
12955         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12956
12957 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12960
12961 2008-06-03  Glenn Morris  <rgm@gnu.org>
12962
12963         * pop3.el (nnheader-accept-process-output): Autoload it.
12964
12965 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12968         are not 2-digit hexadecimal characters that follow `%'s.
12969
12970 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * message.el (message-bogus-recipient-p): Fix type in doc string.
12973         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12974         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12975         Improve custom options.
12976         (message-bogus-recipient-p): Adjust accordingly.
12977
12978 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12979
12980         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12981         long-form month and day names.
12982
12983 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * dgnushack.el: Autoload debug, eudc-expand-inline and
12986         pgg-snarf-keys-region for XEmacs.
12987
12988         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12989
12990         * nnmairix.el: Require edmacro when compiling with XEmacs.
12991
12992 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12995         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12996
12997 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12998
12999         * auth-source.el: Add more docs.
13000
13001         * netrc.el (netrc-machine): Always match if the port is not given.
13002
13003 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13006         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13007         retrieval faster in some cases, but might make CPU usage larger.
13008         If this has any bad side effects, we might revert this change.
13009
13010         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13011         seems to make mail retrieval much, much faster.
13012         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13013         unconditionally.
13014
13015         * gnus-draft.el (gnus-group-send-queue):
13016         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13017
13018 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13021
13022         * message.el (message-bogus-address-regexp): Fix and improve custom
13023         type.
13024         (message-setup-hook): Add message-check-recipients as custom option.
13025
13026 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * message.el (message-cite-function): Remove bogus autoload which crept
13029         in during merge from v5-10.
13030
13031 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13032
13033         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13034
13035         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13036
13037         * auth-source.el: Preliminary Tramp docs.
13038         (auth-sources): Change the default auth-sources to use
13039         EPA .gpg files.
13040
13041 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13042
13043         * nntp.el: Autoload `auth-source-user-or-password'.
13044         (nntp-send-authinfo): Use it.
13045
13046         * nnimap.el: Autoload `auth-source-user-or-password'.
13047         (nnimap-open-connection): Use it.
13048
13049         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13050         for the gnus-message function.
13051         (auth-source-user-or-password): Use it.
13052
13053 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13054
13055         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13056         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13057         (rfc2104-hash): Use it.
13058
13059 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13060
13061         * gnus-art.el (gnus-article-toggle-truncate-lines):
13062         Don't use `iff' in docstring.
13063
13064 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13065
13066         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13067
13068         * gnus-util.el (gnus-extract-address-component-name)
13069         (gnus-extract-address-component-email): Convenience functions around
13070         `gnus-extract-address-components'.
13071
13072         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13073         Use `gnus-extract-address-component-email' to fix bug of comparing full
13074         sender name to `user-mail-address'.
13075
13076 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13077
13078         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13079         catch/throw to optimize.
13080         (gnus-registry-find-keywords): Just use member to find a keyword.
13081
13082 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13083
13084         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13085         is current before calling gnus-server-prepare.
13086         (gnus-server-setup-buffer, gnus-server-update-server)
13087         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13088
13089 2008-05-04  Juri Linkov  <juri@jurta.org>
13090
13091         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13092         (mailcap-file-default-commands): Use mailcap-replace-in-string
13093         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13094         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13095
13096 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13097
13098         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13099
13100 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13101
13102         * gnus.el: Bump version to 0.11.
13103
13104 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13105
13106         * gnus.el: No Gnus v0.10 is released.
13107
13108 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109
13110         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13111         hooks.
13112         (gnus-update-read-articles): Speed up non-marks-using users.
13113         (gnus-use-marks): Define gnus-use-marks.
13114         (gnus-propagate-marks): Rename variable to something more sensible.
13115
13116 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13117
13118         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13119         (gmm-image-load-path-for-library): Fix typos in docstrings.
13120         (gmm-message): Reflow docstring.
13121
13122 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13123
13124         * mail-source.el (mail-source-set-1, mail-source-bind):
13125         Move auth-source code out of the macro to clean it up and fix bugs.
13126
13127 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13128
13129         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13130         by sender if it's equal to user-mail-address, it's likely to be
13131         useless.
13132
13133         * mail-source.el (mail-source-bind): Don't use user or password if they
13134         are not bound.  Unintern them if they are nil.  Don't use server unless
13135         it's bound, and default it to empty string otherwise.
13136
13137 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13138
13139         * mail-source.el: Load auth-source.el.
13140         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13141         get user name or password, if auth-sources is set up.
13142
13143         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13144         strategy of splitting with parent.
13145         (gnus-registry-split-fancy-with-parent)
13146         (gnus-registry-post-process-groups): Use it and fix prior
13147         bug (returning a list as the split result).
13148
13149         * auth-source.el (auth-sources): Remove server parameter.
13150         (auth-source-pick, auth-source-user-or-password)
13151         (auth-source-user-or-password-imap)
13152         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13153         (auth-source-user-or-password-sftp)
13154         (auth-source-user-or-password-smtp): Remove server parameter.
13155
13156 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13157
13158         * smime.el (smime-sign-region, smime-encrypt-region)
13159         (smime-decrypt-region):
13160         Remove redundant calls to `generate-new-buffer-name'.
13161
13162 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13163
13164         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13165         Don't use QP for message/rfc822.
13166         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13167
13168 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13169
13170         * sieve-manage.el (sieve-string-bytes): Remove.
13171         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13172         correct byte-length only if the process's coding-system is the same as
13173         the one used internally by Emacs to represent strings.
13174
13175 2008-04-22  Juri Linkov  <juri@jurta.org>
13176
13177         * mailcap.el (mailcap-file-default-commands): New function.
13178
13179 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * message.el (message-signature-separator, message-cite-function):
13182         Change custom version.
13183
13184 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13185
13186         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13187         commands.
13188         (tls-checktrust): Ditto.
13189
13190 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * mm-decode.el (mm-display-external): Make temp file read-only.
13193
13194 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13197         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13198         `C-c C-f d'.
13199
13200 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13201
13202         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13203
13204 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13205
13206         * gnus.el: Bump version to 0.9.
13207
13208 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * gnus.el: No Gnus v0.8 is released.
13211
13212 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13213
13214         * mail-source.el (mail-source-value):
13215         Prefer fboundp to functionp so it works with macros as well.
13216
13217 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13218
13219         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13220         Fix last change in case the element is not even a symbol.
13221
13222 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13223
13224         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13225         Prefer fboundp to functionp so it works with macros as well.
13226
13227 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13228
13229         * auth-source.el: Add docs.
13230         (auth-sources): Modify format to support server.
13231         (auth-source-pick, auth-source-user-or-password)
13232         (auth-source-user-or-password-imap)
13233         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13234         (auth-source-user-or-password-sftp)
13235         (auth-source-user-or-password-smtp): Add server parameter.
13236
13237 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13238
13239         * gnus-registry.el: Initialize the registry when gnus-registry-install
13240         is t.
13241
13242 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * compface.el (uncompface): Make buffer unibyte.
13245
13246 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13247
13248         * mail-source.el (mail-source-value):
13249         Prefer fboundp to functionp so it works with macros as well.
13250
13251 2008-04-05  Glenn Morris  <rgm@gnu.org>
13252
13253         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13254
13255 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13256
13257         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13258         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13259
13260         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13261         multibyteness after rather than before erasing it.
13262
13263         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13264         mm-with-multibyte.
13265         (gnus-request-article-this-buffer): Make sure the proper decoding is
13266         used if gnus-original-article-buffer happens to be unibyte.
13267
13268         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13269         default-enable-multibyte-characters.
13270
13271         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13272         default-enable-multibyte-characters.
13273
13274         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13275
13276         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13277
13278 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13279
13280         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13281         Fix last change in case the element is not even a symbol.
13282
13283 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13284
13285         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13286         (imap-message-copyuid-1): Use it.
13287         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13288         J. Williams in
13289         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13290
13291         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13292         imap-enable-exchange-bug-workaround.
13293         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13294
13295 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13296
13297         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13298         a 100 byte status-checks into a 2-3MB transfer for each group.
13299         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13300         to enable bug workaround or not.
13301         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13302
13303 2008-03-31  Glenn Morris  <rgm@gnu.org>
13304
13305         * message.el (mml2015-use): Declare for compiler.
13306         (message-info): Require mml2015 when appropriate.
13307
13308 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13311         whitespace.
13312
13313 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13314
13315         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13316         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13317         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13318         (nntp-service-to-port): New function.
13319         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13320         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13321         (nntp-open-netcat-stream): New function.
13322         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13323
13324 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13325
13326         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13327
13328 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13329
13330         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13331
13332 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13333
13334         * dns.el (dns-write): Use set-buffer-multibyte.
13335
13336 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13337
13338         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13339
13340 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * message.el (message-signature-separator): Change default.
13343         Improve custom type.
13344         (message-cite-function): Change default to
13345         message-cite-original-without-signature.
13346
13347         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13348         toggle.
13349
13350         * message.el (message-check-news-body-syntax): Fix signature check.
13351         (message-setup-1): Mark buffer as unmodified _after_ running
13352         message-setup-hook and handling message-alternative-emails.
13353         (message-shorten-references): Be more strict when building list of
13354         valid references to comply with GNKSA.
13355
13356         * gnus-group.el (gnus-read-ephemeral-bug-group)
13357         (gnus-read-ephemeral-debian-bug-group)
13358         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13359
13360         * message.el (message-info): Don't use booleanp which isn't supported
13361         in Emacs 21 and XEmacs.
13362
13363 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13366         gnus-group-gmane-group-download-format.
13367         (gnus-group-read-ephemeral-gmane-group): Rename from
13368         gnus-group-read-ephemeral-gmane-group.
13369         (gnus-read-ephemeral-gmane-group-url): Rename from
13370         gnus-group-read-ephemeral-gmane-group-url.
13371         (gnus-bug-group-download-format-alist): New variable.
13372         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13373         (gnus-read-ephemeral-emacs-bug-group): New commands.
13374
13375 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13378         (gnus-visible-headers): Improve custom type.
13379
13380 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * mml.el (mml-menu): Add workarounds for XEmacs.
13383
13384         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13385         X-Boundary header.
13386
13387         * message.el (message-simplify-recipients): Fix previous commit.
13388
13389 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13390
13391         * mm-util.el (mm-set-buffer-multibyte): New function.
13392         * mm-decode.el (mm-copy-to-buffer): Use it.
13393
13394         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13395         Prefer fboundp to functionp so it works with macros as well.
13396
13397 2008-03-19  Glenn Morris  <rgm@gnu.org>
13398
13399         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13400         Accidentally removed in the sync process with Emacs.
13401
13402 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * message.el (message-alter-recipients-discard-bogus-full-name):
13405         New function.
13406         (message-alter-recipients-function): New variable.
13407         (message-get-reply-headers): Use it.
13408         (message-replace-header): New helper function.
13409         (message-recipients-without-full-name): New variable.
13410         (message-simplify-recipients): New command.
13411
13412         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13413
13414         * message.el (message-info): Handle EasyPG manual.
13415
13416         * mml.el (mml-menu): Add entry for EasyPG.
13417
13418 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13419
13420         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13421         parameter.
13422
13423         * message.el (message-disassociate-draft): Specify drafts group name
13424         fully.
13425
13426 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13427
13428         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13429         Eliminate unnecessary duplicates from the match list.
13430
13431 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13434
13435         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13436
13437         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13438         args of `how-many' of which the XEmacs version doesn't take; declare
13439         Info-index-next as function.
13440
13441 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * gnus-score.el (gnus-score-headers): Fix handling of
13444         gnus-inhibit-slow-scoring.
13445
13446         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13447         string.
13448         (gnus-button-url-regexp): Improve handling of parenthesis.
13449         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13450         (gnus-button-handle-info-keystrokes): Handle index entries.
13451
13452 2008-03-15  Glenn Morris  <rgm@gnu.org>
13453
13454         * parse-time.el (parse-time-string): Simplify.
13455
13456 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13459         Incoming* files.
13460
13461 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13462
13463         * auth-source.el (auth-sources): Rename from auth-source-choices.
13464         (auth-source-pick): Use it.
13465
13466 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13467
13468         * binhex.el (binhex-decode-region-internal):
13469         * uudecode.el (uudecode-decode-region-internal):
13470         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13471         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13472         setting default-enable-multibyte-characters.
13473
13474 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13475
13476         * auth-source.el (auth-source-protocols)
13477         (auth-source-protocols-customize, auth-source-choices): Add and
13478         modified variable customizations and defaults.
13479         (auth-source-pick, auth-source-user-or-password)
13480         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13481         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13482         (auth-source-user-or-password-sftp)
13483         (auth-source-user-or-password-smtp): Use new variables and provide an
13484         interface to netrc.el.
13485
13486 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13489         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13490         Make sure the nntp port to specify is a string.
13491
13492 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13493
13494         * nntp.el: Use with-current-buffer.
13495         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13496         dubious mm-with-unibyte-current-buffer.
13497         (nntp-with-open-group-function): New function extracted from
13498         nntp-with-open-group macro.
13499         (nntp-with-open-group): Use the function, so it's easier to debug.
13500         Add indentation and debugging info.
13501         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13502         Recommend the use of the netcat alternatives.
13503
13504         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13505         Avoid mm-string-as-multibyte as well.
13506
13507         * nnweb.el (nnweb-insert-html):
13508         Remove use of nnheader-string-as-multibyte.
13509
13510         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13511         (nnheader-string-as-multibyte): Remove.
13512
13513         * mm-view.el: Use inhibit-read-only.
13514         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13515         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13516         or unibyte-string.
13517
13518         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13519         (mm-uu-yenc-extract): Use with-current-buffer.
13520
13521         * gnus-soup.el (gnus-soup-send-packet): Don't use
13522         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13523
13524         * nnmh.el: Use with-current-buffer.
13525         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13526         mm-string-as-multibyte on the output of mm-encode-coding-string.
13527
13528         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13529         (nnimap-request-move-article): Use with-current-buffer.
13530
13531         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13532         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13533         conversion uses string-make-unibyte rather than string-as-unibyte.
13534
13535         * gnus-msg.el: Use with-current-buffer.
13536
13537         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13538
13539 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13540
13541         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13542         string for caching if it is 'PIN.
13543
13544 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * lpath.el: Consider the case without Emacs/W3.
13547
13548 2008-03-08  Glenn Morris  <rgm@gnu.org>
13549
13550         * time-date.el (date-to-time, time-subtract, time-add)
13551         (safe-date-to-time): Doc fixes.
13552
13553 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13554
13555         * mail-source.el (mail-source-delete-old-incoming-confirm):
13556         Change default to nil.
13557         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13558
13559 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * lpath.el: Rearrange.
13562
13563         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13564         (gnus-article-goto-prev-page): Work for articles having ^L's.
13565
13566         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13567
13568         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13569
13570 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13571
13572         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13573         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13574         (gnus-bookmark-jump): Adjust some variable names.
13575
13576 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13577
13578         * auth-source.el: New package.
13579         (auth-source-choices): Add customization entry point variable.
13580
13581         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13582         bug.
13583
13584 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13585
13586         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13587         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13588         (gnus-registry-install-shortcuts): Rename from
13589         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13590         the `gnus-registry-mark-map' keymap dynamically from
13591         `gnus-registry-marks'.  The generated functions update the summary line
13592         when a registry mark is added or deleted, and will call
13593         `gnus-registry-install-p' (see the comments in the code).
13594         (gnus-registry-user-format-function-M): Use concat intelligently.
13595
13596         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13597         the registry mark functions.
13598
13599 2008-03-05  Glenn Morris  <rgm@gnu.org>
13600
13601         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13602         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13603         gnus-art.
13604         (top-level): No need to load own source when compiling.
13605
13606 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13609         Suggested by <chris.anderton@zetnet.co.uk>.
13610
13611 2008-03-04  Glenn Morris  <rgm@gnu.org>
13612
13613         * gnus-sum.el (top-level): No need to require gnus when compiling,
13614         since unconditionally required near start of file.
13615         (gnus-summary-display-while-building): Move definition before use.
13616
13617 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * gnus-registry.el (gnus-registry-user-format-function-M):
13620         Add formatting function.
13621
13622 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13623
13624         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13625         with plists.
13626         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13627         Use new format.
13628
13629 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13632         `where-is-internal' that returns a range of key sequences.
13633
13634 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13635
13636         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13637
13638         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13639         (gnus-summary-jump-to-group): Consider windows on other displayed
13640         frames as well.  Similar changes might be needed elsewhere, but that's
13641         the one I've bumped into during my use.
13642
13643         * nndoc.el (nndoc-oe-dbx-type-p):
13644         * gnus-msg.el (gnus-debug):
13645         * gnus-group.el (gnus-update-group-mark-positions):
13646         Use mm-string-to-multibyte.
13647
13648 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13649
13650         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13651         doesn't handle NotDashEscaped.
13652
13653         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13654         (mml-dnd-attach-options): Fix typo in custom choice.
13655
13656         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13657         Change nndoc-article-type to mbox.
13658         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13659
13660         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13661         to nil, instead of html2text.
13662
13663         * imap.el (imap-debug): Add `imap-ping-server'.
13664
13665         * gnus-bookmark.el: Add FIXMEs.
13666
13667         * message.el (message-form-letter-separator)
13668         (message-send-form-letter-delay): New variables.
13669         (message-send-form-letter): Use them.  New command to send form
13670         letters.  Requested by Uwe Siart.
13671         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13672
13673 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * Update copyright years.
13676
13677 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         Sync from EMACS_22_BASE.
13680
13681         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13682
13683 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13684
13685         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13686         empty author.
13687
13688 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13689
13690         * gnus-registry.el (gnus-registry-marks): Add variable for
13691         customization of marks and their appearance.
13692         (gnus-registry-read-mark): Use it.
13693         (gnus-registry-do-marks): Add utility function to loop through
13694         `gnus-registry-marks'.
13695         (gnus-registry-install-shortcuts-and-menus): Add function to install
13696         shortcuts and menus.
13697         (gnus-registry-initialize): Use it.
13698         (gnus-registry-default-mark): Clarify documentation.
13699
13700 2008-02-29  Glenn Morris  <rgm@gnu.org>
13701
13702         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13703         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13704         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13705         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13706         Change defcustom :version from 23.0 to 23.1.
13707
13708 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13709
13710         * gnus-registry.el (gnus-registry-follow-group-p)
13711         (gnus-registry-post-process-groups): Add functions to aid registry
13712         splitting and improve logging.  Clarify behavior in function
13713         documentation.
13714         (gnus-registry-split-fancy-with-parent): Use them.
13715
13716 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13717
13718         * gnus-art.el: Use with-current-buffer.
13719
13720 2008-02-27  David Engster  <dengste@eml.cc>
13721
13722         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13723         Express real group name in the response.
13724
13725 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13728         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13729         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13730         autoload gnus-registry-fetch-group when compiling.
13731         (nnmairix-request-group-with-article-number-correction):
13732         Remove unreferenced argument passed to nnmairix-call-backend.
13733
13734 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13737         (mm-uu-extract): Improve face for low color ttys.
13738         Reported by Sascha Wilde.
13739
13740 2008-02-27  Glenn Morris  <rgm@gnu.org>
13741
13742         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13743         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13744         variables to defconsts.  Convert comments to doc-strings.
13745         (nnmairix-last-server, nnmairix-current-server): Convert from free
13746         variables to defvars.  Convert comments to doc-strings.
13747         (gnus-registry-fetch-group): Autoload.
13748         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13749         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13750         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13751         caddr.
13752         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13753         nnmairix-request-group-with-article-number-correction call.
13754         (nnmairix-fast, nnmairix-group): New, less general names, for free
13755         variables passed from nnmairix-request-group to
13756         nnmairix-request-group-with-article-number-correction.  Declare.
13757         (nnmairix-request-group-with-article-number-correction):
13758         Use nnmairix-fast, nnmairix-group rather than fast, group.
13759
13760 2008-02-26  David Engster  <dengste@eml.cc>
13761
13762         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13763         version 0.5.
13764
13765 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13766
13767         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13768         instead of making an extra function call.  Don't add the current group
13769         to articles only when they have the group.  Use
13770         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13771         Reported by David <de_bb@arcor.de>.
13772
13773 2008-02-24  Miles Bader  <miles@gnu.org>
13774
13775         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13776         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13777         (mm-find-mime-charset-region):
13778         * mm-bodies.el (mm-encode-body):
13779         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13780
13781 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13784         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13785
13786 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * mail-source.el (mail-source-delete-incoming): Change default.
13789         Supplement doc string.
13790
13791         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13792
13793 2008-02-14  Glenn Morris  <rgm@gnu.org>
13794
13795         * time-date.el (format-seconds): New function.
13796
13797 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * nnmail.el (nnmail-message-id-cache-file): Derive from
13800         `gnus-home-directory'.
13801
13802 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13805         Document negative prefix.
13806
13807         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13808
13809 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13810
13811         * message.el (message-unsent-separator): Add the Exim bounce
13812         separator.
13813
13814 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13815
13816         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13817         list.
13818         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13819         recipient/signer list.
13820
13821 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * Makefile.in (datarootdir): Define.
13824         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13825         name that might contain whitespace.
13826
13827 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13830         fbound (Emacs 23 unicode), signal an error.
13831
13832 2008-02-08  Glenn Morris  <rgm@gnu.org>
13833
13834         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13835
13836 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13837
13838         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13839         ports to the calls to `netrc-machine-user-or-password' in addition to
13840         "imap" and "imaps".
13841
13842 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13843
13844         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13845
13846         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13847
13848 2008-02-01  Kenichi Handa  <handa@m17n.org>
13849
13850         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13851         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13852         (rfc2104-hash): Convert the result of concat to unibyte string.
13853
13854 2008-02-01  Dave Love  <fx@gnu.org>
13855
13856         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13857         coding-system-for-read.
13858         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13859
13860 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13863         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13864         <hanche@math.ntnu.no>.
13865
13866 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13869
13870         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13871
13872 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13873
13874         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13875         * message.el (message-beginning-of-line): Use featurep instead of bound
13876         tests in order to resolve conditionals at compile time.
13877
13878 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13879
13880         * mail-source.el (mail-sources): Add `group' choice.
13881
13882         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13883         parameter `in-group' to control into which group the articles go.
13884         Add treatment of `group' mail-source.
13885
13886 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13889
13890         * mm-decode.el (mm-dissect-buffer): Decode description.
13891
13892         * mml.el (mml-to-mime): Encode message header first.
13893
13894 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13897         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13898
13899         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13900         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13901
13902 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13903
13904         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13905
13906 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13909         prefix keys.
13910         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13911         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13912         gnus-xmas.el.
13913
13914         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13915         (gnus-xmas-article-describe-bindings): New function.
13916         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13917         gnus-xmas-article-describe-bindings.
13918
13919         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13920
13921 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13922
13923         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13924         Add new variables for article mark management.
13925         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13926         list of extra data entries which, when present, will indicate that the
13927         article ID should not be trimmed from the registry.
13928         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13929         functions.
13930         (gnus-registry-read-mark): New function to read a mark name from the
13931         user.
13932         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13933         (gnus-registry-set-article-mark-internal): New functions to add and
13934         remove marks.
13935         (gnus-registry-get-article-marks): New function to show the marks for
13936         an article, or retrieve them for further use.
13937
13938 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13941         keys when no argument is given.
13942
13943 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * imap.el (imap-ping-server): New variable.
13946         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13947         (imap-ping-server): Minor doc string fixes.
13948
13949 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13950
13951         * imap.el (imap-ping-server): New function.
13952         (imap-opened): Call imap-ping-server.
13953
13954 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * gnus-sum.el (gnus-article-sort-by-random)
13957         (gnus-thread-sort-by-random): Fix doc strings.
13958         Reported by jidanni@jidanni.org.
13959
13960 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gnus-art.el (gnus-article-describe-bindings): New function.
13963         (gnus-article-read-summary-keys): Use it.
13964         (gnus-article-mode-map): Bind `C-h b' to it.
13965
13966 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13969         XEmacs.
13970         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13971         Protect against non-character events.
13972
13973         * lpath.el: Fbind map-keymap for Emacs 21.
13974
13975 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13976
13977         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13978         New command.
13979         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13980         instead of END.  Change name of the temp file.
13981         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13982         customizable.
13983
13984 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13987         bind `S W' to gnus-article-wide-reply-with-original; set default
13988         binding to gnus-article-read-summary-send-keys.
13989         (gnus-article-read-summary-keys): Fix the order of keys; display
13990         continuation keys correctly in the echo area; describe bindings
13991         correctly when keys end with `C-h'.
13992         (gnus-article-read-summary-send-keys): New function.
13993         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13994         Work for gnus-article-read-summary-send-keys; display continuation keys
13995         correctly in the echo area.
13996         (gnus-article-reply-with-original): Ignore prefix argument.
13997         (gnus-article-wide-reply-with-original): New function.
13998
13999         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14000         Emacs 21.
14001
14002 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14005         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14006
14007 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14010         (gnus-group-read-ephemeral-gmane-group): New command.
14011
14012 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14013
14014         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14015
14016 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * message.el (message-send-mail-function): Increase custom version.
14019
14020         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14021         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14022
14023 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14024
14025         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14026         for the cases where imap-authenticate is called with a nil buffer
14027         parameter.
14028
14029 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14032         html parts correctly; support forwarded messages.
14033         (gnus-article-browse-html-article): Remove work buffers.
14034
14035         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14036         compiling.
14037         (netrc-bound-and-true-p): New macro.
14038         (netrc-parse): Use it instead of bound-and-true-p that is not available
14039         in XEmacs 21.4.
14040
14041 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14042
14043         * gnus-registry.el (gnus-registry-mark-article)
14044         (gnus-registry-article-marks): Add functionality to mark articles
14045         through the Gnus registry.
14046
14047         * encrypt.el: Clarify documentation for the new pgg method.
14048         (encrypt-file-alist): Add PGG option.
14049         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14050         functionality.  Abstract password key and messaging to external
14051         functions.
14052         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14053         (encrypt-message-method-and-cipher): Add new convenience external
14054         functions.
14055         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14056         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14057
14058         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14059         (netrc-parse): Use encrypt-file-alist to determine if
14060         encrypt-find-model or encrypt-insert-file-contents should be used.
14061
14062         * encrypt.el: Clarify documentation.  Load password-cache or
14063         password, whichever one is found first, instead of autoloading.
14064
14065 2007-12-19  Glenn Morris  <rgm@gnu.org>
14066
14067         * mml.el (message-options-set, message-narrow-to-head)
14068         (message-in-body-p, message-mail-p, message-encode-message-body):
14069         Autoload.
14070         (message-remove-header, message-narrow-to-headers-or-head)
14071         (message-subscribed-p, message-make-mail-followup-to)
14072         (message-position-on-field, message-news-p)
14073         (message-options-set-recipient, message-generate-headers)
14074         (message-sort-headers): Declare as functions.
14075
14076 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14077
14078         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14079         convention in doc string.
14080
14081 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14084         title to html parts.
14085         (gnus-article-browse-html-article): Pass message header to it.
14086
14087         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14088
14089 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14092         or password compatible with XEmacs.
14093
14094 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14097         format document.
14098         (gnus-mime-delete-part): Don't write description line if empty.
14099         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14100
14101 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14102
14103         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14104         (gnus-summary-mark-read-and-unread-as-read)
14105         (gnus-summary-mark-current-read-and-unread-as-read)
14106         (gnus-summary-mark-unread-as-ticked): Doc fix.
14107         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14108
14109 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14112         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14113
14114 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14117         yes-or-no-p.
14118
14119 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mm-decode.el (mm-add-meta-html-tag): New function.
14122         (mm-save-part-to-file, mm-pipe-part): Use it.
14123
14124         * gnus-art.el (gnus-article-browse-delete-temp-files):
14125         Use gnus-y-or-n-p instead of y-or-n-p.
14126         (gnus-article-browse-html-parts): Work with message/external-body; use
14127         mm-add-meta-html-tag.
14128
14129 2007-12-11  Glenn Morris  <rgm@gnu.org>
14130
14131         * gnus-cache.el: Require gnus-sum not just when compiling.
14132
14133         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14134
14135         * gnus-int.el (gnus-server-opened, gnus-status-message):
14136         Move definitions before use.
14137
14138         * mm-decode.el: Require gnus-util.
14139         (mm-remove-part): Only call delete-annotation on XEmacs.
14140
14141         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14142
14143         * nnmail.el: Require gnus-int.
14144
14145         * spam.el: Move `require's before `eval-when-compile's.
14146
14147         * gnus-ems.el (gnus-alive-p):
14148         * gnus-fun.el (message-goto-eoh):
14149         * gnus-util.el (gnus-group-name-decode):
14150         * mail-source.el (gnus-compress-sequence):
14151         * message.el (Info-goto-node, format-spec):
14152         * mm-bodies.el (message-options-get):
14153         * mm-decode.el (mm-view-pkcs7):
14154         * mm-util.el (gmm-write-region):
14155         * mml-smime.el (mml-compute-boundary)
14156         (gnus-completing-read-with-default):
14157         * mml.el (widget-button-press, gnus-make-hashtable):
14158         * mml1991.el (mm-decode-content-transfer-encoding)
14159         (mm-encode-content-transfer-encoding)
14160         (message-options-get, message-options-set):
14161         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14162         * nnfolder.el (gnus-request-group):
14163         * nnheader.el (ietf-drums-unfold-fws):
14164         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14165         * smime.el (gnus-run-mode-hooks):
14166         * spam-stat.el (gnus-message): Autoload.
14167
14168         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14169         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14170         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14171         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14172         Add declare-function compatibility definition.
14173
14174         * gnus-cache.el (nnvirtual-find-group-art):
14175         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14176         (gnus-add-image, gnus-add-wash-type):
14177         * gnus-group.el (nnkiboze-score-file):
14178         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14179         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14180         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14181         (message-tokenize-header, gnus-get-buffer-create)
14182         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14183         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14184         * gnus.el (gnus-group-decoded-name):
14185         * mail-source.el (imap-capability):
14186         * mm-bodies.el (message-options-set):
14187         * mm-decode.el (gnus-configure-windows):
14188         * mm-extern.el (message-goto-body):
14189         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14190         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14191         (epg-sub-key-validity, message-options-set):
14192         * mml.el (widget-event-point, gnus-configure-windows):
14193         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14194         * mml2015.el (epg-check-configuration, epg-configuration)
14195         (message-options-set):
14196         * nndb.el (nndb-request-article):
14197         * nnfolder.el (gnus-request-create-group):
14198         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14199         * nnmaildir.el (gnus-group-mark-article-read):
14200         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14201         * rfc1843.el (message-fetch-field):
14202         * spam.el (gnus-extract-address-components):
14203         Declare as functions.
14204
14205 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14208
14209         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14210
14211         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14212         bind show-trailing-whitespace for XEmacs.
14213
14214 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14217         new no-op macro for backward compatibility.
14218
14219         * imap.el (imap-string-to-integer): New function.
14220
14221 2007-12-09  Glenn Morris  <rgm@gnu.org>
14222
14223         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14224
14225         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14226         * message.el, mm-view.el, sieve-manage.el, smime.el:
14227         Add declare-function compatibility definition.
14228
14229         * gnus-art.el (w3-region, w3m-region, Info-menu):
14230         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14231         * gnus-sum.el (gnus-get-predicate):
14232         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14233         * message.el (mail-abbrev-in-expansion-header-p):
14234         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14235         (w3m-detect-meta-charset, w3m-region):
14236         * sieve-manage.el (password-read, password-cache-add)
14237         (password-cache-remove):
14238         * smime.el (password-read-and-add): Declare as functions.
14239
14240 2007-12-08  David Kastrup  <dak@gnu.org>
14241
14242         * gnus-sum.el (gnus-summary-simplify-subject-query):
14243         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14244         `message'.
14245
14246 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14249         it to bind idna-program, installation-directory, defined-colors, and
14250         face-attribute for XEmacs of the version that compiles defcustom forms.
14251
14252 2007-12-07  Glenn Morris  <rgm@gnu.org>
14253
14254         * gnus-art.el (article-make-date-line): Revert previous change.
14255
14256 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14259
14260 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14261
14262         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14263         Call gnus-add-to-range ranges only once with a prepared article-list.
14264
14265 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14266
14267         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14268         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14269         group names with backslashes.
14270         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14271
14272 2007-12-06  Deepak Goel  <deego3@gmail.com>
14273
14274         * gnus-art.el (article-make-date-line):
14275         * gnus-start.el (gnus-load):
14276         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14277
14278 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * gnus-art.el (gnus-use-idna):
14281         * gnus-start.el (gnus-site-init-file):
14282         * message.el (message-use-idna):
14283         * mm-uu.el (mm-uu-hide-markers):
14284         * smiley.el (smiley-style): Revert changes that suppress warnings.
14285
14286 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14289         specify charset to html source.
14290         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14291
14292 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14295         idna-program in order to suppress byte compile warning issued by XEmacs
14296         that came to byte compile the default value section of defcustom forms
14297         recently.
14298
14299         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14300         value of installation-directory.
14301
14302         * message.el (message-use-idna): Don't directly refer to the value of
14303         idna-program.
14304
14305         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14306
14307         * smiley.el (smiley-style): Don't directly call face-attribute.
14308
14309 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14312
14313         * gnus-dired.el: Reduce Gnus dependencies.
14314         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14315         Don't require.  Use autoloads instead.
14316         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14317         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14318         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14319         (gnus-dired-mode): Adjust doc string.
14320         (gnus-dired-mail-mode): New variable.
14321         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14322         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14323         (gnus-dired-mail-buffers): New function.  Return mail or message
14324         composition buffers.
14325         (gnus-dired-attach): Use it.
14326         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14327         NO-DECODE.
14328         (gnus-dired-print): Use `gnus-print-buffer' depending on
14329         `gnus-dired-mail-mode'.
14330
14331 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * rfc2047.el (rfc2047-encoded-word-regexp)
14334         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14335         explaining what regexp patterns are for.
14336
14337 2007-12-04  Glenn Morris  <rgm@gnu.org>
14338
14339         * password.el: Move to password-cache.el.
14340
14341         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14342         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14343         * mml-smime.el (password-read, password-cache-add)
14344         (password-cache-remove):
14345         No need to autoload, since mml-sec requires password.
14346
14347         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14348         * message.el (gnus-extract-address-components):
14349         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14350
14351         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14352         password.
14353
14354 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * mailcap.el: Reduce dependencies.
14357         (mail-header-parse-content-type): Autoload.
14358         (mailcap-delete-duplicates): New alias.
14359         (mailcap-mime-info): Add optional argument NO-DECODE.
14360         (mailcap-mime-types): Use mailcap-delete-duplicates.
14361
14362         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14363
14364 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14365
14366         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14367         (imap-parse-status): Upcase status-att for servers that sends them
14368         lower-case (e.g., MS Exchange 2007).
14369
14370 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14371
14372         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14373         function.
14374
14375         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14376         (gnus-uu-yenc-article): New function.
14377
14378         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14379
14380         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14381
14382 2007-12-02  Glenn Morris  <rgm@gnu.org>
14383
14384         * binhex.el (binhex): New custom group.
14385         (binhex-decoder-program, binhex-decoder-switches)
14386         (binhex-use-external): Move to the binhex custom group.
14387
14388         * uudecode.el (uudecode): New custom group.
14389         (uudecode-decoder-program, uudecode-decoder-switches)
14390         (uudecode-use-external): Move to the uudecode custom group.
14391
14392         * netrc.el (top-level): Don't load `encrypt' features.
14393         (netrc-parse): Don't use encrypt.
14394         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14395
14396         * encrypt.el: Remove file.
14397
14398 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14401         matches on patches.
14402
14403         * gnus-art.el (gnus-article-browse-html-article):
14404         Mention `mm-text-html-renderer' in the doc string.
14405
14406         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14407         string.  Add comments.
14408
14409         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14410         if rhs is ASCII.
14411
14412 2007-12-01  Glenn Morris  <rgm@gnu.org>
14413
14414         * mail-source.el (top-level): Require format-spec before
14415         eval-when-compile.
14416
14417 2007-11-30  Glenn Morris  <rgm@gnu.org>
14418
14419         * encrypt.el: Require password, rather than autoloading password-read.
14420
14421 2007-11-29  Glenn Morris  <rgm@gnu.org>
14422
14423         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14424         (sasl-make-client, sasl-next-step, sasl-step-data)
14425         (sasl-step-set-data): Declare as functions.
14426
14427 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14428
14429         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14430
14431 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14432
14433         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14434         certs should be verified and what is to be done in the event of a
14435         verification failure.
14436
14437         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14438         caller can indicate whether the cache should be disregarded for this
14439         call.  This way the result of the call is reproducible at all times and
14440         can be considered a canonical server name for the supplied method.
14441         (gnus-agent-method-p): Canonicalize server names by pushing their
14442         method through `gnus-method-to-server' using the no-cache argument.
14443
14444         * gnus-srvr.el (gnus-server-insert-server-line):
14445         Call `gnus-method-to-server' with `no-cache' argument.
14446
14447         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14448         gnus-agent-possibly-synchronize-flags as this should be called when the
14449         server is actually being opened.
14450         (gnus-agent-possibly-synchronize-flags)
14451         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14452         flags file of an agentized server to the latter function.
14453
14454         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14455         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14456         after a connection has been established successfully.
14457
14458 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el (article-display-face): Force to display face if called
14461         interactively; check if gnus-article-x-face-too-ugly matches author.
14462         (article-display-x-face): Display face even if From header is missing
14463         as article-display-face does.
14464
14465 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14466
14467         * hashcash.el (message-narrow-to-headers-or-head)
14468         (message-fetch-field, message-goto-eoh)
14469         (message-narrow-to-headers): Declare as functions.
14470
14471 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14472
14473         * mail-source.el (mail-sources): Default to fetch from file for
14474         compatibility with default of nnmail-spool-file.
14475
14476 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14479         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14480         to look for encoded word that should be encoded again.
14481         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14482         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14483         encoding pattern.
14484         (rfc2047-decode-region): Switch strict regexp and loose one according
14485         to rfc2047-allow-irregular-q-encoded-words.
14486
14487 2007-11-25  Romain Francoise  <romain@orebokech.com>
14488
14489         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14490
14491 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * tls.el (tls-program): Provide more custom choices from
14494         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14495         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14496
14497 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14500         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14501
14502         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14503         `nnmail-spool-file'.
14504
14505         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14506         `nnmail-spool-file'.
14507
14508         * gnus-move.el (gnus-change-server): Ditto.
14509
14510         * gnus-kill.el (gnus-batch-score): Ditto.
14511
14512         * gnus-cache.el (gnus-jog-cache): Ditto.
14513
14514         * gnus-msg.el (gnus-summary-reply):
14515         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14516
14517 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14520         version.  Minor improvement to doc strings.
14521         (tls-program): Add comment.
14522
14523 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14524
14525         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14526         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14527         mismatch between the hostname provided in the certificate and the name
14528         of the host connnecting to.
14529         (open-tls-stream): Use them.  Check certificates against trusted root
14530         certificates.
14531
14532 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * gnus-cache.el (gnus-cache-generate-nov-databases):
14535         Use nnml-generate-nov-databases-directory instead of
14536         nnml-generate-nov-databases-1.
14537
14538 2007-11-24  Glenn Morris  <rgm@gnu.org>
14539
14540         * message.el (message-tool-bar-retro): Update for rename
14541         mail_send.xpm->mail-send.xpm.
14542
14543 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14544
14545         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14546         `smime-ldap-search' for Emacs 22 and up.
14547
14548 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14549
14550         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14551
14552         * message.el (message-send-mail-function): Fix error convention.
14553         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14554         (message-widen-reply, message-send-mail, message-talkative-question)
14555         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14556         (message-clone-locals, message-send-news): Use with-current-buffer.
14557         (message-insert-or-toggle-importance): Remove unused var `valid'.
14558         (message-make-references): Remove unused var `new-references'.
14559         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14560
14561 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14562
14563         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14564         (spam-split-symbolic-return-positive): Reflow docstring.
14565         (spam-backends, spam-summary-exit-behavior)
14566         (spam-mark-ham-unread-before-move-from-spam-group)
14567         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14568         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14569         (spam-clear-cache, spam-backend-check, spam-install-backend)
14570         (spam-install-statistical-backend, spam-list-of-processors)
14571         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14572         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14573         (spam-check-crm114, spam-initialize, spam-unload-hook):
14574         Fix typos in docstrings.
14575
14576 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14579         been checked if they have never been read and those group levels are
14580         higher than the one that a user specified.
14581
14582 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14585         foreign groups unless a group level is specified by a user.
14586         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14587
14588 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14589
14590         * message.el (message-send-mail-function): Require sendmail.
14591
14592 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * message.el (message-send-mail-function): Check for smtpmail too.
14595
14596         * utf7.el (utf7-encode, utf7-decode): Use coding system
14597         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14598
14599         * message.el (message-send-mail-function): New function.
14600         (message-send-mail-function): Set default using
14601         message-send-mail-function.  Adjust doc string.
14602         (message-send-mail-with-mailclient): New function.
14603
14604 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14605
14606         * smime.el (from):
14607         * rfc2047.el (message-posting-charset):
14608         * qp.el (mm-use-ultra-safe-encoding):
14609         * pop3.el (parse-time-months):
14610         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14611         * nnml.el (files):
14612         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14613         (jka-compr-compression-info-list, ange-ftp-path-format)
14614         (efs-path-regexp):
14615         * nndiary.el (files):
14616         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14617         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14618         (epg-digest-algorithm-alist, inhibit-redisplay)
14619         (password-cache-expiry):
14620         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14621         (pgg-output-buffer, password-cache-expiry):
14622         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14623         (efs-path-regexp):
14624         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14625         (inhibit-redisplay):
14626         * mm-uu.el (file-name, start-point, end-point, entry)
14627         (gnus-newsgroup-name, gnus-newsgroup-charset):
14628         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14629         (latin-unity-ucs-list):
14630         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14631         (mm-uu-binhex-decode-function):
14632         * message.el (gnus-message-group-art, gnus-list-identifiers)
14633         (rmail-enable-mime-composing, gnus-local-organization)
14634         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14635         (gnus-read-active-file, facemenu-add-face-function)
14636         (facemenu-remove-face-function, gnus-article-decoded-p)
14637         (tool-bar-mode):
14638         * mail-source.el (display-time-mail-function):
14639         * gnus-util.el (nnmail-pathname-coding-system)
14640         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14641         (gnus-original-article-buffer, gnus-user-agent)
14642         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14643         (xemacs-codename, sxemacs-codename, emacs-program-version):
14644         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14645         * gnus-start.el (gnus-agent-covered-methods)
14646         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14647         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14648         (gnus-newsgroup-headers, gnus-group-list-mode)
14649         (gnus-group-mark-positions, gnus-newsgroup-data)
14650         (gnus-newsgroup-unreads, nnoo-state-alist)
14651         (gnus-current-select-method, mail-sources)
14652         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14653         (nnmail-spool-file, gnus-cache-active-hashtb):
14654         * gnus-mh.el (mh-lib-progs):
14655         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14656         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14657         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14658         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14659         (gnus-group-buffer):
14660         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14661         (font-lock-set-defaults):
14662         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14663         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14664         (gnus-summary-post-menu, total-parts, type, condition, length):
14665         * gnus-agent.el (gnus-agent-read-agentview):
14666         * flow-fill.el (show-trailing-whitespace):
14667         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14668         eval-and-compile wrappers for byte compiler pacifiers.
14669
14670         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14671         (mm-display-inline-fontify): Check for featurep 'xemacs not
14672         extent-list.
14673
14674         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14675         itimer-list.
14676         (mm-create-image-xemacs): Only do something for XEmacs.
14677         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14678
14679         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14680
14681         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14682         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14683
14684 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14685
14686         * nnimap.el (nnimap-split-download-body):
14687         * gnus-demon.el (gnus-demon):
14688         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14689
14690 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14693         New macros.
14694         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14695         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14696         copy data from unibyte buffer to multibyte current buffer.
14697         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14698         to copy data from unibyte current buffer to multibyte buffer.
14699         (nntp-make-process-buffer): Make process buffer unibyte.
14700
14701         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14702
14703 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14704
14705         * pop3.el (pop3-open-server): Accept and process data more robustly at
14706         connection start to avoid spurious "POP SSL connection failed" errors.
14707
14708 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14711         read group names.
14712
14713 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14716
14717 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14720         (nnmail-save-active): Use a unibyte buffer when saving active file,
14721         which may contain non-ASCII group names.
14722
14723         * nnml.el (nnml-request-group): Decode group names in messages.
14724
14725 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * message.el (message-citation-line-function)
14728         (message-insert-formatted-citation-line): Fix spelling of
14729         `message-insert-formated-citation-line'.
14730
14731 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14734
14735 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14738         nnmail-pathname-coding-system.
14739
14740         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14741         that a user enters; decode group names in messages.
14742
14743         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14744
14745 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14746
14747         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14748
14749         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14750
14751         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14752         risky local variable.
14753
14754         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14755
14756 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14757
14758         * encrypt.el: Improve documentation to fix function name typo.
14759         Reported by Daiki Ueno <ueno@unixuser.org>.
14760
14761 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14764         even if the point is not in the last page of an article.
14765         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14766         back to the previous page.
14767
14768 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14771
14772 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14775
14776 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14777
14778         * message.el (message-check-news-body-syntax):
14779         Avoid mm-string-as-multibyte.
14780         (message-hide-headers): Don't assume (point-min)==1.
14781
14782 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * message.el (message-remove-blank-cited-lines): Fix if remove is
14785         given.
14786         (message-bogus-address-regexp): New variable.
14787         (message-bogus-recipient-p): New function.
14788         (message-check-recipients): New command.
14789         (message-syntax-checks): Add `bogus-recipient'.
14790         (message-fix-before-sending): Add `bogus-recipient'.
14791
14792         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14793         (gnus-treat-body-boundary): Don't test window-system.
14794
14795 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14796
14797         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14798
14799 2007-10-28  Miles Bader  <miles@gnu.org>
14800
14801         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14802         at compile-time too.
14803
14804 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * gnus-msg.el (gnus-message-setup-hook):
14807         Add `message-remove-blank-cited-lines' to options.
14808
14809 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * message.el (message-remove-blank-cited-lines): New function.
14812         Suggested by Karl Plästerer.
14813
14814 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14817         mapc.
14818
14819         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14820         (top-level): Use mapc to set functions to be traced for debugging.
14821
14822         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14823         called for effect with while loop.
14824
14825         * message.el (message-talkative-question): Replace mapcar called for
14826         effect with mapc.
14827
14828         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14829         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14830         called for effect with dolist.
14831
14832         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14833
14834         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14835         gnus-extra-headers and nnmail-extra-headers.
14836
14837         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14838         called for effect with dolist.
14839         (top-level): Use mapc to set functions to be traced for debugging.
14840
14841         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14842         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14843         dolist.
14844
14845         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14846         Replace mapcar called for effect with mapc.
14847         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14848         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14849         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14850         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14851
14852         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14853         remove-if that's a cl function.
14854
14855         * webmail.el (webmail-debug): Replace mapcar called for effect with
14856         dolist.
14857
14858         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14859         with mapc.
14860
14861 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14864         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14865         with while loop.
14866
14867         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14868         functions from article-* functions.
14869         (gnus-multi-decode-header): Replace mapcar called for effect with
14870         dolist.
14871
14872         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14873         (gnus-bookmark-show-details): Replace mapcar called for effect with
14874         while loop.
14875
14876         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14877         called for effect with while loop.
14878
14879         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14880         with dolist.
14881
14882         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14883         Replace mapcar called for effect with dolist.
14884
14885         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14886
14887         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14888         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14889         Replace mapcar called for effect with dolist.
14890         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14891         mapc.
14892
14893         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14894         Replace mapcar called for effect with dolist.
14895         (gnus-topic-list): Replace mapcar called for effect with mapc.
14896
14897         * gnus.el: Use mapc instead of mapcar to add autoloads.
14898
14899 2007-10-23  Richard Stallman  <rms@gnu.org>
14900
14901         * gnus-group.el (gnus-group-highlight): Mark as risky.
14902
14903 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * gnus.el (gnus-server-to-method): Return method found first in
14906         gnus-newsrc-alist.
14907
14908         * gnus-art.el (gnus-article-highlight-signature)
14909         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14910         button overlay without the front stickiness.
14911
14912 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14913
14914         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14915         overview buffer needed a catch to receive its throw.
14916         (gnus-agent-flush-cache): Declare as interactive to make this function
14917         easier to use.
14918
14919 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14922         `next-line'.
14923
14924 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14927         exclude address matching message-dont-reply-to-names.
14928
14929 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * gnus-util.el (gnus-string<): New function.
14932
14933         * gnus-sum.el (gnus-article-sort-by-author)
14934         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14935
14936 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14939         the frame-focus tag is set in gnus-buffer-configuration.
14940
14941 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14944         the front stickiness.
14945
14946 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14949         url pattern; remove duplicate one.
14950         (gnus-article-extend-url-button): New function.
14951         (gnus-article-add-buttons): Use it.
14952         (gnus-button-push): Use concatenated url that it makes.
14953
14954 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14955
14956         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14957
14958 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14959
14960         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14961         Don't hardcode point-min==1.
14962
14963 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14964
14965         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14966         Fix comment about "iso8859-1".
14967
14968 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14969
14970         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14971         ones returned from the verify-function.
14972
14973         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14974         Call mml2015-extract-cleartext-signature if extraction failed.
14975
14976 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14977
14978         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14979         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14980         failed.
14981
14982 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14983
14984         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14985
14986 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14987
14988         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14989         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14990         recommends to use EasyPG instead of PGG.
14991
14992         * pgg.el: Revert to revision 6.23.2.16.
14993
14994         * pgg-def.el: Revert to revision 6.6.2.14.
14995
14996         * pgg-gpg.el: Revert to revision 6.23.2.34.
14997
14998 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14999
15000         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15001         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15002         thread for both the null and zero (kill/expire thread) universal prefix
15003         cases.
15004         (gnus-summary-expire-thread): Add new function to expire a thread,
15005         using gnus-summary-kill-thread.
15006         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15007         shortcuts for gnus-summary-expire-thread.
15008         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15009         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15010
15011 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15012
15013         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15014         extras value, so an extras entry can be deleted.
15015         (gnus-registry-delete-extra-entry): Use it.
15016         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15017         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15018         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15019         storage through the gnus-registry, and provide an appropriate API for
15020         it.
15021
15022 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15025         Suggested by Leo <sdl.web@gmail.com>.
15026
15027         * gnus.el: Do.
15028
15029 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15032         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15033
15034         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15035
15036         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15037         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15038
15039 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15042         newline.
15043         (nnmbox-request-accept-article): Don't change article in source buffer;
15044         narrow to header to use message-fetch-field rather than
15045         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15046         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15047         as delimiters; make sure article ends with newline.
15048         (nnmbox-delete-mail): Correct last position of article to be deleted;
15049         ignore X-Gnus-Newsgroup header in article body.
15050         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15051         positions; make sure article ends with newline.
15052
15053         * message.el (message-display-abbrev): Don't infloop when a user
15054         inserts SPC in the beginning of header.
15055
15056         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15057         coding-system-for-read and coding-system-for-write for XEmacs having no
15058         file-coding feature.
15059
15060         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15061
15062 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15063
15064         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15065         list of groups not followed by default.  Fix type to be regexp.
15066         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15067
15068 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15069
15070         * hmac-def.el (define-hmac-function): Switch from old-style to
15071         new-style backquotes.
15072
15073         * md4.el (md4-make-step): Likewise.
15074
15075 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15078         raw-text coding system when saving .newsrc file, which may contain
15079         non-ASCII group names.
15080
15081 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * gnus-cus.el (gnus-score-extra): New widget.
15084         (gnus-score-extra-convert): New function.
15085         (gnus-score-customize): Use it for Extra.
15086
15087 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15088
15089         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15090         (mml2015-mailcrypt-clear-verify): Use it.
15091         (mml2015-gpg-clear-verify): Use it.
15092         (mml2015-pgg-clear-verify): Use it.
15093         (mml2015-epg-clear-verify): Replace the current part with the output
15094         from GnuPG; don't extract the plaintext by itself.
15095
15096         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15097         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15098         mml2015-clear-verify-function; don't touch the armor headers or
15099         dash-escaped text here.
15100
15101 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15104         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15105         parts, or application/octet-stream as a last resort.
15106         (gnus-mime-view-part-as-type): Don't toggle display.
15107         (gnus-mime-view-part-as-charset): Don't turn off display before
15108         querying charset.
15109
15110         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15111         stuff to undisplayer function in Emacs.
15112         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15113
15114         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15115         text/calendar parts.
15116
15117 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15120         decoding text/calendar parts.
15121
15122         * message.el (message-forward-make-body-mime): Always mark body as
15123         having no illegible text; remove signed-or-encrypted argument.
15124         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15125
15126         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15127         (mml-generate-mime-1): Don't encode body if it is specified to be in
15128         raw form; don't make buffer be unibyte when inserting multibyte string.
15129
15130 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15131
15132         * sha1.el: Fix up comment style.
15133         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15134         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15135
15136         * hex-util.el: Fix up comment style.
15137         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15138
15139         * gnus-salt.el: Use with-current-buffer.
15140         (gnus-pick-setup-message): Fix long-standing typo.
15141
15142 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * imap.el (imap-logout-timeout): New variable.
15145         (imap-logout, imap-logout-wait): New functions.
15146         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15147
15148         * nnimap.el (nnimap-logout-timeout): New server variable.
15149         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15150         nnimap-logout-timeout.
15151
15152         * gnus-art.el (gnus-article-summary-command-nosave)
15153         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15154
15155 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * gnus.el (gnus-maximum-newsgroup): New variable.
15158
15159         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15160         according to gnus-maximum-newsgroup.
15161
15162         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15163         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15164         Limit the range of articles according to gnus-maximum-newsgroup.
15165
15166 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15167
15168         * gnus-art.el (gnus-sticky-article): Fix problems described in
15169         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15170         Don't perform gnus-configure-windows here; reuse existing sticky
15171         article buffer.
15172
15173         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15174         it doesn't exist in gnus-article-mode.
15175
15176 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15179         (gnus-agent-decoded-group-name): New function.
15180         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15181         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15182
15183 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15184
15185         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15186         Add binding for gnus-sticky-article.
15187         (gnus-summary-exit): Don't kill sticky article buffers.
15188
15189         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15190         article buffer.
15191         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15192         (gnus-kill-sticky-article-buffers): New commands.
15193
15194 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * nntp.el (nntp-xref-number-is-evil): New server variable.
15197         (nntp-find-group-and-number): If it is non-nil, don't trust article
15198         numbers in the Xref header.
15199
15200 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-agent.el (gnus-agent-read-group): New function.
15203         (gnus-agent-flush-group, gnus-agent-expire-group)
15204         (gnus-agent-regenerate-group): Use it.
15205         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15206         nnmail-pathname-coding-system.
15207
15208 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15211
15212         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15213         that are unread as unread, and also as selected so that information of
15214         marks having been changed by a user may be updated when exiting group.
15215
15216 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15219
15220 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15223         calculated ignoring signature parts to gnus-treat-article.
15224
15225 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15228         a point here in order to keep the window start.
15229         (gnus-insert-mime-security-button): Make a button overlay without the
15230         front stickiness.
15231         (gnus-mime-display-security): Goto the end of a button.
15232
15233         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15234
15235 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15238         group-name-at-point.
15239         (gnus-group-completing-read): New function that offers decoded
15240         non-ASCII group names for completion.
15241         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15242         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15243         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15244         (gnus-group-fetch-control): Use it.
15245         (gnus-fetch-group): Use group-name-at-point for the initial value
15246         rather than the default value; use gnus-alive-p.
15247
15248         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15249         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15250         (gnus-summary-post-news): Use gnus-group-completing-read.
15251
15252         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15253         (gnus-read-move-group-name): Decode group name for completion.
15254
15255 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15256
15257         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15258         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15259         Yamaoka slightly modified the code).
15260
15261 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15264         (nnmail-split-incoming): Bind it.
15265
15266         * nnml.el (nnml-group-name-charset): New function.
15267         (nnml-decoded-group-name): Use it; don't decode group name if
15268         nnmail-group-names-not-encoded-p is non-nil.
15269         (nnml-encoded-group-name): New function.
15270         (nnml-group-pathname): Inline nnml-decoded-group-name.
15271         (nnml-request-expire-articles): Decode group name in message.
15272         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15273         nnmail-pathname-coding-system.
15274         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15275         not decoded ones according to nnmail-group-names-not-encoded-p.
15276         (nnml-generate-active-info): Use nnml-encoded-group-name.
15277
15278 2007-08-08  Glenn Morris  <rgm@gnu.org>
15279
15280         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15281         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15282         doc-strings and comments.
15283
15284 2007-07-25  Glenn Morris  <rgm@gnu.org>
15285
15286         * Relicense all FSF files to GPLv3 or later.
15287
15288 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-sum.el (gnus-summary-move-article):
15291         Make gnus-summary-respool-article work.
15292
15293 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15296         string.
15297
15298 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15299
15300         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15301         that should be ignored when comparing distant RSS articles with local
15302         ones.
15303         (nnrss-make-hash-index): New function.  Create a hash index according
15304         to the ignored fields.
15305         (nnrss-check-group): Use it.
15306
15307 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15310
15311         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15312
15313         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15314         the new optional argument ENCODED is non-nil.
15315         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15316         coding system for encoding group name.
15317         (gnus-group-make-rss-group): Pass un-encoded group name to
15318         gnus-group-make-group.
15319         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15320         encoded.
15321
15322         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15323         Encode group name to which articles are moved or copied.
15324         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15325         coding system for encoding Newsgroup, Followup-To and Xref headers.
15326
15327         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15328         marks; use nnheader-file-coding-system to write a file.
15329         (nnagent-retrieve-headers): Bind file-name-coding-system to
15330         nnmail-pathname-coding-system.
15331
15332         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15333
15334         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15335         (nnml-request-article, nnml-request-create-group)
15336         (nnml-request-rename-group, nnml-find-id)
15337         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15338         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15339         (nnml-save-marks): Use nnml-group-pathname instead of
15340         nnmail-group-pathname.
15341
15342         (nnml-request-create-group, nnml-request-expire-articles)
15343         (nnml-request-move-article, nnml-request-delete-group)
15344         (nnml-deletable-article-p, nnml-possibly-create-directory)
15345         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15346         (nnml-open-marks): Bind file-name-coding-system to
15347         nnmail-pathname-coding-system.
15348
15349         (nnml-request-article): Pass server argument to nnml-find-group-number.
15350         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15351         Pass server argument to nnml-possibly-create-directory.
15352         (nnml-request-accept-article): Pass server argument to
15353         nnml-active-number and nnml-save-mail.
15354         (nnml-find-group-number): Pass server argument to nnml-find-id.
15355         (nnml-request-update-info): Pass server argument to
15356         nnml-marks-changed-p.
15357
15358         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15359         (nnml-save-mail, nnml-active-number): Add server argument.
15360
15361         (nnml-request-delete-group): Warn if group is missing.
15362         (nnml-get-nov-buffer): Decode group name.
15363         (nnml-generate-active-info): Encode group name.
15364         (nnml-open-marks): Decode group name in messages.
15365
15366 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15369         if it is not specified.
15370         (gnus-article-pipe-part, gnus-article-save-part)
15371         (gnus-article-interactively-view-part, gnus-article-copy-part)
15372         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15373         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15374         (gnus-article-replace-part, gnus-article-delete-part)
15375         (gnus-article-view-part-as-type): Pass raw prefix argument to
15376         gnus-article-part-wrapper.
15377
15378 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-agent.el (gnus-agent-save-active):
15381         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15382
15383         * gnus-cache.el (gnus-cache-save-buffers)
15384         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15385         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15386         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15387         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15388         (gnus-cache-generate-active, gnus-cache-rename-group)
15389         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15390         (gnus-cache-update-overview-total-fetched-for):
15391         Bind file-name-coding-system to nnmail-pathname-coding-system.
15392         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15393         New variables.
15394         (gnus-cache-decoded-group-name): New function.
15395         (gnus-cache-file-name): Use it.
15396         (gnus-cache-generate-active): Use non-decoded group name for active.
15397
15398         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15399         right place.
15400         (gnus-write-active-file): Don't break non-ASCII group names.
15401
15402         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15403         nnmail-pathname-coding-system.
15404
15405         * lpath.el: Bind default-file-name-coding-system,
15406         file-name-coding-system and language-info-alist for XEmacs.
15407
15408         * gnus-uu.el (gnus-uu-decode-save): Typo.
15409
15410 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15413
15414 2007-07-14  David Kastrup  <dak@gnu.org>
15415
15416         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15417         finishing actions if we did not edit the article.
15418
15419 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15422         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15423         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15424         (gnus-agent-flush-group, gnus-agent-flush-cache)
15425         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15426         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15427         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15428         (gnus-agent-regenerate-group)
15429         (gnus-agent-update-files-total-fetched-for)
15430         (gnus-agent-update-view-total-fetched-for):
15431         Bind file-name-coding-system to nnmail-pathname-coding-system.
15432         (gnus-agent-group-pathname): Don't encode file names by
15433         nnmail-pathname-coding-system.
15434         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15435         coding-system-for-write instead of buffer-file-coding-system to
15436         gnus-agent-file-coding-system.
15437
15438         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15439         Decode group name.
15440
15441         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15442
15443         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15444         (gnus-read-newsrc-el-file): Make group names unibyte.
15445
15446         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15447         nnmail-pathname-coding-system.
15448
15449         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15450         (nnrss-request-delete-group): Bind file-name-coding-system to
15451         nnmail-pathname-coding-system.
15452         (nnrss-read-server-data, nnrss-read-group-data):
15453         Bind file-name-coding-system correctly.
15454         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15455
15456         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15457         (nntp-server-to-method-cache): New variable.
15458         (nntp-group-pathname): New function that decodes non-ASCII group names.
15459         (nntp-possibly-create-directory, nntp-marks-changed-p)
15460         (nntp-save-marks, nntp-open-marks): Use it.
15461         (nntp-possibly-create-directory, nntp-open-marks):
15462         Bind file-name-coding-system to nnmail-pathname-coding-system.
15463         (nntp-open-marks): Decode group names when bootstrapping marks.
15464
15465         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15466         Newsgroups and Followup-To headers.
15467
15468 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15471         (gnus-server-closed-face, gnus-server-denied-face)
15472         (gnus-server-offline-face): Remove variable.
15473         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15474
15475         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15476         of modifying message-stack directly for XEmacs.
15477
15478         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15479         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15480         if the coding-system argument is nil for XEmacs.
15481
15482         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15483         mm-charset-override-alist.
15484
15485         * rfc2047.el: Don't require base64; require rfc2045 for the function
15486         rfc2045-encode-string.
15487         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15488         to quote the parameter value.
15489
15490 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15493         form in gnus-group-name-charset-method-alist.
15494
15495         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15496         overrides the default layout edit-form.
15497
15498         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15499
15500         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15501
15502 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15505         as unfetched articles.
15506
15507 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15510
15511 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15514         original back end that keeps marks in the local system.
15515
15516 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15519         arg of pop-to-buffer for XEmacs.
15520         (gnus-article-read-summary-keys): Ditto; don't restore window
15521         configuration if summary command ends up with neither article buffer
15522         nor summary buffer; describe bindings if summary keys end with C-h.
15523
15524 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * message.el (message-fix-before-sending): Skip raw message part to be
15527         forwarded while checking illegible text.
15528         (message-forward-make-body-mime, message-forward-make-body):
15529         Mark signed or encrypted raw message as having no illegible text.
15530
15531 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15534         (gnus-message-with-timestamp-1): New macro.
15535         (gnus-message-with-timestamp): New function.
15536         (gnus-message): Use them.
15537
15538         * nnheader.el (nnheader-message): Use them.
15539
15540 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15541
15542         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15543         .newsrc.eld file.
15544
15545 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * gnus-agent.el (gnus-agent-fetch-headers)
15548         (gnus-agent-retrieve-headers):
15549         Bind gnus-decode-encoded-address-function to identity.
15550
15551         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15552         available also when the server returns simply a dot.
15553
15554         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15555
15556 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15559
15560 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * gnus-ems.el (gnus-x-splash): Make it work.
15563
15564         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15565         from being used.
15566
15567         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15568
15569 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15572         4th and the 5th arguments.
15573
15574         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15575         the front stickiness.
15576         (gnus-article-summary-command-nosave): Correct the order of the
15577         arguments passed to pop-to-buffer.
15578         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15579         summary command ends up with the article buffer.
15580
15581         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15582         the same faces.
15583
15584 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15585
15586         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15587
15588 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15589
15590         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15591         * gnus-sum.el (gnus-summary-highlight):
15592         * pgg.el (pgg-sign-region, pgg-sign):
15593         * mail-source.el (mail-source-delete-old-incoming-confirm):
15594         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15595
15596 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-art.el (gnus-mime-view-part-externally)
15599         (gnus-mime-view-part-internally): Fix predicate function passed to
15600         completing-read.
15601
15602         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15603
15604         * gnus.el (gnus-update-message-archive-method): Add :version.
15605
15606 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus.el (gnus-update-message-archive-method): New variable.
15609
15610         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15611         according to gnus-message-archive-method if
15612         gnus-update-message-archive-method is non-nil.
15613
15614 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15617         Suggested by Loic Dachary <loic@dachary.org>.
15618         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15619
15620 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * message.el (message-pop-to-buffer): Add switch-function argument.
15623         (message-mail): Pass switch-function argument to it.
15624
15625 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15626
15627         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15628         Improve doc string.
15629
15630 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15633         (gnus-header-content):
15634         * gnus-cite.el (gnus-cite-10):
15635         * gnus-srvr.el (gnus-server-closed):
15636         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15637         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15638         (gnus-group-mail-3-empty, gnus-group-mail-low)
15639         (gnus-group-mail-low-empty, gnus-splash):
15640         * message.el (message-header-to, message-header-cc)
15641         (message-header-subject, message-header-other, message-header-name)
15642         (message-header-xheader, message-separator, message-cited-text)
15643         (message-mml): Lighten colors of faces used for dark background.
15644
15645 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15646
15647         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15648         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15649
15650 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * message.el (message-narrow-to-headers-or-head):
15653         Ignore mail-header-separator in the body.
15654
15655 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15658         same as window size.
15659
15660 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15661
15662         * message.el (message-font-lock-keywords): Use message-header-xheader
15663         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15664         ahead of the anything pattern, to get it recognized.
15665
15666 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15669         spam.el loads uses it in the compiled defadvice form.
15670
15671 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15672
15673         * gnus-sum.el (gnus-articles-to-read)
15674         (gnus-summary-insert-old-articles): Don't truncate group name for
15675         `read-string'.
15676
15677         * gnus-util.el (gnus-limit-string): Delete this function.
15678
15679         * gnus-sum.el (gnus-simplify-subject-fully):
15680         Use `truncate-string-to-width' instead.
15681
15682 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15683
15684         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15685         Tell if, on summary exit, the next group has to be selected.
15686         (gnus-summary-exit): Use it.
15687
15688 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15689
15690         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15691         non-break space.
15692
15693 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15696         Check if group is not a directory.
15697         (nnfolder-request-expire-articles): Don't delete articles if the target
15698         group is not available.
15699
15700         * nnml.el (nnml-request-create-group): Properly check if group is not a
15701         file.
15702         (nnml-request-expire-articles): Don't delete articles if the target
15703         group is not available.
15704
15705         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15706         Don't quote characters that are within parentheses.
15707
15708 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15711         (gnus-handle-ephemeral-exit): Select article according to it.
15712
15713 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * message.el (message-insert-formated-citation-line): Remove newline.
15716         (message-citation-line-format): Add final \n here so that the user can
15717         avoid a blank line.
15718
15719 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15720
15721         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15722         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15723         Update lanl/arXiv support.
15724
15725 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15726
15727         * gnus.el: Bump version number.
15728
15729 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15730
15731         * gnus.el (gnus-version-number): Bump version.
15732
15733 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15734
15735         * gnus.el: No Gnus v0.6 is released.
15736
15737 2007-04-27  Didier Verna  <didier@xemacs.org>
15738
15739         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15740         * gmm-utils.el (gmm-regexp-concat): ... here.
15741         * message.el: Don't require 'gnus-util.
15742         (message-dont-reply-to-names): Handle name change above.
15743         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15744
15745 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15748         since the initial value varies according to the system.
15749
15750 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15753
15754 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15755
15756         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15757
15758 2007-04-24  Didier Verna  <didier@xemacs.org>
15759
15760         Improve the type of gnus-ignored-from-addresses.
15761         * gnus-util.el (gnus-orify-regexp): New function.
15762         * message.el (gnus-util): Require it.
15763         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15764         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15765         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15766
15767 2007-04-24  Didier Verna  <didier@xemacs.org>
15768
15769         * gnus-sum.el:
15770         * gnus-utils.el: Fix some trailing whitespaces.
15771
15772 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15775         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15776         article's Message-ID; refer parent article in summary buffer.
15777
15778         * message.el (message-bounce): Call mime-to-mml.
15779
15780         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15781         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15782         optimize and/or forms properly.
15783
15784 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15787         URL.
15788
15789 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15792
15793 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15796         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15797         displayed of multipart/alternative part if it is invoked from summary
15798         buffer.
15799
15800         * mm-view.el (mm-inline-text-html-render-with-w3m)
15801         (mm-inline-text-html-render-with-w3m-standalone)
15802         (mm-inline-render-with-function): Use mail-parse-charset by default.
15803
15804 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15805
15806         * parse-time.el (parse-time-string-chars): Check if CHAR
15807         is less than the length of parse-time-syntax.
15808
15809 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15812         from gnus-newsgroup-processable.
15813
15814 2007-04-16  Didier Verna  <didier@xemacs.org>
15815
15816         * gnus-msg.el (gnus-configure-posting-styles):
15817         Handle message-signature-directory properly with :file syntax.
15818         Reported by "Leo".
15819
15820 2007-04-11  Didier Verna  <didier@xemacs.org>
15821
15822         New user option: message-signature-directory.
15823         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15824         * message.el (message-insert-signature): Ditto.
15825         * message.el (message-signature-file): Doc update.
15826         * message.el (message-signature-directory): New.
15827
15828 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * gnus-msg.el (gnus-inews-yank-articles):
15831         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15832
15833 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * message.el (message-yank-original): Make sure cited text ends with
15836         newline; don't exchange point and mark.
15837
15838 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15839
15840         * tls.el (open-tls-stream): Properly handle case where there
15841         is no associated buffer.
15842
15843 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15844
15845         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15846         message-yank-original, make sure (< mark TEXT point).
15847
15848 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15849
15850         * message.el (message-fill-column): New variable.
15851         (message-mode): Use it.  Add comment on a possible new hook.
15852
15853         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15854         (nnmail-get-new-mail): Reformat.
15855
15856         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15857
15858         * gmm-utils.el: Fix Commentary.
15859         (gmm-tool-bar-from-list): Fix typo in doc string.
15860
15861 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15862
15863         * message.el (message-yank-original): Don't switch point and mark
15864         unnecessarily to put point and mark as documented.
15865
15866 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15867
15868         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15869         from the message heads.
15870
15871 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15872
15873         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15874         article buffer does not have a window.  This may not be the best
15875         solution but is certainly better than setting the start of the null,
15876         that is the current, window.
15877
15878 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15879
15880         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15881         (gnus-draft-setup): Run it.
15882
15883         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15884         gnus-score-fast-scoring.  Allow regexp.
15885         (gnus-score-headers): Use it.
15886
15887         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15888         XEmacs.
15889
15890         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15891         string.
15892         (gnus-button-alist): Also catch `<f1> k ...'.
15893         (gnus-treat-display-x-face): Fix doc string.
15894
15895 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15896
15897         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15898         evaluation of gnus-extended-version to ensure correct generation of the
15899         User-Agent header when message-generate-headers-first is used.
15900
15901 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15902
15903         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15904         hashcash-path is nil.  Don't call callback with incorrect number of
15905         parameters if val is 0.
15906
15907 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15908
15909         * message.el (message-required-news-headers):
15910         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15911
15912 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15913
15914         * tls.el (open-tls-stream): In handshake-waiting loop,
15915         don't wait more if there is output available to process.
15916
15917 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15918
15919         * tls.el (tls-program): Doc fix.
15920
15921 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * message.el (message-generate-new-buffers): Change the meaning of the
15924         nil value; add `standard' to the choices; treat t as `unique'; improve
15925         doc string.
15926         (gnus-select-frame-set-input-focus): Autoload.
15927         (message-buffer-name): Search for the existing message buffer if
15928         message-generate-new-buffers is nil or `standard'; treat the value t of
15929         message-generate-new-buffers as `unique'.
15930         (message-pop-to-buffer): Raise the frame already displaying the message
15931         buffer; clear the echo area after querying.
15932         (message-setup): Pass the `continue' argument to compose-mail.
15933         (message-mail): Prefer `switch-function' if it is given; search for the
15934         existing message buffer if the `continue' argument is non-nil; pass
15935         continue and switch-function arguments to compose-mail by way of
15936         message-setup.
15937         (message-mail-other-window): Adjust argument of message-setup.
15938         (message-mail-other-frame): Ditto.
15939
15940 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15943         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15944         to turn font-lock on when turning gnus-message-citation-mode on.
15945
15946 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15947
15948         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15949         (mml-smime-function-alist): New variable; add epg as the backend.
15950         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15951         mml-smime- functions instead.
15952         * mm-view.el: Require smime.
15953
15954 2007-03-05  Didier Verna  <didier@xemacs.org>
15955
15956         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15957         instead of just inheritance for posting styles.
15958         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15959
15960 2007-02-24  Chris Moore  <dooglus@gmail.com>
15961
15962         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15963         * pgg-pgp.el (pgg-pgp-encrypt-region):
15964         * pgg-gpg.el (pgg-gpg-encrypt-region):
15965         Check pgg-encrypt-for-me if no other recipients.
15966
15967 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15968
15969         * tls.el (tls-certtool-program): Fix custom type.
15970
15971 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15974         and point-at-eol instead of line-(beginning|end)-position.
15975
15976         * assistant.el (assistant-parse-buffer): Ditto.
15977
15978         * netrc.el (netrc-parse-services): Ditto.
15979
15980 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15981
15982         * mml2015.el (mml2015-epg-find-usable-key): New function.
15983         (mml2015-epg-sign): Use it.
15984         (mml2015-epg-encrypt): Use it.
15985
15986 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * message.el (message-make-in-reply-to): Quote name containing
15989         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15990         if there are special characters.  Reported by NAKAJI Hiroyuki
15991         <nakaji@jp.freebsd.org>.
15992
15993 2007-02-27  Didier Verna  <didier@xemacs.org>
15994
15995         Include the group parameters as well as the topic ones in the
15996         inheritance filter process.
15997         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15998         argument GROUP-PARAMS-LIST.
15999         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16000
16001 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * nntp.el (nntp-never-echoes-commands)
16004         (nntp-open-connection-functions-never-echo-commands): New variables.
16005         (nntp-send-command): Use them.
16006
16007 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16008
16009         * mml2015.el (mml2015-epg-verify): Simplify.
16010
16011 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * mml.el (mml-content-disposition-alist): New user option.
16014         (mml-content-disposition): New function.
16015         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16016         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16017
16018 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16019
16020         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16021         verification.
16022
16023 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16024
16025         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16026         articles posted in the last 24 hours.
16027
16028 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16029
16030         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16031
16032 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16033
16034         * nntp.el (nntp-send-command): Don't wait for echoes when
16035         nntp-open-ssl-stream is used.
16036
16037 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16040         (gnus-message-add-citation-keywords)
16041         (gnus-message-remove-citation-keywords): Remove.
16042         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16043         directly, make the variables in font-lock-defaults buffer-local, add
16044         gnus-message-citation-keywords to them and then update the value of
16045         font-lock-keywords.
16046
16047 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * message.el (message-cite-original-1): Don't call
16050         gnus-article-highlight-citation.
16051
16052         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16053         citations; fix line count.
16054
16055 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16058         (gnus-message-add-citation-keywords)
16059         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16060         versions of font-lock-add-keywords and font-lock-remove-keywords to
16061         work with XEmacs correctly.
16062
16063 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * gnus-cite.el (gnus-cite-face-list): Set the values of
16066         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16067         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16068         (gnus-message-cite-prefix-regexp): New variable.
16069         (gnus-message-search-citation-line): Use it; protect against long
16070         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16071         the 0th match data for Emacs.
16072         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16073         (gnus-message-add-citation-keywords): Append keywords rather than
16074         prepending; emulate font-lock-add-keywords if it is not available.
16075         (gnus-message-remove-citation-keywords):
16076         Emulate font-lock-remove-keywords if it is not available.
16077
16078         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16079
16080         * message.el (message-cite-prefix-regexp): Set the value of
16081         gnus-message-cite-prefix-regexp.
16082
16083 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16084
16085         * nnweb.el (nnweb-google-parse-1): Update parser.
16086
16087 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16088
16089         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16090
16091 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16092
16093         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16094         regexp.
16095
16096 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16099         string-to-multibyte.
16100         (uudecode-decode-region-internal): Use it.
16101
16102         * lpath.el: Fbind string-as-multibyte for XEmacs.
16103
16104 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16107         Fix custom choice.
16108
16109         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16110
16111 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16112
16113         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16114
16115         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16116         `write-region' to respect `mm-inhibit-file-name-handlers'.
16117
16118 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16119
16120         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16121         Use gnus-home-directory instead of "~/" or "$HOME".
16122
16123 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16124
16125         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16126         to mention filename.
16127         Add comments at beginning regarding usage.
16128         (encrypt-write-file-contents): Change interactive so a string is
16129         acceptable.  If the file has no associated model, show an error instead
16130         of a nonsense prompt.
16131
16132 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16133
16134         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16135         Thanks to Yoshihiko Yamada for kind notification of this typo.
16136
16137 2007-01-12  Kenichi Handa  <handa@m17n.org>
16138
16139         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16140         multibyte buffer.
16141
16142 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16143
16144         * gnus-score.el (gnus-score-fast-scoring): New variable.
16145         (gnus-score-headers): Use it.
16146
16147         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16148
16149         * message.el (message-cite-original-1):
16150         Call gnus-article-highlight-citation if requested.
16151         (message-make-from): Allow name and address as optional arguments.
16152
16153         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16154
16155         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16156         bugs to doc string.
16157         (gnus-button-alist): Add mid\\|message-id.
16158         (gnus-button-fetch-group): Extend for use in
16159         `browse-url-browser-function'.
16160         (gnus-button-url-regexp): Try to catch paired parentheses like in
16161         Wikipedia URLs.
16162
16163         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16164         Suggested by Simon Krahnke <overlord@gmx.li>.
16165
16166 2007-01-13  Romain Francoise  <romain@orebokech.com>
16167
16168         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16169         Update copyright.
16170
16171 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16172
16173         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16174
16175 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16176
16177         * gnus-registry.el (gnus-registry-unfollowed-groups)
16178         (gnus-registry-split-fancy-with-parent): Fix documentation.
16179
16180 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16181
16182         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16183         from nnweb groups.
16184
16185 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16186
16187         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16188         Xref urls.  Erase buffer before requesting head.
16189
16190         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16191
16192 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16195         customizable.
16196
16197 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16198
16199         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16200         no signing key is found.
16201         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16202         no encrypting and/or signing key is found.
16203
16204 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16207
16208 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16209
16210         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16211         headers read from disk with the ones newly found in the current search.
16212         This should no longer cause problems, because the article numbers in
16213         Gmane's `nov.php' output are ignored since the previous change.
16214
16215 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16216
16217         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16218
16219 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16222         replace-regexp-in-string; bind url-version; fbind display-images-p and
16223         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16224         find-face and set-itimer-function for Emacs; bind itimer-list for
16225         Emacs.
16226
16227         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16228
16229 2007-01-01  Romain Francoise  <romain@orebokech.com>
16230
16231         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16232
16233 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16234
16235         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16236         `define-minor-mode' macro definition expanded properly.
16237         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16238         exclude it there.
16239
16240         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16241         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16242         `fboundp' test.
16243         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16244         This is OK to autoload in (S)XEmacs now.
16245
16246 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16247
16248         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16249         keystroke.
16250         (gnus-summary-limit-to-singletons): Fix typo.
16251
16252         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16253         else fails.
16254
16255 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16256
16257         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16258         docstring.
16259
16260         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16261         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16262         (gnus-summary-insert-dormant-articles): Fix typo in message.
16263
16264 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16265
16266         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16267         nil for XEmacs.
16268         (gnus-message-citation-mode): Don't autoload in XEmacs.
16269
16270         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16271
16272 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16273
16274         * nnimap.el (nnimap-expunge-search-string):
16275         Mention nnimap-search-uids-not-since-is-evil in docstring.
16276
16277 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * spam.el: Revert to make-obsolete-variable because
16280         define-obsolete-variable-alias is not supported in Emacs 21.
16281
16282         * spam.el (spam-ifile-path, spam-ifile-database-path)
16283         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16284         make-obsolete-variable.
16285         (spam-bsfilter-path, spam-bsfilter-program)
16286         (spam-spamassassin-path, spam-spamassassin-program)
16287         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16288         Don't use "path" inappropriately.
16289         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16290         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16291         variable names.
16292
16293 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16294
16295         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16296         summary buffer.
16297
16298         * password.el (password-cache-remove): Use clear-string to burn
16299         password, if available.
16300
16301 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16304
16305         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16306
16307         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16308         (gnus-message-highlight-citation): Move defcustom here from
16309         gnus-cite.el.
16310         (gnus-message-citation-mode): Autoload.
16311
16312         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16313         checks to make it compile with XEmacs.
16314         (gnus-message-citation-mode): New minor mode.
16315         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16316         (gnus-message-highlight-citation): New variables.
16317         (gnus-message-search-citation-line)
16318         (gnus-message-add-citation-keywords)
16319         (gnus-message-remove-citation-keywords)
16320         (turn-on-gnus-message-citation-mode)
16321         (turn-off-gnus-message-citation-mode): New functions.
16322
16323 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16324
16325         * gnus-cite.el: Enable highlighting of different citation levels in
16326         message-mode.
16327
16328 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * message.el (message-make-fqdn): Fix comment.
16331         (message-bogus-system-names): Add ".local".
16332
16333         * spam.el (spam-ifile-path, spam-ifile-program)
16334         (spam-ifile-database-path, spam-ifile-database)
16335         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16336         Don't use "path" inappropriately.
16337         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16338         strings.
16339         (spam-check-ifile, spam-ifile-register-with-ifile)
16340         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16341         Use new variable names.
16342
16343         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16344         (gnus-treat-display-smileys): Simplify using
16345         gnus-image-type-available-p.
16346
16347         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16348         available.
16349
16350         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16351         Use `display-images-p' if available.
16352
16353 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16356         one after turning on the buffer's multibyteness instead of decoding
16357         them directly in the unibyte buffer that causes unexpected conversion
16358         in Emacs 23 (unicode).
16359
16360 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16361
16362         * message.el (message-generate-hashcash): Fix custom type.
16363
16364 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16365
16366         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16367
16368 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16371         disconnect icons.  Add help text.
16372
16373 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16374
16375         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16376         negated to be consistent with the others we handle.
16377
16378 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16379
16380         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16381         version of gnus-summary-buffer to something, so that we can use two
16382         article buffers at the same time.
16383
16384 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16385
16386         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16387         trigger all the extra headers.
16388         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16389         sorting.
16390
16391 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16392
16393         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16394         solid groups.
16395
16396 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16397
16398         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16399
16400 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16401
16402         * legacy-gnus-agent.el: Add Copyright notice.
16403
16404 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16405
16406         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16407
16408 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16409
16410         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16411
16412         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16413         to make it work reliably in CVS Emacs.
16414         (gnus-summary-limit-strange-charsets-predicate)
16415         (gnus-summary-limit-to-predicate): New functions.
16416
16417 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16418
16419         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16420         specifying array size.
16421         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16422         array if it is too small.
16423         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16424         (gnus-sort-threads-loop): New function.
16425
16426 2006-12-06  Chris Moore  <dooglus@gmail.com>
16427
16428         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16429         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16430
16431 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16432
16433         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16434         options.
16435
16436 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16437
16438         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16439         DOS-ing the recipient.
16440
16441         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16442         the headers when creating the mapping to avoid mismappings.
16443         (nnweb-gmane-create-mapping): Always nix out old mapping.
16444
16445 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16448         and mm-verify-option to never.
16449
16450 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * message.el (message-signed-or-encrypted-p): New function.
16453         (message-forward-make-body): Use it.
16454
16455         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16456         Replace encode-coding-string with mm-encode-coding-string.
16457
16458 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * nneething.el (nneething-decode-file-name):
16461         Replace decode-coding-string with mm-decode-coding-string.
16462
16463         * gnus-int.el (gnus-open-server): Say failed server's name.
16464
16465 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16466
16467         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16468         strings to a single string.  Quote `errors-file-name'.
16469         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16470         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16471         Adjust calls.  Use `shell-quote-argument'.
16472
16473 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16474
16475         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16476         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16477
16478         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16479         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16480         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16481         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16482         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16483         (gnus-subscribe-newsgroup, gnus-1):
16484         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16485         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16486         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16487         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16488
16489 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16492         keystroke.
16493         (gnus-summary-limit-to-bodies): Implement headersp.
16494
16495 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16496
16497         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16498
16499 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16502
16503 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16504
16505         * message.el (message-generate-hashcash): Expand range of values to
16506         include `opportunistic'.
16507         (message-send-mail): Use it.
16508
16509 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16510
16511         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16512         and comment it.
16513
16514         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16515
16516 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * gnus-util.el (gnus-extract-address-components): Improve comment.
16519
16520 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus-util.el (gnus-extract-address-components): Work with address in
16523         which the name portion contains @.
16524
16525         * lpath.el: Fbind custom-autoload.
16526
16527 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * gnus.el (gnus-start): Move custom group up.
16530         (gnus-select-method): Don't autoload, but make it available for
16531         `customize-variable'.
16532         (gnus-getenv-nntpserver): Don't autoload.
16533
16534 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16535
16536         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16537
16538 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * message.el (message-sendmail-extra-arguments): New variable.
16541         (message-send-mail-with-sendmail): Use it.
16542
16543 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16546         mm-with-unibyte-current-buffer to make string unibyte.
16547
16548         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16549         mm-string-as-multibyte.
16550
16551 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16552
16553         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16554         Reported by Werner Koch <wk@gnupg.org>.
16555
16556 2006-11-14  Daiki Ueno  <ueno@p360>
16557
16558         * mml2015.el: Autoload epa-select-keys when compiling.
16559
16560 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16561
16562         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16563         message-options.
16564         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16565
16566 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16567
16568         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16569         EasyPG (< 0.0.6).
16570         (mml2015-always-trust): New user option.
16571         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16572         prompt.
16573
16574 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * nntp.el (nntp-authinfo-force): New variable.
16577         (nntp-send-authinfo): Use it.
16578
16579 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16582         decode encoded words.  Improve prompt.  Add comment about forwarding.
16583         (message-replacement-char): Move up.
16584
16585 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16586
16587         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16588         instead of gnus-intersection because arguments of gnus-sorted-nunion
16589         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16590
16591 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16594         (message-simplify-subject-functions):
16595         Enable message-strip-subject-encoded-words by default.
16596
16597 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16598
16599         * message.el (message-strip-subject-encoded-words): New function.
16600         (message-simplify-subject-functions): New variable.
16601         (message-simplify-subject): Use it.  Fix typo in doc string.
16602         Support message-strip-subject-encoded-words.
16603
16604 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16605
16606         * gnus-diary.el (gnus-diary-delay-format-function):
16607         * nndiary.el (nndiary-reminders):
16608         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16609
16610 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16611
16612         * gnus-art.el (article-hide-boring-headers): Fetch date from
16613         gnus-original-article-buffer to avoid problems with localized date
16614         strings.
16615
16616 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16619
16620 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16623         New variables.
16624         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16625         (mm-charset-synonym-alist): Move some entries to
16626         mm-codepage-iso-8859-list.
16627         (mm-charset-synonym-alist, mm-charset-override-alist):
16628         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16629
16630 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16633
16634 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16635
16636         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16637         with Emacs 21 and XEmacs.
16638
16639 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16640
16641         * spam.el (spam-parse-address): New function for better parsing,
16642         catching errors, etc.
16643         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16644
16645 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16646
16647         * mm-view.el: Add interactive arg to html2text autoload.
16648
16649 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16652
16653 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16656         New variables.
16657         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16658         (mm-charset-synonym-alist): Move some entries to
16659         mm-codepage-iso-8859-list.
16660
16661         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16662
16663 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * message.el (message-citation-line-format)
16666         (message-insert-formated-citation-line): Fix implementation of %E, %N
16667         and %n according to the doc string.
16668
16669 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16670
16671         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16672         Use car-safe to avoid bad parses.
16673
16674 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16677         names.
16678
16679         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16680
16681 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16684         header.
16685
16686         * message.el (message-draft-headers): Add Date.
16687         (message-headers-to-generate): Fix typo in docstring.
16688
16689         * nndraft.el (nndraft-required-headers): New variable.
16690         (nndraft-generate-headers): Use it.
16691
16692         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16693
16694 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16695
16696         * gnus-registry.el (gnus-registry-wash-for-keywords)
16697         (gnus-registry-find-keywords): New functions to allow easy searching of
16698         articles that are in the registry.
16699
16700 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16701
16702         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16703         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16704         Reported by Damien Elmes <damien@repose.cx>.
16705
16706 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * gnus.el (gnus-mime): Remove unused custom group.
16709
16710 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16711
16712         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16713         "blank line" when searching for end of armor headers.
16714
16715 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * gmm-utils.el (gmm-write-region): Fix variable name.
16718
16719 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16720
16721         * gmm-utils.el (gmm-write-region): New function based on compatibility
16722         code from `mm-make-temp-file'.
16723
16724         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16725
16726         * nnmaildir.el (nnmaildir--update-nov)
16727         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16728         Use `gmm-write-region'.
16729
16730 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16731
16732         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16733         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16734
16735         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16736
16737         * message.el (message-replacement-char): New variable.
16738         (message-fix-before-sending): Use it.
16739         (message-simplify-subject): New function to remove duplicate code.
16740         (message-reply, message-followup): Use it.
16741
16742         * gnus-sum.el (gnus-summary-make-menu-bar):
16743         Clarify gnus-summary-limit-to-articles.
16744
16745 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-util.el (gnus-with-local-quit): New macro.
16748
16749         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16750
16751 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16752
16753         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16754         ignore non-string data.
16755
16756 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16757
16758         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16759         non-string data (needs to be done in the registry too).
16760
16761 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16762
16763         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16764         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16765         (gnus-registry-split-fancy-with-parent)
16766         (gnus-registry-fetch-simplified-message-subject-fast)
16767         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16768         Remove text properties on ingress into the registry and when it's saved.
16769         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16770         registry from entries with no groups.
16771
16772 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16773
16774         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16775         function to remove string properties.
16776
16777 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * gmm-utils.el (gmm): Adjust custom version.
16780
16781         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16782         Adjust custom version.
16783
16784         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16785
16786 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * gnus-art.el (gnus-insert-prev-page-button)
16789         (gnus-insert-next-page-button): Simplify.  Reformat.
16790
16791 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16792
16793         * gnus-art.el (gnus-insert-prev-page-button)
16794         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16795
16796 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16797
16798         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16799
16800 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16801
16802         * gnus-art.el (gnus-insert-mime-button)
16803         (gnus-insert-mime-security-button):
16804         Apply gnus-article-button-face to MIME and security buttons.
16805
16806 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16809         readable.
16810
16811 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16814
16815 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16816
16817         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16818         `browse-url-of-file' instead of `browse-url'.
16819
16820 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16821
16822         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16823         regexp.  Articles containing quotation were cut prematurely.
16824
16825 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * message.el (message-cite-original-1): Use nobody by default for the
16828         value of From header.
16829         (message-reply): Ditto.
16830
16831 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16832
16833         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16834         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16835         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16836
16837 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16840         mails in the doc string.  Add some URLs in comment.
16841         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16842
16843 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16846         backslashes handling and the way to find boundaries of quoted strings.
16847
16848 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16849
16850         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16851         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16852         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16853         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16854
16855 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16856
16857         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16858         doc string.
16859         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16860
16861 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * lpath.el: Fbind epg-check-configuration.
16864
16865 2006-09-06  Simon Josefsson  <jas@extundo.com>
16866
16867         * mml2015.el (mml2015-use): Doc fix, mention epg.
16868
16869 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16870
16871         * mml2015.el (mml2015-use): Default to epg, if available.
16872
16873 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16874
16875         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16876         message-sender.
16877         (mml1991-epg-encrypt): Ditto.
16878         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16879         message-sender.
16880         (mml2015-epg-encrypt): Ditto.
16881
16882 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16883
16884         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16885         several common directories.
16886
16887 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16888
16889         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16890         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16891
16892 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * gnus-art.el (article-decode-encoded-words): Make it fast.
16895
16896 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16899
16900         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16901         in quoted string into `\'.
16902
16903 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16906         Use standard-syntax-table.
16907
16908 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-art.el (gnus-decode-address-function): New variable.
16911         (article-decode-encoded-words): Use it to decode headers which are
16912         assumed to contain addresses.
16913         (gnus-mime-delete-part): Remove useless `or'.
16914
16915         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16916         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16917         (gnus-nov-parse-line): Use it to decode From header.
16918         (gnus-get-newsgroup-headers): Ditto.
16919         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16920
16921         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16922         (mail-decode-encoded-address-string): New alias.
16923
16924         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16925         New function.
16926         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16927         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16928         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16929         (rfc2047-decode-string): Ditto.
16930         (rfc2047-decode-address-region): New function.
16931         (rfc2047-decode-address-string): New function.
16932
16933 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16934
16935         * message.el (message-caesar-buffer-body): Allow rotating headers.
16936
16937         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16938
16939         * message.el (message-insert-formated-citation-line): Fix %f.
16940         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16941
16942 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16945         (gnus-bookmark-mouse-available-p): New macro.
16946         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16947         (gnus-bookmark-bmenu-show-infos): Use it.
16948         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16949         (gnus-bookmark-bmenu-hide-infos): Ditto.
16950         (gnus-bookmark-remove-properties): New function.
16951         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16952         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16953         (gnus-bookmark-write-file): Bind coding-system-for-write.
16954         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16955         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16956         group before selecting it.
16957         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16958         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16959         quit-window if it is not available; use gnus-mouse-2 and bind it to
16960         gnus-bookmark-bmenu-select-by-mouse.
16961         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16962         (gnus-bookmark-bmenu-select-by-mouse): New function.
16963
16964 2006-08-13  Romain Francoise  <romain@orebokech.com>
16965
16966         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16967         space.
16968
16969 2006-08-10  Romain Francoise  <romain@orebokech.com>
16970
16971         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16972         (dns-mode-soa-auto-increment-serial): New user option.
16973         (dns-mode-soa-maybe-increment-serial): New function.
16974         (dns-mode): Add the latter to `write-contents-functions'.
16975
16976 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * compface.el (uncompface): Use binary rather than raw-text-unix.
16979
16980 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * compface.el (uncompface): Make sure the eol conversion doesn't take
16983         place when communicating with the external programs.
16984         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16985
16986 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16989
16990 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16991
16992         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16993         Make it more robust by parsing author and date independently.
16994
16995 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16998
16999 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17000
17001         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17002         first matching secret key.
17003         (mml2015-epg-encrypt): Ditto.
17004
17005         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17006         first matching secret key.
17007         (mml1991-epg-encrypt): Ditto.
17008
17009         * mml2015.el (mml2015-encrypt-to-self): New user option.
17010         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17011         mml2015-epg-encrypt-to-self is set.
17012
17013         * mml1991.el (mml1991-encrypt-to-self): New variable.
17014         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17015         mml1991-epg-encrypt-to-self is set.
17016
17017         * mml2015.el (mml2015-signers): New user option.
17018         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17019         (mml2015-epg-encrypt): Allow to select signing keys.
17020
17021         * mml1991.el (mml1991-signers): New variable.
17022         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17023         (mml1991-epg-encrypt): Allow to select signing keys.
17024
17025 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * nnheader.el (nnheader-insert-head): Make it work even if the file
17028         uses CRLF for the line-break code.
17029
17030 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17031
17032         * mml2015.el: Require mml-sec instead of password.
17033         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17034         (mml2015-cache-passphrase): Inherit the default value from
17035         mml-secure-cache-passphrase.
17036         (mml2015-passphrase-cache-expiry): Inherit the default value from
17037         mml-secure-passphrase-cache-expiry.
17038
17039         * mml1991.el: Require mml-sec instead of password.
17040         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17041         (mml1991-cache-passphrase): Inherit the default value from
17042         mml-secure-cache-passphrase.
17043         (mml1991-passphrase-cache-expiry): Inherit the default value from
17044         mml-secure-passphrase-cache-expiry.
17045
17046         * mml-sec.el: Require password.
17047         (mml-secure-verbose): New user option.
17048         (mml-secure-cache-passphrase): New user option.
17049         (mml-secure-passphrase-cache-expiry): New user option.
17050
17051 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17052             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17053
17054         * pgg-def.el (pgg-truncate-key-identifier):
17055         Truncate the key ID to 8 letters from the end.
17056
17057 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17058
17059         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17060         workaround for the url package included with Emacs.
17061
17062         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17063
17064 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17067         correctly.  This fixes a bug caused by the 2006-05-12 change.
17068
17069 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17070
17071         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17072         some information about the error when saying that the `bogus' mail
17073         group will be used.
17074
17075 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17076
17077         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17078         string.
17079
17080 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17081
17082         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17083
17084 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17085
17086         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17087
17088 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17089
17090         * mml1991.el (mml1991-function-alist): Add epg.
17091         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17092         (mml1991-epg-encrypt): New functions.
17093
17094 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17095
17096         * mml2015.el (mml2015-verbose): New variable.
17097         (mml2015-cache-passphrase): Ditto.
17098         (mml2015-passphrase-cache-expiry): Ditto.
17099         (mml2015-function-alist): Add epg.
17100         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17101         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17102         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17103         New functions.
17104
17105 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17106
17107         * message.el (message-cite-original-1): Preserve region when removing
17108         quoted text due to X-No-Archive in order to avoid bogus attribution
17109         when citing multiple messages.
17110
17111 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17112
17113         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17114         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17115
17116 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * gnus-diary.el (gnus-user-format-function-d)
17119         (gnus-user-format-function-D): Autoload.
17120
17121         * imap.el (Commentary): Fix typo.
17122
17123         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17124         2006-04-22 contribution.
17125
17126 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17127
17128         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17129         It didn't really fix the bogosity I'm seeing with solid web groups.
17130
17131 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17132
17133         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17134         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17135         created using server names.  If we use the feature without declaring
17136         it, Gnus does not properly manage server and group state.
17137
17138         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17139         bound.
17140
17141 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17142
17143         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17144         looking up the method using GROUP's prefix before inventing a new one.
17145         It is used on killed/unknown groups in various places where returning
17146         an all-new method isn't expected by the caller.
17147
17148         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17149         and match semantics of gnus-group-real-prefix.
17150
17151 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * nnmail.el (nnmail-broken-references-mailers): New variable.
17154         (nnmail-ignore-broken-references): New function generalizing
17155         nnmail-fix-eudora-headers.
17156         (nnmail-fix-eudora-headers): Now obsolete.
17157
17158         * gnus-art.el (gnus-button-handle-custom):
17159         Support `customize-apropos*'.
17160
17161 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17162
17163         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17164
17165         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17166         articles.
17167
17168 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17169
17170         * message.el (message-cite-reply-above): New variable.
17171         (message-yank-original): Use it.
17172
17173 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17176
17177 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17180         as read.
17181
17182         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17183
17184 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17187         (gnus-bookmark-default-file): Use gnus-directory.
17188         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17189         Remove "*" in doc string.
17190         (gnus-bookmark-write-file): Simplify.
17191         (gnus-bookmark-maybe-sort-alist): Use `when'.
17192         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17193         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17194         Add FIXME about Emacs 21 and XEmacs compatibility.
17195         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17196         compatibility.
17197         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17198         compatibility.
17199         (gnus-bookmark-menu-heading): Fix version.
17200
17201 2006-06-19  Bastien Guerry  <bzg@altern.org>
17202
17203         * gnus-bookmark.el: New file.
17204
17205 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * message.el (message-syntax-checks): Doc fix.
17208
17209 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17210
17211         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17212         unsubscribed groups as if they were killed ones.  It causes duplicate
17213         entries in gnus-newsrc-alist.
17214
17215 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * message.el (message-syntax-checks): Doc fix.
17218         (message-send-mail): Add check for continuation headers.
17219         (message-check-news-header-syntax): Fix regexp used to check for
17220         continuation headers.
17221
17222 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17225
17226 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17227
17228         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17229
17230 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17233         default-truncate-lines.
17234
17235 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17238         to fill the utf-8 entry.
17239
17240         * lpath.el: Fbind unicode-precedence-list.
17241
17242 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17243
17244         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17245
17246 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17247
17248         * gnus-agent.el (directory-files-and-attributes): Move all the way
17249         forward (the third and final move).
17250         (gnus-agent-read-agentview): Trap reconstruction errors due to
17251         nonexistent directory.  Handle by returning nil.
17252
17253 2006-05-30  Didier Verna  <didier@xemacs.org>
17254
17255         * message.el (message-dont-reply-to-names): Update the custom type.
17256         * message.el (message-dont-reply-to-names): New defsubst: potentially
17257         convert a list of regexps into a single one.
17258         * message.el (message-get-reply-headers): Use it.
17259         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17260
17261 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * gnus-agent.el (directory-files-and-attributes): Move forward.
17264
17265 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17266
17267         * gnus-ml.el (gnus-mailing-list-subscribe)
17268         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17269         (gnus-mailing-list-message): Fix doc strings.
17270
17271 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17272
17273         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17274         of doing it manually.
17275
17276 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17277
17278         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17279         comment.
17280
17281 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17282
17283         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17284         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17285         (gnus-agent-read-local): All symbols allocated in my-obarray.
17286         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17287         (gnus-agent-regenerate-group): Check numeric names to see if they are
17288         messages or groups.
17289         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17290         better way of do this...)
17291
17292         * gnus-cache.el (gnus-agent-total-fetched-for):
17293         Ignore 'dummy.group' (there should be a better way of do this...)
17294
17295 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17298         (gnus-saved-headers): Ditto.
17299         (gnus-default-article-saver): Mention functions may have properties.
17300         (gnus-article-save): Override gnus-save-all-headers and
17301         gnus-saved-headers by :headers property which saver function may have.
17302         (gnus-summary-save-in-file): Add :headers property.
17303         (gnus-summary-write-to-file): Ditto.
17304
17305         * gnus-sum.el (gnus-summary-save-article): Bind
17306         gnus-prompt-before-saving to t when saving many articles in a file;
17307         always show all headers.
17308
17309         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17310
17311 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17312
17313         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17314         marks.
17315
17316         * message.el (message-indent-citation): Add optional arguments to allow
17317         using it outside of message buffers.
17318
17319         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17320         (gnus-article-treat-unfold-headers): Use it.
17321         (gnus-article-truncate-lines): New variable.
17322         (gnus-article-mode): Use it.
17323         (gnus-article-toggle-truncate-lines): New function.
17324
17325         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17326         Add gnus-article-toggle-truncate-lines.
17327
17328         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17329         coding system in XEmacs, use binary.
17330
17331 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17334         after-load-alist.
17335
17336         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17337         this function should save decoded articles.
17338         (gnus-summary-write-to-file): Use property to specify this function
17339         should save decoded articles and specify gnus-summary-save-in-file
17340         should be used to save articles other than the first one when saving
17341         many articles.
17342         (gnus-summary-save-body-in-file): Use property to specify this
17343         function should save decoded articles.
17344         (gnus-summary-write-body-to-file): Use property to specify this
17345         function should save decoded articles and specify
17346         gnus-summary-save-body-in-file should be used to save articles other
17347         than the first one when saving many articles.
17348
17349         * gnus-sum.el (gnus-summary-save-article): Simplify.
17350
17351 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * gnus-art.el (gnus-default-article-saver):
17354         Add gnus-summary-write-body-to-file.
17355         (gnus-article-save-coding-system): Don't use coding system object
17356         in XEmacs.
17357         (gnus-read-save-file-name): Add optional `dir-var' argument which
17358         specifies directory in which files are saved; work even if optional
17359         `variable' argument is not specified.
17360         (gnus-summary-write-to-file): Read file name.
17361         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17362         (gnus-summary-write-body-to-file): New function.
17363
17364         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17365         (gnus-summary-local-variables): Add it.
17366         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17367         (gnus-summary-save-article): Remove optional `decode' argument;
17368         determine whether to decode articles by the value of
17369         gnus-default-article-saver; when saving many files using
17370         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17371         it first and use gnus-summary-save-in-file or
17372         gnus-summary-save-body-in-file thereafter unless
17373         gnus-prompt-before-saving is always; move point to article which
17374         will be saved.
17375         (gnus-summary-save-article-file): Revert.
17376         (gnus-summary-write-article-file): Revert.
17377         (gnus-summary-save-article-body-file): Revert.
17378         (gnus-summary-write-article-body-file): New function.
17379
17380 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * gnus-art.el (gnus-default-article-saver): Doc fix.
17383         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17384         from gnus-summary-save-article-coding-system, and default to a
17385         certain coding system.
17386         (gnus-output-to-file): Add coding cookie and encode text according
17387         to gnus-article-save-coding-system; don't use mm-append-to-file.
17388
17389         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17390         gnus-art.el and rename to gnus-article-save-coding-system.
17391         (gnus-summary-save-article): Require gnus-art; don't show all
17392         headers if it decodes articles; don't add coding cookie here;
17393         don't bind mm-text-coding-system-for-write.
17394         (gnus-summary-save-article-file): Save decoded articles.
17395         (gnus-summary-write-article-file): When saving many files, use
17396         gnus-summary-write-to-file first and gnus-summary-save-in-file
17397         thereafter unless gnus-prompt-before-saving is always.
17398         (gnus-summary-save-article-body-file): Save decoded articles.
17399
17400         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17401
17402 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17403
17404         * nnrss.el (nnrss-check-group): Bind hash-index.
17405
17406 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17407
17408         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17409         its hash index.  Store this hash in `nnrss-group-data'.
17410         (nnrss-read-group-data): Update accordingly.
17411
17412 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17413
17414         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17415         entry.
17416
17417         * gnus-sum.el (gnus-summary-make-menu-bar):
17418         Add gnus-article-browse-html-article.
17419
17420 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17421
17422         * gnus-sum.el (gnus-summary-mime-map):
17423         Add gnus-article-browse-html-article.
17424
17425         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17426
17427 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17428
17429         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17430         suitable coding systems in customize.
17431
17432 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * mail-source.el (mail-sources): Fix custom type.
17435
17436 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17437
17438         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17439         (gnus-summary-expire-articles-now): Shorten prompt.
17440
17441         * gmm-utils.el (wid-edit): Require.
17442         (defun-gmm): Rename from `gmm-defun-compat'.
17443         (gmm-image-search-load-path): Use it.
17444         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17445
17446 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-sum.el (gnus-summary-save-article-coding-system):
17449         New variable.
17450         (gnus-summary-save-article): Add optional `decode' argument.
17451         If it is set and gnus-summary-save-article-coding-system is non-nil,
17452         save decoded article.
17453         (gnus-summary-write-article-file): Save decoded article if
17454         gnus-summary-save-article-coding-system is non-nil.
17455
17456         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17457         type.
17458
17459 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17462
17463 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17466         first to test gnus-single-article-buffer which may be buffer-local.
17467
17468         * gnus-sum.el (gnus-summary-setup-buffer):
17469         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17470         group; make gnus-article-buffer, gnus-article-current, and
17471         gnus-original-article-buffer always buffer-local.
17472         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17473         group.
17474         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17475
17476 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17477
17478         * nnml.el (nnml-request-compact-group): Compressed files might not
17479         have .gz extension.
17480
17481 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17482
17483         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17484         (mm-copy-to-buffer): Use with-current-buffer.
17485         (mm-display-part): Simplify.
17486         (mm-inlinable-p): Add optional arg `type'.
17487
17488 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17489
17490         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17491         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17492         Try harder to show the attachment internally or externally using
17493         gnus-mime-view-part-as-type.
17494
17495 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17496
17497         * message.el (message-from-style, message-signature-separator)
17498         (message-user-organization-file, message-send-mail-function)
17499         (message-citation-line-function, message-yank-prefix)
17500         (message-indent-citation-function, message-signature)
17501         (message-signature-file, message-signature-insert-empty-line):
17502         Remove autoloads.
17503
17504         * gnus-art.el (gnus-buttonized-mime-types):
17505         Remove "multipart/signed".  Revert 2006-04-26 change.
17506
17507 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17508
17509         * gnus.el (gnus-version-number): Bump version.
17510
17511 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17512
17513         * gnus.el: No Gnus v0.5 is released.
17514
17515 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17516
17517         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17518         fetching articles by message-id.
17519
17520 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17521
17522         * message.el (hashcash): Require hashcash as normal.
17523
17524         * ecomplete.el (ecomplete-highlight-match-line):
17525         Use point-at-eol.
17526         (ecomplete-highlight-match-line): Use `highlight', because that
17527         face exists in both Emacs and XEmacs.
17528
17529         * message.el (message-display-abbrev): Use point-at-bol.
17530
17531         * mail-source.el: Don't require timer/timer-funcs.
17532
17533         * gnus-async.el: Ditto.
17534
17535         * password.el: Ditto.
17536
17537         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17538
17539         * mm-url.el: Ditto.
17540
17541         * gnus-xmas.el: Don't require timer-funcs.
17542
17543         * mm-util.el: Require timer/timer-funcs.
17544
17545 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17546
17547         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17548         Close.
17549
17550 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17553         unibyte after clear-decrypt function runs.
17554
17555         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17556         returns as a unibyte string.
17557
17558 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * lpath.el: Revert.
17561
17562         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17563         (pgg-gpg-process-sentinel): Revert.
17564
17565         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17566         (pgg-pgp-lookup-key): Revert.
17567
17568         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17569         (pgg-pgp5-lookup-key): Revert.
17570
17571         * pgg.el (pgg-fetch-key): Revert.
17572
17573 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * lpath.el: Fbind string-as-multibyte for XEmacs.
17576
17577         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17578         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17579         (mml1991-pgg-encrypt): Ditto.
17580
17581         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17582         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17583         a multibyte buffer.
17584
17585         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17586         (pgg-pgp-lookup-key): Ditto.
17587
17588         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17589         (pgg-pgp5-lookup-key): Ditto.
17590
17591         * pgg.el (pgg-fetch-key): Ditto.
17592
17593 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17594
17595         * message.el (message-user-organization-file): Check several
17596         locations of the organization file.
17597
17598         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17599         Add gnus-article-view-part-as-type.
17600
17601         * gnus-art.el (gnus-article-view-part-as-type): New function.
17602
17603         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17604         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17605
17606         * mml.el: Simplify autoload.
17607         (mml-mode): defvar dnd-protocol-alist instead of using
17608         symbol-value.
17609         (mml-default-directory): New variable.
17610         (mml-minibuffer-read-file): Use it.
17611         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17612
17613         * message.el (message-citation-line-format): New variable.
17614         (message-insert-formated-citation-line): New function.
17615         (message-citation-line-function):
17616         Add `message-insert-formated-citation-line' to custom type.
17617
17618         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17619         to doc string.
17620
17621         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17622         depending on mm-verify-option.
17623
17624 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17625
17626         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17627         binding pgg-* variables; reimplement the section which prevents
17628         MIME header from being signed.
17629         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17630         pgg-text-mode; remove a blank line at the top of body.
17631
17632         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17633         lines at the top of body; use gnus-newsgroup-charset if there's no
17634         Charset header.
17635
17636 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * message.el (message-self-insert-commands): Doc fix.
17639
17640         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17641         (mm-uu-pgp-encrypted-test): Ditto.
17642         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17643         between header and body; return application/pgp-encrypted handle
17644         if decryption failed; decode decrypted body by charset.
17645
17646         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17647         element match to application/pgp-*.
17648
17649 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17650
17651         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17652         HTML.
17653
17654 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17655
17656         * mail-source.el (mail-source-call-script): Message the error
17657         string.
17658
17659 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17660
17661         * gnus-util.el (gnus-byte-compile): Use it.
17662
17663 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17664
17665         * gnus-util.el (kill-empty-logs): New function.
17666
17667 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * message.el (message-mail-alias-type): Doc fix.
17670         (message-mail-alias-type-p): New function.
17671         (message-send): Use it.
17672         (message-mode): Ditto.
17673         (message-strip-forbidden-properties): Ditto.
17674
17675         * ecomplete.el (ecomplete-database-file-coding-system):
17676         New variable.
17677         (ecomplete-save): Use it.
17678         (ecomplete-setup): Use it.
17679
17680 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * message.el (message-self-insert-commands): New variable.
17683         (message-strip-forbidden-properties): Use it.
17684
17685 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686
17687         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17688         that doesn't make XEmacs choke.
17689
17690 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17691
17692         * gnus-util.el (gnus-replace-in-string):
17693         Prefer replace-regexp-in-string over of replace-in-string.
17694
17695 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-util.el (gnus-select-frame-set-input-focus):
17698         Use select-frame-set-input-focus if it is available in XEmacs; use
17699         definition defined in Emacs 22 for old Emacsen.
17700
17701         * dgnushack.el: Autoload unmorse-region for XEmacs.
17702
17703         * lpath.el: Bind cursor-in-non-selected-windows and
17704         select-frame-set-input-focus for XEmacs.
17705
17706 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17709
17710 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17711
17712         * gnus-registry.el (gnus-registry-cache-save): Remove text
17713         properties when saving via the temp buffer.
17714
17715 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17716
17717         * message.el (message-generate-hashcash): Honor custom type.
17718
17719 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17720
17721         * message.el (message-generate-hashcash): Default to non-nil when
17722         hashcash is found.
17723
17724         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17725         (gnus-refer-thread-limit): Increase default to 500.
17726
17727         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17728
17729         * flow-fill.el (fill-flowed): Allow delete-space.
17730
17731 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17734         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17735         Remove autoloads.
17736
17737 2006-04-18  Simon Josefsson  <jas@extundo.com>
17738
17739         * message.el (message-generate-hashcash): Default to.
17740
17741 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17744         concatenating segments rather than before concatenating them.
17745
17746 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17747
17748         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17749
17750 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17751
17752         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17753
17754         * message.el (message-forward-make-body-plain):
17755         Allow message-forward-ignored-headers to be a list.
17756         (message-remove-ignored-headers): Factor out into function.
17757         (message-forward-make-body-mml): Use it.
17758
17759         * imap.el (imap-quote-specials): New function.
17760         (imap-login-auth): Quote specials.
17761
17762         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17763         (rfc2231-parse-string): Allow concatanation of parameters that
17764         aren't contiguous.  The test case is
17765           (mail-header-parse-content-type "message/external-body;
17766             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17767             access-type=LOCAL-FILE;
17768             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17769
17770 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17771
17772         * nntp.el (nntp-accept-process-output): Return the value of
17773         `nnheader-accept-process-output'.
17774
17775 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17776
17777         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17778         (gnus-button-alist): Recognize more diff formats.
17779         (gnus-button-patch): Strip directory.
17780
17781 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17782
17783         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17784         Emacs 22 when setting focus.
17785
17786 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17787
17788         * gnus-art.el (gnus-article-treat-types): Do treatment of
17789         text/x-verbatim parts.
17790         (gnus-button-patch): New command.
17791
17792         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17793         addresses that contain invalid characters.
17794
17795 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17796
17797         * message.el (message-put-addresses-in-ecomplete):
17798         Use gnus-replace-in-string.
17799         (message-is-yours-p): Use the more correct
17800         mail-header-parse-address instead of
17801         mail-extract-address-components.
17802         (message-put-addresses-in-ecomplete): Fix typo.
17803
17804         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17805         keystroke.
17806
17807         * gnus-art.el (gnus-treatment-function-alist): Change order of
17808         newsgroups/generic header folding to avoid double-folding.
17809
17810         * message.el (message-hidden-headers): Add X-Draft-From.
17811
17812         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17813         New command.
17814         (gnus-summary-repeat-search-article-backward): New command.
17815
17816         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17817         groups in the parent topic.
17818
17819 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17820
17821         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17822         (spam-extra-header-to-number): Return the CRM114 number as a
17823         number instead of a string.
17824
17825 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17826
17827         * gnus-art.el (gnus-face-properties-alist): Move here from
17828         gnus-fun.
17829
17830         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17831
17832 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17833
17834         * message.el (message-strip-forbidden-properties): Only display on
17835         self-insert-command.
17836
17837         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17838         reindent.
17839         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17840
17841 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17842
17843         * smiley.el (smiley-style): Fix typo.
17844
17845 2006-03-23  Kenichi Handa  <handa@m17n.org>
17846
17847         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17848         instead of set-buffer-multibyte.
17849
17850 2006-03-23  Kenichi Handa  <handa@m17n.org>
17851
17852         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17853         buffer and then decode the buffer text if necessary.
17854         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17855         first, and after mm-encode-body, change the buffer to unibyte.
17856
17857 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17858
17859         * hashcash.el (hashcash-insert-payment-async-2):
17860         Use message-goto-eoh instead of doing it manually.
17861         (mail-add-payment): Use message-narrow-to-header instead of trying
17862         to do the same itself.
17863
17864         * message.el (message-hidden-headers): Add Face.
17865
17866         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17867         reparenting code.
17868         (gnus-summary-reparent-children): Refactored out code.
17869         (gnus-summary-thread-map): New keystroke.
17870         (gnus-summary-reparent-children): Make into command.
17871
17872         * smiley.el (smiley-style): Default to `medium' if using a large
17873         font.
17874
17875         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17876         does it itself.
17877
17878         * message.el (message-point-in-header-p): Simplify definition.
17879
17880 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17881
17882         * nnagent.el (nnagent-request-set-mark): Silence log file
17883         writing.
17884         (nnagent-request-set-mark): Use write-region instead of
17885         append-to-file.
17886
17887         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17888         strange select method.
17889
17890         * ecomplete.el (ecomplete-display-matches): Get highlightling
17891         right.
17892         (ecomplete-display-matches): Use literals.
17893         (ecomplete-display-matches): Disable message logging.
17894
17895         * message.el (message-display-abbrev): Small optimization.
17896
17897         * ecomplete.el (ecomplete-display-matches): Allow automatic
17898         display.
17899
17900         * message.el (message-strip-forbidden-properties):
17901         Display abbrevs.
17902         (message-display-abbrev): Get automatic display right.
17903
17904         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17905         keystrokes.
17906
17907 2006-04-13  Romain Francoise  <romain@orebokech.com>
17908
17909         TODO: Backport to v5-10!
17910
17911         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17912         Move here (and rename) from gnus-registry.el.
17913
17914         * gnus-registry.el: Require gnus-util.
17915         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17916
17917 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17918
17919         * gnus-group.el (gnus-group-catchup-current):
17920         Change if-then-else-if-then-else into cond.
17921         (gnus-group-catchup): Indent.
17922         (group-name-at-point): New function.
17923         (gnus-fetch-group): Provide default from thing at point.
17924
17925 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17926
17927         * message.el (message-display-abbrev): Fix regexp.
17928
17929         * ecomplete.el (ecomplete-highlight-match-line):
17930         Reimplement choosing.
17931         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17932         dead variables.
17933
17934         * message.el (message-newline-and-indent): Remove debugging.
17935         (message-display-abbrev): Use new implementation.
17936
17937 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17938
17939         * gnus-art.el (gnus-article-mode):
17940         Set cursor-in-non-selected-windows to nil.
17941
17942         * smiley.el: Revert previous change.
17943         (smiley-data-directory): defvar it before using it in the
17944         defcustom of `smiley-style'.
17945
17946 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17947
17948         * message.el (message-newline-and-indent): New function.
17949
17950         * ecomplete.el: Implement more bits.
17951
17952         * message.el (message-put-addresses-in-ecomplete): Clean up the
17953         string.
17954
17955         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17956
17957         * gnus-sum.el (gnus-summary-save-parts):
17958         Bind gnus-summary-save-parts-counter and use it to make unique file
17959         names.
17960
17961         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17962
17963         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17964         parameter to say whether to actually parse the individual
17965         addresses.
17966
17967         * message.el (message-put-addresses-in-ecomplete): New function.
17968         (ecomplete): Require.
17969         (message-mail-alias-type): Add ecomplete as an option.
17970
17971 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17972
17973         * flow-fill.el (fill-flowed): Remove trailing space from blank
17974         quoted lines.
17975
17976 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17977
17978         * smiley.el (smiley-style): Move definition later to avoid a
17979         compilation warning.
17980
17981 2006-04-12  Kenichi Handa  <handa@m17n.org>
17982
17983         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17984         buffer and then decode the buffer text if necessary.
17985         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17986         first, and after mm-encode-body, change the buffer to unibyte.
17987         Use mm-disable-multibyte instead of set-buffer-multibyte.
17988
17989 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17992         Content-Type header instead of Content-Disposition header.
17993         (gnus-mime-inline-part): Ditto.
17994         (gnus-mime-view-part-as-charset): Ignore charset that the part
17995         specifies.
17996
17997         * mm-decode.el (mm-display-part): Work with external parts and
17998         usual parts similarly.
17999
18000         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18001         instead of gnus-display-mime.
18002
18003         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18004         instead of with-temp-buffer.
18005
18006         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18007         tag to summarized topics part in order to encode non-ASCII text.
18008
18009 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * smiley.el (smiley-style): New variable.
18012         (smiley-directory): New function.
18013         (smiley-data-directory): Derive from `smiley-style' using
18014         `smiley-directory'.
18015         (smiley-regexp-alist): Add new entries.
18016
18017         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18018         (gnus-article-browse-delete-temp): Add :version.
18019
18020 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18021
18022         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18023         the sieve region.
18024
18025 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18026
18027         * gnus.el (gnus-version-number): Bump version.
18028
18029 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18030
18031         * gnus.el: No Gnus v0.4 is released.
18032
18033 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18034
18035         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18036         layout.
18037
18038         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18039         unknown charset.
18040
18041         * message.el (message-header-synonyms): Add Original-To to the
18042         default.
18043
18044         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18045         optional parameter.
18046
18047 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18048
18049         * gnus-fun.el (gnus): Require it for gnus-directory.
18050
18051 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18054
18055 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18056
18057         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18058
18059 2006-04-05  Simon Josefsson  <jas@extundo.com>
18060
18061         * password.el (password-reset): New function.
18062
18063 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18064
18065         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18066         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18067
18068 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18069
18070         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18071         Some whitespace was matched into the url, which broke browsing hits
18072         > 100 when mm-url-use-external was nil.
18073
18074 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18075
18076         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18077         Check gnus-extra-headers for 'Newsgroups.
18078
18079         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18080         bound.
18081
18082 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18083
18084         * pgg-gpg.el: Clean up process buffers every time gpg processes
18085         complete.
18086
18087 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18088
18089         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18090         doc string.
18091
18092 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18093
18094         * pgg-gpg.el (pgg-gpg-process-filter)
18095         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18096
18097         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18098         lines, temporary fix.
18099
18100 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18103
18104 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18105
18106         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18107         default-enable-multibyte-characters.  This reverts the change from
18108         revision 6.17 which is no longer necessary because the passphrase
18109         is sent separately now.  GnuPG messages are unreadable under
18110         multibyte locales with default-enable-multibyte-characters set to
18111         nil.
18112
18113 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18114
18115         * message.el (message-tool-bar-gnome): Move "spell".
18116
18117 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18118
18119         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18120         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18121         instead.
18122
18123 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18124
18125         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18126         Improve newsgroups handling for NNTP overviews which don't include
18127         Newsgroups.
18128
18129 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18130
18131         * message.el (message-resend): Bind message-generate-hashcash to nil.
18132
18133 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18134
18135         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18136         when searching for already-paid recipients.
18137
18138 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18139
18140         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18141         passphrases when it is not needed.
18142         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18143         passphrase stuff from gpg, should only be necessary when you use
18144         gpg with a smartcard.
18145
18146 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * mml.el (mml-insert-mime): Ignore cached contents of
18149         message/external-body part.
18150
18151         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18152         (mm-insert-part): Ditto.
18153
18154 2006-03-23  Simon Josefsson  <jas@extundo.com>
18155
18156         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18157         Reiner.
18158         (pgg-gpg-use-agent-p): Use it again.
18159
18160 2006-03-23  Simon Josefsson  <jas@extundo.com>
18161
18162         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18163         older emacsen.
18164         (pgg-gpg-use-agent-p): Don't use it.
18165
18166 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18167
18168         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18169         if we can.
18170
18171 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18172
18173         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18174         (pgg-gpg-update-agent): New function.
18175         (pgg-gpg-use-agent-p): New function.
18176         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18177         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18178         (pgg-gpg-sign-region): Use it.
18179
18180 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18183         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18184
18185 2006-03-21  Simon Josefsson  <jas@extundo.com>
18186
18187         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18188         <wilde@sha-bang.de>.
18189         (pgg-gpg-use-agent): New variable.
18190         (pgg-gpg-process-region): Use it.
18191         (pgg-gpg-encrypt-region): Likewise.
18192         (pgg-gpg-encrypt-symmetric-region): Likewise.
18193         (pgg-gpg-decrypt-region): Likewise.
18194         (pgg-gpg-sign-region): Likewise.
18195         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18196
18197 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18200
18201         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18202         Add comment on version.
18203
18204 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18205
18206         * smiley.el: Add missing test smiley.
18207
18208 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * mm-decode.el (mm-with-part): New macro.
18211         (mm-get-part): Use it; work with message/external-body as well.
18212         (mm-save-part): Treat name and filename equally.
18213
18214         * mm-extern.el (mm-extern-cache-contents): New function.
18215         (mm-inline-external-body): Use it; force the part to be displayed;
18216         move undisplayer added to the cached handle to the parent.
18217
18218         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18219         (gnus-mime-view-part-as-type): Work with message/external-body.
18220
18221         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18222
18223 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18224
18225         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18226         images in image-load-path.  [Sync with image.el, revision 1.60, in
18227         Emacs.]
18228
18229 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18230
18231         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18232         path rather than symbol.  Always return list of directories.
18233         Guarantee that image directory comes first.  [Sync with image.el,
18234         revision 1.59, in Emacs.]
18235
18236         * message.el (message-make-tool-bar): Adjust to new API of
18237         `gmm-image-load-path-for-library'.
18238
18239         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18240
18241         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18242
18243 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18244
18245         * gnus-art.el (gnus-article-only-boring-p):
18246         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18247         intangible text.
18248         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18249
18250 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18251
18252         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18253         Use `defun' instead of `gmm-defun-compat'.
18254
18255 2006-03-14  Simon Josefsson  <jas@extundo.com>
18256
18257         * message.el (message-unique-id): Don't use message-number-base36
18258         if (user-uid) is a float.
18259         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18260
18261 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18264
18265         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18266         empty line between a part and a message part.
18267
18268 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * smiley.el: Add more test smileys.
18271         (smiley-data-directory, smiley-regexp-alist)
18272         (gnus-smiley-file-types): Fix doc strings.
18273         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18274         adding new elements.
18275         (smiley-mouse-map): Unused code.  Make it a comment.
18276
18277 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18278
18279         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18280         scan latest NoCeM messages instead of old ones.
18281         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18282         delimiters that are recently used.
18283         (gnus-nocem-load-cache): Add autoload cookie.
18284
18285         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18286
18287         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18288         level which is larger than gnus-use-nocem is specified.
18289
18290         * gnus-group.el (gnus-group-get-new-news): Ditto.
18291
18292 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * gnus-util.el (gnus-tool-bar-update): New function.
18295
18296         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18297         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18298
18299         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18300
18301         * gnus-group.el (gnus-group-redraw-when-idle)
18302         (gnus-group-redraw-check): Remove.
18303         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18304
18305 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18308         if optional last element is specified in splits (FIELD VALUE...).
18309
18310 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18311
18312         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18313         to gmm-image-load-path-for-library.  Call with no-error argument.
18314         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18315
18316         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18317
18318         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18319
18320         * gmm-utils.el (gmm-image-load-path): Remove alias.
18321
18322 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18323
18324         * gmm-utils.el (gmm-image-load-path): Add alias.
18325
18326         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18327         nnml-generate-nov-databases-1.
18328         (nnml-generate-nov-databases): Use it.
18329         (nnml-generate-nov-databases-directory): Document no-active
18330         argument.
18331
18332         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18333         directory if path is t.  Add no-error.
18334
18335         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18336         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18337
18338         * gnus-art.el (gnus-article-browse-delete-temp-files):
18339         Simplify resetting gnus-article-browse-html-temp-list.
18340
18341         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18342         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18343         Add example to docstring.  Rename local variables.  Move error
18344         checks to default case in cond and simplify.
18345
18346 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18349         handle is multipart when calling it recursively.
18350         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18351
18352 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18353
18354         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18355         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18356
18357 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18360         is loaded.
18361
18362         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18363         loaded.
18364
18365 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18366
18367         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18368         to "Emacs 23 (unicode)" in doc string.
18369
18370         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18371         "Emacs 23 (unicode)" in comment.
18372
18373 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18376
18377         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18378         characters 160 through 255 in Emacs 23.
18379
18380 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18381
18382         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18383         gnus-article-browse-html-temp.
18384         (gnus-article-browse-delete-temp): Make it customizable.
18385         Add `file'.  Adjust doc string.
18386         (gnus-article-browse-delete-temp-files): Add argument.
18387         Allow query for each file.  Adjust doc string.
18388         (gnus-article-browse-html-parts):
18389         Add `gnus-article-browse-delete-temp-files' to
18390         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18391
18392 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18393
18394         * gnus-art.el (gnus-article-browse-html-temp)
18395         (gnus-article-browse-delete-temp): New variables.
18396         (gnus-article-browse-delete-temp-files): New function.
18397         (gnus-article-browse-html-parts): Use it.
18398
18399 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18400
18401         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18402
18403         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18404         string.
18405
18406         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18407         gnus-summary-insert-new-articles when unplugged.
18408         Remove gnus-summary-search-article-forward.
18409
18410         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18411         display-visual-class instead of display-color-cells.
18412
18413 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * dgnushack.el: Autoload customize-group for XEmacs.
18416
18417         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18418         message/* containing non-ASCII text properly.
18419
18420 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18421
18422         * message.el: Require gmm-utils, remove autoloads.
18423         (message-tool-bar): Set default based on
18424         gmm-tool-bar-style.
18425         (message-tool-bar-gnome): Add gmm-customize-mode.
18426
18427         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18428         gmm-tool-bar-style.
18429         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18430
18431         * gnus-group.el (gnus-group-tool-bar): Set default based on
18432         gmm-tool-bar-style.
18433         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18434
18435         * gmm-utils.el (gmm-image-directory): Rename variable from
18436         gmm-image-load-path.
18437         (gmm-image-load-path): Use gmm-image-directory.
18438         (gmm-customize-mode): New function.
18439         (gmm-tool-bar-style): New variable.
18440
18441         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18442         gnus-group-redraw-line-number.
18443         (gnus-group-redraw-check): Simplify.
18444         (gnus-group-tool-bar-update): Remove redraw check.
18445         (gnus-group-make-tool-bar): Add redraw check.
18446
18447 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18448
18449         * gnus-art.el (gnus-button): Add missing parentheses.
18450
18451 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * lpath.el: Fbind line-number-at-pos.
18454
18455 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18458
18459 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * gnus-art.el (gnus-button): New face.
18462         (gnus-article-button-face): Use it.
18463
18464         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18465         Add gnus-summary-next-page.  Re-order.
18466
18467         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18468         next-node are now included.
18469         (gnus-group-redraw-line-number): New internal variable.
18470         (gnus-group-redraw-check): Helper function for updating the tool
18471         bar.
18472         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18473
18474         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18475
18476         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18477         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18478         Use it to match format of Spamassassin 3.0 and later.
18479         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18480         (spam-check-bogofilter)
18481         (spam-bogofilter-register-with-bogofilter): Fix args of
18482         `gnus-error' calls.
18483
18484 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18485
18486         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18487         unnecessary interaction when sending queued mails.
18488         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18489
18490 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18491
18492         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18493         first or last are nil.
18494
18495 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18496
18497         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18498
18499 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18500
18501         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18502
18503 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18504
18505         * dns.el (query-dns): Protect more against buggy tcp output.
18506
18507 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18510         nov.php.
18511
18512 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18513
18514         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18515         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18516         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18517         output on the server side.
18518         (nnweb-google-create-mapping): Update regexps and add some
18519         progress indication.
18520
18521 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18522
18523         * gnus-group.el (gnus-group-tool-bar-gnome):
18524         Fix gnus-agent-toggle-plugged.  Re-order icons.
18525         (gnus-group-tool-bar-gnome):
18526         Add gnus-group-{prev,next}-unread-group.
18527         (gnus-group-tool-bar-gnome): Re-order icons.
18528
18529         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18530         Move gnus-summary-insert-new-articles.
18531
18532         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18533         Fix comments.
18534
18535         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18536         also available in Emacs 21.3.
18537
18538         * message.el (message-fix-before-sending): Change "Emacs 22" to
18539         "Emacs 23 (unicode)" in comment.
18540
18541         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18542         "Emacs 23 (unicode)" in comment.
18543
18544         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18545         comment.
18546         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18547
18548         * mm-view.el (mm-fill-flowed): Add :version.
18549
18550 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18553         and load-path.
18554
18555 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18556
18557         * message.el: Autoload gmm-image-load-path.
18558         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18559         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18560         consitency.
18561
18562         * gmm-utils.el (gmm-image-load-path): Also search in
18563         "../etc/images".  Don't set gmm-image-load-path if we don't find
18564         the image.
18565
18566 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * gmm-utils.el (gmm-image-load-path): Don't make
18569         `gmm-image-load-path' include subdirectories which the second arg
18570         `image' might specify.
18571
18572         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18573         subdirectory to icon file names.
18574
18575         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18576
18577 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18578
18579         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18580         gmm-image-load-path calls.
18581
18582         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18583
18584         * message.el (message-make-tool-bar): Ditto.
18585
18586         * mml.el (mml-preview): Add comment concerning tool bar icons.
18587
18588         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18589         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18590
18591         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18592         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18593
18594         * message.el (message-tool-bar-gnome): Use new icon names.
18595         (message-make-tool-bar): Use `gmm-image-load-path'.
18596
18597         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18598         New functions from MH-E.
18599         (gmm-image-load-path): New variable from MH-E.
18600         (gmm-image-load-path): New function from MH-E.  Add arguments
18601         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18602         *-image-load-path-called-flag.
18603
18604 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18605
18606         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18607
18608 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18609
18610         * nnimap.el (nnimap-request-move-article): Change folder back to
18611         source group before deleting.
18612
18613 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18614
18615         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18616
18617         * gnus-art.el (mm-url-insert-file-contents-external):
18618         Autoload mm-url.
18619
18620         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18621
18622 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18625         coding system which mm-charset-to-coding-system returns for a
18626         given charset is valid.
18627
18628 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18629
18630         * html2text.el (html2text-remove-tag-list):
18631         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18632
18633 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18634
18635         * gnus-cus.el: Revert 2005-10-17 change.
18636
18637 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18638
18639         * gnus-art.el (article-strip-banner):
18640         Call article-really-strip-banner only when the regexp match is made.
18641
18642 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18643
18644         * gnus-art.el (article-strip-banner):
18645         Use gnus-extract-address-components instead of
18646         mail-header-parse-addresses to make it work with non-ASCII text;
18647         remove mail-encode-encoded-word-string.
18648
18649         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18650         values which are surrounded with \"...\"; make it never cause a
18651         Lisp error; give up parsing of parameters if it failed in
18652         extracting type.
18653
18654 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18655
18656         * smime.el (smime-cert-by-ldap-1): Fix bug where
18657         `smime-ldap-search' returns results without userCertificates.
18658
18659 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18662
18663 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18664
18665         * spam.el (spam-check-spamassassin-headers): Adapt format for
18666         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18667         <ari@mbf.ocn.ne.jp>.
18668         (spam-list-of-processors): Add spam-use-gmane.
18669
18670 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18673         make-temp-file; make it work with XEmacs as well.
18674
18675         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18676         mm-make-temp-file.
18677
18678         * mm-decode.el (mm-display-external): Use the 3rd arg of
18679         mm-make-temp-file.
18680         (mm-create-image-xemacs): Ditto.
18681
18682 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18685         with message-narrow-to-headers.
18686         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18687         (gnus-draft-check-draft-articles): New function.
18688         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18689
18690 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * gnus-art.el (gnus-article-browse-html-parts):
18693         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18694         Don't use suffix argument for mm-make-temp-file for Emacs 21
18695         compatibility.  Remove useless `format'.
18696
18697 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18698
18699         * nnweb.el (nnweb-google-wash-article): Update regexps.
18700         (nnweb-group-alist): Use defvoo instead of defvar.
18701
18702 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18705         re-loading nn* modules.
18706
18707 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18708
18709         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18710         for `tool-bar-mode' and don't check it's default-value.
18711
18712         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18713
18714         * message.el (message-make-tool-bar): Ditto.
18715
18716         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18717         `substring'.  Shorten tmp-file name.
18718
18719         * gnus.el: Remove bogus comment.
18720
18721 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18722
18723         * gnus-art.el (gnus-article-browse-html-parts): New function.
18724         (gnus-article-browse-html-article): New function for viewing html
18725         articles with a browser.
18726
18727 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18728
18729         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18730         in elisp.
18731         (pgg-gpg-encrypt-symmetric-region): Ditto.
18732         (pgg-gpg-sign-region): Ditto.
18733
18734         * pgg-def.el (pgg-text-mode): New variable.
18735
18736         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18737         (mml2015-pgg-encrypt): Ditto.
18738
18739         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18740         (mml1991-pgg-encrypt): Ditto.
18741
18742 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18743
18744         * nnfolder.el (nnfolder-insert-newsgroup-line):
18745         Use message-make-date instead of current-time-string.
18746
18747         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18748         to gnus-decoded which mm-uu might set.
18749
18750 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18753         don't decode quoted parameters; remove misimported Emacs code.
18754         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18755         (rfc2231-decode-encoded-string): Don't use split-string which
18756         behaves differently according to Emacs version; use
18757         mm-decode-coding-region to convert charset to coding-system.
18758         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18759         (rfc2231-encode-string): Remove misimported Emacs code.
18760
18761 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18764         when calling mail-header-parse-content-type.
18765         (article-de-quoted-unreadable): Ditto.
18766         (article-de-base64-unreadable): Ditto.
18767         (article-wash-html): Ditto.
18768
18769         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18770         calling mail-header-parse-content-type and
18771         mail-header-parse-content-disposition.
18772         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18773         mail-header-parse-content-type.
18774
18775         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18776         insert charset and format parameters; encode description after
18777         inserting it to buffer.
18778         (mml-insert-parameter): Fold lines properly even if a parameter is
18779         segmented into two or more lines; change the max column to 76.
18780
18781         * rfc1843.el (rfc1843-decode-article-body): Don't use
18782         ignore-errors when calling mail-header-parse-content-type.
18783
18784         * rfc2231.el (rfc2231-parse-string): Return at least type if
18785         possible; don't cause an error even if it fails in parsing of
18786         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18787         (rfc2231-encode-string): Don't break lines at the beginning, leave
18788         it to mml-insert-parameter.
18789
18790         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18791         calling mail-header-parse-content-type.
18792
18793 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18794
18795         * spam-report.el (spam-report-gmane-use-article-number):
18796         Improve doc string.
18797         (spam-report-gmane-internal): Check if a suitable header was found
18798         in the article.
18799
18800 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18803         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18804
18805 2006-02-05  Romain Francoise  <romain@orebokech.com>
18806
18807         Update copyright notices of all files in the gnus directory.
18808
18809 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18810
18811         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18812
18813 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18816         segmented lines of parameter value to cope with Thunderbird 1.5
18817         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18818         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18819         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18820
18821 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18822
18823         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18824         parts.
18825
18826 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18827
18828         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18829         there's only one active file for all servers.
18830         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18831         solid groups.  Gnus might have used a FAST request to select the group.
18832         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18833         and nnweb-search redundantly in the active file.
18834         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18835         (nnweb-request-create-group): Don't use ARGS.
18836         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18837         initializations.  Let nnoo do the work.
18838
18839 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18842         Say the part has been decoded.
18843
18844         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18845
18846 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18847
18848         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18849         mailcap-viewer-test-cache when there's no 'test clause, since that
18850         will invert the meaning of a "nil" test previously determined by
18851         mailcap-mailcap-entry-passes-test.
18852
18853 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18856         compiling.
18857
18858         * gnus-sum.el: Ditto.
18859
18860         * message.el: Don't bind tool-bar-map when compiling.
18861
18862 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18863
18864         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18865
18866 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18867
18868         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18869         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18870         current Google Groups.
18871
18872 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18873
18874         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18875         and tool-bar-mode.
18876
18877         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18878         and tool-bar-mode.
18879
18880         * message.el (message-tool-bar-update): Simplify.
18881         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18882
18883         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18884         gnus-summary-buffer.
18885         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18886         gnus-summary-reply.
18887
18888         * gmm-utils.el (gmm): Add :version.
18889
18890 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18891
18892         * Makefile.in (clean): New rule.
18893         (distclean): Use it.
18894
18895 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18896
18897         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18898         Don't autoload.
18899
18900 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * gmm-utils.el (gmm-verbose): Add :group.
18903
18904 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18905
18906         * message.el: Change some comments WRT tool-bars.
18907
18908         * gnus-sum.el (gnus-summary-tool-bar)
18909         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18910         (gnus-summary-tool-bar-zap-list): New variables.
18911         (gnus-summary-make-tool-bar): Complete rewrite using
18912         `gmm-tool-bar-from-list'.
18913
18914         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18915         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18916         New variables.
18917         (gnus-group-make-tool-bar): Complete rewrite using
18918         `gmm-tool-bar-from-list'.
18919         (gnus-group-tool-bar-update): New function.
18920
18921         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18922
18923 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18926         is dissected into a single part of which the type is the same as
18927         the given one; decode charset.
18928
18929 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18930
18931         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18932         into alists as symbol not string, since that's what
18933         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18934         look for.
18935
18936 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18937
18938         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18939         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18940
18941         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18942
18943 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18944
18945         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18946         (gnus-xmas-mime-security-button-menu): New function.
18947
18948         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18949         (gnus-mime-security-button-menu): New definition.
18950         (gnus-mime-security-button-map): Use them.
18951         (gnus-mime-security-button-menu): New function.
18952         (gnus-insert-mime-security-button): Addition to help echo.
18953         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18954         (gnus-mime-security-pipe-part): New functions.
18955
18956         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18957         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18958
18959         * mm-decode.el (mm-handle-set-disposition): Remove.
18960         (mm-handle-set-description): Remove.
18961
18962 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18963
18964         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18965         (mm-w3m-standalone-supports-m17n-p): New function.
18966         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18967         w3m usage.
18968
18969         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18970         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18971
18972 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18973
18974         * message.el (message-tool-bar-zap-list):
18975         Use gmm-tool-bar-zap-list as custom type.
18976         (message-tool-bar-update): New function.
18977         (message-tool-bar, message-tool-bar-gnome)
18978         (message-tool-bar-retro): Add message-tool-bar-update.
18979         (message-tool-bar-gnome): Add flyspell-buffer.
18980
18981         * gnus-util.el (gnus-error): Describe `args'.
18982
18983         * gmm-utils.el (gmm-error): Describe `args'.
18984         (gmm-tool-bar-zap-list): New widget.
18985         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18986
18987 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18988
18989         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18990         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18991         the number of recursive calls.
18992
18993         * mm-decode.el (mm-handle-set-disposition): New macro.
18994         (mm-handle-set-description): New macro.
18995
18996 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18997
18998         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18999         encoding.
19000
19001 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19002
19003         * message.el (message-tool-bar-zap-list, message-tool-bar)
19004         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19005         (message-tool-bar-local-item-from-menu): Remove.
19006         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19007         (message-make-tool-bar): New function.
19008         (message-mode): Use `message-make-tool-bar'.
19009
19010         * gmm-utils.el: New file.
19011         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19012         (gmm-lazy): New widget copied from `nnmail.el'.
19013         (gmm-tool-bar-from-list): New function for creating customizable
19014         tool bars.
19015         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19016         output.
19017         (gmm): Add :prefix to defgroup.
19018
19019 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19020
19021         * gmm-utils.el (gmm-widget-p): New function.
19022
19023 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19024
19025         * mml.el (mml-attach-file): Describe `description' in doc string.
19026         (mml-menu): Add Emacs MIME manual and PGG manual.
19027
19028 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19029
19030         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19031
19032 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19033
19034         * nntp.el (nntp-end-of-line): Doc fix.
19035
19036 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19037
19038         * imap.el (imap-open): Handle case where buffer is a buffer
19039         object.
19040
19041 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19042
19043         * gnus-delay.el (gnus-delay): Don't autoload.
19044         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19045         to be re-loaded when customizing the `gnus-delay' group.
19046
19047 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19048
19049         * message.el (message-insert-citation-line): Use newlines.
19050
19051 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19052
19053         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19054         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19055         these routines, so the passphrase can be managed externally and
19056         passed in to the system.
19057         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19058         pgg-add-passphrase-to-cache function.
19059
19060         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19061         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19062         these routines, so the passphrase can be managed externally and
19063         passed in to the system.
19064         (pgg-pgp5-sign-region): Use new name of
19065         pgg-add-passphrase-to-cache function.
19066
19067 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19068
19069         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19070         part of the decoded armor to find the key-identifier.
19071         (pgg-gpg-lookup-key-owner): New function to return the
19072         human-readable identifier of a key owner.
19073         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19074         itself.
19075         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19076         the key value) if we have a key and can match it against a secret
19077         key.  Also, added a note pointing out fact that the prompt only
19078         indicates the first matching key.
19079
19080         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19081         pgg-decrypt-region.
19082         (pgg-add-passphrase-to-cache): Rename from
19083         `pgg-add-passphrase-cache' to reduce confusion (all callers
19084         changed).
19085         (pgg-remove-passphrase-from-cache): Rename from
19086         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19087         changed).
19088         (pgg-read-passphrase, pgg-add-passphrase-cache)
19089         (pgg-remove-passphrase-cache): Add informative docstrings.
19090         (pgg-decrypt): Convey provided passphrase in subordinate call to
19091         pgg-decrypt-region.
19092
19093 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19094
19095         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19096         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19097         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19098         'passphrase' argument, so the passphrase can be managed externally
19099         and then passed in to the system.
19100
19101         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19102         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19103         so the passphrase cache can be used reliably with identifiers
19104         besides a pgp packet's key id.
19105
19106         * pgg-gpg.el (pgg-gpg-encrypt-region)
19107         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19108         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19109         these routines, so the passphrase can be managed externally and
19110         passed in to the system.
19111
19112         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19113         'notruncate' argument, so the passphrase cache can be used
19114         reliably with identifiers besides a pgp packet's key id.
19115
19116 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19117
19118         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19119         symmetric encryption.
19120         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19121         encrypted session key.
19122         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19123         message ask for the passphrase in a proper way.
19124
19125         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19126         New user commands for symmetric encryption.
19127
19128 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19131
19132         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19133
19134 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19135
19136         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19137
19138 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19139
19140         * mm-decode.el (mm-inlined-types): Add application/pgp.
19141         (mm-automatic-display): Ditto.
19142
19143         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19144         part as text.
19145
19146 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19147
19148         * nnrss.el: Update copyright.
19149         (nnrss-opml-import): Query whether to subscribe to each entry.
19150
19151         * gnus-art.el:
19152         * gnus-sum.el:
19153         * gnus-xmas.el:
19154         * messagexmas.el:
19155         * mm-uu.el:
19156         * mm-view.el: Update copyright.
19157
19158 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19159
19160         * message.el (message-info): New function.
19161         (message-mode-menu): Add it.
19162         Update copyright.
19163
19164         * ChangeLog: Fix and update copyright.
19165
19166 2006-01-13  Romain Francoise  <romain@orebokech.com>
19167
19168         * message.el (message-forward-subject-name-subject): Prefer the
19169         address to 'nowhere' if the sender has no name.
19170         Fix typo.  Update copyright year.
19171
19172 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * gnus-art.el (article-wash-html):
19175         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19176         (gnus-article-wash-html-with-w3m-standalone): New function.
19177
19178         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19179         mm-inline-text-html-render-with-w3m-standalone.
19180         (mm-text-html-washer-alist): Map w3m-standalone to
19181         gnus-article-wash-html-with-w3m-standalone.
19182         (mm-inline-text-html-render-with-w3m-standalone): New function.
19183
19184 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19185
19186         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19187         Improve LaTeX.
19188
19189 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19192         (nnrss-request-article): Render text/plain parts as HTML.
19193
19194         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19195         the buffer.
19196
19197 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19198
19199         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19200         custom definition of `gnus-posting-styles'.
19201
19202         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19203         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19204
19205 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19206
19207         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19208         Use nntp for bug archive.
19209
19210 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19211
19212         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19213         parts.
19214         (nnrss-normalize-date): New function converts ISO 8601 date into
19215         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19216         (nnrss-check-group): Use it.
19217
19218 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19221
19222         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19223         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19224         (nnrss-insert-w3): Ditto.
19225
19226 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19229         the articles to be forwarded including the case where neither a
19230         number of articles nor a region is specified.
19231
19232 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * nnrss.el (nnrss-request-article): Fix last change; fill
19235         text/plain parts.
19236
19237 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19238
19239         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19240         in text/plain part.
19241         (nnrss-check-group): Don't add excessive newline to dc:subject.
19242
19243 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19244
19245         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19246         article.
19247
19248 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19249
19250         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19251         (nnml-use-compressed-files, nnml-save-mail): Support other
19252         comression programs such as bzip2.
19253
19254 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19255
19256         * dns.el (query-dns): Make sure we check the buffer size before
19257         removing tcp headers.
19258
19259 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19262         remove MIME buttons associated with multipart/alternative parts.
19263         (gnus-mime-display-alternative): Tag buttons using `article-type'
19264         text property.
19265
19266         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19267         associated with multipart/alternative parts.
19268
19269         * gnus-art.el (gnus-signature-separator): Fix custom type.
19270
19271         * mm-decode.el (mm-inlined-types): Fix custom type.
19272         (mm-keep-viewer-alive-types): Ditto.
19273         (mm-automatic-display): Ditto.
19274         (mm-attachment-override-types): Ditto.
19275         (mm-inline-override-types): Ditto.
19276         (mm-automatic-external-display): Ditto.
19277
19278 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19279
19280         * spam-report.el (spam-report-user-mail-address)
19281         (spam-report-user-agent): New variables.
19282         (spam-report-url-ping-plain): Use spam-report-user-agent.
19283
19284 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19285
19286         * gnus-art.el (gnus-button-handle-custom): Do not just use
19287         `customize-apropos' for any "M-x customize-*" button but the
19288         function called for.  Accept both the function name and its
19289         argument in order to achieve this.
19290         (gnus-button-alist): Remove support for "custom:" URL's.
19291         Pass function name to `gnus-button-handle-custom' in case of "M-x
19292         customize-*" buttons.
19293
19294 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19295
19296         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19297         multipart/alternative and add xref to mm-discouraged-alternatives
19298         in doc string.
19299
19300         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19301         gnus-buttonized-mime-types in doc string.
19302
19303 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19304
19305         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19306         Suggest image/.* in the doc string.
19307
19308 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19309
19310         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19311         message-marks (Debian bug #342521).
19312
19313 2005-12-12  Simon Josefsson  <jas@extundo.com>
19314
19315         * password.el (password-read-from-cache): Add.
19316         (password-read): Use it.
19317
19318 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * rfc2047.el (rfc2047-charset-to-coding-system):
19321         Recognize us-ascii as a MIME charset.
19322
19323         * mm-bodies.el (mm-decode-content-transfer-encoding):
19324         Protect against the case where the 2nd arg TYPE is nil.
19325
19326 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19327
19328         * pop3.el (pop3-stream-type): Fix custom version.
19329
19330         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19331
19332 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19333
19334         * mm-decode.el (mm-display-external): Add missing cdr.
19335
19336 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19337
19338         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19339         RFC1524) if it is in mailcap or add a suffix according to
19340         mailcap-mime-extensions when generating a temp filename; postpone
19341         deleting a temp file for 2 seconds for some wrappers, shell
19342         scripts, and so on, which might exit right after having started a
19343         viewer command as a background job.
19344
19345 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19346
19347         * nntp.el (nntp-marks-directory): Fix custom group.
19348
19349         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19350         steps when < 10.
19351
19352         * gnus-start.el (gnus-no-server-1):
19353         Mention `gnus-level-default-subscribed' in doc string.
19354
19355 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19356
19357         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19358         parens.
19359
19360 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * gnus-xmas.el (gnus-use-toolbar): Revert.
19363         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19364         gnus-use-toolbar is default.
19365
19366         * messagexmas.el (message-use-toolbar): Revert.
19367         (message-setup-toolbar): Use global default-toolbar if
19368         message-use-toolbar is default.
19369
19370 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19373         according to default-toolbar-visible-p.
19374
19375         * messagexmas.el (message-use-toolbar): Ditto.
19376
19377 2005-11-26  Dave Love  <fx@gnu.org>
19378
19379         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19380         (tls-program, tls-success): Provide openssl alternative.
19381
19382         * starttls.el: Doc fixes.
19383         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19384         SERVICE to PORT.
19385
19386         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19387         port null or service name.
19388         (starttls-negotiate): Autoload.
19389
19390 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * message.el (message-kill-to-signature): Fix interactive spec.
19393
19394 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19395
19396         * pop3.el (pop3-open-server): Recognize a string as a service name.
19397
19398 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19399
19400         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19401
19402 2005-11-23  Dave Love  <fx@gnu.org>
19403
19404         Add pop3s, pop3/starttls.
19405
19406         * pop3.el (pop3-authentication-scheme): Clarify doc.
19407         (open-tls-stream, starttls-open-stream): Autoload.
19408         (pop3-stream-type): New.
19409         (pop3-open-server): Use it.
19410
19411         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19412         for POP.
19413         (mail-source-keyword-map): Add :stream for POP.
19414         (mail-source-fetch-pop): Use pop3-stream-type.
19415
19416 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19417
19418         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19419         of current-time-string.
19420
19421 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19422
19423         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19424         date header.
19425
19426 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19427
19428         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19429         it can seriously impact performance as it bypasses the agent's
19430         local caches.
19431
19432 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19433
19434         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19435         must be explicitly online rather than "not explicitly offline" for
19436         its flags to be synchronized.
19437
19438         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19439         that gnus-uu-unmark-thread will function correctly.
19440
19441         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19442         1024K is instead displayed as 1M.
19443
19444 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19445
19446         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19447
19448 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19449
19450         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19451
19452 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19453
19454         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19455         error message to display actual error condition.
19456         (gnus-agent-save-local): Avoid saving symbols that are bound to
19457         nil as they simply result in a warning message in
19458         gnus-agent-read-local.
19459
19460 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19463         rather than make-variable-buffer-local for file-precious-flag.
19464
19465 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19466
19467         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19468         for duplicates which are removed.  The invalid sort check then
19469         triggers a rescan after the sort as sorting may have moved
19470         duplicate entries such that they can be cheaply detected.
19471
19472 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19473
19474         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19475
19476 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19477
19478         * gnus-agent.el (gnus-agent-article-alist-save-format):
19479         Change internal variable to a custom variable.  Change default value
19480         from compressed(2) to uncompressed(1).
19481         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19482         support for uncompressed agentview files.  Taken together, reading
19483         the agentview file should now be 6-7 times faster.
19484
19485 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19486
19487         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19488         as a buffer-local variable.  This avoids creating truncated
19489         dribble files as a result of a hang up, eg.
19490
19491 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19492
19493         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19494         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19495         XEmacs.
19496
19497 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19498
19499         * gnus-start.el (gnus-start-draft-setup):
19500         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19501
19502         * gnus.el (gnus-splash): Change custom group.
19503         (gnus-group-get-parameter, gnus-group-parameter-value):
19504         Describe allow-list argument.
19505
19506         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19507         string.
19508
19509 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19510
19511         * gnus-art.el (gnus-default-article-saver): Add user-defined
19512         `function' to custom type.
19513
19514 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19515
19516         * imap.el (imap-open): Handle case where buffer is a buffer
19517         object.
19518
19519 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19520
19521         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19522         long lines.
19523         (gnus-cache-delete-group): Wrap doc strings.
19524
19525         * gnus-agent.el (gnus-agent-rename-group)
19526         (gnus-agent-delete-group): Wrap doc strings.
19527
19528 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19529
19530         * messagexmas.el (message-use-toolbar): Change the valid values
19531         into default, top, bottom, left, and right.
19532         (message-toolbar-thickness): New variable.
19533         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19534         well.
19535         (message-setup-toolbar): Make it work.
19536
19537         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19538         (gnus-use-toolbar): Change the valid values into default, top,
19539         bottom, left, and right.
19540         (gnus-toolbar-thickness): New variable.
19541         (gnus-xmas-setup-toolbar): New function.
19542         (gnus-xmas-setup-group-toolbar): Use it.
19543         (gnus-xmas-setup-summary-toolbar): Use it.
19544
19545 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19546
19547         * gnus-start.el (gnus-1): Add "native" to
19548         gnus-predefined-server-alist.
19549
19550         * gnus.el (gnus-method-to-server): Don't add "native" to the
19551         lists here, because that leads to problems when
19552         gnus-select-method is bound.
19553
19554 2005-11-09  Simon Josefsson  <jas@extundo.com>
19555
19556         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19557         use (not sort-by-date) instead.
19558
19559 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19560
19561         * gnus-delay.el (gnus-delay-group): Don't autoload.
19562         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19563         to be re-loaded when customizing the `gnus-delay' group.
19564
19565 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19566
19567         * message.el: Revert last changes.
19568         (message-insert-citation-line): Use newlines.
19569
19570 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19571
19572         * message.el (message-courtesy-message)
19573         (message-mark-insert-begin, message-mark-insert-end)
19574         (message-elide-ellipsis, message-cancel-message)
19575         (message-add-header, message-change-subject)
19576         (message-cross-post-followup-to-header)
19577         (message-cross-post-insert-note, message-reduce-to-to-cc)
19578         (message-widen-reply, message-delete-not-region)
19579         (message-kill-to-signature, message-insert-signature)
19580         (message-insert-importance-high, message-insert-importance-low)
19581         (message-insert-or-toggle-importance)
19582         (message-insert-disposition-notification-to)
19583         (message-indent-citation, message-yank-original)
19584         (message-cite-original-without-signature, message-cite-original)
19585         (message-insert-citation-line, message-position-on-field)
19586         (message-fix-before-sending, message-send-mail-partially)
19587         (message-send-mail, message-send-mail-with-sendmail)
19588         (message-send-mail-with-qmail, message-send-news)
19589         (message-check-news-header-syntax, message-generate-headers)
19590         (message-insert-courtesy-copy, message-fill-address)
19591         (message-fill-header, message-shorten-references)
19592         (message-setup-1, message-cancel-news)
19593         (message-forward-make-body-plain, message-forward-make-body-mime)
19594         (message-forward-make-body-mml, message-encode-message-body)
19595         (message-forward-make-body-digest-plain)
19596         (message-forward-make-body-digest-mime)
19597         (message-use-alternative-email-as-from): Insert `hard-newline'
19598         instead of ordinary newlines.
19599
19600 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * message.el (message-generate-headers): Downcase the argument
19603         given to message-check-element.
19604
19605 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19606
19607         * nntp.el (nntp-authinfo-rejected): New error condition.
19608         (nntp-wait-for): Use new error condition to signal authentication
19609         error.
19610         (nntp-retrieve-data): Rethrow new error condition to break out of
19611         recursive call to nntp-send-authinfo.
19612
19613 2005-11-08  Romain Francoise  <romain@orebokech.com>
19614
19615         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19616         (gnus-summary-exit-map): Bind to `Z p'.
19617         (gnus-summary-make-menu-bar): Add menu item.
19618
19619 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19620
19621         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19622         (gnus-treat-*): Add `first' in all doc strings.
19623
19624         * gnus-group.el (gnus-group-compact-group): Fix typo.
19625
19626 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * gnus.el (gnus-parameters-case-fold-search): New variable.
19629         (gnus-parameters-get-parameter): Use it.
19630
19631         * gnus-score.el (gnus-home-score-file): Doc fix.
19632
19633 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19634
19635         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19636
19637 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19638
19639         * mm-util.el (mm-special-display-p): New function.
19640
19641         * mml.el (mml-preview): Use it; doc fix.
19642
19643 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19644
19645         * imap.el (imap-open): Handle case where buffer is a buffer object.
19646
19647 2005-10-29  Romain Francoise  <romain@orebokech.com>
19648
19649         * message.el (message-fix-before-sending): Fix comment.
19650
19651 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19652
19653         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19654
19655 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19656
19657         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19658         Used in gnus-score.el.
19659
19660 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19661
19662         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19663
19664 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19665
19666         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19667         whitespace removed in revision 7.8.  Use concatenated string to
19668         protect trailing whitespace.
19669
19670 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19671
19672         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19673         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19674         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19675         Courier IMAP ("some version from 2004").  Mostly based on similar
19676         code in the same function.
19677
19678 2005-10-26  Didier Verna  <didier@xemacs.org>
19679
19680         * gnus-group.el (gnus-group-compact-group): Invalidate original
19681         article buffer.
19682         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19683         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19684         NOV database and in article itself.
19685         Invalidate article backlog.
19686
19687 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19688
19689         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19690
19691 2005-10-26  Simon Josefsson  <jas@extundo.com>
19692
19693         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19694         part of 2004-07-25 change.
19695
19696 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * message.el (message-display-completion-list): New function.
19699         (message-expand-group): Use it; make sure the Completions buffer
19700         is modifiable.
19701 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19702
19703         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19704         user-mail-name is an empty string.
19705
19706 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19707
19708         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19709         depending on gnus-score-decay-constant.
19710
19711         * encrypt.el (encrypt-insert-file-contents)
19712         (encrypt-write-file-contents): Don't use `gnus-message'.
19713
19714         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19715         arguments.
19716         (mm-uu-type-alist): Add message-marks and insert-marks.
19717         Pass arguments to mm-uu-verbatim-marks-extract.
19718         (mm-uu-hide-markers): New variable.
19719         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19720
19721         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19722         (gnus-convert-image-to-face-command): Use "convert" by default to
19723         allow other input image formats.
19724         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19725         accordingly.
19726
19727 2005-10-23  Simon Josefsson  <jas@extundo.com>
19728
19729         * imap.el (imap-gssapi-program): Align command line parameters
19730         with latest GNU SASL.
19731         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19732
19733 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19734
19735         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19736         HTML.
19737         (nnslashdot-request-article): Ditto.
19738
19739         * lpath.el (featurep): Add nobreak-char-display.
19740
19741 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19742
19743         * mail-source.el (mail-source-fetch-pop): Require pop3.
19744         (mail-source-check-pop): Ditto.
19745
19746 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19747
19748         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19749         errors.
19750
19751 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19752
19753         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19754         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19755
19756         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19757
19758         * mm-bodies.el (mm-decode-string):
19759         Call `mm-charset-to-coding-system' with allow-override argument.
19760
19761 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19762
19763         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19764         (rfc2047-charset-to-coding-system): New function.
19765         (rfc2047-decode-encoded-words): New function.
19766         (rfc2047-decode-region): Use them.
19767         (rfc2047-decode-cte): Remove.
19768         (rfc2047-parse-and-decode): Remove.
19769         (rfc2047-decode): Remove.
19770
19771 2005-10-15  Kenichi Handa  <handa@m17n.org>
19772
19773         * rfc2047.el (rfc2047-decode-cte): New function.
19774         (rfc2047-decode-region): Change the way to decode successive
19775         encoded-words: decode B- or Q-encoding in each encoded-word,
19776         concatenate them, and decode it as charset.
19777
19778 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * lpath.el: Fbind codepage-setup for XEmacs.
19781
19782 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19783
19784         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19785         widget-move-and-invoke.
19786         (gnus-custom-mode): Use gnus-custom-map.
19787
19788 2005-10-15  Bill Wohler  <wohler@newt.com>
19789
19790         * message.el (message-tool-bar-map): Rename image file from
19791         mail_send to mail/send.
19792
19793 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19794
19795         * message.el (message-expand-group): Pass the common
19796         prefix substring of completion to `display-completion-list'.
19797
19798 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19799
19800         * mml-sec.el (mml-secure-method): New internal variable.
19801         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19802         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19803         New functions using mml-secure-method.
19804
19805         * mml.el (mml-mode-map): Add key bindings for those functions.
19806         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19807         Harder <harder@myrealbox.com>.
19808         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19809         Goto end of message if point is the headers of the message.
19810
19811         * message.el (message-in-body-p): New function.
19812
19813         * assistant.el: Autoload gnus-util and netrc.
19814
19815         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19816         Use `mm-charset-override-alist' only when decoding.
19817
19818         * mm-bodies.el (mm-decode-body):
19819         Call `mm-charset-to-coding-system' with allow-override argument.
19820
19821         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19822         `filename' from Content-Disposition if Content-Type doesn't
19823         provide `name'.
19824         (gnus-mime-view-part-as-type): Set default instead of
19825         initial-input.
19826
19827 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19828
19829         * format-spec.el (format-spec): Propagate text properties of % spec.
19830
19831 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19832
19833         * gnus-art.el (gnus-treat-predicate): Add `first'.
19834
19835 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19836
19837         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19838         (mm-charset-override-alist): New variable.
19839         (mm-charset-to-coding-system): Use it.
19840         (mm-codepage-setup): New helper function.
19841         (mm-charset-eval-alist): New variable.
19842         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19843         Warn about unknown charsets.
19844
19845         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19846
19847 2005-10-04  David Hansen  <david.hansen@gmx.net>
19848
19849         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19850         (nnrss-check-group): Ditto.
19851
19852 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19853
19854         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19855         Rename x-gnus-verbatim to x-verbatim.
19856         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19857
19858         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19859         x-verbatim.
19860
19861         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19862
19863         * gnus-util.el (gnus-remove-duplicates): Remove.
19864
19865         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19866         instead of gnus-remove-duplicates.
19867
19868         * message.el (message-remove-duplicates): Remove.
19869         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19870         message-remove-duplicates.
19871
19872         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19873         available, else use implementation from `delete-dups'.
19874
19875         * message.el (message-insert-expires): New function.
19876         (message-mode-map): Add key binding.
19877         (message-mode-field-menu): Add menu entry.
19878         (message-mode): Document it.
19879         (message-make-expires-date): Use `message-make-date'.
19880
19881 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19882
19883         * message.el (message-make-expires-date): New function.
19884
19885 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * Makefile.in (list-installed-shadows): New entry.
19888         (install): Use it.
19889         (remove-installed-shadows): New entry.
19890
19891         * dgnushack.el (dgnushack-default-load-path): New variable.
19892         (dgnushack-find-lisp-shadows): New function.
19893         (dgnushack-remove-lisp-shadows): New function.
19894
19895 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19896
19897         * Makefile.in (install-el-elc): New entry.
19898         (install): Use it so that .el files are necessarily installed.
19899
19900 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19903
19904 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19905
19906         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19907         function rather than the diff-mode.el package.
19908         (mm-display-external): Use with-current-buffer.
19909         (mm-viewer-completion-map, mm-viewer-completion-map):
19910         Move initialization inside declaration.
19911
19912 2005-09-29  Simon Josefsson  <jas@extundo.com>
19913
19914         * spam.el: Load hashcash when compiling, to avoid warnings.
19915         Don't autoload mail-check-payment.
19916         (spam-check-hashcash): Define unconditionally, since hashcash.el
19917         is part of Gnus now.  Ignore errors from payment checking.
19918
19919 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19920
19921         * message.el (message-bold-region, message-unbold-region):
19922         Rename from `bold-region' and `unbold-region'.
19923
19924         * message.el: Remove useless autoloads.
19925
19926 2005-09-28  Simon Josefsson  <jas@extundo.com>
19927
19928         * message.el (message-use-idna): Default to t.
19929         (message-use-idna): Test whether encoding works too.  Doc fix.
19930
19931 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19932
19933         * nntp.el (nntp-warn-about-losing-connection): Remove.
19934
19935 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19936
19937         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19938         customizable.  Change default value.
19939         (mm-uu-diff-groups-regexp): Change default value.
19940         (mm-uu-type-alist): Add doc string.
19941         (mm-uu-configure): Add doc string.  Make it interactive.
19942         (mm-uu-tex-groups-regexp): New variable.
19943         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19944         (mm-uu-type-alist): Add LaTeX documents.
19945         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19946         of "text/verbatim".
19947         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19948
19949         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19950         instead of "text/verbatim".
19951
19952         * message.el (message-mark-inserted-region)
19953         (message-mark-insert-file): Use slrn style marks when called with
19954         prefix argument.
19955
19956 2005-09-27  Simon Josefsson  <jas@extundo.com>
19957
19958         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19959
19960 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19961
19962         * message.el (message-remove-duplicates): New function.
19963         Implementation borrowed from `gnus-remove-duplicates'.
19964         (message-idna-to-ascii-rhs): Also encode idna addresses in
19965         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19966         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19967         only ask about the same idna domain once per header and also tell
19968         in what header to replace the idna domain.
19969
19970         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19971         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19972         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19973         a header is decoded and not just the last one.
19974
19975 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19976
19977         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19978         has been decoded.
19979
19980         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19981         (mm-insert-part): Don't modify text if it has been decoded.
19982
19983         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19984         decoded.
19985
19986         * mm-view.el (mm-inline-text): Don't strip text props unless
19987         decoding enriched or richtext parts.
19988
19989 2005-09-25  Romain Francoise  <romain@orebokech.com>
19990
19991         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19992         * gnus-start.el (gnus-subscribe-interactively):
19993         * gnus-uu.el (gnus-uu-grab-articles):
19994         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19995         space.
19996
19997 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19998
19999         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20000         * mm-view.el (mm-view-pkcs7-decrypt):
20001         * gnus-sum.el (gnus-summary-limit-to-extra)
20002         (gnus-summary-respool-article, gnus-read-move-group-name):
20003         * gnus-score.el (gnus-summary-increase-score):
20004         * gnus-util.el (gnus-completing-read-with-default):
20005         * gnus-art.el (gnus-read-save-file-name)
20006         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20007         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20008         * message.el (message-check-news-header-syntax):
20009         Follow convention for reading with the minibuffer.
20010
20011 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20012
20013         * spam-report.el (spam-report-url-ping-plain):
20014         Use gnus-extended-version as User-Agent.
20015
20016         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20017         default value is nil.
20018
20019         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20020         (mm-uu-verbatim-marks-extract): New function.
20021         (mm-uu-extract): New face.
20022         (mm-uu-copy-to-buffer): Use it.
20023
20024         * spam-report.el (spam-report-gmane-ham): Rename from
20025         `spam-report-gmane-unspam'.
20026         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20027         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20028
20029         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20030         Autoload.
20031         (spam-report-gmane-unregister-routine):
20032         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20033
20034 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20035
20036         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20037         (spam-report-gmane-unregister-routine): Add support for gmane
20038         unregistration.
20039
20040         * spam-report.el (spam-report-gmane-unspam)
20041         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20042         (spam-report-gmane): Change to take a single article and do unspam
20043         registration.
20044
20045 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20046
20047         * mm-url.el (mm-url-decode-entities): Fix regexp.
20048
20049 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20050
20051         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20052         default to nil, to be able to use Gnus at all.  If the default
20053         switches to something else, then the function should be fixed not
20054         be exceedingly slow.
20055
20056 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20057
20058         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20059         fail hard.
20060
20061         * spam-report.el: Add better Keywords line.
20062
20063         * spam.el: Add Maintainer and better Keywords line.
20064
20065 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20066
20067         * gnus-art.el (gnus-article-replace-part)
20068         (gnus-mime-replace-part): New functions.
20069         (gnus-mime-action-alist, gnus-mime-button-commands)
20070         (gnus-mime-save-part-and-strip): Add file argument.
20071         (gnus-article-part-wrapper): Add interactive argument.
20072
20073         * gnus-sum.el (gnus-summary-mime-map):
20074         Add `gnus-article-replace-part'.
20075
20076 2005-09-19  Didier Verna  <didier@xemacs.org>
20077
20078         The nnml compaction feature:
20079         * nnml.el (nnml-request-compact-group): New function.
20080         * nnml.el (nnml-request-compact): New function.
20081         * gnus-int.el (gnus-request-compact-group): New function.
20082         * gnus-int.el (gnus-request-compact): New function.
20083         * gnus-group.el (gnus-group-compact-group): New function.
20084         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20085         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20086         * gnus-srvr.el (gnus-server-compact-server): New function.
20087         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20088         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20089
20090 2005-09-18  Deepak Goel  <deego@gnufans.org>
20091
20092         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20093         format spec.
20094
20095 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20098
20099 2005-09-15  Romain Francoise  <romain@orebokech.com>
20100
20101         * message.el (message-fill-paragraph): Clarify docstring.
20102
20103 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20104
20105         * gnus-art.el (gnus-mime-display-part): Protect against broken
20106         MIME messages.
20107
20108 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20109
20110         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20111         before parsing header.
20112
20113 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20114
20115         * html2text.el (html2text-replace-list): Add new entities.
20116
20117 2005-09-11  Romain Francoise  <romain@orebokech.com>
20118
20119         * message.el (message-alternative-emails): Improve docstring.
20120         (message-setup-1): Call `message-use-alternative-email-as-from'
20121         after `message-setup-hook' to give it precedence over posting
20122         styles, etc.
20123         (message-use-alternative-email-as-from): Add docstring.
20124         Remove the original From header if present.
20125
20126         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20127         (nnml-save-mail): Use it.
20128
20129         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20130         articles.  Add new argument `silent'.
20131         (gnus-uu-mark-all): Report the total number of marked articles.
20132
20133 2005-09-10  Romain Francoise  <romain@orebokech.com>
20134
20135         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20136         (gnus-uu-mark-series): Likewise.
20137
20138 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20139
20140         * spam-report.el (spam-report-gmane): Fix generation of spam
20141         report URL.
20142
20143 2005-09-10  Simon Josefsson  <jas@extundo.com>
20144
20145         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20146         t, based on discussion on the ding list with Robert Epprecht
20147         <epprecht@solnet.ch>.
20148
20149 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20150
20151         * spam-report.el (spam-report-gmane): Make it work without
20152         X-Report-Spam header.  Gmane now only provides Archived-At.
20153         This is only used if `spam-report-gmane-use-article-number' is nil.
20154         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20155
20156         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20157         make `gnus-summary-sort-by-recipient' work with threading.
20158
20159         * nnweb.el (nnweb-google-wash-article): Print a message if article
20160         is not available.
20161
20162 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20163
20164         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20165         change.  Decode text/* parts content before displaying.
20166
20167 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20168
20169         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20170
20171 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20174
20175         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20176         url-package-name, url-package-version,
20177         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20178         w3m-display-inline-images, and w3m-minor-mode-map.
20179
20180 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20181
20182         * message.el (message-tab-body-function): Fix mismatched custom type.
20183
20184         * gnus.el (gnus-group-change-level-function): Ditto.
20185
20186         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20187
20188         * gnus-art.el (gnus-signature-limit)
20189         (gnus-article-mime-part-function): Ditto.
20190
20191 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * mml.el (mml-mode): Silence the byte compiler.
20194
20195         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20196         using `(sit-for 0)' before moving the point to the specified part;
20197         skip unbuttonized parts.
20198         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20199         return to the summary window if gnus-auto-select-part is non-nil.
20200
20201 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20202
20203         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20204         New variables.
20205         (mml-dnd-attach-file, mml-mode): Use them.
20206
20207         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20208         Make fetching article by MID work again for Google Groups.
20209         Add FIXME concerning gnus-group-make-web-group.
20210
20211         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20212         Don't depend on Gnus by using mail-extract-address-components if
20213         gnus-extract-address-components is not bound.
20214
20215 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20216
20217         * gnus-art.el (gnus-mime-display-security): Don't display the
20218         signature, but only the signed part.
20219
20220 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20221
20222         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20223
20224         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20225         list, not listp.
20226
20227 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20228
20229         * mm-encode.el (mm-encode-content-transfer-encoding):
20230         Likewise when encoding.
20231
20232         * mm-bodies.el (mm-decode-content-transfer-encoding):
20233         De-canonicalize CRLF for all text content types, not just
20234         text/plain.
20235
20236 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20237
20238         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20239         valid article; point arrow and cursor at the MIME button.
20240
20241 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20242
20243         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20244         Suggested by Dan Christensen <jdc@uwo.ca>.
20245
20246         * mm-decode.el (mm-save-part): Enable change of prompt.
20247
20248 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20249
20250         * gnus-msg.el (gnus-inews-add-send-actions):
20251         Make `message-post-method' lambda parameter ARG `&optional'.
20252
20253 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20254
20255         * gnus-sum.el (gnus-summary-mime-map):
20256         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20257         gnus-article-jump-to-part.
20258
20259         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20260         (gnus-article-edit-part): Use it.
20261         (gnus-article-part-wrapper): Add no-handle argument.
20262         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20263         New functions.
20264
20265 2005-08-29  Romain Francoise  <romain@orebokech.com>
20266
20267         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20268         docstring.
20269         (gnus-face-from-file): Likewise.
20270
20271 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20272
20273         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20274         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20275         non-nil.
20276         (gnus-auto-select-part): New variable.
20277         (gnus-article-jump-to-part): New function.
20278         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20279         (gnus-mime-delete-part): Allow selecting specified part after
20280         deleting or stripping parts.
20281         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20282         part if argument is bogus.
20283
20284 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20285
20286         * gnus-art.el (w3m-minor-mode-map):
20287         * gnus-spec.el (gnus-newsrc-file-version):
20288         * gnus-util.el (nnmail-active-file-coding-system)
20289         (gnus-original-article-buffer, gnus-user-agent):
20290         * gnus.el (gnus-ham-process-destinations)
20291         (gnus-parameter-ham-marks-alist)
20292         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20293         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20294         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20295         * mm-decode.el (gnus-current-window-configuration):
20296         * mm-extern.el (gnus-article-mime-handles):
20297         * mm-url.el (url-current-object, url-package-name)
20298         (url-package-version):
20299         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20300         (smime-keys, w3m-cid-retrieve-function-alist)
20301         (w3m-current-buffer, w3m-display-inline-images)
20302         (w3m-minor-mode-map):
20303         * mml-smime.el (gnus-extract-address-components):
20304         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20305         (gnus-newsrc-hashtb, message-default-charset)
20306         (message-deletable-headers, message-options)
20307         (message-posting-charset, message-required-mail-headers)
20308         (message-required-news-headers):
20309         * mml1991.el (mc-pgp-always-sign):
20310         * mml2015.el (mc-pgp-always-sign):
20311         * nnheader.el (nnmail-extra-headers):
20312         * rfc1843.el (gnus-decode-encoded-word-function)
20313         (gnus-decode-header-function, gnus-newsgroup-name):
20314         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20315
20316 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20317
20318         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20319         the end of the date treatments.
20320
20321 2005-08-15  Simon Josefsson  <jas@extundo.com>
20322
20323         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20324         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20325         Capello and Romain Francoise.
20326         (pgg-fetch-key-function): Remove, not used?
20327         (pgg-insert-url-with-w3): Require url, to get
20328         url-insert-file-contents regardless of where it is defined.
20329
20330 2005-08-13  Romain Francoise  <romain@orebokech.com>
20331
20332         * message.el (message-cite-original-1): New function.
20333         (message-cite-original): Use it.
20334         (message-cite-original-without-signature): Ditto.
20335
20336 2005-08-08  Romain Francoise  <romain@orebokech.com>
20337
20338         * message.el (message-yank-empty-prefix): New variable.
20339         (message-indent-citation): Use it.
20340         (message-cite-original-without-signature): Respect X-No-Archive.
20341
20342 2005-08-08  Simon Josefsson  <jas@extundo.com>
20343
20344         * pgg.el: Autoload url-insert-file-contents instead of loading
20345         w3/url.
20346         (pgg-insert-url-with-w3): Don't load url here.
20347
20348 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20349
20350         * message.el (message-kill-to-signature): Don't insert newline at
20351         bol.
20352         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20353
20354 2005-08-06  Romain Francoise  <romain@orebokech.com>
20355
20356         * message.el (message-user-fqdn): Fix typo in docstring.
20357
20358 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20359
20360         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20361
20362         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20363
20364 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20365
20366         * mm-bodies.el (mm-encode-body): Use coding system rather than
20367         charset to encode text.
20368
20369         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20370         number of charsets if utf-8 is available (XEmacs).
20371
20372 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20373
20374         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20375         taken from `gnus-button-mid-or-mail-regexp'.
20376         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20377         (gnus-button-alist): Improve regexp for domain part of the MIDs
20378         for news:localpart@domain buttons.
20379         (gnus-button-ctan-directory-regexp): Update.
20380
20381 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20382
20383         * sieve-manage.el (sieve-manage-interactive-login):
20384         Use make-local-variable rather than make-variable-buffer-local.
20385         (sieve-manage-open): Ditto.
20386         (sieve-manage-authenticate): Ditto.
20387
20388         * mml.el (mml-generate-mime-1): Make the content type default to
20389         text/plain if the filename is not specified.
20390
20391 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20392
20393         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20394         instead of insert-buffer.
20395
20396         * message.el (message-yank-original): Ditto; set the mark at the
20397         end of the yanked message.
20398
20399 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20400
20401         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20402         lines to scroll rather than to stop it.
20403
20404         * mml.el (mml-generate-default-type): Add doc string.
20405         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20406         default to application/octet-stream when determining the content
20407         type if it is not specified for the part or the mml contents; add
20408         a comment about mml-generate-default-type.
20409
20410 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20411
20412         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20413         make it default to application/octet-stream when determining the
20414         content type if it is not specified for the external contents.
20415
20416 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20419         segmented parameter but also other parameters might be there.
20420
20421 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20422
20423         * mm-decode.el (mm-display-external): Delete temp file, directory
20424         and buffer immediately if the external process is exited.
20425
20426 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20427
20428         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20429         fewer lines than that of scroll-margin.
20430         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20431
20432 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * gnus-art.el (gnus-article-next-page): Revert.
20435         (gnus-article-beginning-of-window): New macro.
20436         (gnus-article-next-page-1): Use it.
20437         (gnus-article-prev-page): Ditto.
20438         (gnus-article-edit-part): Use insert-buffer-substring instead of
20439         insert-buffer.
20440         (gnus-article-edit-exit): Ditto.
20441
20442         * gnus-util.el (gnus-beginning-of-window): Remove.
20443         (gnus-end-of-window): Remove.
20444
20445         * lpath.el: Don't bind header-line-format and scroll-margin.
20446
20447 2005-07-25  Simon Josefsson  <jas@extundo.com>
20448
20449         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20450         to have the url package without w3.  Reported by Daiki Ueno
20451         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20452
20453 2005-07-20  Didier Verna  <didier@xemacs.org>
20454
20455         * gnus-diary.el: Remove the description comment (nndiary is now
20456         properly documented in the Gnus manual).
20457         Fix the spelling of "Back End".
20458         * nndiary.el: Ditto.
20459         Fix the copyright notice.
20460
20461 2005-07-18  Romain Francoise  <romain@orebokech.com>
20462
20463         * gnus-sum.el (gnus-summary-to-prefix)
20464         (gnus-summary-newsgroup-prefix): New variables.
20465         (gnus-summary-from-or-to-or-newsgroups): Use them.
20466
20467 2005-07-17  Romain Francoise  <romain@orebokech.com>
20468
20469         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20470         space as it's generally not especially interesting to the user.
20471
20472 2005-07-16  Romain Francoise  <romain@orebokech.com>
20473
20474         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20475         nil to avoid prompting and file modification if one of the
20476         messages at the top of the nnfolder file contains a copyright
20477         notice.
20478         Update copyright notice.
20479
20480         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20481         instead of `current-time-string' as the latter creates a time
20482         string that is not RFC 2822 compliant (it lacks the zone).
20483         Update copyright notice.
20484
20485 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20486
20487         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20488         for text/rtf.  Display default in prompt.  Pass default for M-n.
20489
20490         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20491
20492 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20493
20494         * gnus-msg.el (gnus-button-mailto):
20495         Remove save-selected-window-window hackery because it relies on
20496         save-selected-window internals.
20497
20498 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20499
20500         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20501         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20502         (gnus-article-prev-page): Ditto.
20503
20504         * gnus-util.el (gnus-beginning-of-window): New function.
20505         (gnus-end-of-window): New function.
20506
20507         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20508
20509 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20510
20511         * gnus-score.el (gnus-score-edit-all-score):
20512         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20513         gnus-message.
20514
20515 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20516
20517         * gnus-msg.el (gnus-button-mailto):
20518         Remove save-selected-window-window hackery because it relies on
20519         save-selected-window internals.
20520
20521 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20522
20523         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20524         add-minor-mode.
20525         (gnus-binary-mode): Ditto.
20526
20527         * gnus-topic.el (gnus-topic-mode): Ditto.
20528
20529 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20530
20531         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20532         (gnus-article-prev-page): Take scroll-margin into consideration.
20533
20534 2005-07-04  Lute Kamstra  <lute@gnu.org>
20535
20536         Update FSF's address in GPL notices.
20537
20538 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20539
20540         * gnus.el (gnus-exit):
20541         * gnus-group.el (gnus-group-icons):
20542         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20543
20544         * gnus-nocem.el (gnus-nocem):
20545         * message.el (message-various, message-buffers, message-sending)
20546         (message-interface, message-forwarding, message-insertion)
20547         (message-headers, message-news, message-mail):
20548         * pgg-gpg.el (pgg-gpg):
20549         * pgg-parse.el (pgg-parse):
20550         * pgg-pgp.el (pgg-pgp):
20551         * pgg-pgp5.el (pgg-pgp5):
20552         * pop3.el (pop3): Finish `defgroup' description with period.
20553
20554 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20555
20556         * gnus-art.el (article-display-face): Improve the efficiency.
20557         (article-display-x-face): Ditto; remove gray x-face stuff.
20558
20559 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * gnus-art.el (article-display-face): Correct the position in
20562         which Faces are inserted.
20563
20564 2005-06-29  Didier Verna  <didier@xemacs.org>
20565
20566         * gnus-art.el (article-display-face): Display faces in correct
20567         order.
20568
20569 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20570
20571         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20572         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20573         (gnus-nocem-check-article): Fetch the Type header.
20574         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20575         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20576         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20577         make sure gnus-nocem-hashtb is initialized.
20578         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20579         (gnus-nocem-unwanted-article-p): Ditto.
20580
20581         * pgg.el (pgg-verify): Return the verification result.
20582
20583 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20584
20585         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20586         is ascii.
20587
20588 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20589
20590         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20591         `show-nonbreak-escape'.
20592
20593 2005-06-23  Lute Kamstra  <lute@gnu.org>
20594
20595         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20596
20597         * dig.el (dig-mode):
20598         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20599
20600 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20601
20602         * nnimap.el (nnimap-split-download-body): Fix spellings.
20603
20604 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20605
20606         * gnus-art.el (gnus-article-encrypt-body):
20607         * gnus-cus.el (gnus-score-customize):
20608         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20609         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20610
20611 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20612
20613         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20614         header by looking for magic "MII" at the beginning.
20615
20616 2005-06-16  Miles Bader  <miles@gnu.org>
20617
20618         * gnus-xmas.el (gnus-xmas-group-startup-message):
20619         Use renamed gnus-splash face.
20620
20621         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20622         (assistant-field-face): New backward-compatibility alias for renamed
20623         face.
20624         (assistant-render-text): Use renamed assistant-field face.
20625
20626         * spam.el (spam): Remove "-face" suffix from face name.
20627         (spam-face): New backward-compatibility alias for renamed face.
20628         (spam-face, spam-initialize): Use renamed spam face.
20629
20630         * message.el (message-header-to, message-header-cc)
20631         (message-header-subject, message-header-newsgroups)
20632         (message-header-other, message-header-name)
20633         (message-header-xheader, message-separator, message-cited-text)
20634         (message-mml): Remove "-face" suffix from face names.
20635         (message-header-to-face, message-header-cc-face)
20636         (message-header-subject-face, message-header-newsgroups-face)
20637         (message-header-other-face, message-header-name-face)
20638         (message-header-xheader-face, message-separator-face)
20639         (message-cited-text-face, message-mml-face):
20640         New backward-compatibility aliases for renamed faces.
20641         (message-font-lock-keywords): Use renamed message faces.
20642
20643         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20644         (sieve-test-commands, sieve-tagged-arguments):
20645         Remove "-face" suffix from face names.
20646         (sieve-control-commands-face, sieve-action-commands-face)
20647         (sieve-test-commands-face, sieve-tagged-arguments-face):
20648         New backward-compatibility aliases for renamed faces.
20649         (sieve-control-commands-face, sieve-action-commands-face)
20650         (sieve-test-commands-face, sieve-tagged-arguments-face):
20651         Use renamed sieve faces.
20652
20653         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20654         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20655         (gnus-group-news-3-empty, gnus-group-news-4)
20656         (gnus-group-news-4-empty, gnus-group-news-5)
20657         (gnus-group-news-5-empty, gnus-group-news-6)
20658         (gnus-group-news-6-empty, gnus-group-news-low)
20659         (gnus-group-news-low-empty, gnus-group-mail-1)
20660         (gnus-group-mail-1-empty, gnus-group-mail-2)
20661         (gnus-group-mail-2-empty, gnus-group-mail-3)
20662         (gnus-group-mail-3-empty, gnus-group-mail-low)
20663         (gnus-group-mail-low-empty, gnus-summary-selected)
20664         (gnus-summary-cancelled, gnus-summary-high-ticked)
20665         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20666         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20667         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20668         (gnus-summary-low-undownloaded)
20669         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20670         (gnus-summary-low-unread, gnus-summary-normal-unread)
20671         (gnus-summary-high-read, gnus-summary-low-read)
20672         (gnus-summary-normal-read, gnus-splash):
20673         Remove "-face" suffix from face names.
20674         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20675         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20676         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20677         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20678         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20679         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20680         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20681         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20682         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20683         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20684         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20685         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20686         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20687         (gnus-summary-normal-ticked-face)
20688         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20689         (gnus-summary-normal-ancient-face)
20690         (gnus-summary-high-undownloaded-face)
20691         (gnus-summary-low-undownloaded-face)
20692         (gnus-summary-normal-undownloaded-face)
20693         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20694         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20695         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20696         (gnus-splash-face):
20697         New backward-compatibility aliases for renamed faces.
20698         (gnus-group-startup-message): Use renamed gnus faces.
20699
20700         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20701         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20702         (gnus-server-agent): Remove "-face" suffix from face names.
20703         (gnus-server-agent-face, gnus-server-opened-face)
20704         (gnus-server-closed-face, gnus-server-denied-face)
20705         (gnus-server-offline-face):
20706         New backward-compatibility aliases for renamed faces.
20707         (gnus-server-agent-face, gnus-server-opened-face)
20708         (gnus-server-closed-face, gnus-server-denied-face)
20709         (gnus-server-offline-face): Use renamed gnus faces.
20710
20711         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20712         Remove "-face" suffix from face names.
20713         (gnus-picon-xbm-face, gnus-picon-face):
20714         New backward-compatibility aliases for renamed faces.
20715
20716         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20717         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20718         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20719         (gnus-cite-11): Remove "-face" suffix from face names.
20720         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20721         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20722         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20723         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20724         New backward-compatibility aliases for renamed faces.
20725         (gnus-cite-attribution-face, gnus-cite-face-list)
20726         (gnus-article-boring-faces): Use renamed gnus faces.
20727
20728         * gnus-art.el (gnus-signature, gnus-header-from)
20729         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20730         (gnus-header-content): Remove "-face" suffix from face names.
20731         (gnus-signature-face, gnus-header-from-face)
20732         (gnus-header-subject-face, gnus-header-newsgroups-face)
20733         (gnus-header-name-face, gnus-header-content-face):
20734         New backward-compatibility aliases for renamed faces.
20735         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20736
20737         * gnus-sum.el (gnus-summary-selected-face)
20738         (gnus-summary-highlight): Use renamed gnus faces.
20739         * gnus-group.el (gnus-group-highlight): Likewise.
20740
20741 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20742
20743         * gnus-sieve.el (gnus-sieve-article-add-rule):
20744         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20745         * spam-stat.el (spam-stat-buffer-change-to-spam)
20746         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20747
20748         * message.el (message-is-yours-p):
20749         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20750
20751 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * mm-view.el (mm-inline-text): Withdraw the last change.
20754
20755 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20756
20757         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20758         executing enriched-decode.
20759
20760 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20761
20762         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20763         charset of tar files.
20764
20765 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20766
20767         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20768
20769 2005-06-04  Lute Kamstra  <lute@gnu.org>
20770
20771         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20772         information is never recorded.
20773
20774 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20775
20776         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20777
20778 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * pop3.el (pop3-apop): Run md5 in the binary mode.
20781
20782         * starttls.el (starttls-set-process-query-on-exit-flag):
20783         Use eval-and-compile.
20784
20785 2005-05-31  Simon Josefsson  <jas@extundo.com>
20786
20787         * smime.el (smime-replace-in-string): Define.
20788         (smime-cert-by-ldap-1): Use it.
20789
20790 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * gnus-art.el (article-display-x-face): Replace
20793         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20794
20795         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20796         set-process-query-on-exit-flag or process-kill-without-query.
20797
20798         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20799         loop instead of replace-regexp.
20800
20801         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20802         instead of process-kill-without-query if it is available.
20803
20804         * lpath.el: Fbind ldap-search-entries.
20805
20806         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20807         instead of find-file-hooks if it is available.
20808
20809         * mml1991.el: Bind pgg-default-user-id when compiling.
20810
20811         * mml2015.el: Bind pgg-default-user-id when compiling.
20812
20813         * nndraft.el (nndraft-request-associate-buffer):
20814         Use write-contents-functions instead of write-contents-hooks if it is
20815         available.
20816
20817         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20818         instead of find-file-hooks if it is available.
20819
20820         * nntp.el (nntp-open-connection): Replace
20821         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20822         (nntp-open-ssl-stream): Ditto.
20823         (nntp-open-tls-stream): Ditto.
20824
20825         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20826         set-process-query-on-exit-flag or process-kill-without-query.
20827         (starttls-open-stream-gnutls): Use it instead of
20828         process-kill-without-query.
20829         (starttls-open-stream): Ditto.
20830
20831 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20832
20833         * smime.el (smime-cert-by-ldap-1): Don't use
20834         replace-regexp-in-string.
20835
20836 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20837
20838         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20839
20840         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20841         in PEM format.  Adjust to the XEmacs compatibility.
20842
20843 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20844
20845         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20846         by `string-to-number'.
20847         * gnus-agent.el (gnus-agent-regenerate-group)
20848         (gnus-agent-fetch-articles): Ditto.
20849         * gnus-art.el (gnus-button-fetch-group): Ditto.
20850         * gnus-cache.el (gnus-cache-generate-active)
20851         (gnus-cache-articles-in-group): Ditto.
20852         * gnus-group.el (gnus-group-set-current-level)
20853         (gnus-group-insert-group-line): Ditto.
20854         * gnus-score.el (gnus-score-set-expunge-below)
20855         (gnus-score-set-mark-below, gnus-summary-score-effect)
20856         (gnus-summary-score-entry): Ditto.
20857         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20858         (gnus-soup-pack): Ditto.
20859         * gnus-spec.el (gnus-xmas-format): Ditto.
20860         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20861         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20862         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20863         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20864         * nndb.el (nndb-get-remote-expire-response): Ditto.
20865         * nndiary.el (nndiary-parse-schedule-value)
20866         (nndiary-string-to-number, nndiary-request-replace-article)
20867         (nndiary-request-article): Ditto.
20868         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20869         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20870         * nneething.el (nneething-make-head): Ditto.
20871         * nnfolder.el (nnfolder-request-article)
20872         (nnfolder-retrieve-headers): Ditto.
20873         * nnheader.el (nnheader-file-to-number): Ditto.
20874         * nnkiboze.el (nnkiboze-request-article): Ditto.
20875         * nnmail.el (nnmail-process-unix-mail-format)
20876         (nnmail-process-babyl-mail-format): Ditto.
20877         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20878         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20879         (nnmh-request-create-group, nnmh-request-list-1)
20880         (nnmh-request-group, nnmh-request-article): Ditto.
20881         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20882         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20883         * nnsoup.el (nnsoup-make-active): Ditto.
20884         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20885         * nntp.el (nntp-find-group-and-number)
20886         (nntp-retrieve-headers-with-xover): Ditto.
20887         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20888         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20889         (pgg-format-key-identifier): Ditto.
20890         * pop3.el (pop3-last, pop3-stat): Ditto.
20891         * qp.el (quoted-printable-decode-region): Ditto.
20892
20893         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20894         of concat.
20895
20896 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20897
20898         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20899
20900         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20901
20902         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20903
20904         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20905
20906         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20907
20908         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20909
20910         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20911         (gnus-carpal-mode): Ditto.
20912
20913         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20914         (gnus-browse-mode): Ditto.
20915
20916         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20917
20918         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20919
20920 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20921
20922         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20923
20924 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20925
20926         * gnus-util.el (gnus-run-mode-hooks): New function.
20927
20928         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20929
20930         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20931         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20932
20933 2005-05-27  Lute Kamstra  <lute@gnu.org>
20934
20935         * dns-mode.el (dns-mode): Specify customization group.
20936
20937 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20938
20939         * gnus-agent.el (gnus-agent-make-mode-line-string):
20940         Use mode-line-highlight as mouse-face.
20941
20942 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20943
20944         * canlock.el (canlock): Change the parent group to news.
20945
20946         * deuglify.el (gnus-outlook-deuglify): Add :group.
20947
20948         * dig.el (dig): Add :group.
20949
20950         * dns-mode.el (dns-mode): Add :group.
20951
20952         * encrypt.el (encrypt): Add :group.
20953
20954         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20955         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20956         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20957         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20958         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20959
20960         * gnus-diary.el (gnus-diary): Add :group.
20961
20962         * gnus.el (gnus-group-news-1-face): Add :group.
20963         (gnus-group-news-1-empty-face): Ditto.
20964         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20965         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20966         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20967         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20968         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20969         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20970         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20971         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20972         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20973         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20974         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20975         (gnus-summary-high-ticked-face): Ditto.
20976         (gnus-summary-low-ticked-face): Ditto.
20977         (gnus-summary-normal-ticked-face): Ditto.
20978         (gnus-summary-high-ancient-face): Ditto.
20979         (gnus-summary-low-ancient-face): Ditto.
20980         (gnus-summary-normal-ancient-face): Ditto.
20981         (gnus-summary-high-undownloaded-face): Ditto.
20982         (gnus-summary-low-undownloaded-face): Ditto.
20983         (gnus-summary-normal-undownloaded-face): Ditto.
20984         (gnus-summary-high-unread-face): Ditto.
20985         (gnus-summary-low-unread-face): Ditto.
20986         (gnus-summary-normal-unread-face): Ditto.
20987         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20988         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20989
20990         * hashcash.el (hashcash): New custom group.
20991         (hashcash-default-payment): Add :group.
20992         (hashcash-payment-alist): Ditto.
20993         (hashcash-default-accept-payment): Ditto.
20994         (hashcash-accept-resources): Ditto.
20995         (hashcash-path): Ditto.
20996         (hashcash-extra-generate-parameters): Ditto.
20997         (hashcash-double-spend-database): Ditto.
20998         (hashcash-in-news): Ditto.
20999
21000         * message.el (message-minibuffer-local-map): Add :group.
21001
21002         * netrc.el (netrc): Add :group.
21003
21004         * sieve-manage.el (sieve-manage-log): Add :group.
21005         (sieve-manage-default-user): Diito.
21006         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21007         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21008         (sieve-manage-authenticators): Ditto.
21009         (sieve-manage-authenticator-alist): Ditto.
21010         (sieve-manage-default-port): Ditto.
21011
21012         * sieve-mode.el (sieve-control-commands-face): Add :group.
21013         (sieve-action-commands-face): Ditto.
21014         (sieve-test-commands-face): Ditto.
21015         (sieve-tagged-arguments-face): Ditto.
21016
21017         * smime.el (smime): Add :group.
21018
21019         * spam-report.el (spam-report): Add :group.
21020
21021         * spam.el (spam, spam-face): Add :group.
21022
21023 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21024
21025         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21026         return \n.\n.\n at the end of articles.  Protect against that.
21027         (nntp-with-open-group): Allow debugging.
21028
21029         * nnheader.el (mail-header-set-extra): Make into a function
21030         because I just could't understand how to quote the list properly.
21031
21032         * dns.el (query-dns-cached): New function.
21033
21034 2005-05-26  Lute Kamstra  <lute@gnu.org>
21035
21036         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21037
21038 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21039
21040         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21041
21042         * gnus-art.el: Don't autoload mail-extract-address-components.
21043
21044         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21045         eval-and-compile to evaluate it.
21046
21047         * hashcash.el: Don't autoload executable-find.
21048
21049         * nndb.el: Don't declare the nndb back end two or more times; don't
21050         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21051
21052         * nntp.el: Autoload format-spec instead of format; use
21053         eval-and-compile to evaluate autoload forms.
21054
21055 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21056
21057         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21058
21059 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21060
21061         * gnus.el (gnus-version-number): Bump version.
21062
21063 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21064
21065         * gnus.el: No Gnus v0.3 is released.
21066
21067 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21068
21069         * lpath.el (featurep): Bind show-nonbreak-escape.
21070
21071 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21072
21073         * gnus-art.el (gnus-article-edit-part): Disable undo.
21074
21075 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21078         gnus-article-date-lapsed-new-header is t if date timer is active;
21079         skip headers in which the original date value is empty.
21080         (gnus-article-save-original-date): Redefine it as a macro.
21081         (gnus-display-mime): Use it.
21082
21083 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21084
21085         * gnus-art.el (article-date-ut): Support converting date in
21086         forwarded parts as well.
21087         (gnus-article-save-original-date): New function.
21088         (gnus-display-mime): Use it.
21089
21090 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21091
21092         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21093         enclosure element of <item>.
21094
21095 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21096
21097         * message.el (message-kill-buffer-query): Rename from
21098         `message-kill-buffer-query-if-modified'.  Add :version.
21099
21100 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21101
21102         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21103         window layout.
21104
21105 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21106
21107         * mml.el: Autoload dnd when compiling.
21108
21109 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21110
21111         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21112         x-dnd-*.
21113
21114 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21115
21116         * qp.el (quoted-printable-encode-region): Save excursion.
21117
21118 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21119
21120         * message.el (message-kill-buffer-query-if-modified): Add new variable
21121         so the user can kill a modified message buffer quickly.
21122         (message-kill-buffer): Use it.
21123
21124 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21125
21126         * lpath.el: Fbind display-time-event-handler; don't fbind
21127         string-to-multibyte.
21128
21129         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21130
21131 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21132
21133         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21134         contained in text because xml.el decodes entities) with LFs.
21135
21136 2005-04-11  Lute Kamstra  <lute@gnu.org>
21137
21138         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21139         differently.
21140
21141 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21142
21143         * mm-util.el (mm-detect-coding-region): Typo.
21144
21145 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21148
21149 2005-04-06  Deepak Goel  <deego@gnufans.org>
21150
21151         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21152         user-function allow user modifications of the scores.
21153         (spam-stat-score-buffer-user): New function, to allow
21154         user-computed modifications to the score.
21155         (spam-stat-score-buffer-user-functions): List of additional
21156         scoring functions.
21157         (spam-stat-error-holder): Global temporary error holder.
21158         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21159         variable.
21160
21161 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21162
21163         * gnus-registry.el (gnus-registry-clean-empty-function)
21164         (gnus-registry-trim, gnus-registry-fetch-groups)
21165         (gnus-registry-delete-group): Groups that match
21166         `gnus-registry-ignored-groups' are removed from the registry
21167         entries, not just ignored for splitting.  This helps clean up the
21168         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21169         to get all the groups a message ID is in.
21170
21171         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21172         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21173         (spam-stat-score-buffer-user-functions): Add :number custom type.
21174
21175 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21176
21177         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21178         argument in XEmacs.
21179
21180         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21181         (nnrss-request-group): Decode group name first.
21182         (nnrss-request-article): Make a text/plain article if mml-to-mime
21183         failed.
21184         (nnrss-get-encoding): Return a compatible encoding according to
21185         nnrss-compatible-encoding-alist.
21186         (nnrss-find-el): Use consp instead of listp.
21187         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21188
21189 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21190
21191         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21192         which Emacs 20 doesn't support.
21193         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21194
21195 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21196
21197         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21198         silence the byte compiler inside the defun.
21199
21200         * gnus-demon.el (parse-time-string): Add autoload.
21201
21202         * gnus-delay.el (parse-time-string): Add autoload.
21203
21204         * gnus-art.el (parse-time-string): Add autoload.
21205
21206         * nnultimate.el (parse-time): Require for `parse-time-string'.
21207
21208 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21209
21210         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21211
21212         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21213
21214         * smime.el (smime-ldap-host-list): Add :version.
21215
21216 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21217
21218         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21219         pass it to `gnus-browse-read-group'.
21220         (gnus-browse-read-group): Add NUMBER argument and pass it to
21221         `gnus-group-read-ephemeral-group'.
21222
21223         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21224         argument and pass it to `gnus-group-read-group'.
21225
21226 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21227
21228         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21229         mm-xemacs-find-mime-charset-1 if we have the mule feature
21230         available at runtime.
21231
21232 2005-03-25  Werner Lemberg  <wl@gnu.org>
21233
21234         * nnmaildir.el: Replace `illegal' with `invalid'.
21235
21236 2005-03-23  Lute Kamstra  <lute@gnu.org>
21237
21238         * time-date.el: Add comment on time value formats.
21239         Don't require parse-time.
21240         (with-decoded-time-value): New macro.
21241         (encode-time-value): New function.
21242         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21243         (days-to-time): Return a valid time value when arg is huge.
21244         (time-since): Use time-subtract.
21245         (time-to-number-of-days): Use time-to-seconds.
21246
21247 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21248
21249         * gnus-start.el (gnus-display-time-event-handler):
21250         Check display-time-timer at runtime rather than only at load time
21251         in case display-time-mode is turned off in the mean time.
21252
21253 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21254
21255         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21256         used.
21257
21258         * nneething.el (nneething-map-file-directory): Derive from
21259         `gnus-directory'.
21260
21261         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21262         the To/Cc button.
21263
21264 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21265
21266         * nnmaildir.el (nnmaildir-request-accept-article):
21267         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21268
21269 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21270
21271         * gnus-async.el: Require timer-funcs at compile time when in
21272         XEmacs for `run-with-idle-timer'.
21273
21274 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21275
21276         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21277         autoloaded function.
21278
21279 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21280
21281         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21282
21283 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21284
21285         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21286
21287 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21288
21289         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21290         Add gnus-expert-user to default.
21291
21292 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21293
21294         * nnimap.el (nnimap-open-server): Ditto.
21295
21296         * imap.el (imap-authenticate): Fix typo.
21297
21298 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21299
21300         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21301         buffer (since IMAP server might return FETCH response out of
21302         order, and the nntp buffer must be sorted).
21303
21304 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21305
21306         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21307         comparison on string.
21308
21309         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21310         (gnus-agent-score): Rename category keywords to match gnus-cus.
21311         (gnus-agent-summary-fetch-series): Modify to protect against
21312         gnus-agent-summary-fetch-group clearing processable flags.
21313         (gnus-agent-synchronize-group-flags): Update live group buffer as
21314         synchronization may occur due to the user toggle the plugged
21315         status.
21316         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21317         successfully downloaded.
21318         (gnus-agent-expire-group-1): Avoid using markers when the overview
21319         is in ascending order; greatly improves performance.
21320         (gnus-agent-regenerate-group):
21321         Use gnus-agent-synchronize-group-flags to reset read status in both
21322         gnus and server.
21323         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21324
21325 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21326
21327         * message.el: Don't autoload former message-utils variables.
21328         (message-strip-subject-trailing-was): Change doc string.
21329
21330         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21331         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21332         (nnweb-google-search): Add "hl=en" here.
21333         (nnweb-google-parse-1, nnweb-google-create-mapping):
21334         Don't hardcode URL.
21335
21336 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21337
21338         * message.el (message-get-reply-headers, message-followup):
21339         Mention related variables `message-use-followup-to' and
21340         `message-use-mail-followup-to', in the information buffer.
21341
21342         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21343         of broken groups(-beta).google.com.
21344
21345 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21346
21347         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21348         parameter to invoked gnus-request-move-article; remove the
21349         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21350         all at once instead of once per article.
21351         (gnus-summary-remove-process-mark): Accept a list of articles as
21352         well as a single article for processing.
21353
21354         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21355         parameter.
21356
21357         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21358
21359         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21360
21361         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21362         parameter.
21363
21364         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21365         parameter.
21366
21367         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21368         parameter and remove the gnus-sum-hint-move-is-internal variable.
21369
21370         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21371         parameter.
21372
21373         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21374         parameter.
21375
21376         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21377         parameter.
21378
21379         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21380
21381         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21382         parameter.
21383
21384         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21385         parameter.
21386
21387 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21388
21389         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21390         a more conservative way.
21391
21392 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21393
21394         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21395         buffer, so it moves the window's cursor.
21396
21397 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21398
21399         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21400         `mm-dissect-multipart' and receive the from field as an (optional)
21401         argument from `mm-dissect-multipart'.
21402         (mm-dissect-multipart): Receive the from field as an argument and
21403         pass it on when we call `mm-dissect-buffer' on MIME parts.
21404         Fixes verification/decryption of signed/encrypted MIME parts.
21405
21406 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21407
21408         * gnus-sum.el (gnus-summary-move-article):
21409         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21410         whatever it calls (right now, only nnimap-request-move article
21411         respects it).
21412
21413         * nnimap.el (nnimap-request-move-article):
21414         When gnus-sum-hint-move-is-internal is set, don't do the extra
21415         nnimap-request-article.
21416
21417 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21418
21419         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21420
21421         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21422         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21423
21424         * gnus-sum.el (gnus-summary-caesar-message):
21425         Apply `gnus-treat-article' after rotation.
21426
21427         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21428         doc string.
21429
21430 2005-02-22  Simon Josefsson  <jas@extundo.com>
21431
21432         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21433         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21434         <arne@arnested.dk>.
21435         (encrypt): Add password-cache and password-cache-expiry as group
21436         members.
21437
21438 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21439
21440         * smime.el (smime-ldap-host-list): Doc fix.
21441         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21442         cache) password.
21443         (smime-sign-region): Use it.
21444         (smime-decrypt-region): Use it.
21445         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21446         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21447         fails.
21448         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21449         certificate from DER to PEM format rather than calling openssl.
21450
21451         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21452
21453         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21454         for signing/encryption.
21455
21456         * mml.el (mml-parse-1): Use them.
21457
21458 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21459
21460         * nnrss.el (nnrss-verbose): Remove.
21461         (nnrss-request-group): Use `nnheader-message' instead.
21462
21463 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21464
21465         * nnrss.el (nnrss-verbose): New variable.
21466         (nnrss-request-group): Make it say nnrss is requesting a group.
21467
21468 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21469
21470         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21471         Handle news URL with given port correctly.
21472
21473 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21474
21475         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21476         containing special characters.
21477
21478         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21479
21480         * mml.el (mime-to-mml): Ditto.
21481
21482         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21483         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21484         (rfc2047-decode-region): Quote decoded words containing special
21485         characters when rfc2047-quote-decoded-words-containing-tspecials
21486         is non-nil.
21487
21488 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21489
21490         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21491
21492         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21493
21494 2005-02-15  Simon Josefsson  <jas@extundo.com>
21495
21496         * nnimap.el (nnimap-debug): Doc fix.
21497
21498         * imap.el (imap-debug): Doc fix.
21499
21500 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21501
21502         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21503
21504 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21505
21506         * gnus.el (spam-contents): Improve docs for spam-contents
21507         parameter in its variable incarnation.
21508
21509 2005-02-14  Simon Josefsson  <jas@extundo.com>
21510
21511         * smime-ldap.el: Use require instead of load-library for ldap.
21512         (smime-ldap-search): Indent.
21513         (smime-ldap-search-internal): Shorten line.
21514
21515         * smime.el (smime-cert-by-dns): Add doc-string.
21516         (smime-cert-by-ldap-1): Indent.
21517
21518         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21519         mml-smime-get-dns-ldap.
21520         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21521
21522 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21523
21524         * smime.el: Require smime-ldap.
21525         (smime-ldap-host-list): New variable.
21526         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21527
21528         * mml-smime.el (mml-smime-encrypt-query): New function.
21529         (mml-smime-encrypt-query): Use it.
21530
21531         * smime-ldap.el: New file.
21532
21533 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21534
21535         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21536
21537 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21538
21539         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21540         argument in doc string.  Make query for type more clear.
21541
21542 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21543
21544         * gnus.el (gnus-group-startup-message): Search for gnus images in
21545         etc/images/gnus.
21546         * mm-util.el (mm-image-load-path): Likewise.
21547         * smiley.el (smiley-data-directory): Search for smilies in
21548         etc/images/smilies.
21549
21550 2005-02-09  Kim F. Storm  <storm@cua.dk>
21551
21552         Change Emacs release version from 21.4 to 22.1 throughout.
21553         Change Emacs development version from 21.3.50 to 22.0.50.
21554
21555 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21556
21557         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21558
21559         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21560         non-Mule XEmacs as well.
21561         (mm-decompress-buffer): Signal an error intentionally if it does
21562         not decompress compressed data because auto-compression-mode is
21563         disabled.
21564
21565 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21566
21567         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21568         an ID in the registry even if it has no groups.
21569
21570 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21571
21572         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21573         merge it into mm-decompress-buffer.
21574         (gnus-mime-copy-part): Use the MIME part charset, the value which
21575         a user specified or gnus-newsgroup-charset for decoding, like
21576         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21577         save-buffer what was used.  Suggested by Kevin Ryde
21578         <user42@zip.com.au>.
21579         (gnus-mime-inline-part): Allow the name parameter as well as the
21580         filename parameter; force decompressing of compressed data; always
21581         display contents being not decoded as unibyte.
21582
21583         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21584         as well as the filename parameter.
21585
21586         * mm-util.el (mm-decompress-buffer):
21587         Merge gnus-mime-jka-compr-maybe-uncompress.
21588         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21589         of compressed data.
21590
21591 2005-02-08  Simon Josefsson  <jas@extundo.com>
21592
21593         * imap.el (imap-log): Doc fix.
21594
21595 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21596
21597         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21598         the coding cookies; decompress compressed parts.
21599
21600         * mml.el (mml-generate-mime-1): Add the charset parameter according
21601         to the value which a user specified manually or the coding cookie.
21602
21603         * mm-util.el (mm-string-to-multibyte): New function.
21604         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21605         (mm-coding-system-to-mime-charset): New function.
21606         (mm-decompress-buffer): New function.
21607         (mm-find-buffer-file-coding-system): New function.
21608
21609         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21610         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21611         parts.
21612
21613 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21614
21615         * mm-view.el (mm-display-inline-fontify): Decode a part according
21616         to the charset parameter.
21617
21618 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21619
21620         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21621         prefix arg is neither nil nor a number, as info specifies.
21622
21623 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21624
21625         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21626         timestamps.
21627
21628 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21629
21630         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21631         groups error checking and notify user.
21632
21633 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21634
21635         * message.el (message-send-mail-function): Check existence of
21636         sendmail-program first before using default value
21637         `message-send-mail-with-sendmail'.  Otherwise use more generic
21638         `smtpmail-send-it'.
21639
21640 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21641
21642         * nntp.el (nntp-request-update-info): Always return nil.
21643
21644 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21645
21646         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21647
21648 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21649
21650         * message.el (message-beginning-of-line): Change the behavior when
21651         invoked between BOL and : so that it first moves backward.
21652
21653 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21654
21655         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21656         article buffer when editing of the article is discarded.
21657         (gnus-article-prepare): Revert.
21658
21659 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21660
21661         * gnus-art.el (gnus-article-prepare):
21662         Remove message-strip-forbidden-properties from the local hook.
21663
21664 2005-01-27  Simon Josefsson  <jas@extundo.com>
21665
21666         * password.el (password-cache-add): Only start one timer per key.
21667         Reported by Derek Atkins <warlord@MIT.EDU>.
21668
21669 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21670
21671         * run-at-time.el: Remove.  It is no longer needed as
21672         timer-funcs.el in the xemacs-base package has a working version of
21673         `run-at-time'.
21674
21675         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21676
21677         * password.el: Require timer-funcs instead of run-at-time in
21678         XEmacs.
21679         Remove `password-run-at-time' macro.
21680         (password-cache-add): Use `run-at-time' instead of
21681         `password-run-at-time'.
21682
21683         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21684         Remove `nnheader-cancel-function-timers' alias,
21685         `cancel-function-timers' exists in XEmacs in timer-funcs.
21686
21687         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21688         for `run-with-idle-timer'.
21689
21690         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21691         for `run-at-time'.
21692
21693         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21694         for `with-timeout'.
21695
21696         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21697         the same as for XEmacs 21.4.
21698         No need to ignore `run-with-idle-timer', this function exists in
21699         XEmacs now in timer-funcs.el in the xemacs-base package.
21700         (dgnushack-compile): No need to delete
21701         run-at-time.el from the list of files to compile because it
21702         doesn't exist anymore.
21703
21704 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21705
21706         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21707         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21708
21709 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21710
21711         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21712         sensitively.
21713
21714 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21715
21716         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21717
21718 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21719
21720         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21721         which will be inserted according to the multibyteness of a buffer
21722         rather than the type of contents.  Suggested by ARISAWA Akihiro
21723         <ari@mbf.ocn.ne.jp>.
21724
21725         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21726         of string which old xml.el may return rather than a string.
21727
21728 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21731
21732 2005-01-16  Simon Josefsson  <jas@extundo.com>
21733
21734         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21735         idn/idna.el isn't available.
21736         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21737         <michael@waxrat.com>.
21738
21739         * hashcash.el: Remove non-FSF copyright header.
21740
21741         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21742         (hashcash-generate-payment): Use it.
21743         (hashcash-generate-payment-async): Use it.
21744
21745 2005-01-15  Simon Josefsson  <jas@extundo.com>
21746
21747         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21748         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21749
21750         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21751         gnus-summary-idna-message.
21752         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21753         (gnus-summary-idna-message): New function.
21754
21755 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21756
21757         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21758         gnus-novice-user.
21759
21760 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21761
21762         * nnrss.el (nnrss-request-delete-group): Delete entries in
21763         nnrss-group-alist as well.
21764         (nnrss-save-server-data): Insert newline.
21765
21766 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21767
21768         * gnus.el (gnus-user-agent): Use list of symbols instead of
21769         symbols.  Display full version number for (S)XEmacs.
21770         Optionally display (S)XEmacs codename.
21771
21772         * gnus-util.el (gnus-emacs-version): Update for new
21773         `gnus-user-agent'.
21774
21775         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21776         Gnus version.
21777
21778 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21779
21780         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21781         which is unreadable in some setups.
21782
21783 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21784
21785         * gnus-spec.el (gnus-update-format-specifications): Flush the
21786         group format spec cache if it doesn't support decoded group names.
21787
21788 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21789
21790         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21791         Allow to apply decay on score files matching a regexp.
21792
21793 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21794
21795         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21796         compatibility in %g and %c.
21797
21798 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21801         name for only %g and %c.
21802         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21803         of gnus-tmp-group to decoded group name.
21804         (gnus-group-make-rss-group): Exclude `/'s from group names.
21805
21806 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21807
21808         * nnrss.el (nnrss-get-encoding): Fix regexp.
21809
21810 2004-12-27  Simon Josefsson  <jas@extundo.com>
21811
21812         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21813         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21814         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21815
21816 2004-12-17  Kim F. Storm  <storm@cua.dk>
21817
21818         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21819
21820         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21821
21822 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21823
21824         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21825
21826 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21827
21828         * nnrss.el: Require rfc2047 and mml.
21829         (nnrss-file-coding-system): New variable.
21830         (nnrss-format-string): Redefine it as an inline function.
21831         (nnrss-decode-group-name): New function.
21832         (nnrss-string-as-multibyte): Remove.
21833         (nnrss-retrieve-headers): Decode group name; don't use
21834         nnrss-format-string.
21835         (nnrss-request-group): Decode group name.
21836         (nnrss-request-article): Decode group name; allow a Message-ID as
21837         well as an article number; don't use nnrss-format-string; encode a
21838         Message-ID string which may contain non-ASCII characters; use
21839         mml-to-mime to compose a MIME article.
21840         (nnrss-request-expire-articles): Decode group name.
21841         (nnrss-request-delete-group): Decode group name.
21842         (nnrss-fetch): Clarify error message.
21843         (nnrss-read-server-data): Use insert-file-contents instead of load;
21844         bind file-name-coding-system; use multibyte buffer.
21845         (nnrss-save-server-data): Bind coding-system-for-write to the
21846         value of nnrss-file-coding-system; bind file-name-coding-system;
21847         add coding cookie.
21848         (nnrss-read-group-data): Use insert-file-contents instead of load;
21849         bind file-name-coding-system; use multibyte buffer.
21850         (nnrss-save-group-data): Bind coding-system-for-write to the
21851         value of nnrss-file-coding-system; bind file-name-coding-system.
21852         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21853         make it work with non-ASCII text.
21854         (nnrss-find-el): Make it work with old xml.el as well.
21855
21856 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21857
21858         * nnrss.el (nnrss-get-encoding): New function.
21859         (nnrss-fetch): Use unibyte buffer initially; bind
21860         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21861         decode contents according to the encoding attribute.
21862         (nnrss-save-group-data): Add coding cookie.
21863         (nnrss-mime-encode-string): New function.
21864         (nnrss-check-group): Use it to encode subject and author.
21865
21866 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21867
21868         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21869         imaginary variable.
21870
21871 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21872
21873         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21874         correctly even if there are wide characters.
21875
21876 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21877
21878         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21879         downcased symbol names; make a new cache instead of reusing
21880         bbdb-hashtable.
21881
21882 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21883
21884         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21885         concatenating segments rather than before concatenating them.
21886         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21887
21888         * message.el (message-get-reply-headers): Bind `extra'.
21889
21890 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21891
21892         * message.el (message-extra-wide-headers): New variable.
21893         (message-get-reply-headers): Use it.
21894
21895 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21896
21897         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21898         (gnus-agent-group-pathname): Ditto.
21899
21900         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21901
21902         * gnus-group.el (gnus-group-make-group): Decode group name.
21903         (gnus-group-make-rss-group): Register the group data after opening
21904         the nnrss group.
21905
21906 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21907
21908         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21909         by expiry now get marked as read.
21910
21911 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21912
21913         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21914
21915 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21916
21917         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21918         unify Latin characters in XEmacs.
21919         (mm-find-mime-charset-region): Use it.
21920
21921 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21922
21923         * gnus-util.el (gnus-delete-directory): New function.
21924
21925         * gnus-agent.el (gnus-agent-delete-group): Use it.
21926
21927         * gnus-cache.el (gnus-cache-delete-group): Use it.
21928
21929 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21930
21931         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21932         names.
21933
21934 2004-12-16  Simon Josefsson  <jas@extundo.com>
21935
21936         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21937
21938 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21941
21942         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21943         (gnus-group-set-current-level): Decode group name.
21944
21945 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21946
21947         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21948         failed.
21949
21950 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21951
21952         * gnus-group.el (gnus-group-delete-group): Decode group name.
21953         (gnus-group-make-rss-group): Encode group name.
21954         (gnus-group-catchup-current): Decode group name.
21955         (gnus-group-kill-group): Decode group name.
21956
21957 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21958
21959         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21960
21961 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21962
21963         * gnus-group.el (gnus-group-make-rss-group):
21964         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21965
21966         * gnus-start.el (gnus-setup-news): Honor user's setting to
21967         gnus-message-archive-method.  Suggested by Lute Kamstra
21968         <lute@gnu.org>.
21969
21970 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21971
21972         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21973         global counterparts of the buffer-local variables.
21974
21975 2004-11-16  Romain Francoise  <romain@orebokech.com>
21976
21977         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21978         counterparts of the buffer-local variables.
21979
21980 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21981
21982         * message.el (message-forbidden-properties): Fix typo in doc
21983         string.
21984
21985 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21986
21987         * gnus-util.el (gnus-replace-in-string): Add doc string.
21988
21989         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21990         to avoid problems when splitting mails with many recipients.
21991
21992 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21993
21994         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21995         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21996
21997 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21998
21999         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22000         if there is no hashtable in memory or file modification time is
22001         newer than cached timestamp.
22002
22003 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22004
22005         * gnus-sum.el (gnus-summary-limit-to-recipient):
22006         Implement not-matching option.
22007
22008 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22009
22010         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22011         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22012         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22013         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22014         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22015         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22016
22017 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22018
22019         * message.el (message-forward-make-body-mml): Remove headers
22020         according to message-forward-ignored-headers if a message is decoded.
22021
22022 2004-12-02  Romain Francoise  <romain@orebokech.com>
22023
22024         * message.el (message-forward-make-body-plain): Always remove
22025         headers according to message-forward-ignored-headers.
22026
22027 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22028
22029         * spam.el (spam-summary-prepare-exit): Remove the
22030         gnus-summary-limit pop for now, it has problems with ham marks for
22031         me.
22032
22033 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22034
22035         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22036         correctly.
22037
22038 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22039
22040         * format-spec.el (format-spec): Message the char.
22041
22042 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22043
22044         * gnus-art.el (gnus-split-methods): Reformat comments.
22045
22046         * spam.el (spam-summary-prepare-exit): Remove article limits
22047         before exiting the summary buffer.
22048
22049 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22050
22051         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22052         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22053
22054         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22055         order to silence the byte compiler.
22056
22057         * spam.el: Fix the way to silence the byte compiler, which
22058         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22059         bbdb-search-simple, spam-BBDB-register-routine,
22060         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22061         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22062         spam-stat-buffer-is-spam, spam-stat-load,
22063         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22064         spam-stat-save and spam-stat-split-fancy.
22065
22066 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22067
22068         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22069         which may confuse users.
22070         (canlock-password-for-verify): Ditto.
22071
22072         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22073
22074         * gnus-art.el (gnus-emphasis-alist): Ditto.
22075
22076         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22077
22078         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22079
22080         * gnus-start.el (gnus-save-killed-list): Ditto.
22081
22082         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22083         (gnus-sum-thread-tree-root): Ditto.
22084         (gnus-sum-thread-tree-false-root): Ditto.
22085         (gnus-sum-thread-tree-single-indent): Ditto.
22086
22087         * message.el (message-courtesy-message): Ditto.
22088         (message-archive-note): Ditto.
22089         (message-subscribed-address-file): Ditto.
22090         (message-user-fqdn): Ditto.
22091
22092         * spam-report.el (spam-report-gmane-regex): Ditto.
22093
22094         * spam.el (spam-blackhole-good-server-regex): Ditto.
22095
22096 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22097
22098         * mml.el (mml-preview): Widen the message buffer before copying
22099         the contents to the preview buffer; sort headers before previewing.
22100
22101         * message.el (message-hidden-headers): Fix the way to avoid a bug
22102         in the `repeat' widget in Emacs 21.3 or earlier.
22103
22104 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * message.el (message-hidden-headers): Default to "^References:".
22107         Improve customization type.  Suggested by Reiner Steib
22108         <Reiner.Steib@gmx.de>.
22109
22110 2004-11-25  Romain Francoise  <romain@orebokech.com>
22111
22112         * message.el (message-strip-forbidden-properties): Remove check for
22113         obsolete `message-hidden' text property, hidden headers are not
22114         accessible in the buffer anymore.
22115
22116 2004-11-22  Romain Francoise  <romain@orebokech.com>
22117
22118         * message.el (message-header-format-alist): Add `From' in list
22119         so that it can be sorted.
22120         (message-fix-before-sending): Widen and sort headers before
22121         sending.
22122         (message-hide-headers): Use narrowing to hide headers by moving
22123         them to the top of the buffer and narrowing to the region
22124         underneath.
22125
22126 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22127
22128         * message.el (message-strip-forbidden-properties):
22129         Bind buffer-read-only (etc) to nil.
22130
22131 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22132
22133         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22134         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22135
22136 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22137
22138         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22139
22140 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22141
22142         * dns.el (query-dns): Use sit-for to time instead of
22143         accept-process-output, since that doesn't seem to work on udp
22144         sockets.
22145
22146 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22147
22148         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22149
22150 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22151
22152         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22153         doc string.  Improve doc string.
22154
22155 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22156
22157         * nntp.el (nntp-request-update-info): Return nil if
22158         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22159         may not call gnus-activate-group which uselessly issues the GROUP
22160         commands for all nntp groups and wastes time.  Reported by Romain
22161         Francoise <romain@orebokech.com>.
22162
22163         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22164
22165 2004-11-15  Simon Josefsson  <jas@extundo.com>
22166
22167         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22168         headers separately.
22169         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22170         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22171
22172 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22173
22174         * gnus-start.el (gnus-convert-old-newsrc):
22175         Assign legacy-gnus-agent to 5.10.7.
22176
22177 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22178
22179         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22180         start of the lines.
22181
22182 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22183
22184         * hashcash.el (hashcash-default-payment): Change default to 20.
22185         (hashcash-default-accept-payment): Change default to 20.
22186         (hashcash-process-alist): New variable.
22187         (hashcash-generate-payment-async): Add.
22188         (hashcash-already-paid-p): Add.
22189         (hashcash-insert-payment): Don't generate payments twice.
22190         (hashcash-insert-payment-async): Add.
22191         (hashcash-insert-payment-async-2): Add.
22192         (hashcash-cancel-async): Add.
22193         (hashcash-wait-async): Add.
22194         (hashcash-processes-running-p): Add.
22195         (hashcash-wait-or-cancel): Add.
22196         (mail-add-payment): New optional argument.  Conditionally start
22197         asynchronous calculation.
22198         (mail-add-payment-async): Add.
22199
22200         * message.el (message-send-mail): Wait for asynchronous hashcash
22201         results.  Don't clobber existing X-Hashcash headers.
22202         (message-setup-1): Call mail-add-payment-async when
22203         message-generate-hashcash is non-nil.
22204
22205 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22206
22207         * message.el (message-use-alternative-email-as-from): Examine the
22208         From header as well; use message-make-from in order to include a
22209         user's full name.
22210
22211 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22212
22213         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22214         default; improve customization type.
22215         (gnus-emphasis-custom-with-format): New macro.
22216         (gnus-emphasis-custom-value-to-external): New function.
22217         (gnus-emphasis-custom-value-to-internal): New function.
22218
22219 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22220
22221         * dns.el (query-dns): Resolve reverse addresses.
22222
22223 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22224
22225         * gnus-group.el (gnus-group-get-new-news): Use it.
22226
22227         * gnus-start.el (gnus-check-reasonable-setup): New function.
22228
22229 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22230
22231         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22232         "Args out of range" error.  Reported by Arnaud Giersch
22233         <arnaud.giersch@free.fr>.
22234
22235 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22236
22237         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22238
22239 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22240
22241         * spam.el (spam group): Add :version.
22242
22243         * pgg-def.el (pgg group): Add :version.
22244
22245 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22246
22247         * gnus-art.el (gnus-article-edit-article): Don't associate the
22248         article buffer with a draft file.  This is a temporary measure
22249         against the 2004-08-22 change to gnus-article-edit-mode.
22250
22251 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22252
22253         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22254         (html2text-format-tags): Remove unused variable `attr'.
22255
22256 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22257
22258         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22259
22260         * tls.el (tls-process-connection-type, tls-success)
22261         (tls-certtool-program): Add :version.
22262
22263         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22264         (starttls-extra-arguments, starttls-process-connection-type)
22265         (starttls-connect, starttls-failure, starttls-success): Add :version.
22266
22267         * spam-stat.el (spam-stat): Add :version.
22268
22269         * sieve.el (sieve): Add :version.
22270
22271         * sha1.el (sha1): Add :version.
22272         (sha1-use-external): Remove redundant version.
22273
22274         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22275         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22276         (nnmail-split-fancy-match-partial-words)
22277         (nnmail-split-lowercase-expanded): Add :version.
22278
22279         * nndiary.el (nndiary): Add :version.
22280
22281         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22282
22283         * mml-sec.el (mml-default-sign-method)
22284         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22285         Add :version.
22286
22287         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22288
22289         * mm-url.el (mm-url-use-external, mm-url-program)
22290         (mm-url-arguments): Add :version.
22291
22292         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22293         (mm-attachment-file-modes, mm-decrypt-option)
22294         (mm-w3m-safe-url-regexp): Add :version.
22295
22296         * message.el (message-cite-prefix-regexp)
22297         (message-sendmail-envelope-from, message-minibuffer-local-map)
22298         (message-user-fqdn, message-completion-alist): Add :version.
22299
22300         * gnus-win.el (gnus-configure-windows-hook)
22301         (gnus-use-frames-on-any-display): Add :version.
22302
22303         * gnus-art.el (gnus-article-address-banner-alist)
22304         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22305         (gnus-treat-from-picon, gnus-treat-mail-picon)
22306         (gnus-treat-x-pgp-sig): Add :version.
22307
22308         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22309         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22310         (gnus-summary-article-delete-hook)
22311         (gnus-summary-display-while-building): Add :version.
22312
22313         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22314         (gnus-get-top-new-news-hook): Add :version.
22315
22316         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22317         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22318
22319         * gnus-registry.el (gnus-registry): Add :version.
22320
22321         * gnus-spec.el (gnus-use-correct-string-widths)
22322         (gnus-make-format-preserve-properties): Add :version.
22323
22324         * gnus.el (gnus-group-charter-alist)
22325         (gnus-group-fetch-control-use-browse-url)
22326         (gnus-install-group-spam-parameters): Add :version.
22327
22328         * gnus-diary.el (gnus-diary): Add :version.
22329
22330         * gnus-delay.el (gnus-delay): Add :version.
22331
22332         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22333         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22334         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22335         Add :version.
22336
22337         * gnus-agent.el (gnus-agent-max-fetch-size)
22338         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22339         (gnus-agent-prompt-send-queue): Add :version.
22340
22341         * deuglify.el (gnus-outlook-deuglify): Add :version.
22342
22343         * html2text.el: Beautify code.  Improve doc strings.
22344         Some checkdoc cleanup.
22345         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22346
22347 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22348
22349         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22350
22351 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22352
22353         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22354         when package is loaded.
22355
22356         * spam.el (spam-summary-score-preferred-header): Add global preference
22357         for people who want to override the default SpamAssassin over
22358         Bogofilter preference (when both are set).
22359         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22360         (spam-user-format-function-S):
22361         Check spam-summary-score-preferred-header.
22362         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22363         (spam-user-format-function-S): Format the score correctly.
22364
22365 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22366
22367         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22368         signature file.  Suggested by Manoj Srivastava
22369         <srivasta@golden-gryphon.com>.
22370
22371         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22372         iso-2022-jp even in the Japanese language environment.
22373         Suggested by Jason Rumney <jasonr@gnu.org>.
22374
22375 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22376
22377         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22378         use the same characters as the dummy marks; make it free from
22379         getting affected by the language environment.
22380         (gnus-summary-read-group-1): Update mark positions only when the
22381         format spec is updated.
22382
22383         * gnus-spec.el (gnus-update-format-specifications): Return a list
22384         of updated types.
22385
22386 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22387
22388         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22389         of boundp to check if display-warning is available.
22390
22391 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22392
22393         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22394
22395 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22396
22397         * nnspool.el (nnspool-spool-directory): Use news-path if the
22398         news-directory variable is not bound.
22399
22400         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22401         function instead of display-warning if it is not available.
22402
22403 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22404
22405         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22406         v5-10: Use `point-at-bol'.
22407
22408 2004-10-26  Simon Josefsson  <jas@extundo.com>
22409
22410         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22411         <chenggao@gmail.com>.
22412
22413 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22414
22415         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22416         instead.
22417
22418 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22419
22420         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22421         to remove a server from the nnimap-server-buffer-alist.
22422         (nnimap-open-connection, nnimap-close-server): Use it.
22423
22424         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22425
22426 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22427
22428         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22429         running the major-mode function.
22430
22431 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22432
22433         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22434         dummy marks in the right way.
22435
22436 2004-10-18  David Edmondson  <dme@dme.org>
22437
22438         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22439         excessively.
22440
22441 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22442
22443         * gnus-util.el (gnus-split-references): Accept a nil references
22444         string and go on blissfully.
22445
22446         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22447         cases where the references string is non-nil but has no references.
22448
22449         * encrypt.el: Add autoload tags.
22450
22451         * spam.el (spam-resolve-registrations-routine): Remove article
22452         from unregistration list too.  Reported by David Hanak
22453         <dhanak@isis.vanderbilt.edu>
22454
22455 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22456
22457         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22458         nil.  Change custom type.
22459
22460 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22461
22462         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22463
22464         * gnus-sum.el (gnus-summary-move-article): Use it.
22465
22466 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22467
22468         * encrypt.el: Add autoload cookies.
22469
22470         * spam.el (spam-backend-article-list-property)
22471         (spam-backend-get-article-todo-list)
22472         (spam-backend-put-article-todo-list)
22473         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22474         Resolve registrations separately.
22475         (spam-register-routine): Format comments.
22476         (spam-unregister-routine, spam-register-routine): Always call with
22477         specific-articles, no default list.
22478         (spam-summary-prepare-exit): Use the spam-classifications function.
22479
22480         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22481         gnus-encrypt.el.
22482
22483         * encrypt.el: Copied from gnus-encrypt.el.
22484
22485         * gnus-encrypt.el: Commented that it's obsolete.
22486
22487 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22488
22489         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22490         (gnus-score-save): Use it.
22491
22492         * message.el (message-bury): Use `window-dedicated-p'.
22493
22494 2004-10-15  Simon Josefsson  <jas@extundo.com>
22495
22496         * pop3.el (top-level): Don't require nnheader.
22497         (pop3-read-timeout): Add.
22498         (pop3-accept-process-output): Add.
22499         (pop3-read-response, pop3-retr): Use it.
22500
22501 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22502
22503         * spam.el (spam-register-routine): Move comment.
22504         (spam-verify-bogofilter): Use 'unknown for the initial
22505         spam-bogofilter-valid state, not 'never.
22506
22507         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22508         for netrc-machine.
22509
22510         * nnimap.el (nnimap-open-connection):
22511         Use netrc-machine-user-or-password.
22512
22513 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22514
22515         * gnus-registry.el (gnus-registry-unload-hook):
22516         Set as a variable with add-hook.
22517
22518         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22519         of news-path.
22520
22521         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22522
22523         * spam.el: Delete duplicate `provide'.
22524         (spam-unload-hook): Set as a variable with add-hook.
22525
22526 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22527
22528         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22529         in the doc string.
22530
22531         * message.el (message-ignored-news-headers)
22532         (message-ignored-supersedes-headers)
22533         (message-ignored-resent-headers)
22534         (message-forward-ignored-headers): Improve custom type.
22535
22536 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22537
22538         * message.el (message-tokenize-header): Fix 2004-09-06 change
22539         which used point-min in the wrong place.
22540
22541 2004-10-12  Simon Josefsson  <jas@extundo.com>
22542
22543         * tls.el (tls-certtool-program): New variable.
22544         (tls-certificate-information): New function, based on
22545         ssl-certificate-information.
22546
22547 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22548
22549         * compface.el: Move the version of ELisp-based uncompface program
22550         to the contrib directory because of the copyright problem.
22551
22552 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22553
22554         * message.el (message-kill-buffer): Raise the current frame.
22555
22556 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22557
22558         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22559
22560         * gnus.el (message-y-or-n-p): Autoload.
22561
22562         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22563         (pop3-password-required, pop3-authentication-scheme)
22564         (pop3-leave-mail-on-server): Make customizable.
22565         (pop3): New custom group.
22566         (pop3-retr): Remove `sleep-for' statements.
22567         Suggested by Dave Love <fx@gnu.org>.
22568
22569         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22570         Windows/DOS.
22571
22572         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22573         (imap-parse-body): Fix incorrect use of `assert'.
22574         Suggested by Dave Love <fx@gnu.org>.
22575
22576         * mml.el (mml-minibuffer-read-disposition): Require match.
22577         Suggested by Dave Love <fx@gnu.org>.
22578
22579 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22580
22581         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22582         doc string.
22583
22584 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22585
22586         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22587
22588 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22589
22590         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22591         instead of calling `mm-insert-inline', to decode text/* parts
22592         before displaying them.
22593
22594 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22595
22596         * mm-uu.el (mm-uu-text-plain-type): New variable.
22597         (mm-uu-pgp-signed-extract-1): Use it.
22598         (mm-uu-pgp-encrypted-extract-1): Use it.
22599         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22600         bind mm-uu-text-plain-type with that value.
22601         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22602         mm-uu-dissect.
22603
22604 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22605
22606         * gnus-group.el (gnus-update-group-mark-positions):
22607         * gnus-sum.el (gnus-update-summary-mark-positions):
22608         * message.el (message-check-news-body-syntax):
22609         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22610         of string-as-multibyte.
22611
22612 2004-10-05  Juri Linkov  <juri@jurta.org>
22613
22614         * gnus-group.el (gnus-update-group-mark-positions):
22615         * gnus-sum.el (gnus-update-summary-mark-positions):
22616         * message.el (message-check-news-body-syntax):
22617         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22618         8-bit unibyte values to a multibyte string for search functions.
22619
22620 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22623         (mm-uu-dissect-text-parts): New function.
22624
22625         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22626         dissect text parts.
22627
22628         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22629         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22630
22631         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22632
22633         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22634         Use gnus-current-topics instead of gnus-current-topic.
22635
22636 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22637
22638         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22639
22640 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22641
22642         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22643         where appropriate.
22644
22645         * nnml.el (nnml-generate-active-info): do.
22646
22647         * nndiary.el (nndiary-generate-active-info): do.
22648
22649         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22650         (gnus-topic-move): do.
22651
22652         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22653         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22654
22655         * gnus-srvr.el (gnus-server-prepare)
22656         (gnus-server-open-all-servers): do.
22657
22658         * gnus-msg.el (gnus-summary-cancel-article)
22659         (gnus-summary-resend-message)
22660         (gnus-summary-mail-crosspost-complaint): do.
22661
22662         * gnus-move.el (gnus-change-server): do.
22663
22664         * gnus-group.el (gnus-group-unmark-all-groups)
22665         (gnus-group-set-current-level): do.
22666
22667 2004-10-04  Simon Josefsson  <jas@extundo.com>
22668
22669         * message.el (message-generate-hashcash): Doc fix.
22670
22671 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22672
22673         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22674         avoid infinite recursion via gnus-get-function.
22675
22676 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22677
22678         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22679
22680         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22681
22682         * nnmail.el (nnmail-split-history): do.
22683
22684         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22685         (nnml-request-delete-group): do.
22686
22687         * nnslashdot.el (nnslashdot-read-groups): do.
22688
22689         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22690         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22691
22692         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22693         (nnspool-sift-nov-with-sed): Use last.
22694         (nnspool-retrieve-headers-with-nov): Use mapc.
22695         (nnspool-request-newgroups): Use dolist.
22696         (nnspool-request-group): Use last.
22697
22698         * nntp.el (nntp-read-server-type): Use dolist.
22699
22700         * nnvirtual.el (nnvirtual-create-mapping)
22701         (nnvirtual-update-read-and-marked): Use dolist.
22702         (nnvirtual-convert-headers): Simplify.
22703
22704 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22705
22706         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22707         Add support for sync'ing tick marks.
22708
22709 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22710
22711         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22712         there's no visible header.
22713
22714 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22715
22716         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22717         When necessary, pass full group name to gnus-request-set-marks.
22718
22719 2004-10-01  Simon Josefsson  <jas@extundo.com>
22720
22721         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22722         acroread.
22723
22724 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22725
22726         * spam-report.el (spam-report-gmane): Fix interactive.
22727
22728         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22729
22730         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22731         when writing file.
22732         (gnus-agent-synchronize-flags): Don't default to being
22733         interactive.
22734
22735 2004-09-30  Simon Josefsson  <jas@extundo.com>
22736
22737         * message.el (message-generate-hashcash): Add.
22738         (message-send-mail): Use it, call mail-add-payment.
22739
22740 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22741
22742         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22743
22744 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22745
22746         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22747         gnus-requst-update-info with explicit code to sync the in-memory
22748         info read flags with the marks being sync'd to the backend.
22749
22750         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22751
22752 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22753
22754         * spam.el (spam-verify-bogofilter): Add new function.
22755         (spam-check-bogofilter)
22756         (spam-bogofilter-register-with-bogofilter): Use it.
22757         (spam-verify-bogofilter): Add small fixes.
22758
22759 2004-09-28  Simon Josefsson  <jas@extundo.com>
22760
22761         * hashcash.el (hashcash-generate-payment): Revert.
22762
22763 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22764
22765         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22766         Use gnus-extract-references instead of gnus-split-references.
22767
22768         * gnus-util.el (gnus-extract-references): Add new function, analogous
22769         to gnus-split-references but extracts only the message-ID without
22770         anything extra.
22771
22772         * hashcash.el (hashcash-generate-payment)
22773         (hashcash-check-payment): Do the right thing if hashcash-path is
22774         nil (because the hashcash program could not be found).
22775
22776         * spam.el (spam-use-hashcash): Remove comment.
22777
22778 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22779
22780         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22781         (gnus-cache-enter-article, gnus-cache-remove-article)
22782         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22783
22784         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22785
22786         * gnus-art.el (article-hide-boring-headers)
22787         (article-translate-strings, article-display-face)
22788         (gnus-article-mime-match-handle-first)
22789         (gnus-article-highlight-headers)
22790         (gnus-article-add-buttons-to-head): do.
22791
22792 2004-09-27  Simon Josefsson  <jas@extundo.com>
22793
22794         * hashcash.el: New version, from
22795         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22796         ../contrib/.
22797
22798 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22799
22800         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22801
22802 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22803
22804         * gnus-dup.el (gnus-dup-open): Use mapc.
22805         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22806
22807         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22808         Reported by Stefan Wiens <s.wi@gmx.net>.
22809
22810         * gnus.el (gnus-shutdown): Use dolist.
22811
22812         * gnus-undo.el (gnus-undo): Use mapc.
22813
22814         * nnrss.el (nnrss-generate-active): do.
22815
22816         * message.el (message-cite-original-without-signature)
22817         (message-cite-original): Use mapc.
22818         (message-do-actions, message-make-forward-subject): Use dolist.
22819
22820 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22821
22822         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22823         deletion to remove entire duplicate line.  Fixes merged article
22824         number bug.
22825
22826 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22827
22828         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22829         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22830         first ask if you want to open a server and then, even when you
22831         responded with no, asking if you want to synchronize the server's
22832         flags.
22833         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22834         multi-line expressions.
22835         (gnus-agent-synchronize-group-flags): New internal function.
22836         Updates marks in memory (in the info structure) AND in the
22837         backend.
22838
22839         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22840
22841         * nnagent.el (nnagent-request-set-mark):
22842         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22843         method, to ensure that synchronization updates marks in the
22844         backend and in the info (in memory) structure.
22845
22846 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22847
22848         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22849         convention fully; don't miss the root article of a thread; make
22850         the X-Draft-From header with correct article numbers.
22851
22852 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22853
22854         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22855         unless plugged.  Disable the agent so that an open failure causes
22856         an error.
22857
22858         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22859         Revert 2004-09-21 change.  The backend must be opened while
22860         synchronizing flags even when the backend stores the flags
22861         locally.
22862
22863 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22864
22865         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22866         in `header' match.  Reported by Svend Tollak Munkejord.
22867
22868         * message.el (message-cite-original): Fix use of
22869         `message-cite-articles-with-x-no-archive'.
22870
22871 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22872
22873         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22874         (gnus-window-to-buffer): Ditto.
22875
22876         * mml.el (mml-preview-buffer): New variable.
22877         (mml-preview): Manage window layout with gnus-buffer-configuration.
22878
22879         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22880         X-Draft-From header even if those articles aren't quoted.
22881
22882 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22883
22884         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22885         (gnus-request-set-mark, gnus-request-update-mark): Use new
22886         g-s-t-u-l-m to decide to use backend even when unplugged.
22887
22888 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22891         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22892
22893 2004-09-20  Simon Josefsson  <jas@extundo.com>
22894
22895         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22896         "utf-16-le".
22897
22898 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22899
22900         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22901
22902 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22903
22904         * uudecode.el (uudecode-use-external): Add :version.
22905
22906         * smime.el (smime-CA-file, smime-encrypt-cipher)
22907         (smime-dns-server): Add :version.
22908
22909         * smiley.el (gnus-smiley-file-types): Add :version.
22910
22911         * sha1.el (sha1-use-external): Add :version.
22912
22913         * pgg-def.el (pgg-query-keyserver): Add :version.
22914
22915         * nnmail.el (nnmail-fancy-expiry-targets)
22916         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22917         Add :version.
22918
22919         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22920         (nnimap-retrieve-groups-asynchronous): Add :version.
22921         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22922
22923         * mml.el (mml-content-disposition-parameters)
22924         (mml-insert-mime-headers-always): Add :version.
22925
22926         * mm-util.el (mm-coding-system-priorities): Add :version.
22927
22928         * mm-decode.el (mm-inline-text-html-with-images)
22929         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22930         (mm-verify-option): Add :version.
22931         (mm-text-html-renderer): Change :version.
22932
22933         * message.el (message-fcc-externalize-attachments)
22934         (message-required-headers, message-draft-headers)
22935         (message-subject-trailing-was-query)
22936         (message-subject-trailing-was-ask-regexp)
22937         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22938         (message-mark-insert-end, message-archive-header)
22939         (message-archive-note, message-cross-post-default)
22940         (message-cross-post-note, message-followup-to-note)
22941         (message-cross-post-note-function, message-use-mail-followup-to)
22942         (message-subscribed-address-functions)
22943         (message-subscribed-address-file, message-subscribed-addresses)
22944         (message-subscribed-regexps, message-allow-no-recipients)
22945         (message-yank-cited-prefix, message-signature-insert-empty-line)
22946         (message-hidden-headers, message-hierarchical-addresses)
22947         (message-mail-user-agent, message-use-idna)
22948         (message-valid-fqdn-regexp)
22949         (message-strip-special-text-properties, message-header-synonyms)
22950         (message-beginning-of-line, message-tab-body-function): Add :version.
22951         (message-insert-canlock, message-wide-reply-confirm-recipients):
22952         Change :version.
22953
22954         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22955         and :version.
22956         (mail-source-delete-old-incoming-confirm)
22957         (mail-source-movemail-program): Add :version.
22958
22959         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22960         (gnus-agent-cache, gnus-agent): Change :version.
22961
22962         * gnus-util.el (gnus-use-byte-compile): Change :version.
22963
22964         * gnus-sum.el (gnus-summary-make-false-root-always)
22965         (gnus-summary-default-high-score)
22966         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22967         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22968         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22969         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22970         (gnus-sum-thread-tree-single-indent)
22971         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22972         (gnus-sum-thread-tree-leaf-with-other)
22973         (gnus-sum-thread-tree-single-leaf): Add :version.
22974         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22975         (gnus-article-loose-mime): Change :version.
22976
22977         * gnus-start.el (gnus-backup-startup-file)
22978         (gnus-save-startup-file-via-temp-buffer): Add :version.
22979
22980         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22981         (gnus-server-offline-face): Add :version.
22982
22983         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22984
22985         * gnus-msg.el (gnus-gcc-externalize-attachments)
22986         (gnus-debug-files, gnus-debug-exclude-variables)
22987         (gnus-discouraged-post-methods): Change :version.
22988         (gnus-confirm-mail-reply-to-news)
22989         (gnus-confirm-treat-mail-like-news): Add :version.
22990
22991         * gnus-int.el (gnus-server-unopen-status): Add :version.
22992
22993         * gnus-group.el (gnus-group-jump-to-group-prompt)
22994         (gnus-large-ephemeral-newsgroup)
22995         (gnus-fetch-old-ephemeral-headers): Add :version.
22996
22997         * gnus-fun.el (gnus-x-face-directory)
22998         (gnus-convert-pbm-to-x-face-command)
22999         (gnus-convert-image-to-x-face-command)
23000         (gnus-convert-image-to-face-command): Add :version.
23001
23002         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23003
23004         * gnus-cite.el (gnus-cite-blank-line-after-header)
23005         (gnus-article-boring-faces): Add :version.
23006
23007         * gnus-art.el (gnus-buttonized-mime-types)
23008         (gnus-inhibit-mime-unbuttonizing)
23009         (gnus-treat-display-face)
23010         (gnus-treat-body-boundary): Change :version.
23011         (gnus-body-boundary-delimiter, gnus-picon-databases)
23012         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23013         (gnus-treat-date-english, gnus-treat-fold-headers)
23014         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23015         (gnus-treat-mail-picon, gnus-treat-wash-html)
23016         (gnus-article-encrypt-protocol)
23017         (gnus-use-idna, gnus-article-over-scroll)
23018         (gnus-mime-display-multipart-alternative-as-mixed)
23019         (gnus-mime-display-multipart-related-as-mixed)
23020         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23021         (gnus-ctan-url, gnus-button-ctan-handler)
23022         (gnus-button-handle-ctan-bogus-regexp)
23023         (gnus-button-ctan-directory-regexp)
23024         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23025         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23026         (gnus-button-man-level, gnus-button-emacs-level)
23027         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23028
23029         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23030         (gnus-agent-go-online): Change :version.
23031         (gnus-agent-expire-unagentized-dirs)
23032         (gnus-agent-auto-agentize-methods): Add :version.
23033
23034         * flow-fill.el (fill-flowed-display-column)
23035         (fill-flowed-encode-column): Add :version.
23036
23037         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23038         (gnus-outlook-deuglify-unwrap-max)
23039         (gnus-outlook-deuglify-cite-marks)
23040         (gnus-outlook-deuglify-unwrap-stop-chars)
23041         (gnus-outlook-deuglify-no-wrap-chars)
23042         (gnus-outlook-deuglify-attrib-cut-regexp)
23043         (gnus-outlook-deuglify-attrib-verb-regexp)
23044         (gnus-outlook-deuglify-attrib-end-regexp)
23045         (gnus-outlook-display-hook): Add :version.
23046
23047         * binhex.el (binhex-use-external): Add :version.
23048
23049 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23050
23051         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23052         and `invisible'.
23053
23054 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23055
23056         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23057         in gnus-registry-trim.
23058
23059 2004-09-13  Simon Josefsson  <jas@extundo.com>
23060
23061         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23062
23063         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23064
23065         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23066         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23067         <yamaoka@jpl.org>.
23068         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23069         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23070         <yamaoka@jpl.org>.
23071
23072         * sieve.el (sieve-manage-mode): Ditto.
23073
23074 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23075
23076         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23077
23078 2004-09-11  Simon Josefsson  <jas@extundo.com>
23079
23080         * dns-mode.el: Add.
23081
23082         * mm-view.el (mm-display-dns-inline): Add.
23083
23084         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23085         (mm-automatic-display): Ditto.
23086
23087         * mailcap.el (mailcap-mime-data): Add text/dns.
23088         (mailcap-mime-extensions): Map .soa to text/dns.
23089
23090 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23091
23092         * gnus-art.el (article-decode-mime-words, article-babel)
23093         (gnus-article-highlight-signature, gnus-article-add-buttons)
23094         (gnus-signature-toggle): Remove unnecessary bindings of
23095         `inhibit-read-only' inherited from v5.10 merge.
23096
23097 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23098
23099         * nntp.el (nntp): New customization group.
23100         (nntp-authinfo-file): Add customization group.
23101
23102         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23103
23104         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23105
23106         * gnus.el (to-address, to-list, subscribed)
23107         (large-newsgroup-initial): Ditto.
23108
23109         * flow-fill.el (fill-flowed-display-column)
23110         (fill-flowed-encode-column): Ditto.
23111
23112 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23113
23114         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23115         Use point-min rather than 1.
23116         (message-send-mail): Use buffer-size rather than point-max.
23117
23118         * gnus-sum.el (gnus-summary-search-article-forward):
23119         Signal a specific `search-failed' rather than a generic `error'.
23120
23121         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23122         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23123         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23124
23125 2004-09-10  Simon Josefsson  <jas@extundo.com>
23126
23127         * nndb.el (require): Remove tcp and duplicate cl.
23128
23129 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23130
23131         * gnus-agent.el (directory-files-and-attributes): Move forward.
23132
23133 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23134
23135         * gnus-agent.el (directory-files-and-attributes):
23136         Optionally defined to support XEmacs.
23137
23138 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23139
23140         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23141         to avoid run-time CL dependencies.
23142         (gnus-agent-unfetch-articles): New function.
23143         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23144         article numbers even when local .overview file is missing.
23145         (gnus-agent-read-article-number): New function.  Only accepts
23146         27-bit article numbers.
23147         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23148         Use gnus-agent-read-article-number.
23149         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23150         from backend while recognizing that article numbers in .overview
23151         must be valid.
23152         (gnus-agent-update-files-total-fetched-for):
23153         Use directory-files-and-attributes to improve performance.
23154         * gnus-int.el (gnus-request-move-article):
23155         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23156         improve performance.
23157
23158         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23159         some users confused by references to .newsrc when they only have a
23160         .newsrc.eld file.
23161         (gnus-convert-mark-converter-prompt)
23162         (gnus-convert-converter-needs-prompt): Fix use of property list.
23163         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23164         New function.  Used internally to only display 'gnus converting
23165         files' message when actually necessary.
23166
23167         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23168         methods now autoloaded.
23169
23170 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23171
23172         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23173         identifiers.
23174
23175 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23176
23177         * gnus-picon.el: Fix indentation and closing parenthesis.
23178
23179 2004-09-01  Simon Josefsson  <jas@extundo.com>
23180
23181         * message.el (message-canlock-generate): Require sha1, not
23182         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23183         to require within a function.  Sadly, if sha1.el isn't loaded, the
23184         let binding in m-c-g will hide the defcustom definition, which is
23185         bad.)
23186
23187         * canlock.el: Require sha1, not sha1-el.
23188
23189         * message.el: Don't autoload sha1 (there is a autoload cookie in
23190         sha1.el).
23191
23192         * sha1-el.el: Rename to sha1.el.
23193
23194 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23195
23196         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23197
23198 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23199
23200         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23201
23202 2004-08-30  Kim F. Storm  <storm@cua.dk>
23203
23204         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23205
23206         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23207         Add :group 'nnimap.
23208
23209 2004-08-30  Andreas Schwab  <schwab@suse.de>
23210
23211         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23212         ?* and ?\;.
23213
23214         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23215         and ?\' to symbol instead of whitespace.
23216
23217 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23218
23219         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23220
23221         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23222         instead of re-search-forward.
23223
23224         * gnus-uu.el (gnus-uu-save-article): Ditto.
23225         (gnus-uu-post-encode-uuencode): Ditto.
23226
23227         * html2text.el (html2text-clean-list-items): Ditto.
23228         (html2text-clean-dtdd): Ditto.
23229         (html2text-format-tags): Ditto.
23230
23231         * message.el (message-send-mail-with-sendmail): Fix regexp.
23232         (message-fill-field-general): Use search-forward instead of
23233         re-search-forward.
23234         (unbold-region): Ditto.
23235
23236         * nnrss.el (nnrss-request-article): Ditto.
23237
23238         * nnslashdot.el (nnslashdot-request-article): Ditto.
23239
23240         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23241
23242         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23243         "Unrecognized menu descriptor" error in XEmacs.
23244
23245 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23246
23247         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23248         parent article of a sparse article in the thread hashtb.
23249
23250 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23251
23252         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23253         (nnmail-expand-newtext): Lowercase expanded entries if
23254         nnmail-split-lowercase-expanded is non-nil.
23255
23256 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23257
23258         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23259
23260         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23261         of gnus-tmp-news-method into string under XEmacs.  It will be
23262         passed to gnus-correct-length which takes only a string argument.
23263
23264 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23265
23266         * gnus-util.el (gnus-bind-print-variables): New macro.
23267         (gnus-prin1): Use it.
23268         (gnus-prin1-to-string): Use it.
23269         (gnus-pp): New function.
23270         (gnus-pp-to-string): New function.
23271
23272         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23273         Replace pp-to-string with gnus-pp-to-string.
23274         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23275         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23276         * gnus-msg.el (gnus-debug): Ditto.
23277         * gnus-score.el (gnus-score-save): Ditto.
23278         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23279         gnus-pp-to-string.
23280         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23281         with gnus-pp.
23282         * score-mode.el (gnus-score-pretty-print): Ditto.
23283         * webmail.el (webmail-debug): Ditto.
23284
23285 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23286
23287         * gnus-art.el (article-display-face, article-display-x-face):
23288         Use buffer-read-only.
23289
23290 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23291
23292         * gnus-art.el (article-hide-list-identifiers):
23293         Bind inhibit-read-only as t.
23294
23295 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23296
23297         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23298
23299 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23300
23301         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23302         (gnus-narrow-to-page): Don't assume point-min == 1.
23303         (gnus-article-edit-mode): Derive from message-mode.
23304
23305         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23306         point-min == 1.
23307
23308         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23309         Disable incorrect use of `assert'.
23310
23311         * message.el (message-mode): Set comment-start-skip.
23312
23313
23314 2004-08-22  Sam Steingold  <sds@gnu.org>
23315
23316         * pop3.el (pop3-leave-mail-on-server): New user variable.
23317         (pop3-movemail): Delete mail only when it is nil.
23318
23319 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23320
23321         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23322
23323         * mml.el (mml-preview): Use `pop-to-buffer'.
23324
23325         * message.el (message-goto-mail-followup-to): Insert after "To".
23326         (message-carefully-insert-headers): Add comment.
23327
23328         * gnus.el: Remove unused variable `gnus-article-check-size'.
23329
23330         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23331
23332         * gnus-art.el (gnus-button-alist):
23333         Improve `gnus-button-handle-library' entry.
23334
23335 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23336
23337         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23338         Use downcase, since XEmacs capitalizes error messages differently.
23339
23340 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23341
23342         * nntp.el: Add (require 'gnus) due to reference to
23343         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23344
23345 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23346
23347         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23348         Bind `mm-fill-flowed'.
23349
23350         * mm-decode.el (mm-dissect-singlepart): Check it.
23351
23352 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23353
23354         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23355         'imap' for netrc parsing.
23356
23357 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23358
23359         * mailcap.el (mailcap-mime-data): Mark as risky.
23360
23361 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23362
23363         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23364         may be included in the encoded word.
23365         (rfc2047-encode): Don't append a space if the encoded word
23366         includes close parenthesis.
23367
23368 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23369
23370         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23371         of text within parentheses.
23372
23373 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23374
23375         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23376         (gnus-encrypt-write-file-contents): Make the password key the file
23377         name PLUS the cipher, not just the cipher.  Also remove failed
23378         passwords from the cache.
23379
23380 2004-08-06  Simon Josefsson  <jas@extundo.com>
23381
23382         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23383         Doc fix.
23384
23385 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23386
23387         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23388         LWSP.
23389
23390 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23391
23392         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23393         Try to append in-reply-to: data to the references: header.
23394
23395         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23396         (netrc-parse): Use gnus-encrypt.el functions.
23397
23398         * gnus-encrypt.el: Add new file for encryption support; currently
23399         does only a few GPG ciphers and an internal XOR cipher.
23400
23401         * password.el: Add comments on using password-read-and-add.
23402         (password-read-and-add): Add function to read and add the
23403         password to the cache at once.
23404
23405 2004-07-28  Simon Josefsson  <jas@extundo.com>
23406
23407         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23408         parameter (but don't use it, for now).
23409
23410         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23411         instead of hard coding to nil.
23412
23413 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23414
23415         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23416         as mm-inline-image-xemacs does.
23417
23418 2004-07-26  Simon Josefsson  <jas@extundo.com>
23419
23420         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23421         Revert part of 2004-07-17 change below.
23422
23423 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23424
23425         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23426         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23427
23428 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23429
23430         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23431         quotes that actually start with ">" at the beginning of the
23432         lines.
23433
23434 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23435
23436         * rfc2047.el (rfc2047-encode-region): Fix last change.
23437         (rfc2047-encode-parameter): Remove useless concat.
23438
23439 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23440
23441         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23442         encode special characters; fix some kind of misconfigured headers;
23443         signal a real error if debug-on-quit or debug-on-error is non-nil.
23444         (rfc2047-encode-max-chars): New variable.
23445         (rfc2047-encode-1): Use it.
23446         (rfc2047-encode-parameter): New function.
23447
23448         * mml.el (mml-insert-parameter): Remove an excessive space.
23449
23450 2004-07-17  Simon Josefsson  <jas@extundo.com>
23451
23452         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23453         Kai Grossjohann <kai@emptydomain.de>.
23454         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23455         (gnus-group-make-menu-bar): Ditto.
23456
23457         * gnus-util.el (gnus-group-server): Add.
23458
23459 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23460
23461         * message.el (message-clone-locals): Clone sendmail and smtp
23462         variables.
23463
23464 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23465
23466         * rfc2047.el (rfc2047-encode-region): Fix last change.
23467
23468 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23471         characters as non-special.
23472
23473 2004-07-09  Simon Josefsson  <jas@extundo.com>
23474
23475         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23476         Users will lose all flag changes made while unplugged with
23477         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23478         good default.  See numerous reports on ding mailing list.
23479
23480 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23481
23482         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23483         add generate-head-function and generate-article-function to the
23484         rfc822-forward entry.
23485         (nndoc-rfc822-forward-generate-article): New function.
23486         (nndoc-rfc822-forward-generate-head): New function.
23487
23488         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23489
23490 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23491
23492         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23493         respect display group parameter and gnus-summary-expunge-below.
23494         (gnus-articles-to-read): Remove unused reference to display group
23495         parameter.
23496
23497 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23498
23499         * nnheader.el (nnheader-uniquify-message-id): New experimental
23500         variable.
23501         (nnheader-nov-read-message-id): Use it.
23502
23503         * spam-report.el (spam-report-gmane): Add interactive.
23504
23505 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23506
23507         * mm-encode.el (mm-content-transfer-encoding-defaults):
23508         Use qp-or-base64 for the application/* types.
23509
23510 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23511
23512         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23513
23514 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23515
23516         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23517         trim value.
23518
23519 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23520
23521         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23522         New macro and function.
23523         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23524
23525 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23526
23527         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23528         after-load-alist.
23529
23530 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23531
23532         * gnus-group.el (gnus-group-get-new-news-this-group):
23533         Don't update info that isn't there.
23534
23535 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23536
23537         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23538         entry.
23539
23540 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23541
23542         * mm-view.el (mm-inline-render-with-function): Use multibyte
23543         buffer; decode html source by charset.
23544
23545         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23546
23547         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23548         Mule-UCS is loaded under XEmacs.
23549         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23550
23551 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23552
23553         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23554
23555 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23556
23557         * mm-util.el (mm-coding-system-p): Return a coding-system.
23558         (mm-mime-mule-charset-alist): Use shift_jis instead of
23559         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23560         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23561         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23562         instead of japanese-shift-jis and iso-latin-1 respectively in
23563         order to share the default value with both Emacs and XEmacs-mule.
23564         (mm-mule-charset-to-mime-charset):
23565         Make mm-coding-system-priorities effective.
23566         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23567         while predicating of candidates upon the priorities.
23568
23569 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23570
23571         * gnus-sum.el (gnus-summary-make-menu-bar):
23572         Add gnus-uu-invert-processable.
23573
23574         * gnus.el: Autoload gnus-uu-invert-processable.
23575
23576 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23577
23578         * mm-util.el (mm-with-multibyte-buffer): New macro.
23579
23580         * rfc2047.el (rfc2047-encode-string): Use it.
23581         (rfc2047-encode-region): Move point to the end of the region after
23582         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23583
23584 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23585
23586         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23587         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23588
23589 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23590
23591         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23592         (gnus-cite-parse): Ignore quoted envelope From_.
23593         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23594
23595 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23596
23597         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23598         invalid addresses.
23599
23600 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23601
23602         * spam.el: Change section markers, revise TODO list.
23603         (spam-backends): Make new master list of all installed backends.
23604         (spam-summary-exit-behavior): Add new variable to determine how
23605         messages moves are done at summary exit.
23606         (spam-move-spam-nonspam-groups-only)
23607         (spam-process-ham-in-nonham-groups)
23608         (spam-process-ham-in-spam-groups): Remove variables, the
23609         spam-summary-exit-behavior variable should be used to manage this
23610         behavior.
23611         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23612         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23613         and spam-old-spam-articles.
23614         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23615         Add empty variables, placeholders for the backends they represent.
23616         (spam-set-difference): Move, unchanged.
23617         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23618         unless the user has a processor variable.
23619         (spam-classifications, spam-classification-valid-p)
23620         (spam-backend-properties, spam-backend-property-valid-p)
23621         (spam-backend-function-type-valid-p)
23622         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23623         (spam-report-articles-gmane, spam-report-articles-resend):
23624         Remove functions, they are not needed.
23625         (spam-install-backend-super, spam-backend-list)
23626         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23627         (spam-backend-function, spam-backend-ham-registration-function)
23628         (spam-backend-spam-registration-function)
23629         (spam-backend-ham-unregistration-function)
23630         (spam-backend-spam-unregistration-function)
23631         (spam-backend-statistical-p, spam-backend-mover-p)
23632         (spam-install-backend-alias, spam-install-checkonly-backend)
23633         (spam-install-mover-backend, spam-install-nocheck-backend)
23634         (spam-install-backend, spam-install-statistical-backend)
23635         (spam-install-statistical-checkonly-backend): Add backend installation
23636         support.
23637         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23638         (spam-group-processor-p): Use the new backend code and respect the
23639         summary exit behavior.
23640         (spam-mark-spam-as-expired-and-move-routine): Remove.
23641         (spam-summary-prepare): Change to use the new spam-old-articles
23642         variable.
23643         (spam-copy-or-move-routine, spam-copy-spam-routine)
23644         (spam-move-spam-routine, spam-copy-ham-routine)
23645         (spam-move-ham-routine): Add code to copy/move ham or spam.
23646         (spam-fetch-field-fast): Improve doc and code, plus allow the
23647         'number request.
23648         (spam-list-of-checks, spam-list-of-statistical-checks):
23649         Remove variables.
23650         (spam-split, spam-find-spam): Use the new backend code.
23651         (spam-registration-functions): Remove variable.
23652         (spam-unregister-routine): Add convenience wrapper.
23653         (spam-log-undo-registration, spam-register-routine)
23654         (spam-log-processing-to-registry)
23655         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23656         where possible.
23657         (spam-check-gmane-xref, spam-check-regex-headers)
23658         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23659         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23660         (spam-check-bogofilter-headers, spam-check-spamoracle)
23661         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23662         (spam-check-crm114-headers): Use the spam-split-group that
23663         spam-split prepares, no need to determine it every time.
23664
23665         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23666         to the nnheader-parse-naked-head call.
23667
23668         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23669
23670         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23671         the nnheader-nov-read-message-id call.
23672
23673 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23674
23675         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23676         gnus-activate-group twice.  Suggested by Markus Peter
23677         <warp@spin.de>.
23678
23679 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23680
23681         * gnus-art.el (gnus-article-time-format): Exchange the order of
23682         day and month in the default value; fix customization type.
23683         (article-date-ut): Use add-text-properties.
23684         (article-make-date-line): Use message-make-date instead of
23685         current-time-string.
23686
23687         * message.el (message-fetch-field): Don't use set-text-properties.
23688         (message-make-date): Simplify.
23689
23690         * messagexmas.el (message-xmas-make-date): New function.
23691         (message-xmas-redefine): Defalias message-make-date to it.
23692
23693 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23694
23695         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23696         (rfc2047-encode-region): Treat text within parentheses as special;
23697         show the original text when error has occurred.
23698
23699         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23700         already-computed method to gnus-activate-group.
23701
23702         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23703         same select-methods identical Lisp objects.
23704
23705         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23706         object when modifying the info.
23707
23708 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23709
23710         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23711         gnus-opened-servers since it has never been opened with the new
23712         configuration yet.
23713
23714 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23715
23716         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23717         arg to nnheader-generate-fake-message-id.
23718
23719 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23720
23721         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23722         number and build a fake message ID localized to a group and
23723         article number (so it's repeatable from that point on).
23724         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23725         ID format.
23726
23727         * gnus-sum.el (gnus-get-newsgroup-headers):
23728         Call nnheader-generate-fake-message-id with the article number.
23729
23730 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23731
23732         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23733         end-of-buffer.
23734
23735 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23736
23737         * message.el (message-ignored-supersedes-headers): Add Approved.
23738
23739 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23740
23741         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23742         goto-char.
23743         (rfc2047-encode): Fold the line before encoding.
23744
23745 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23746
23747         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23748         folding -- not all headers can be folded, and this should be done
23749         by the message composition mode.  Probably.  I think.
23750
23751 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23752
23753         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23754         fast.
23755
23756         * gnus-ems.el (gnus-remove-image): Don't use
23757         message-text-with-property; remove only the image found first.
23758
23759         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23760         found first.
23761
23762 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23763
23764         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23765
23766 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23767
23768         * message.el (message-text-with-property): Make it fast and accept
23769         optional arguments.
23770         (message-strip-forbidden-properties): Use it.
23771         (message-fix-before-sending): Follow the m-t-w-p change.
23772
23773         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23774
23775 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23776
23777         * gnus-art.el (article-hide-headers): Don't change the buffer
23778         mistakenly when performing mml-preview even if
23779         gnus-single-article-buffer is nil.
23780
23781 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23782
23783         * message.el (message-expand-name-databases): New user option.
23784         (message-expand-name): Use it.
23785
23786 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23787
23788         * spam.el (spam-report-articles-resend)
23789         (spam-report-resend-register-routine): Allow ham reporting.
23790         (spam-report-resend-register-ham-routine): Add wrapper.
23791         (spam-registration-functions): Add ham resending functions.
23792         (spam-list-of-processors): Add ham resend processor.
23793
23794         * gnus.el (ham-resend-to): Add new group parameter.
23795         (spam-process): Add ham resend option.
23796
23797         * spam-report.el (spam-report-resend): Allow reporting ham.
23798         (spam-report-resend-ham): Add wrapper.
23799
23800 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23801
23802         * message.el (message-cite-articles-with-x-no-archive):
23803         New variable.
23804         (message-cite-original): Use it.
23805
23806 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23807
23808         * message.el (message-cite-original): Respect X-No-Archive.
23809
23810 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23811
23812         * gnus-art.el (article-hide-headers): Refer to the values for
23813         gnus-ignored-headers and gnus-visible-headers in the summary
23814         buffer since a user may have set them as group parameters.
23815
23816 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23817
23818         * assistant.el (assistant-node-name): Add convenience function.
23819         (assistant-render-text, assistant-render-node): Add error handling,
23820         plus handle multiple next nodes.
23821         (assistant-find-next-node): Comment out for now.
23822         (assistant-find-next-nodes): Add function, returns list of next
23823         nodes.
23824
23825 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23826
23827         * mail-source.el (mail-source-directory): Fix doc-string.
23828
23829 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23830
23831         * assistant.el (assistant-render-text, assistant-eval): Add :set
23832         widget type, which is different because it takes and returns a
23833         list.  Much hilarity ensues.
23834
23835 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23836
23837         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23838
23839         * gnus-group.el (gnus-group-get-new-news-this-group):
23840         Add doc-string.
23841
23842         * gnus-start.el (gnus-activate-group): Add doc-string.
23843
23844 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23845
23846         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23847
23848 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23849
23850         * assistant.el (assistant-render-text): Try to add a :set
23851         widget, more to come.
23852
23853         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23854         strings.
23855         (spam-report-articles-resend)
23856         (spam-register-routine): Do registration iff any articles warrant
23857         it.
23858         (spam-summary-prepare-exit): Change log message for nil group
23859         destinations.
23860
23861 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23862
23863         * spam.el (spam-report-resend-register-routine):
23864         Allow spam-report-resend-to to be a group parameter or a global value.
23865
23866 2004-05-26  Simon Josefsson  <jas@extundo.com>
23867
23868         * starttls.el: Merge with my GNUTLS based starttls.el.
23869         (starttls-gnutls-program, starttls-use-gnutls)
23870         (starttls-extra-arguments, starttls-process-connection-type)
23871         (starttls-connect, starttls-failure, starttls-success):
23872         New variables.
23873         (starttls-program, starttls-extra-args): Doc fix.
23874         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23875         New functions.
23876         (starttls-negotiate, starttls-open-stream):
23877         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23878         function if it is set.
23879
23880 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23881
23882         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23883         structured fields.
23884
23885 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23886
23887         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23888
23889 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23890
23891         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23892         Add variable.
23893         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23894         assigning the spam-mark to new messages.
23895
23896 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23897
23898         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23899
23900 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23901
23902         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23903
23904         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23905         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23906         default.
23907
23908 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23909
23910         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23911         correct data.
23912
23913 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23914
23915         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23916         (spam-group-processor-p): Fix function.
23917         (spam-group-processor-multiple-p)
23918         (spam-group-spam-processor-report-gmane-p)
23919         (spam-group-spam-processor-report-resend-p)
23920         (spam-group-spam-processor-bogofilter-p)
23921         (spam-group-spam-processor-blacklist-p)
23922         (spam-group-spam-processor-ifile-p)
23923         (spam-group-ham-processor-ifile-p)
23924         (spam-group-spam-processor-spamoracle-p)
23925         (spam-group-spam-processor-crm114-p)
23926         (spam-group-ham-processor-bogofilter-p)
23927         (spam-group-spam-processor-stat-p)
23928         (spam-group-ham-processor-stat-p)
23929         (spam-group-ham-processor-whitelist-p)
23930         (spam-group-ham-processor-BBDB-p)
23931         (spam-group-ham-processor-spamoracle-p)
23932         (spam-group-ham-processor-copy-p): Remove functions with some
23933         prejudice against unneeded code.
23934         (spam-report-articles-resend)
23935         (spam-report-resend-register-routine): Allow the group/topic
23936         spam-resend-to value to override spam-report-resend-to.
23937         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23938         properly now.
23939
23940         * gnus.el (spam-resend-to): Add group/topic parameter.
23941         (spam-process): Move the OBSOLETE processors to the end of the
23942         choices.
23943
23944 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23945
23946         * spam-report.el (spam-report-resend-to, spam-report-resend):
23947         Start with resend-to set to nil, and then ask the user if necessary.
23948         (spam-report-resend): spam-report-resend takes a list of articles, not
23949         separate article numbers.
23950
23951 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23952
23953         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23954         addition to emacs-w3m.
23955
23956 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23957
23958         * assistant.el (assistant-authinfo-data): New function.
23959         (assistant-eval): Eval for entire assistant.
23960
23961         * netrc.el (netrc-services-file): New variable.
23962         (netrc-parse-services): New function.
23963         (netrc-find-service-name): New function.
23964         (netrc-find-service-number): New function.
23965         (netrc-port-equal): New function.
23966         (netrc-machine): Use it.
23967
23968         * nnimap.el (nnimap-open-connection): Use netrc.
23969
23970         * gnus-util.el (gnus-netrc-get): Remove aliases.
23971
23972         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23973
23974         * assistant.el (wid-edit): Fix compilation.
23975
23976         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23977
23978 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23979
23980         * gnus-util.el (gnus-set-file-modes): New function.  (small
23981         patch).
23982
23983 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23984
23985         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23986
23987         * assistant.el (assistant-render-node): Fix up rendering and
23988         read-only text.
23989         (assistant-render-node): Reset.
23990         (assistant-make-read-only): Not sticky.
23991
23992 2004-05-20  Danny Siu  <dsiu@adobe.com>
23993
23994         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23995         centered even when gnus-auto-center-summary is t.
23996
23997 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23998
23999         * dns.el (dns-get-txt-answer): New function.
24000         (dns-read-txt): Ditto.
24001         (query-dns): Use it.
24002
24003 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24004
24005         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24006         active for foreign groups even if the group level is higher than
24007         the specified value.
24008
24009 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24010
24011         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24012         non-active groups.
24013
24014         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24015
24016 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24017
24018         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24019
24020 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24021
24022         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24023         (spam-crm114-header, spam-crm114-spam-switch)
24024         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24025         (spam-crm114-positive-spam-header)
24026         (spam-crm114-database-directory, spam-list-of-processors)
24027         (spam-group-spam-processor-crm114-p)
24028         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24029         (spam-generic-score, spam-list-of-checks)
24030         (spam-list-of-statistical-checks, spam-registration-functions)
24031         (spam-check-crm114-headers, spam-crm114-score)
24032         (spam-check-crm114, spam-crm114-register-with-crm114)
24033         (spam-crm114-register-spam-routine)
24034         (spam-crm114-unregister-spam-routine)
24035         (spam-crm114-register-ham-routine)
24036         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24037
24038 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24039
24040         * gnus.el: Add spam-use-crm114.
24041
24042         * spam.el (spam-list-of-processors, spam-registration-functions):
24043         Add spam-use-resend.
24044         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24045         (spam-report-articles-gmane): Add doc fix.
24046         (spam-report-articles-resend, spam-report-resend-register-routine):
24047         Add wrappers around spam-report-resend-to.
24048
24049         * spam-report.el (spam-report-resend-to, spam-report-resend):
24050         Add support for resending spam.
24051         (spam-report-gmane): Fix line length >80.
24052
24053         * gnus.el (spam-process): Add spam-use-resend.
24054
24055 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24056
24057         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24058         number of processed spam messages.
24059         (spam-ham-copy-or-move-routine): Return the number of processed
24060         ham messages.
24061         (spam-summary-prepare-exit): Use the above values to decide
24062         whether status messages shouled be displayed.
24063
24064 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24065
24066         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24067         `rfc2047-encoding-function-alist' in order to avoid conflicting
24068         with the old version.
24069         (rfc2047-encode-region): Concatenate words containing non-ASCII
24070         characters in structured fields; don't encode space-delimited
24071         ASCII words even in unstructured fields; don't break words at
24072         char-category boundaries.
24073         (rfc2047-encode-1): New function.
24074         (rfc2047-encode): Use it; encode text so that it occupies the
24075         maximum width within 76-column; work correctly on Q encoding for
24076         iso-2022-* charsets.
24077         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24078         sure not to break a line just after the header name.
24079         (rfc2047-b-encode-region): Remove.
24080         (rfc2047-b-encode-string): New function.
24081         (rfc2047-q-encode-region): Remove.
24082         (rfc2047-q-encode-string): New function.
24083
24084         * mm-util.el (mm-replace-in-string): New function.
24085
24086 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24087
24088         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24089         Really get it right.
24090         (gnus-inews-make-draft): Really.
24091
24092 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24093
24094         * nnmh.el (nnmh-request-list-1): Don't check the link count
24095         before descending.  (small patch)
24096
24097 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24098
24099         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24100         stuff.
24101
24102         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24103         Match on real group name.
24104
24105         * gnus-art.el (gnus-signature-limit): Doc fix.
24106
24107         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24108
24109         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24110
24111 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24112
24113         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24114         isn't a string.
24115
24116 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24117
24118         * gnus-draft.el (gnus-draft-send):
24119         Bind rfc2047-encode-encoded-words.
24120
24121         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24122         (rfc2047-encodable-p): Say that =? needs encoding.
24123         (rfc2047-encode-encoded-words): New variable.
24124
24125         * gnus-group.el (gnus-group-select-group): Doc fix.
24126
24127         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24128
24129         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24130         to nil.
24131
24132         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24133
24134         * nnheader.el (nnheader-get-lines-and-char): New function.
24135
24136 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24137
24138         * gnus-msg.el (gnus-summary-followup-with-original):
24139         Document yanking of region when active.
24140
24141 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24142
24143         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24144         groups if the group level is higher than the specified value.
24145
24146 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24147
24148         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24149         (gnus-group-jump-to-group): Add prefix argument using
24150         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24151         non-active group.
24152
24153         * compface.el (uncompface): Be verbose when changing
24154         `uncompface-use-external'.
24155
24156         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24157         handle manual section.
24158
24159 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24160
24161         * gnus-art.el (gnus-button-alist): Revert previous change.
24162
24163 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24164
24165         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24166
24167 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24168
24169         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24170         whether backend can accept message.
24171
24172         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24173
24174 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24175
24176         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24177         Avoid creating directory when nntp-marks-is-evil is true.
24178         Reported by Reiner Steib.
24179
24180 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24181
24182         * gnus-picon.el (gnus-picon-insert-glyph):
24183         Add optional `nostring' argument.
24184
24185 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24186
24187         * gnus-picon.el (gnus-picon-style): New variable.
24188         (gnus-picon-transform-address): Support `gnus-picon-style'.
24189
24190 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24191
24192         * message.el (message-fill-field): Return point.
24193         (message-generate-headers): Go to end of field.
24194
24195         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24196         stuff for non-living groups.
24197
24198 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24199
24200         * gnus-art.el (gnus-article-followup-with-original)
24201         (gnus-article-reply-with-original): gnus-mark-active-p ->
24202         gnus-region-active-p.
24203
24204 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24205
24206         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24207         only when there is spam or ham to be processed.
24208
24209 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24210
24211         * mail-source.el (mail-source-delete-crash-box): Refactor.
24212         (mail-source-fetch): Use it.
24213         (mail-source-fetch-file): Ditto.
24214         (mail-source-fetch-directory): Run postscript in loop.
24215         (mail-source-fetch-pop): Delete.
24216         (mail-source-fetch-maildir): Ditto.
24217         (mail-source-fetch-imap): Ditto.
24218
24219         * imap.el (imap-authenticators): Comment out sasl.
24220
24221         * message.el (message-skip-to-next-address): New function.
24222         (message-fill-header-address): Refactor.
24223         (message-fill-address): Use it.
24224         (message-delete-address): Use it.
24225         (message-fill-header-general): Refactor.
24226         (message-fill-field-address): Rename.
24227         (message-narrow-to-field): Find the start of the header.
24228         (message-header-format-alist): Don't pre-fill.
24229         (message-fill-header): Remove.
24230         (message-insert-header): New function.
24231         (message-shorten-references): Use it.
24232
24233         * rfc2047.el (rfc2047-field-value): Strip props.
24234
24235         * mail-parse.el (mail-header-make-address): New alias.
24236
24237         * ietf-drums.el (ietf-drums-make-address): New function.
24238
24239         * imap.el: Add compiler directives.
24240
24241         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24242
24243         * gnus-art.el (article-decode-idna-rhs): Don't use
24244         message-idna-inside-rhs-p.
24245
24246 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24247
24248         * message.el (message-idna-inside-rhs-p): Remove.
24249         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24250
24251         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24252         false positives.
24253
24254 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24255
24256         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24257
24258 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24259
24260         * nneething.el (nneething-file-name): Don't create spurious
24261         files.
24262
24263         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24264         (gnus-inews-do-gcc): Remove sleep.
24265
24266         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24267         part under point.
24268
24269         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24270         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24271
24272 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24273
24274         * spam.el (spam-summary-prepare-exit): Fix (length).
24275
24276 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24277
24278         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24279         as expired without moving it" message when there are spam
24280         messages left.
24281
24282 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24283
24284         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24285         header is not nil.
24286
24287 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24288
24289         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24290         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24291         (nntp-marks-changed-p): New arg SERVER.
24292         (nntp-request-update-info): Adjust caller.
24293
24294 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24295
24296         * nntp.el (nntp-save-marks): Pass missing arg.
24297
24298 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24299
24300         * nntp.el: Support marks.
24301         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24302         (nntp-marks-modtime, nntp-marks-directory): New variables.
24303         (nntp-request-set-mark, nntp-request-update-info)
24304         (nntp-possibly-create-directory, nntp-marks-changed-p)
24305         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24306         New functions.
24307
24308 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24309
24310         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24311         (gnus-xmas-redefine): Rename.
24312
24313         * gnus-score.el (gnus-score-insert-help):
24314         Use gnus-select-lowest-window.
24315
24316         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24317         appt-select-lowest-window and rename to gnus-select-lowest-window.
24318
24319         * gnus.el: do.
24320
24321 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24322
24323         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24324         encodings of MIME-encoded words, in order to improve
24325         interoperability with several broken MUAs.
24326
24327 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24328
24329         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24330         tags, only when charsets are not specified in headers.
24331         (mm-inline-text-html-render-with-w3m): Ditto.
24332
24333         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24334         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24335
24336 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24337
24338         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24339         instead of MIME-decoded from fields when checking
24340         `gnus-article-address-banner-alist'.
24341
24342 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24343
24344         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24345         description rather than subject.
24346
24347 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24348
24349         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24350
24351 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24352
24353         * gnus.el (gnus-version-number): Bump.
24354
24355 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24356
24357         * gnus.el: No Gnus v0.2 is released.
24358
24359 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24360
24361         * gnus-agent.el (gnus-agent-read-agentview):
24362         Inline gnus-uncompress-range.
24363
24364 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24365
24366         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24367         `exec-installed-p'.
24368
24369 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24370
24371         * gnus.el (spam-process, spam-autodetect-methods):
24372         Add bsfilter and bsfilter-headers.
24373
24374         * spam.el (spam-bsfilter): New customize group.
24375         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24376         (spam-bsfilter-header, spam-bsfilter-probability-header)
24377         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24378         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24379         (spam-bsfilter-database-directory): New options.
24380         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24381         (spam-list-of-statistical-checks, spam-registration-functions):
24382         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24383         (spam-bsfilter-score): New command.
24384         (spam-check-bsfilter-headers, spam-check-bsfilter)
24385         (spam-bsfilter-register-with-bsfilter)
24386         (spam-bsfilter-register-spam-routine)
24387         (spam-bsfilter-unregister-spam-routine)
24388         (spam-bsfilter-register-ham-routine)
24389         (spam-bsfilter-unregister-ham-routine): New functions.
24390         (spam-generic-score): Support bsfilter; Accept an optional argument
24391         to recalcurate spam score even if scoring header has already been
24392         added.
24393         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24394         optional argument to recalcurate spam score even if scoring header
24395         has already been added.
24396
24397 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24398
24399         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24400         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24401         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24402         link is missing.
24403
24404 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24405
24406         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24407         (html2text-get-attr): Rewrite.
24408
24409         * message.el (message-setup-1): Remove redundant put-text-property
24410         on mail-header-separator.
24411
24412 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24413
24414         * gnus-registry.el (gnus-registry-cache-whitespace)
24415         (gnus-registry-action, gnus-registry-spool-action)
24416         (gnus-registry-split-fancy-with-parent): Change message levels
24417         from 5 to 3 or 7, as needed.
24418
24419         * spam.el (spam-summary-prepare-exit)
24420         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24421         (spam-split, spam-find-spam, spam-log-undo-registration)
24422         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24423         level from 5 to 6.
24424
24425 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24426
24427         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24428         2004-03-04 change).
24429
24430 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24431
24432         * sieve-manage.el (sieve-manage-open):
24433         * nnweb.el (nnweb-insert-html):
24434         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24435         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24436         * nnspool.el (nnspool-request-group):
24437         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24438         * nnml.el (nnml-request-update-info):
24439         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24440         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24441         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24442         (nnimap-request-set-mark):
24443         * nnfolder.el (nnfolder-request-update-info):
24444         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24445         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24446         * gnus-uu.el (gnus-uu-find-articles-matching):
24447         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24448         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24449         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24450         * gnus-nocem.el (gnus-nocem-scan-groups):
24451         * gnus-int.el (gnus-start-news-server):
24452         * gnus-group.el (gnus-group-make-kiboze-group)
24453         (gnus-group-browse-foreign-server):
24454         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24455         Use mapc when appropriate.
24456
24457 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24458             Adam Sjøgren  <asjo@koldfront.dk>
24459             Wes Hardaker  <wes@hardakers.net>
24460             Michael Shields  <shields@msrl.com>
24461
24462         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24463         may need for spam sorting and scoring.
24464         (spam-user-format-function-S): Add user format function suitable for
24465         general use.
24466         (spam-article-sort-by-spam-status): Add sorting function for summary
24467         sorting.
24468         (spam-extra-header-to-number): Add function to get a score from a
24469         header.
24470         (spam-summary-score): Add function to get a numeric score from the
24471         headers.
24472         (spam-generic-score): Fix function doc, was in wrong place.
24473         (spam-initialize): Take symbols when it's run, and install the
24474         extra headers that spam-necessary-extra-headers thinks we need.
24475
24476 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24477
24478         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24479         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24480
24481 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24482
24483         * gnus-sum.el (gnus-set-global-variables)
24484         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24485         (gnus-article-get-xrefs, gnus-summary-best-group)
24486         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24487         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24488         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24489         Use with-current-buffer.
24490
24491 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24492
24493         * spam.el (spam-summary-prepare-exit): Simplify logic.
24494         (spam-fetch-article-header): Read the article header if it's not
24495         available.
24496         (spam-list-articles): Simplify logic.
24497         (spam-filelist-register-routine): Fix bug with unregister-list.
24498
24499         * gnus-registry.el: Fix comments at beginning.
24500
24501 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24502
24503         * message.el (message-cater-to-broken-inn): Remove.
24504         (message-shorten-references): Make sure the total folded length of
24505         References is shorter than 998 characters to cater to a bug in INN
24506         2.3.  Also, don't pretend that references aren't folded -- this
24507         hasn't worked for a while.
24508
24509 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24510
24511         * gnus-agent.el (gnus-agentize):
24512         gnus-agent-send-mail-real-function no longer set to current value
24513         of message-send-mail-function but rather a lambda that calls
24514         message-send-mail-function.  The change makes the agent real-time
24515         responsive to user changes to message-send-mail-function.
24516
24517 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24518
24519         * legacy-gnus-agent.el
24520         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24521         help from Florian Weimer <fw@deneb.enyo.de>
24522
24523 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24524
24525         * nnmail.el (nnmail-cache-insert): Revert last change.
24526
24527 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24528
24529         * nnmail.el (nnmail-cache-insert): Always check whether
24530         nnmail-cache-ignore-groups matches a group name.
24531
24532 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24533
24534         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24535         (spam-find-spam, spam-log-processing-to-registry)
24536         (spam-log-registered-p, spam-log-unregistration-needed-p)
24537         (spam-log-undo-registration): Use gnus-message instead of
24538         gnus-error, none of these errors are fatal.
24539
24540         * gnus-registry.el (gnus-registry-clean-empty-function)
24541         (gnus-registry-clean-empty): Remove only empty entries without
24542         extra data.
24543
24544 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24545
24546         * spam-stat.el (spam-stat-buffer-change-to-spam)
24547         (spam-stat-buffer-change-to-non-spam): Change (error) to
24548         (gnus-message 8) invocation.
24549
24550 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24551
24552         * nntp.el (nntp-via-netcat-command): New variable.
24553         (nntp-via-netcat-switches): New variable.
24554         (nntp-open-via-rlogin-and-netcat): New function.
24555         (nntp-open-connection-function): Doc fix.
24556         (nntp-telnet-command): Doc fix.
24557         (nntp-end-of-line): Doc fix.
24558         (nntp-via-rlogin-command): Doc fix.
24559         (nntp-via-user-name): Doc fix.
24560         (nntp-via-address): Doc fix.
24561
24562 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24563
24564         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24565         error in Emacs 21.1.
24566
24567 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24568
24569         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24570
24571 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24572
24573         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24574         (gnus-agent-with-refreshed-group): New macro.
24575         (gnus-agent-rename-group): New function.
24576         (gnus-agent-delete-group): New function.
24577         (gnus-agent-save-group-info): Use gnus-command-method when
24578         `method' parameter is nil.  Don't write nil entries into the
24579         active file.
24580         (gnus-agent-get-group-info): New function.
24581         (gnus-agent-fetch-articles):
24582         Use gnus-agent-update-files-total-fetched-for to increment disk space
24583         used.
24584         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24585         Use gnus-agent-update-view-total-fetched-for to increment disk space
24586         used.
24587         (gnus-agent-get-local): Add optional parameters to avoid calling
24588         gnus-group-real-name and gnus-find-method-for-group.
24589         (gnus-agent-set-local): Delete stored entry if either min, or max,
24590         are nil.
24591         (gnus-agent-fetch-session): Reworded error/quit messages.
24592         On quit, use gnus-agent-regenerate-group to record existance of any
24593         articles fetched to disk before the quit occurred.
24594         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24595         gnus-agent-update-view-total-fetched-for, and
24596         gnus-agent-update-files-total-fetched-for to decrement disk space
24597         used.
24598         (gnus-agent-retrieve-headers):
24599         Use gnus-agent-update-view-total-fetched-for to increment disk space
24600         used.
24601         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24602         with gnus-agent-update-files-total-fetched-for to decrement disk
24603         space and fresh group buffer.
24604         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24605         (gnus-agent-need-update-total-fetched-for): New variable.
24606         (gnus-agent-update-files-total-fetched-for): New function.
24607         (gnus-agent-update-view-total-fetched-for): New function.
24608         (gnus-agent-total-fetched-for): New function.
24609
24610         * gnus-cache.el (gnus-cache-save-buffers):
24611         Use gnus-cache-update-overview-total-fetched-for to change disk space
24612         used by this group.
24613         (gnus-cache-possibly-enter-article):
24614         Use gnus-cache-update-file-total-fetched-for to increment disk space
24615         used by this group.
24616         (gnus-cache-possibly-remove-article):
24617         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24618         used by this group.
24619         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24620         (gnus-cache-rename-group): New function.
24621         (gnus-cache-delete-group): New function.
24622         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24623         (gnus-cache-need-update-total-fetched-for): New variable.
24624         (gnus-cache-with-refreshed-group): New macro.
24625         (gnus-cache-update-file-total-fetched-for): New function.
24626         (gnus-cache-update-overview-total-fetched-for): New function.
24627         (gnus-cache-rename-group-total-fetched-for): New function.
24628         (gnus-cache-delete-group-total-fetched-for): New function.
24629         (gnus-cache-total-fetched-for): New function.
24630
24631         * gnus-group.el: Require gnus-sum and autoload functions to
24632         resolve warnings when gnus-group.el compiled alone.
24633         (gnus-group-line-format): Documented new %F.
24634         (size of Fetched data) group line format; identifies disk space
24635         used by agent and cache.
24636         (gnus-group-line-format-alist): Defined new F format.
24637         (gnus-total-fetched-for): New function.
24638         (gnus-group-delete-group): No longer update
24639         gnus-cache-active-altered as gnus-request-delete-group now keeps
24640         the cache in sync.
24641         (gnus-group-list-active): Let the agent store a server's active
24642         list if currently plugged.
24643
24644         * gnus-int.el (gnus-request-delete-group):
24645         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24646         local disk in sync with the server.
24647         (gnus-request-rename-group):
24648         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24649         local disk in sync with the server.
24650
24651         * gnus-start.el (gnus-get-unread-articles):
24652         Cosmetic simplification to logic.
24653
24654         * gnus-util.el (gnus-rename-file): New function.
24655
24656 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24657
24658         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24659
24660 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24661
24662         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24663         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24664
24665 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24666
24667         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24668         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24669
24670 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24671
24672         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24673
24674 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24675
24676         * spam.el (spam-set-difference): Add function to replace
24677         gnus-set-difference in spam.el.
24678         (spam-summary-prepare-exit): Use spam-set-difference.
24679
24680 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24681
24682         * gnus-registry.el (gnus-registry-cache-file): Update to use
24683         gnus-dribble-directory OR gnus-home-directory OR ~.
24684         (gnus-registry-split-fancy-with-parent): Fix doc.
24685
24686 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24687
24688         * message.el (message-exchange-point-and-mark):
24689         Use message-mark-active-p.  Suggested by Jesper Harder
24690         <harder@ifa.au.dk>.
24691
24692 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24693
24694         * message.el (message-exchange-point-and-mark): Don't activate
24695         region if it was inactive.  Suggested by Hiroshi Fujishima
24696         <pooh@nature.tsukuba.ac.jp>.
24697
24698 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24699
24700         * gnus-art.el (article-display-face): Display Faces in the same
24701         order as X-Faces.
24702
24703 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24704
24705         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24706
24707 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24708
24709         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24710         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24711         (gnus-article-mime-hierarchy): Remove.
24712         (gnus-article-mime-hierarchy-next): Remove.
24713         (gnus-article-mode): Revert 2004-03-19 change.
24714         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24715         (gnus-insert-mime-button): Revert 2004-03-19 change.
24716         (gnus-mime-accumulate-hierarchy): Remove.
24717         (gnus-mime-enter-multipart): Remove.
24718         (gnus-mime-leave-multipart): Remove.
24719         (gnus-mime-display-part): Revert 2004-03-19 change.
24720         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24721
24722         * mml.el (mml-preview): Revert 2004-03-19 change.
24723
24724 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24725
24726         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24727
24728 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24729
24730         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24731         t while entering a file name using the mm-with-multibyte macro.
24732         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24733
24734         * mm-util.el (mm-with-multibyte): New macro.
24735
24736 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24737
24738         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24739         New user option.
24740         (gnus-mime-multipart-functions): Doc and customization fix.
24741         (gnus-article-mime-hierarchy): New variable.
24742         (gnus-article-mime-hierarchy-next): New variable.
24743         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24744         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24745         gnus-article-mime-hierarchy-next to nil.
24746         (gnus-insert-mime-button): Show hierarchy numbers.
24747         (gnus-mime-accumulate-hierarchy): New function.
24748         (gnus-mime-enter-multipart): New function.
24749         (gnus-mime-leave-multipart): New function.
24750         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24751         (gnus-mime-display-alternative): Show hierarchy numbers.
24752
24753         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24754         gnus-article-mime-hierarchy-next to nil.
24755
24756 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24757
24758         * dns.el: Don't require gnus-xmas.
24759
24760 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24761
24762         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24763         inline PGP.
24764         (mml-menu): Disable mml-quote-region if mark is inactive.
24765
24766 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24767
24768         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24769         when the group's active is not available.
24770
24771 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24772
24773         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24774         error.
24775
24776 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24777
24778         * imap.el (imap-store-password): New variable.
24779         (imap-interactive-login): Use it.
24780         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24781
24782 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24783
24784         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24785         window-start and hscroll to summary window.
24786
24787 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24788
24789         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24790         conversion message to newsrc-dribble when an actual conversion is
24791         performed.
24792
24793 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24794
24795         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24796
24797 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24798
24799         * mm-decode.el (mm-complicated-handles): New function reviving
24800         former definition of mm-multiple-handles.
24801
24802         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24803         (gnus-mime-delete-part): Use it.
24804
24805 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24806
24807         * gnus-agent.el (gnus-agent-read-local):
24808         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24809         avoid the implicit assumption that they will always be equal.
24810         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24811         coding-system-for-write, as the with-temp-file macro first prints
24812         to a buffer then saves the buffer.
24813
24814 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24815
24816         * gnus-art.el (gnus-article-edit-part): New function.
24817         (gnus-mime-save-part-and-strip): Use it; do query instead of
24818         signaling an error; don't use mm-multiple-handles.
24819         (gnus-mime-delete-part): Ditto.
24820
24821 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24822
24823         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24824         old file versions.
24825         (gnus-group-prepare-hook): Remove function that converted list
24826         form of gnus-agent-expire-days to group properties.
24827
24828         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24829         (gnus-request-accept-article): Re-indented.
24830
24831         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24832         converters to handle old agent file formats.  Add logic for a
24833         "backup before upgrading warning".
24834         (gnus-convert-mark-converter-prompt): Developers can mark
24835         functions as needing (default), or not needing,
24836         gnus-convert-old-newsrc's "backup before upgrading warning".
24837         (gnus-convert-converter-needs-prompt): Tests whether the user
24838         should be protected from potentially irreversable changes by the
24839         function.
24840
24841         * legacy-gnus-agent.el: New.  Provides converters that are only
24842         loaded when gnus-convert-old-newsrc needs to call them.
24843
24844 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24845
24846         * mail-source.el (mail-source-touch-pop): Doc fix.
24847
24848         * message.el (message-smtpmail-send-it): Doc fix.
24849
24850 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24851
24852         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24853
24854         * nnmail.el (nnmail-split-fancy): do.
24855
24856         * gnus-kill.el (gnus-kill, gnus-execute): do.
24857
24858 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24859
24860         * gnus-sum.el (gnus-widget-reversible-match)
24861         (gnus-widget-reversible-to-internal)
24862         (gnus-widget-reversible-to-external): New functions.
24863         (gnus-widget-reversible): New widget.
24864         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24865
24866 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24867
24868         * gnus-sum.el (gnus-thread-sort-functions)
24869         (gnus-article-sort-functions): Document `(not F)' items.
24870
24871 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24872
24873         * spam.el (spam-use-gmane-xref): Add new backend.
24874         (spam-gmane-xref-spam-group): Add variable to control the name of the
24875         Gmane spam group.
24876         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24877         (spam-regex-headers-spam, spam-regex-headers-ham)
24878         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24879         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24880         backends and checks.
24881         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24882
24883         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24884         an autodetect method.
24885
24886 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24887
24888         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24889         articles are being added to a group.
24890         (gnus-request-replace-article): Inform the agent that articles
24891         need to be uncached as the cached contents are no longer valid.
24892
24893 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24894
24895         * binhex.el: Don't autoload executable-find.
24896
24897         * canlock.el: Don't autoload mail-fetch-field.
24898
24899         * dgnushack.el: Autoload c-mode for XEmacs.
24900
24901         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24902
24903         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24904         rmail-dont-reply-to and rmail-output.
24905
24906         * gnus-score.el: Don't autoload ffap-string-at-point.
24907
24908         * gnus-setup.el: Don't autoload sc-cite-original.
24909
24910         * imap.el: Don't autoload base64-decode-string,
24911         base64-encode-string and md5.
24912
24913         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24914         and rmail-msg-restore-non-pruned-header.
24915
24916         * mm-decode.el: Don't autoload executable-find.
24917
24918         * mm-url.el: Don't autoload executable-find.
24919
24920         * mm-view.el: Don't autoload diff-mode.
24921
24922         * nndb.el: Don't autoload news-reply-mode, news-setup,
24923         cancel-timer and telnet.
24924
24925         * password.el: Don't autoload run-at-time for Emacs.
24926
24927         * sha1-el.el: Don't autoload executable-find.
24928
24929         * sieve-mode.el: Don't autoload c-mode.
24930
24931         * uudecode.el: Don't autoload executable-find.
24932
24933 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24934
24935         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24936         (gnus-agent-possibly-alter-active): Avoid null in numeric
24937         comparison.
24938         (gnus-agent-set-local): Refuse to save null in local object table.
24939         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24940         list of articles that will be marked as unread.
24941
24942 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24943
24944         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24945
24946 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24947
24948         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24949         language tags.
24950
24951 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24952
24953         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24954         Don't bind "obarray".
24955
24956         * gnus-sum.el (gnus-thread-sort-functions):
24957         Add `gnus-thread-sort-by-most-recent-number' and
24958         `gnus-thread-sort-by-most-recent-date'.
24959         Reported by Kai Grossjohann <kai@emptydomain.de>.
24960
24961 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24962
24963         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24964
24965 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24966
24967         * gnus-cus.el (gnus-agent-customize-category):
24968         Remove ignore-errors macro reference that required cl to be loaded at
24969         run-time.
24970
24971         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24972         single-interval range of the form (min . max).  Previously the
24973         range had to look like ((min . max)).  Likewise, return
24974         (min . max) rather than ((min . max)).
24975         (gnus-range-map): Use gnus-range-normalize to accept
24976         single-interval range.
24977
24978         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24979         the cache, but not the agent, now appear with their usual face.
24980
24981         * dgnushack.el (loaddir): New variable that is bound to the
24982         directory containing the dgnushack.el file. Use loaddir, rather
24983         than srcdir, to update load-path. Change lets dgnushack compile
24984         code in directories other than GNUS/lisp.
24985
24986 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24987
24988         * lpath.el: Don't bind w3m-safe-url-regexp.
24989
24990         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24991         w3m-safe-url-regexp variable buffer-local.
24992
24993         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24994
24995 2004-02-27  Simon Josefsson  <jas@extundo.com>
24996
24997         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24998         gnus-group-real-prefix.
24999         (gnus-summary-move-article): Use it, instead of
25000         gnus-group-real-prefix.
25001
25002 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25003
25004         * lpath.el: Bind w3m-safe-url-regexp.
25005
25006         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25007         w3m-safe-url-regexp variable buffer-local and set it as the value
25008         of mm-w3m-safe-url-regexp.
25009
25010         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25011
25012         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25013         parsing gnus-posting-styles when the message is not for replying.
25014
25015         * dgnushack.el: Autoload sgml-mode for XEmacs.
25016
25017         * nnrss.el (nnrss-opml-export):
25018         Use mm-set-buffer-file-coding-system instead of
25019         set-buffer-file-coding-system.
25020
25021 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25022
25023         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25024         of checkdoc.el).
25025         * nnrss.el: do.
25026         * gnus-mlspl.el: do.
25027         * gnus-ml.el: do.
25028         * gnus-srvr.el: do.
25029
25030         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25031
25032 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25033
25034         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25035         Corrections to custom-manual links.
25036
25037         * gnus-art.el (gnus-article): Ditto.
25038
25039         * mm-decode.el (mime-display, mime-security): Ditto.
25040
25041 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25042
25043         * flow-fill.el: Typo.
25044
25045 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25046
25047         * spam-wash.el: New file.
25048
25049 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25050
25051         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25052
25053 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25054
25055         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25056         to be run with new-articles as LIST1, not LIST2.
25057         (spam-registration-functions): Add spam-use-ham-copy as a nil
25058         registration backend.
25059
25060 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25061
25062         * spam-stat.el (spam-stat-washing-hook): New option.
25063         (spam-stat-buffer-words): Use it.
25064         (spam-stat-process-directory, spam-stat-test-directory):
25065         Use insert-file-contents-literally.
25066         (spam-stat-coding-system): New variable.
25067         (spam-stat-load, spam-stat-save): Use it.
25068
25069 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25070
25071         * spam-report.el (spam-report-plug-agent):
25072         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25073
25074 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25075
25076         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25077         Allow / in mailto URLs.
25078
25079 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25080
25081         * spam-report.el (spam-report-process-queue): Fix interactive use.
25082         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25083         (spam-report-unplug-agent): Doc fixes.
25084         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25085         (spam-report-agentize, spam-report-deagentize): Autoload.
25086
25087 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25088
25089         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25090
25091         * message.el (message-setup-fill-variables): Add mml tags to
25092         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25093         <ajk@iu.edu>.
25094         (message-mode): Don't modify paragraph-separate there.
25095
25096 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25097
25098         * compface.el (uncompface-use-external): Default to undecided.
25099         (uncompface-use-external-threshold): New variable.
25100         (uncompface-float-time): New macro.
25101         (uncompface): Determine whether to use the external decoder if
25102         uncompface-use-external is undecided.
25103
25104 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25105
25106         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25107         after images.
25108
25109         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25110
25111 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25112
25113         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25114
25115         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25116
25117         * gnus-sum.el (gnus-summary-limit-to-age)
25118         (gnus-summary-limit-children): do.
25119
25120         * gnus-int.el (gnus-request-scan): do.
25121
25122         * gnus-group.el (gnus-group-suspend): do.
25123
25124         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25125
25126         * gnus-cite.el (gnus-cite-parse-attributions): do.
25127
25128         * gnus-agent.el (gnus-summary-set-agent-mark)
25129         (gnus-agent-regenerate-group): do.
25130
25131         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25132
25133         * binhex.el (binhex-decode-region-internal): do.
25134
25135 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25136
25137         * gnus-fun.el (gnus-face-properties-alist): New user option.
25138         (gnus-display-x-face-in-from): Use it.
25139
25140         * gnus-art.el (article-display-face): Ditto.
25141
25142         * compface.el (uncompface-use-external): Default to nil.
25143
25144 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25145
25146         * nntp.el (nntp-erase-buffer): New function.
25147         (nntp-retrieve-data, nntp-send-command)
25148         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25149         (nntp-possibly-change-group): Use it.
25150
25151         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25152         Use with-current-buffer.
25153
25154 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25155
25156         * compface.el: Merge the ELisp-based uncompface program.
25157         (compface): New customization group.
25158         (uncompface-use-external): New user option.
25159         (uncompface): Call uncompface-internal if uncompface-use-external
25160         is nil.
25161         (uncompface-internal): New function.  Note that there are also
25162         some other functions and variables added for this function.
25163
25164 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25165
25166         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25167         if necessary.
25168
25169 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25170
25171         * spam-report.el (spam-report-unplug-agent)
25172         (spam-report-plug-agent, spam-report-deagentize)
25173         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25174         Add support for the Agent in spam-report: when unplugged, report to a
25175         file; when plugged, submit all the requests.
25176
25177         * spam.el (spam-register-routine): Fix message about
25178         registration.
25179
25180 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25181
25182         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25183         dependencies.
25184         (rfc2047-encode): Use it.
25185
25186         * gnus-art.el (gnus-button-marker-list): Move before first
25187         reference.
25188
25189         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25190         (imap-parse-body): Fix format string mismatch.
25191
25192         * gnus-score.el (gnus-summary-increase-score): do.
25193
25194         * nnrss.el (nnrss-close): New function.
25195
25196 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25197
25198         * nnrss.el (nnrss-make-filename): New function.
25199         (nnrss-request-delete-group, nnrss-read-server-data)
25200         (nnrss-save-server-data, nnrss-read-group-data)
25201         (nnrss-save-group-data): Use it.
25202         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25203         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25204         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25205
25206 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25207
25208         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25209
25210 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25211
25212         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25213         files.
25214
25215         * message.el (message-generate-headers-first): Don't quote nil
25216         and t in docstrings.
25217
25218         * imap.el (imap-id): do.
25219
25220         * gnus-agent.el (gnus-agent-consider-all-articles)
25221         (gnus-agent-queue-mail): do.
25222
25223 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25224
25225         * spam-report.el (spam-report-process-queue): New function.
25226         Process requests from `spam-report-requests-file'.
25227         (spam-report-process-queue): Doc fix.
25228
25229 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25230
25231         * spam.el (spam-register-routine)
25232         (spam-log-processing-to-registry, spam-log-registered-p)
25233         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25234         Change "check" to "spam-check" for semi-clarity.
25235
25236 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25237
25238         * pop3.el: Require nnheader.
25239
25240         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25241
25242         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25243
25244         * gnus-picon.el: Require cl.
25245
25246         * gnus-fun.el: Require gnus-ems and gnus-util.
25247
25248         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25249
25250         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25251
25252         * gnus-art.el (gnus-article-edit-mode): Define before first
25253         reference.
25254
25255 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25256
25257         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25258         (gnus-uu-post-encoded): Use point-at-bol.
25259
25260         * gnus-topic.el (gnus-group-active-topic-p): do.
25261
25262         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25263
25264         * gnus-group.el (gnus-group-kill-region): do.
25265
25266         * gnus-art.el (article-date-ut): do.
25267
25268         * message.el (message-fetch-field): Remove redundant
25269         case-fold-search binding.
25270         (message-narrow-to-field): Simplify.
25271
25272 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25273
25274         * spam.el (spam-directory): Derive from `gnus-directory'.
25275
25276         * spam-report.el (spam-report-url-to-file)
25277         (spam-report-requests-file): New function and variable for offline
25278         reporting.
25279         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25280         and user defined function.
25281         (spam-report-url-ping-mm-url): Remove doubled slash.
25282
25283 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25284
25285         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25286
25287 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25288
25289         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25290         Fix format string mismatch.
25291
25292         * sieve.el (sieve-deactivate-all): do.
25293
25294         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25295
25296         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25297
25298         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25299
25300         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25301
25302 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25303
25304         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25305         the list of checks.
25306
25307 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25308
25309         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25310         padding.
25311
25312 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25313
25314         * mm-view.el (mm-fill-flowed): New variable.
25315         (mm-inline-text): Use it.
25316
25317 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25318
25319         * spam.el (spam-spamassassin-register-ham-routine)
25320         (spam-spamassassin-register-spam-routine): Fix function names.
25321
25322 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25323
25324         * gnus.el (gnus-tmp-grouplens): Remove.
25325         (gnus-summary-line-format): Remove grouplens.
25326
25327         * gnus-group.el (gnus-group-line-format): Ditto.
25328
25329         * gnus-spec.el (gnus-format-specs): Ditto.
25330         (gnus-update-format-specifications): Flush the group format spec
25331         cache if there's the grouplens stuff.
25332         (gnus-parse-simple-format): Replace %l with the empty string.
25333
25334 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25335
25336         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25337         omission.
25338
25339 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25340
25341         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25342         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25343
25344 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25345
25346         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25347         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25348         New macros and functions.
25349         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25350         Handle > NLINK_MAX messages.
25351         * nnmaildir.el (nnmaildir-request-set-mark):
25352         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25353
25354 2004-01-25  Alex Schroeder  <alex@gnu.org>
25355
25356         * spam-stat.el (spam-stat-process-directory-age): New option.
25357         (spam-stat-process-directory): Use it.
25358
25359 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25360
25361         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25362         (spam-stat-save): Accept prefix argument.
25363
25364 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25365
25366         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25367         links" error.
25368
25369 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25370
25371         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25372         the rest of the and/or forms.
25373
25374 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25375
25376         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25377         compatibility with old .newsrc.eld files.
25378
25379         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25380
25381         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25382
25383         * gnus-start.el (gnus-1): do.
25384
25385         * gnus-group.el (gnus-group-line-format-alist): do.
25386
25387         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25388
25389         * gnus-gl.el: Remove.
25390
25391 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25392
25393         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25394         marks consisting of a single range {for example, (3 . 5)} rather
25395         than a list of a single range { ((3 . 5)) }.
25396
25397 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25398
25399         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25400         Use with-current-buffer.
25401         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25402         avoid consing a string.
25403
25404         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25405         Remove obsolete entries for big5 and gb2312.
25406
25407 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25408
25409         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25410         uncompressed list.
25411
25412 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25413
25414         * spam-stat.el (spam-stat-strip-xref): New function.
25415         (spam-stat-process-directory): Use it.
25416
25417         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25418         here -- it's done in message-fetch-field.
25419
25420 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25421
25422         * gnus-agent.el (gnus-agent-queue-mail)
25423         (gnus-agent-prompt-send-queue): New variables.
25424         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25425         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25426         "nndraft:queue" along to gnus-draft-send.
25427         Use gnus-agent-prompt-send-queue.
25428         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25429         is "nndraft:queue".  Suggested by Gaute Strokkenes
25430         <gs234@srcf.ucam.org>
25431
25432         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25433         (agent-enable-undownloaded-faces): Add.
25434         (gnus-agent-cat-groups): Use eval-and-compile, not
25435         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25436         method of gnus-agent-cat-groups even when the buffer has been
25437         evaled.
25438         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25439         delete gnus-agent-save-active-1.
25440         (gnus-agent-save-groups): Delete.  Identical to
25441         gnus-agent-save-active.
25442         (gnus-agent-write-active): No longer adjust agent's copy of active
25443         file as agent's adjustments are now stored in their own
25444         file.  Remove optional parameter.
25445         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25446         servers.  Add use of min/max range limits from server's local
25447         file.
25448         (gnus-agent-save-alist): Remove unused optional argument.
25449         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25450         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25451         (gnus-agent-set-local): A per-server file that keeps min/max range
25452         limits for articles known to the agent.  Provides a fast mechanism
25453         for altering many active ranges.
25454         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25455         active file (local makes it unnecessary).
25456         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25457
25458         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25459         (agent-enable-undownloaded-faces): Add.
25460
25461         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25462         disable it when sending to "nndraft:queue".
25463         (gnus-group-send-queue): Add safety check to avoid sending queue
25464         when unplugged.
25465
25466         * gnus-group.el (gnus-group-catchup): Use new
25467         gnus-sequence-of-unread-articles, not
25468         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25469         numbers of articles.  Use gnus-range-map to avoid having to
25470         uncompress the unread list.
25471         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25472         Fix invalid ange-ftp reference.
25473
25474         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25475         (gnus-sorted-range-intersection): Intersection of two ranges
25476         without requiring that they first be uncompressed.
25477
25478         * gnus-start.el (gnus-activate-group): Unless blocked by the
25479         caller, possibly expand the active range to include both cached
25480         and agentized articles.
25481         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25482         multiple version-dependent converters.
25483         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25484         gnus-agent-save-active.
25485         (gnus-save-newsrc-file): Save dirty agent range limits.
25486
25487         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25488         gnus-agent-possibly-alter-active.
25489         (gnus-adjust-marked-articles): Faster handling of simple lists.
25490
25491 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25492
25493         * spam-stat.el (spam-stat-test-directory): New optional argument
25494         displays a list of files detected.  Suggested by Andrew Cohen
25495         <cohen@andy.bu.edu>.
25496         (spam-stat-buffer-words-with-scores): Don't narrow and change
25497         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25498
25499 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25500
25501         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25502         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25503         (spam-spamassassin-arguments)
25504         (spam-spamassassin-spam-flag-header)
25505         (spam-spamassassin-positive-spam-flag-header)
25506         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25507         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25508         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25509         (spam-list-of-processors, spam-list-of-checks)
25510         (spam-list-of-statistical-checks, spam-registration-functions)
25511         (spam-check-spamassassin-headers, spam-check-spamassassin)
25512         (spam-spamassassin-score)
25513         (spam-spamassassin-register-with-sa-learn)
25514         (spam-spamassassin-register-spam-routine)
25515         (spam-spamassassin-register-ham-routine)
25516         (spam-assassin-register-spam-routine)
25517         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25518         (spam-bogofilter-score): Fix to show article before scoring.
25519
25520 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25521
25522         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25523         default scoring function.
25524         (spam-generic-score): Call spam-spamassassin-score if
25525         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25526         spam-bogofilter-score otherwise.
25527
25528         * gnus.el (spam-process, spam-autodetect-methods):
25529         Add spamassassin and spamassassin-headers.
25530
25531 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25532
25533         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25534         Suppress unnecessary messages.
25535
25536 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25537
25538         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25539         make-hash-table.
25540
25541 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25542
25543         * canlock.el (base64-encode-string): Don't autoload it.
25544
25545 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25546
25547         * run-at-time.el: Remove useless (require 'itimer),
25548         eval-and-compile and (featurep 'xemacs).
25549
25550 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25551
25552         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25553         GROUP is a virtual group.
25554
25555 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25556
25557         * gnus.el: Autoload `message-y-or-n-p'.
25558
25559 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25560
25561         * pgg-parse.el: Remove unnecessary (require 'custom).
25562
25563         * pgg-def.el: do.
25564
25565         * nnmail.el: do.
25566
25567         * gnus-undo.el: do.
25568
25569         * gnus-picon.el: do.
25570
25571         * gnus-util.el: do.
25572
25573 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25574
25575         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25576
25577 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25578
25579         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25580         handle, as well as a list.
25581
25582         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25583         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25584         (mm-w3m-cid-retrieve): Simplify.
25585
25586 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25587
25588         * message.el (message-kill-to-signature): Allow prefix arg to
25589         specify number of lines to keep before signature.
25590
25591 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25592
25593         * message.el (message-kill-to-signature): Change docstring.
25594
25595 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25596
25597         * canlock.el: Always require sha1-el.
25598         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25599
25600         * message.el: Autoload sha1 only when compiling.
25601
25602         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25603         eudc-expand-inline for XEmacs.
25604
25605 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25606
25607         * message.el (message-canlock-generate): Require sha1-el.
25608
25609 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25610
25611         * message.el (message-expand-name): Silence the byte compiler.
25612
25613         * lpath.el: Add detect-coding-system.
25614
25615         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25616         cus-edit.
25617
25618 2004-01-13  Simon Josefsson  <jas@extundo.com>
25619
25620         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25621         Invoke gnus-score-mode.
25622         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25623
25624         * gnus-range.el (gnus-compress-sequence): Doc fix.
25625         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25626
25627 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25628
25629         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25630
25631 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25632
25633         * spam.el (spam-get-article-as-string): Update to use
25634         gnus-request-article-this-buffer, much simpler.
25635         (spam-get-article-as-buffer): Remove.
25636
25637 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25638
25639         * message.el (message-expand-name): Use EUDC if the user uses that.
25640
25641 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25642
25643         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25644         character for the encoding to avoid consing a string.
25645
25646         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25647         unnecessarily.
25648
25649         * mm-util.el (mm-replace-chars-in-string): Remove.
25650
25651         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25652         of mm-replace-chars-in-string.
25653
25654 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25655
25656         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25657
25658         * mm-util.el (mm-subst-char-in-string): Support inplace.
25659
25660         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25661         a new string in every iteration.  Use shy groups.
25662
25663 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25664
25665         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25666         * gnus-soup.el (gnus-soup-group-brew):
25667         * gnus-msg.el (gnus-put-message):
25668         * gnus-move.el (gnus-group-move-group-to-server):
25669         * gnus-kill.el (gnus-batch-score):
25670         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25671         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25672         (gnus-group-update-group, gnus-group-read-group)
25673         (gnus-group-make-group, gnus-group-make-help-group)
25674         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25675         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25676         (gnus-group-sort-by-unread, gnus-group-catchup)
25677         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25678         (gnus-group-yank-group, gnus-group-set-info)
25679         (gnus-group-list-groups):
25680         * gnus.el (gnus-generate-new-group-name):
25681         * gnus-delay.el (gnus-delay-send-queue):
25682         * nnvirtual.el (nnvirtual-catchup-group):
25683         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25684         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25685         (gnus-group-prepare-topics, gnus-topic-check-topology):
25686         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25687         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25688         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25689         (gnus-group-make-articles-read):
25690         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25691         (gnus-group-change-level, gnus-kill-newsgroup)
25692         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25693         (gnus-get-unread-articles, gnus-make-articles-unread)
25694         (gnus-make-ascending-articles-unread): Use accessor
25695         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25696         to get group information for improved readability.
25697
25698
25699 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25700
25701         * gnus-art.el (article-decode-mime-words, article-babel)
25702         (gnus-article-highlight-signature, gnus-article-add-buttons)
25703         (gnus-signature-toggle): Use gnus-with-article-buffer.
25704
25705         * gnus-art.el (gnus-article-highlight-headers)
25706         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25707
25708         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25709         (gnus-article-set-globals, gnus-request-article-this-buffer)
25710         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25711         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25712         (gnus-mime-display-alternative): Use with-current-buffer.
25713
25714 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25715
25716         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25717         also under 80 char limit, and call gnus-error if needed.
25718         (spam-fetch-article-header): Fix - it was a
25719         buffer-local variable (gnus-newsgroup-data).
25720         (spam-find-spam): Use spam-generate-fake-headers, forget about
25721         spam-insert-fake-headers.
25722         (spam-insert-fake-headers): Remove.
25723
25724 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25725
25726         * deuglify.el (gnus-article-outlook-unwrap-lines)
25727         (gnus-outlook-rearrange-article)
25728         (gnus-outlook-repair-attribution-outlook)
25729         (gnus-outlook-repair-attribution-block)
25730         (gnus-outlook-repair-attribution-other): Remove redundant
25731         save-excursion.
25732
25733 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25734
25735         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25736         (spam-fetch-field-subject-fast)
25737         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25738         (spam-fetch-article-header): Add functions to deal with Gnus
25739         internals for fast retrieval of article header data.
25740         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25741
25742 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25743
25744         * pop3.el (pop3-md5): Remove.
25745         (pop3-apop): Replace pop3-md5 with md5.
25746
25747         * mm-bodies.el: base64 is always built-in.
25748
25749         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25750         Use with-current-buffer.
25751
25752 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25753
25754         * canlock.el (canlock-insert-header): Remove excessive grouping in
25755         regexp.
25756
25757         * gnus-sum.el (gnus-summary-read-document): Ditto.
25758
25759         * gnus-uu.el (gnus-uu-part-number): Ditto.
25760
25761         * html2text.el (html2text-remove-tags): Ditto.
25762         (html2text-format-tags): Ditto.
25763         (html2text-format-single-elements): Ditto.
25764
25765         * mml.el (mml-parse-1): Ditto.
25766
25767 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25768
25769         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25770
25771         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25772
25773         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25774
25775         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25776
25777 2003-11-15  Simon Josefsson  <jas@extundo.com>
25778
25779         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25780         (pgg-gpg-lookup-key): Use regexp match instead of
25781         split-string (split-string is different between emacs 21.2 and
25782         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25783
25784 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25785
25786         * gnus-art.el (gnus-mime-view-all-parts)
25787         (gnus-article-part-wrapper, gnus-article-view-part):
25788         Use with-current-buffer.
25789
25790 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25791
25792         * spam.el (spam-disable-spam-split-during-ham-respool)
25793         (spam-spamoracle-database, spam-cache-lookups)
25794         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25795         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25796         (spam-group-ham-marks, spam-group-spam-marks)
25797         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25798         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25799         also add spam-use-blackholes to the statistical checks.
25800         (spam-fetch-field-fast): Add interface to fetching fields, may
25801         become a macro.
25802         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25803         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25804         (spam-insert-fake-headers): Fake an article when needed.
25805         (spam-find-spam): Fake article when possible.
25806         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25807         (spam-check-bogofilter-headers): Use message-fetch-field instead
25808         of nnmail-fetch-field.
25809
25810 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25811
25812         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25813
25814 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25815
25816         * spam.el (spam-split): Do not require spam-use-CHECK to be
25817         enabled if that check is passed to spam-split explicitly; also
25818         fix so 'spam doesn't get converted to spam-split-group when
25819         spam-split-symbolic-return is t.
25820         (spam-find-spam): Find registrations of the article and use those
25821         instead of re-running spam-split to find the spam/ham
25822         classification of the article.
25823         (spam-log-processing-to-registry, spam-log-registered-p)
25824         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25825         Use gnus-error instead of gnus-message.
25826         (spam-log-registration-type): Add function to determine the
25827         classification of a message based on registry entries; will
25828         return nil if both 'spam and 'ham are found.
25829         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25830         a reasonably fast local cache without the loading errors.
25831         (spam-cache-lookups): Set to t by default.
25832         (spam-find-spam): Don't try to guess spam-cache-lookups.
25833         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25834         spam-caches entry.
25835         (spam-filelist-build-cache, spam-filelist-check-cache):
25836         Fix caching of whitelist/blacklist entries.
25837         (spam-check-whitelist, spam-check-blacklist):
25838         Invoke spam-from-listed-p with a type, not a cache variable.
25839         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25840
25841 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25842
25843         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25844
25845         * nnmail.el (nnmail-split-fancy): do.
25846
25847         * mml.el (mml-parse): do.
25848
25849         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25850         (gnus-score-adaptive): do.
25851
25852 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25853
25854         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25855         (gnus-mime-button-map): Don't set keymap parent.
25856         (gnus-button-ctan-directory-regexp): Use shy grouping.
25857         (gnus-prev-page-map): Don't set keymap parent.
25858         (gnus-prev-page-map): Remove duplicated one.
25859         (gnus-next-page-map): Don't set keymap parent.
25860         (gnus-mime-security-button-map): Ditto.
25861
25862         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25863         version number.
25864
25865         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25866
25867 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25868
25869         * canlock.el (canlock-sha1-function): Remove.
25870         (canlock-sha1-function-for-verify): Remove.
25871         (canlock-openssl-program): Remove.
25872         (canlock-openssl-args): Remove.
25873         (canlock-ignore-errors): Remove.
25874         (canlock-sha1-with-openssl): Remove.
25875         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25876         (canlock-verify): Don't use canlock-ignore-errors.
25877
25878         * sha1-el.el (sha1-string-external): Make it can return a string
25879         in binary form.
25880         (sha1-region-external): Ditto.
25881         (sha1-string-internal): Ditto.
25882         (sha1-region-internal): Ditto.
25883         (sha1-region): Ditto.
25884         (sha1-string): Ditto.
25885         (sha1): Ditto.
25886
25887 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25888
25889         * spam.el (spam-report-articles-gmane): New command.
25890
25891 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25892
25893         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25894
25895         * run-at-time.el (run-at-time-saved): Remove.
25896         (run-at-time): Doc fix.
25897
25898 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25899
25900         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25901         (gnus-summary-limit-map): Add it.
25902         (gnus-summary-make-menu-bar): do.
25903
25904 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25905
25906         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25907         Make attempt at some caching support (done for BBDB only now).
25908         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25909         addresses to be checked.
25910         (spam-clear-cache-BBDB): Add function, to be invoked by
25911         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25912         (spam-check-BBDB): Check and use the caches, if
25913         spam-cache-lookups is on, remove superfluous (provide).
25914
25915 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25916
25917         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25918
25919 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25920
25921         * run-at-time.el (run-at-time-saved): Move to after the definition
25922         of `run-at-time'.
25923
25924         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25925
25926 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25927
25928         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25929         mm-w3m-local-map-property.
25930
25931         * mm-view.el (mm-w3m-mode-map): Remove.
25932         (mm-w3m-local-map-property): Remove.
25933         (mm-inline-text-html-render-with-w3m): Don't use
25934         mm-w3m-local-map-property.
25935
25936 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25937
25938         * run-at-time.el: New file.
25939
25940         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25941         under Emacs.
25942
25943         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25944         of gnus-set-text-properties.
25945
25946         * gnus-uu.el (gnus-uu-save-article): Ditto.
25947
25948         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25949
25950         * gnus-cite.el (gnus-cite-parse): Ditto.
25951
25952         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25953         of gnus-.
25954
25955         * gnus-xmas.el (run-at-time): Require run-at-time.
25956
25957         * gnus.el: Change calls to nnheader-run-at-time and
25958         password-run-at-time throughout to use run-at-time directly.
25959
25960         * password.el: Remove definition of run-at-time.
25961
25962         * nnheaderxm.el: Remove definition of run-at-time.
25963
25964 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25965
25966         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25967         in prompt.
25968
25969 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25970
25971         * messagexmas.el (message-xmas-redefine): Alias
25972         `message-make-caesar-translation-table' to
25973         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25974         version.
25975
25976         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25977         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25978         `gnus-xmas-set-text-properties'.
25979         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25980         `gnus-xmas-completing-read'.
25981         (gnus-xmas-completing-read): Removed.
25982         (gnus-xmas-open-network-stream): Removed.
25983
25984         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25985         XEmacs version.
25986
25987         * dns.el (dns-make-network-process): Use `open-network-stream'
25988         instead of `gnus-xmas-open-network-stream'.
25989
25990         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25991
25992         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25993
25994 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25995
25996         * gnus-art.el (gnus-mime-display-alternative)
25997         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25998         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25999         Don't use gnus-local-map-property.
26000
26001         * gnus-util.el (gnus-local-map-property): Remove.
26002
26003         * mm-view.el (mm-view-pkcs7-decrypt):
26004         Replace gnus-completing-read-maybe-default with completing-read.
26005
26006         * gnus-util.el (gnus-completing-read): do.
26007         (gnus-completing-read-maybe-default): Remove.
26008
26009 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26010
26011         * password.el: Only autoload `run-at-time' if not XEmacs.
26012         Only autoload the itimer functions if XEmacs.
26013
26014 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26015
26016         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26017         XEmacsen.
26018
26019         * dgnushack.el: Autoload executable-find for XEmacs.
26020
26021 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26022
26023         * gnus-art.el (gnus-read-string): Remove.
26024         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26025         read-string.
26026
26027 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26028
26029         * netrc.el: Autoload password-read.
26030         (netrc): Add configuration group.
26031         (netrc-encoding-method, netrc-openssl-path):
26032         Add variables for encoding and decoding of files with symmetric
26033         ciphers.
26034         (netrc-encode): Add assistant function to encode a file with
26035         netrc-encoding-method.
26036         (netrc-parse): Add interactive parameter, added optional
26037         decoding if netrc-encoding-method is non-nil but otherwise
26038         behavior is standard.
26039         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26040         Do s/encode/encrypt/ everywhere.
26041
26042         * spam.el: Remove executable-find autoload.
26043
26044 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26045
26046         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26047
26048         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26049
26050 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26051
26052         * gnus-art.el (gnus-treat-ansi-sequences)
26053         (article-treat-ansi-sequences): New variable and function.
26054         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26055
26056         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26057         Use it.
26058
26059 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26060
26061         * mm-util.el (mm-quote-arg): Remove.
26062
26063         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26064         shell-quote-argument.
26065
26066         * gnus-uu.el (gnus-uu-command): do.
26067
26068         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26069
26070         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26071         with make-char.
26072
26073         * mm-util.el (mm-make-char): Remove.
26074
26075         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26076         add-minor-mode.
26077
26078         * gnus-undo.el (gnus-undo-mode): do.
26079
26080         * gnus-topic.el (gnus-topic-mode): do.
26081
26082         * gnus-sum.el (gnus-dead-summary-mode): do.
26083
26084         * gnus-start.el (gnus-slave-mode): do.
26085
26086         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26087
26088         * gnus-ml.el (gnus-mailing-list-mode): do.
26089
26090         * gnus-gl.el (gnus-grouplens-mode): do.
26091
26092         * gnus-draft.el (gnus-draft-mode): do.
26093
26094         * gnus-dired.el (gnus-dired-mode): do.
26095
26096         * gnus-ems.el (gnus-add-minor-mode): Remove.
26097
26098         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26099         Replace gnus-char-width with char-width.
26100
26101         * gnus-ems.el (gnus-char-width): Remove.
26102
26103         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26104         Replace gnus-char-width with char-width.
26105
26106         * gnus-ems.el (gnus-char-width): Remove.
26107
26108         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26109         definition.
26110         Remove Emacs 20 hash table compatibility code.
26111
26112         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26113         20 compatibility code.
26114
26115         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26116
26117         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26118
26119         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26120         Replace with point-at-{eol,bol}.
26121
26122         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26123
26124         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26125
26126         * flow-fill.el (fill-flowed-point-at-bol)
26127         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26128
26129         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26130         Replace with point-at-{eol,bol} throughout all files.
26131
26132 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26133
26134         * ntlm.el (ntlm-string-as-unibyte): New macro.
26135         (ntlm-build-auth-response): Use it.
26136
26137         Remove Emacs 20 stuff:
26138         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26139         (butlast, mapc, remove): Remove the compiler macros.
26140         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26141         of delq and copy-sequence.
26142         * gnus-art.el (popup-menu): Remove the compiler macro.
26143         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26144         Emacs 20.
26145
26146 2004-01-05  Simon Josefsson  <jas@extundo.com>
26147
26148         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26149         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26150         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26151         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26152         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26153         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26154         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26155         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26156         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26157         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26158         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26159         string-xor into ntlm-string-xor.
26160         Suggested by Jesper Harder <harder@myrealbox.com>.
26161
26162         * ntlm.el: Don't include poem.
26163
26164         * md4.el (print-int32, print-string-hexa): Remove.
26165         Suggested by Jesper Harder <harder@myrealbox.com>.
26166
26167         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26168
26169         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26170         probably breaks emacs with DL patch, but do we care? Is anyone
26171         still using the DL stuff?)
26172
26173         * sieve-manage.el: Use the password package.
26174         (sieve-manage-read-passwd): Remove.
26175         (sieve-manage-interactive-login): Use password.  Re-add
26176         condition-case around loop.
26177
26178         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26179         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26180         Use the password package.
26181
26182 2003-02-19  Simon Josefsson  <jas@extundo.com>
26183
26184         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26185         token.
26186
26187 2002-08-07  Simon Josefsson  <jas@extundo.com>
26188
26189         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26190         (sieve-manage-authenticators):
26191         (sieve-manage-authenticator-alist): Add some SASL mechs.
26192         (sieve-sasl-auth): New function.
26193         (sieve-manage-cram-md5-auth):
26194         (sieve-manage-plain-auth): Rewrite using SASL library.
26195         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26196         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26197         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26198         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26199
26200 2004-01-05  Simon Josefsson  <jas@extundo.com>
26201
26202         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26203         New files.
26204
26205 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26206
26207         * gnus-group.el (gnus-no-groups-message): Update.
26208
26209         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26210
26211 2003-11-09  Simon Josefsson  <jas@extundo.com>
26212
26213         * imap.el: Support for ID IMAP extension (RFC 2971).
26214         (imap-local-variables): Add imap-id.
26215         (imap-id): New variable.
26216         (imap-id): New function.
26217         (imap-parse-response): Parse untagged ID response.
26218         * nnimap.el (nnimap-id): New variable.
26219         (nnimap-open-connection): Use it.
26220
26221 2003-12-28  Simon Josefsson  <jas@extundo.com>
26222
26223         * gnus-score.el (gnus-score-edit-all-score): New.
26224         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26225
26226 2004-01-04  Simon Josefsson  <jas@extundo.com>
26227
26228         * password.el: Add.
26229
26230 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26231
26232         * dns.el (dns-query-types): Fix typo.
26233         (dns-query-types): New function.
26234         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26235         PTR and SOA replies, see RFC 1035.
26236
26237 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26238
26239         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26240
26241         * Move to Changelog.2.
26242
26243 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26244
26245         * gnus.el (gnus-version-number): Bump version.
26246
26247 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26248
26249         * gnus.el: No Gnus v0.1 is released.
26250
26251 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26252
26253         * gnus.el: No Gnus v0.0 is released.
26254
26255 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26256
26257         * gnus.el (gnus-version-number): Bump.
26258         (gnus-version): No.
26259
26260 See ChangeLog.2 for earlier changes.
26261
26262   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26263
26264   This file is part of GNU Emacs.
26265
26266   GNU Emacs is free software: you can redistribute it and/or modify
26267   it under the terms of the GNU General Public License as published by
26268   the Free Software Foundation, either version 3 of the License, or
26269   (at your option) any later version.
26270
26271   GNU Emacs is distributed in the hope that it will be useful,
26272   but WITHOUT ANY WARRANTY; without even the implied warranty of
26273   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26274   GNU General Public License for more details.
26275
26276   You should have received a copy of the GNU General Public License
26277   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26278
26279 ;; Local Variables:
26280 ;; coding: utf-8
26281 ;; fill-column: 79
26282 ;; add-log-time-zone-rule: t
26283 ;; End: