auth-source netrc backend: Support single-quoted strings, multiline entries.
[gnus] / lisp / ChangeLog
1 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-search-collection): Fix docstring.
4         (auth-source-netrc-parse): Refactor and improve netrc parser to support
5         single-quoted strings and multiline entries.
6         (auth-source-netrc-parse-next-interesting)
7         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
8         functions to support parser.
9
10 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * eww.el (eww-submit): Get submit button logic right when hitting RET
13         on non-submit buttons.
14
15         * shr.el: Remove shr-preliminary-table-render, since that can't really
16         be used for anything in practice.
17
18 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
19
20         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
21         (sieve-manage-quit).
22
23 2013-06-14  Glenn Morris  <rgm@gnu.org>
24
25         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
26
27 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
28
29         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
30         control the maximum size of photo ID image.
31         (mml2015-epg-key-image-to-string): Respect it.
32
33 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
36         instead of the final one so that we can more easily distinguish them.
37
38         * eww.el (eww-submit): Compute the submission URL correctly.
39
40 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
41
42         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
43         Use plist-get rather than CL's getf.
44         (sieve-manage-parse-capability): Avoid CL's remove-if.
45
46 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
47
48         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
49         (sieve-manage-quit).
50
51 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * shr.el (shr-expand-url): Expansion should chop off the bits after the
54         last slash.
55
56         * eww.el (eww-tag-select): Use the first value as the default value.
57
58 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
59
60         * eww.el (eww): Prepend urls with http:// if scheme is missing.
61         (eww-mode): Use `define-derived-mode'.
62         (eww-parse-headers): Parse headers from beginning of buffer so that
63         file:// links work.
64
65 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
68
69 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
72         to handle them at all.
73
74 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
77         work, too.
78         (eww-tag-select): Implement <select>.
79
80 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
81
82         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
83         stream managing functions by using open-protocol-stream to do most of
84         the work. Has the nice benefit of enabling STARTTLS.
85         Wait for capabilities after STARTTLS: following RFC5804, the server
86         sends new capabilities after successfully establishing a TLS connection
87         with the client. The client should update the cached list of
88         capabilities, but we just ignore the answer for now.
89         (sieve-manage-network-p, sieve-manage-network-open)
90         (sieve-manage-starttls-p, sieve-manage-starttls-open)
91         (sieve-manage-forward, sieve-manage-streams)
92         (sieve-manage-stream-alist): Remove unneeded functions neither in the
93         API, nor called by any other function.
94         Enable Multibyte for SieveManage buffers: The parser won't properly
95         handle umlauts and line endings unless multibyte is turned on in the
96         process buffer.
97
98 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * eww.el (eww-tag-input): Support password fields.
101         (eww-submit): Support POST.
102
103 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * eww.el (eww-tag-form): Protect against degenerate forms.
106
107         * shr.el (shr-expand-url): Expand URLs that start with a slash
108         correctly.
109
110         * eww.el (eww-submit): Get submit button logic right.
111
112         * shr.el (shr-final-table-render): New variable to signal when we're
113         doing the final table rendering so that we can collect more data at
114         that point.
115
116         * eww.el (eww-submit): Make form submission work.
117         (eww-tag-input): Implement submit buttons.
118         (eww-click-radio): Implement radio and checkboxes.
119         (eww-submit): Handle hidden elements.
120
121         * shr.el (shr-descend): Allow other packages to override (or provide)
122         rendering of elements.
123         (shr-expand-url): Strip query strings from URLs before expanding them.
124
125         * eww.el: Don't require cl-lib.
126         (eww-tag-form): Start form support.
127
128         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
129
130         * eww.el: Start writing a new, tiny web browser.
131         (eww-previous-url): New command.
132         (eww-quit): New command.
133
134 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
135
136         * sieve.el: Put point at beginning of buffer when viewing a script.
137         (sieve-open-server): respect the PORT parameter. Show the correct port
138         number in sieve-buffer's header. Fixed code to also work with a string
139         as port specifier. Properly close the connection on pressing 'q'. Make
140         sieve-manage-quit close the connection and process buffer. Also, remove
141         duplicate keybinding for 'q'.
142
143 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
144
145         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
146         make it easier to read.
147         (mm-pkcs7-enveloped-magic): Ditto.
148
149 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
150
151         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
152         before `image-type-available-p' to avoid loading the image libraries
153         needlessly.
154
155 2013-06-05  David Engster  <deng@randomsample.de>
156
157         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
158         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
159         to see whether the group was synced before.
160
161 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
164         when opening the connection.
165         Suggested by João Távora <joaotavora@gmail.com> in
166         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
167
168 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
171         assume Date header begins with "Date", that may be customized into
172         something like "X-Sent" using gnus-article-time-format.
173         (article-transform-date): Allow multi-line Date header.
174
175 2013-06-02  David Engster  <deng@randomsample.de>
176
177         * registry.el (initialize-instance, registry-lookup)
178         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
179         (registry-lookup-secondary-value, registry-search, registry-delete)
180         (registry-insert, registry-reindex, registry-size, registry-prune): Do
181         not wrap methods in `eval-and-compile'.  This breaks due to latest
182         changes in EIEIO (introduction of eieio-core.el).
183
184 2013-05-30  Glenn Morris  <rgm@gnu.org>
185
186         * nnmail.el (nnmail-fancy-expiry-target):
187         Also bind mail-dont-reply-to-names.
188
189         * spam-stat.el (spam-stat-save):
190         No need to tweak font-lock in temp buffers.
191
192         * shr.el (shr-put-image): Silence compiler.
193
194 2013-05-29  Glenn Morris  <rgm@gnu.org>
195
196         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
197
198         * gnus-group.el (gnus-sequence-of-unread-articles)
199         (gnus-summary-add-mark, gnus-mark-article-as-read)
200         (gnus-group-make-articles-read): Declare.
201
202         * gnus-sum.el (gnus-parameter-list-identifier)
203         (gnus-article-stop-animations, gnus-stop-downloads)
204         (gnus-article-only-boring-p, article-goto-body)
205         (gnus-flush-original-article-buffer, article-narrow-to-head)
206         (gnus-article-hidden-text-p, gnus-delete-wash-type)
207         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
208
209         * gnus.el: No need to eval-and-compile autoloads.
210
211         * gravatar.el (help-function-arglist): Autoload.
212
213         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
214
215         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
216
217         * spam.el: No need to load spam-report when compiling.
218         No need to eval-and-compile autoloads.
219         (spam-report-resend-to): Declare.
220         (spam-report-resend-register-routine): Require 'spam-report.
221
222 2013-05-24  Julien Danjou  <julien@danjou.info>
223
224         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
225         setup.
226
227 2013-05-23  Glenn Morris  <rgm@gnu.org>
228
229         * gnus-util.el (rmail-swap-buffers-maybe)
230         (rmail-maybe-set-message-counters, rmail-count-new-messages)
231         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
232         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
233
234         * mm-decode.el: No need to load term when compiling.
235         (term-mode, term-char-mode): Declare.
236
237         * mm-util.el: No need to load jka-compr when compiling.
238         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
239
240         * nnmaildir.el: Require is automatically eval-and-compile.
241         (nnmail): Require at run-time too.
242
243         * registry.el (registry-size): Move definition before use.
244
245 2013-05-22  Daiki Ueno  <ueno@gnu.org>
246
247         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
248         signed data to conform the standard.  (Bug#14232)
249
250 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
251
252         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
253         double angle quotation mark.
254
255 2013-05-20  Glenn Morris  <rgm@gnu.org>
256
257         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
258
259 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
260
261         * message.el (message-insert-formatted-citation-line): handle finding
262         first/lastname when more than 2 names appear.
263
264 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
265
266         * shr.el (shr-tag-span): New function.
267
268 2013-05-18  Glenn Morris  <rgm@gnu.org>
269
270         * message.el (message-mode): Use message-mode-abbrev-table,
271         with text-mode-abbrev-table as parent.  (Bug#14413)
272
273 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * message.el (message-expand-group): Decode group names.
276
277 2013-05-16  Julien Danjou  <julien@danjou.info>
278
279         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
280         app-icon.
281
282 2013-05-15  Glenn Morris  <rgm@gnu.org>
283
284         * shr-color.el (shr-color-visible-luminance-min)
285         (shr-color-visible-distance-min): Use shr-color group.
286
287 2013-05-11  Glenn Morris  <rgm@gnu.org>
288
289         * gnus-vm.el: Make it loadable without VM.
290         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
291         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
292
293 2013-05-09  Glenn Morris  <rgm@gnu.org>
294
295         * mml1991.el: Make it loadable.  (Bug#13456)
296
297         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
298         * gnus-async.el (gnus-async-post-fetch-function):
299         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
300         * gnus-html.el (gnus-html-image-cache-ttl):
301         * gnus-notifications.el (gnus-notifications-timeout):
302         * gnus-picon.el (gnus-picon-properties):
303         * gnus-util.el (gnus-completion-styles):
304         * gnus.el (gnus-other-frame-resume-function):
305         * message.el (message-user-organization-file)
306         (message-cite-reply-position):
307         * nnir.el (nnir-summary-line-format)
308         (nnir-retrieve-headers-override-function):
309         * shr-color.el (shr-color-visible-luminance-min):
310         * shr.el (shr-blocked-images):
311         * spam-report.el (spam-report-resend-to):
312         * spam.el (spam-summary-exit-behavior): Fix custom types.
313
314         * gnus-salt.el (gnus-selected-tree-face): Fix default.
315
316 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
319         because of let-binding help-xref-following.  (Bug#14356)
320
321 2013-05-06  Glenn Morris  <rgm@gnu.org>
322
323         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
324
325 2013-05-04  Andrew Cohen  <cohen@bu.edu>
326
327         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
328         entering into the registry.
329
330 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
331
332         * gnus.el: Ma Gnus v0.7 is released.
333
334 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
337         (Bug#14304)
338
339 2013-04-27  Glenn Morris  <rgm@gnu.org>
340
341         * gnus.el (gnus-list-debbugs):
342         Use require rather than autoload.  (Bug#14262)
343
344 2013-04-27  Julien Danjou  <julien@danjou.info>
345
346         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
347         port to "sieve" now that it has an official IANA port assigned.
348
349 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
352         Don't set the MAILHOST environment variable permanently (Bug#14271).
353
354 2013-04-26  Glenn Morris  <rgm@gnu.org>
355
356         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
357
358 2013-04-25  Andrew Cohen  <cohen@bu.edu>
359
360         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
361         string values of 'gcc-self. Thanks to Saroj Thirumalai.
362
363 2013-04-24  Andrew Cohen  <cohen@bu.edu>
364
365         * nnir.el (nnir-close-group): Make sure we are in the right group.
366
367         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
368         dependency table from all newly retrieved headers.
369
370 2013-04-16  David Edmondson  <dme@dme.org>
371
372         Support <img src="data:...">.
373
374         * shr.el (shr-image-from-data): New function.
375         (shr-tag-img): Use it.
376
377 2013-04-14  Andrew Cohen  <cohen@bu.edu>
378
379         * nnir.el (nnir-request-set-mark): Make sure we are in the right
380         group.
381
382 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
385         corresponding to any existing group (Bug#14166).
386
387 2013-04-10  Andrew Cohen  <cohen@bu.edu>
388
389         * nnir.el (number-sequence): No longer used.
390         (nnir-request-set-mark): New function.
391         (nnir-request-update-info): Improve marks updating.
392         (nnir-request-scan): Don't duplicate marks updating.
393         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
394         Use 'assq rather than 'assoc. Quote anonymous function.
395         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
396         Use 'gnus-group-prefixed-p.
397         (gnus-summary-create-nnir-group): Make sure server for method is open.
398
399 2013-04-04  Andrew Cohen  <cohen@bu.edu>
400
401         * nnir.el (gnus-nnir-group-p): New function.
402         (nnir-possibly-change-group): Use it.
403
404         * gnus-msg.el (gnus-setup-message): Use it.
405
406 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * mml.el (mml-minibuffer-read-description): Use `default' insted of
409         `initial-input' for the argument name.
410         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
411
412 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
413
414         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
415         (used by MH-E).
416
417 2013-04-01  Andrew Cohen  <cohen@bu.edu>
418
419         * nnir.el (nnir-request-update-mark): Improve mark updating in original
420         group.
421
422         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
423         fix compilation.
424
425 2013-03-31  Andrew Cohen  <cohen@bu.edu>
426
427         * nnir.el (nnir-method-default-engines): And another typo.
428
429 2013-03-30  Andrew Cohen  <cohen@bu.edu>
430
431         * nnir.el (nnir-method-default-engines): Fix typo.
432
433 2013-03-29  Andrew Cohen  <cohen@bu.edu>
434
435         * nnir.el: Define 'number-sequence for xemacs.
436         (gnus-summary-create-nnir-group): New function to create an nnir group
437         from an nnir summary buffer based on the current query.
438         (nnir-request-create-group): Update to allow nnir group creation based
439         on the current query.
440
441 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * nndraft.el (nndraft-request-expire-articles):
444         Make expiry target always `delete'.
445
446 2013-03-27  Andrew Cohen  <cohen@bu.edu>
447
448         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
449         buffer use the posting-style and gcc of the original article group.
450         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
451
452         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
453         after other deffoos.
454
455 2013-03-25  Andrew Cohen  <cohen@bu.edu>
456
457         * nnir.el: Major rewrite. Cleaner separation between searches and group
458         management. Marks are now shown in nnir summary buffers. Rudimentary
459         support for real (i.e. not ephemeral) nnir groups.
460         (gnus-summary-make-nnir-group): New function for initiating searches
461         from a summary buffer.
462
463 2013-03-18  Sam Steingold  <sds@gnu.org>
464
465         * message.el (message-bury): Minor cleanup.
466
467 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
468
469         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
470
471 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * nndir.el (nndir-request-list): Remove 2nd argument passed to
474         nnml-request-list.  (Bug#13873)
475         (nndir-request-newsgroups): Remove, unused.
476
477         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
478
479 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
480
481         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
482         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
483         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
484
485 2013-03-03  Ted Phelps  <phelps@gnusto.com>
486
487         * shr.el: Make all the overlays set the `evaporate' property so that
488         they're removed properly.
489
490 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
491
492         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
493         shell-quote-argument.
494
495 2013-02-22  David Engster  <deng@randomsample.de>
496
497         * gnus-registry.el (gnus-registry-save): Provide class name when
498         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
499         `condition-case' to stay compatible with older EIEIO versions which
500         only accept one argument.
501
502 2013-02-17  Daiki Ueno  <ueno@gnu.org>
503
504         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
505         (epg-user-id-validity): Autoload.
506         (mml2015-epg-check-user-id): New function.
507         (mml2015-epg-check-sub-key): New function split from
508         mml2015-epg-find-usable-key.
509         (mml2015-epg-find-usable-key): Accept context, name, usage, and
510         optional name-is-key-id, to handle the case when user-id is unusable.
511         Reported by Łukasz Stelmach <stlman@poczta.fm>.
512
513 2013-02-17  Glenn Morris  <rgm@gnu.org>
514
515         * shr.el (shr-put-image): Use image-multi-frame-p if available.
516
517 2013-02-16  Glenn Morris  <rgm@gnu.org>
518
519         * shr.el (shr-put-image): Only animate images that specify a delay.
520         This is consistent with the old image-animated-p behavior.
521
522 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
525         for XEmacs.
526
527 2013-02-13  Juri Linkov  <juri@jurta.org>
528
529         * gnus-art.el (gnus-article-mode-map):
530         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
531         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
532
533 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
534
535         * auth-source.el (auth-source-format-prompt): Don't get confused by
536         any "\" in replacement text.  (Bug#13637)
537
538 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
539
540         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
541         (gnus-backend-trace): Honour gnus-backend-trace.
542
543         * mml.el (mml-insert-part): Insert closing tag.
544
545         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
546
547 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
550         able to find the article, which can happen in debbugs groups,
551         apparently.
552
553 2013-01-16  Glenn Morris  <rgm@gnu.org>
554
555         * smiley.el (smiley-style): Make the file loadable in batch mode.
556
557 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
558
559         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
560         imap process running.
561
562 2013-01-14  Julien Danjou  <julien@danjou.info>
563
564         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
565         Compare addresses against addresses, not against the full From field.
566
567 2013-01-13  Richard Stallman  <rms@gnu.org>
568
569         * message.el (message-forward-make-body-mime): New args BEG, END
570         specify what part of FORWARD-BUFFER to use.  Do the work directly
571         instead of calling `mml-insert-buffer'.
572
573 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
574
575         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
576         cross-reference(s).
577
578         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
579         cross-reference(s).
580
581 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
582
583         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
584         and point-max-marker.
585         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
586
587 2013-01-11  Julien Danjou  <julien@danjou.info>
588
589         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
590         max are almost equal. Also return the correct value for V which is
591         already between 0 and 1.
592
593 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
594
595         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
596         to mml2015-encrypt-to-self.
597         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
598
599 2013-01-09  Daiki Ueno  <ueno@gnu.org>
600
601         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
602         mml-smime-epg-find-usable-secret-key.
603
604 2013-01-08  Glenn Morris  <rgm@gnu.org>
605
606         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
607
608 2013-01-07  Daiki Ueno  <ueno@gnu.org>
609
610         * mml-smime.el: Support signing by sender.
611         Requested by Uwe Brauer.
612         (mml-smime-sign-with-sender): New user option analogous
613         to mml2015-sign-with-sender.
614         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
615         (mml-smime-epg-find-usable-secret-key): New helper function copied from
616         mml2015.el.
617
618 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
621         isn't running, because Gnus will probably not know how to handle the
622         Gcc header (bug#11941).
623
624         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
625         articles.
626
627 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * nnfolder.el (nnfolder-recursive-directory-files): New function.
630         (nnfolder-generate-active-file): Make this function work with recursive
631         folder names.
632
633 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
634
635         * nntp.el (nntp-open-connection): Use HELP as the capability command
636         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
637         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
638
639 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
640
641         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
642         place holder since this gives `Invalid face reference: nil' messages.
643         Use the `default' face instead.  It has the same effect here, even
644         though it is not no-op.
645
646         * gnus-util.el
647         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
648
649 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
650
651         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
652         non-string posting styles (bug#13285).
653
654 2012-12-27  Glenn Morris  <rgm@gnu.org>
655
656         * plstore.el (plstore-passphrase-callback-function):
657         Use plstore-get-file.
658
659 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
660
661         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
662         stderr.
663
664 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
667
668         * gnus-compat.el (set-buffer-multibyte): Remove.
669
670 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
671
672         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
673         temporary file to get PGP key image. Pass no-show-photos when extracting
674         image to avoid having it pop up twice.
675
676 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
679         eligible for treatment.
680
681         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
682         lines.  This makes summary commands with hidden threads work more
683         reliably.
684
685         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
686         button to mark the hidden citations (bug#9395).
687
688 2012-12-26  Daiki Ueno  <ueno@gnu.org>
689
690         * mml2015.el (mml2015-epg-signature-to-string): New function.
691         (mml2015-epg-verify-result-to-string): New function.
692         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
693         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
694         instead of epg-verify-result-to-string.
695         (epg-signature-key-id, epg-signature-to-string): Autoload.
696         (epg-verify-result-to-string): Remove autoload.
697
698 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
699
700         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
701         ID image from GPG public key.
702         (mml2015-epg-key-image-to-string): New function.
703
704 2012-12-25  Leo Liu  <sdl.web@gmail.com>
705
706         * plstore.el (plstore-passphrase-callback-function): Fix error when
707         error when plstore-cache-passphrase-for-symmetric-encryption is set
708         (bug#13264).
709
710 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
711
712         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
713         buffer to the article buffer here, because that clobbers multiple
714         article buffers.
715
716         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
717         buffer always points to the right summary buffer.
718
719 2012-12-25  John Wiegley  <jwiegley@gmail.com>
720
721         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
722         the password (bug#12097).
723
724 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
725
726         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
727         (bug#13263).
728
729         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
730         buffer exists before using it (bug#12475).
731
732         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
733         offline groups (bug#11937).
734
735         * message.el (message-yank-original): When using customize to set the
736         value of `message-cite-style', the variable it set to a symbol that's
737         the name of the variable, which must then be dereferenced (bug#12616).
738
739 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
740
741         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
742         the `face' property with a list whose car is the face specified in the
743         format string and whose cdr is (nil).
744         * lisp/gnus-util.el
745         (gnus-put-text-property-excluding-characters-with-faces):
746         Change accordingly.
747         (gnus-get-text-property-excluding-characters-with-faces): New function.
748         * lisp/gnus-sum.el (gnus-summary-highlight-line):
749         * lisp/gnus-salt.el (gnus-tree-highlight-node):
750         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
751
752 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
753
754         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
755         login methods.
756         (nnimap-login): Respect the `nnimap-authenticator' variable.
757
758         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
759         mark state when moving articles.  Otherwise unticked articles will get
760         their ticks back after moving.
761
762 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
763
764         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
765
766         * message.el (message-ignored-news-headers): Always remove
767         X-Message-SMTP-Method to avoid information leakage if the user
768         mistakenly inserts the header into news messages.
769
770         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
771
772         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
773         right than four characters, this command would move point to
774         `point-max'.  Don't do that.
775
776         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
777         to nil to allow re-selecting groups that gain articles.
778         (gnus-bug-group-download-format-alist): Update the URL.
779
780 2012-12-23  Andreas Schwab  <schwab@suse.de>
781
782         * shr.el (shr-tag-em): Render em as italic, not bold.
783
784 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-int.el (gnus-backend-trace): Factor out into its own function
787         for reuse.
788         (gnus-open-server): Use it to add more tracing.
789         (gnus-finish-retrieve-group-infos): Add backend tracing.
790         (gnus-backend-trace): Also note the elapsed seconds.
791
792 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
793
794         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
795         Set epa-file-encrypt-to from variable to avoid querying.
796
797 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
798
799         * sieve-mode.el (sieve-font-lock-keywords):
800         Keywords should be word delimited.  (Bug#13173)
801
802 2012-12-13  Andreas Schwab  <schwab@suse.de>
803
804         * tls.el (tls-program): Update customize type.
805
806 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
809         instead of <pre> to align message header.
810
811 2012-12-12  Sam Steingold  <sds@gnu.org>
812
813         * gnus.el (gnus-other-frame-resume-function): Add user option.
814         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
815
816 2012-12-06  Sam Steingold  <sds@gnu.org>
817
818         * gnus-start.el (gnus-before-resume-hook): Add.
819         (gnus-1): Run it when Gnus is alive.
820
821 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
824         * gnus-art.el (article-unsplit-urls)
825         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
826         * gnus-registry.el (gnus-registry-get-article-marks)
827         * message.el (message-goto-body): Use it.
828         (message-called-interactively-p): Remove.
829
830         * spam-stat.el (spam-stat-called-interactively-p): New macro.
831         (spam-stat-score-buffer): Use it.
832
833         * spam.el: Silence the warnings against BBDB functions when compiling.
834
835         * gnus-score.el (gnus-score-decode-text-parts):
836         Use append+mapcar instead of the cl function mapcan.
837
838 2012-12-05  Sam Steingold  <sds@gnu.org>
839
840         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
841         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
842         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
843
844 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * gmm-utils.el (gmm-called-interactively-p): Revert.
847         This seems to cause Emacs to get stuck!
848         * gnus-art.el (article-unsplit-urls)
849         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
850         * gnus-registry.el (gnus-registry-get-article-marks)
851         * message.el (message-goto-body)
852         (message-called-interactively-p): Revert.
853
854         * gmm-utils.el (gmm-called-interactively-p): New function.
855         * gnus-art.el (article-unsplit-urls)
856         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
857         * gnus-registry.el (gnus-registry-get-article-marks)
858         * message.el (message-goto-body): Use it.
859         (message-called-interactively-p): Remove.
860
861         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
862         * gnus-sync.el (gnus-sync-lesync-call)
863         * message.el (message-read-from-minibuffer): Use it.
864
865 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
866
867         * gmm-utils.el (gmm-flet): Remove.
868         * gnus-sync.el (gnus-sync-lesync-call)
869         * message.el (message-read-from-minibuffer): Don't use it.
870
871 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * gmm-utils.el (gmm-labels): Use cl-labels if available.
874
875 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
878
879         * gnus-sync.el (gnus-sync-lesync-call)
880         * message.el (message-read-from-minibuffer): Use gmm-flet.
881
882         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
883
884         * gnus-util.el (gnus-macroexpand-all): Remove.
885
886 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
887
888         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
889         to TAB, not [tab].
890         (gnus-summary-article-map): Likewise.
891
892         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
893         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
894
895 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
896
897         * time-date.el: Commentary fix.
898
899 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
900
901         * color.el: Don't require cl.
902         (color-complement): `caddr' -> `nth 2'.
903
904         * time-date.el (time-to-seconds): De-obsolete.
905
906 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * message.el (message-get-reply-headers):
909         Make sure the reply goes to the author if it is a wide reply.
910
911 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
912
913         * gnus-score.el (gnus-score-body):
914         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
915         scoring by body.
916
917 2012-11-16  Glenn Morris  <rgm@gnu.org>
918
919         * gnus-diary.el (nndiary-request-create-group-functions)
920         (nndiary-request-update-info-functions)
921         (gnus-subscribe-newsgroup-functions)
922         (nndiary-request-accept-article-functions):
923         Use new names for hooks rather than obsolete aliases.
924
925 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * dgnushack.el (define-obsolete-variable-alias): Simplify.
928
929 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
932         in meta tag with the one the part specifies in its header.
933
934 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
935
936         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
937         by default.
938
939 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
942         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
943
944 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
947         and a runtime function for it, of which the XEmacs version takes only
948         two arguments.
949
950 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
951
952         * nndiary.el (nndiary-request-create-group-functions)
953         (nndiary-request-update-info-functions)
954         (nndiary-request-accept-article-functions):
955         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
956         "-hooks" suffix.
957
958 2012-10-19  Julien Danjou  <julien@danjou.info>
959
960         * gnus-art.el: Require gnus-util because it uses
961         `gnus-timer--function'.
962
963 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
964
965         * starttls.el (starttls-extra-arguments): Doc fix.
966
967 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
970         it.
971
972 2012-10-06  Glenn Morris  <rgm@gnu.org>
973
974         * gnus-notifications.el (gnus-notifications):
975         Add missing group :version tag.
976         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
977         (gnus-gcc-post-body-encode-hook):
978         * gnus-sync.el (gnus-sync-lesync-name)
979         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
980
981 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
982
983         * color.el (color-hsl-to-rgb): Fix incorrect results for
984         small and large hue values.  (Bug#12559)
985
986 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         New UIDL implementation.
989
990         * mail-source.el (mail-sources, mail-source-keyword-map):
991         Add :leave as a pop3 keyword.
992         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
993
994         * pop3.el (pop3-leave-mail-on-server): Allow number.
995         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
996         (pop3-movemail): Add UIDL support.
997         (pop3-send-streaming-command): Take a list of mail numbers instead of
998         the number of mails.
999         (pop3-write-to-file): Add X-UIDL header.
1000         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1001         (pop3-uidl-add-xheader): New functions.
1002
1003         * message.el (message-ignored-resent-headers):
1004         Add X-Content-Length and X-UIDL headers.
1005
1006 2012-10-05  Glenn Morris  <rgm@gnu.org>
1007
1008         * color.el (color-name-to-rgb, color-rgb-to-hex)
1009         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1010         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1011         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1012         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1013
1014 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1017         a user about whether to delete temp files if once a user answered as n.
1018
1019 2012-09-25  Chong Yidong  <cyd@gnu.org>
1020
1021         * password-cache.el (password-read-and-add): Use a declare form to mark
1022         this function obsolete.
1023
1024 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * lpath.el: Bind mail-encode-mml for old Emacsen.
1027
1028 2012-09-17  Richard Stallman  <rms@gnu.org>
1029
1030         * message.el (message-in-body-p): Don't set mark or modify buffer.
1031
1032         * mml.el (mml-attach-file): Doc fix.
1033         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1034         Set mail-encode-mml when in Mail mode.
1035         Simplify code to set HEAD and move back to HEAD.
1036         (mml-insert-multipart, mml-insert-part):
1037         Set mail-encode-mml when in Mail mode.
1038
1039 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-util.el (gnus-timer--function): New function.
1042
1043         * gnus-art.el (gnus-article-stop-animations): Use it.
1044
1045 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1046
1047         Fix glitches caused by addition of psec to timers.
1048         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1049         rather than raw access to timer vector.
1050
1051 2012-09-11  Julien Danjou  <julien@danjou.info>
1052
1053         * gnus-notifications.el (gnus-notifications): Check for nil values in
1054         ignored addresses check.
1055
1056 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1057
1058         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1059
1060 2012-09-07  Chong Yidong  <cyd@gnu.org>
1061
1062         * gnus-util.el
1063         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1064
1065         * gnus-salt.el (gnus-tree-highlight-node):
1066         * gnus-sum.el (gnus-summary-highlight-line):
1067         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1068
1069 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1070
1071         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1072
1073 2012-09-06  Juri Linkov  <juri@jurta.org>
1074
1075         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1076         scheme for buffer names to be more consistent with other group and
1077         article buffer names in Gnus.
1078
1079 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1080
1081         * gnus-util.el
1082         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1083
1084         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1085         Jenkner.
1086
1087         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1088
1089         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1090
1091         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1092
1093 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1094
1095         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1096         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1097
1098         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1099         string-prefix-p in Emacs >=23.2.
1100
1101         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1102         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1103         instead of string-match-p.
1104         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1105
1106 2012-09-06  Kenichi Handa  <handa@gnu.org>
1107
1108         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1109         lowercase a..f.
1110
1111 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1112
1113         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1114
1115 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1116
1117         * nnimap.el (nnimap-request-move-article): Decode the group name when
1118         doing internal moves to avoid charset issues.
1119
1120         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1121         TIME is set.
1122
1123 2012-09-05  Juri Linkov  <juri@jurta.org>
1124
1125         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1126         than one group at a time (bug#11961).
1127
1128 2012-09-05  Julien Danjou  <julien@danjou.info>
1129
1130         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1131         this hide the real reason with a message giving absolutely no hint.
1132
1133 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1134
1135         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1136         to the backend (bug#11804).
1137
1138         * message.el (message-insert-newsgroups): Don't insert newsgroup
1139         duplicates (bug#12275).
1140
1141 2012-09-05  John Wiegley  <johnw@newartisans.com>
1142
1143         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1144         sieve rules.
1145
1146 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1147
1148         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1149         function.
1150
1151         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1152
1153         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1154
1155 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1156
1157         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1158         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1159         This should make nnmaildir more usable with offlineimap.
1160
1161 2012-09-05  Julien Danjou  <julien@danjou.info>
1162
1163         * nnimap.el (nnimap-request-list): Revert change that made listing
1164         synchronous.
1165         (nnimap-get-responses): Restore.
1166
1167 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1168
1169         * dgnushack.el: XEmacs 21.5 compilation fix.
1170
1171         * gnus-notifications.el (gnus-notifications-notify): Use it.
1172
1173         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1174         warnings on XEmacs.
1175
1176 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1177
1178         Better seeds for (random).
1179         * gnus-sync.el (gnus-sync-lesync-setup):
1180         * message.el (message-canlock-generate, message-unique-id):
1181         Change (random t) to (random), now that the latter is more random.
1182
1183 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1184
1185         * nnimap.el (nnimap-change-group): Document result value
1186
1187         * auth-source.el (auth-sources): Fix macos keychain access.
1188
1189         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1190         allow the backend `request-head' function to determine the group
1191         name on its own.
1192         (gnus-request-expire-articles): Filter out negative article numbers
1193         during expiry (Bug#11980).
1194
1195         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1196         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1197
1198         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1199         you've found the article when you haven't.
1200
1201         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1202         that nnimap-change-group can return t.
1203
1204 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1205
1206         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1207
1208 2012-08-30  Julien Danjou  <julien@danjou.info>
1209
1210         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1211         `gnus-notifications-timeout'.
1212         (gnus-notifications-timeout): Add.
1213         (gnus-notifications-action): New function.
1214         (gnus-notifications-notify): Add :action using
1215         `gnus-notifications-action'.
1216         (gnus-notifications-id-to-msg): New variable.
1217         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1218         notifications id to messages.
1219
1220 2012-08-30  Kenichi Handa  <handa@gnu.org>
1221
1222         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1223         once.
1224
1225 2012-08-29  Julien Danjou  <julien@danjou.info>
1226
1227         * gnus-notifications.el: New file.
1228         (gnus-notifications-notify): New function.
1229         (gnus-notifications): Use `gnus-notifications-notify'.
1230
1231 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1234         transfer encoding first; bind gnus-newsgroup-charset to the charset
1235         that the article specifies (Bug#12209).
1236
1237 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1240         (gnus-group-customize-done): Encode values posting-style holds.
1241
1242         * gnus-msg.el (gnus-summary-resend-message)
1243         (gnus-configure-posting-styles): Decode values posting-style group
1244         parameter holds.
1245
1246 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1249         `name' and `address' in Resent-From header.
1250
1251 2012-08-14  Chong Yidong  <cyd@gnu.org>
1252
1253         * gnus-art.el (article-display-face): Handle failure in
1254         gnus-create-image (Bug#11802).
1255
1256 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1257
1258         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1259         Use defsetf.
1260
1261 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1262
1263         * auth-source.el: (auth-source-plstore-search)
1264         (auth-source-secrets-search): Ignore :require and :type in search spec.
1265
1266 2012-08-06  Julien Danjou  <julien@danjou.info>
1267
1268         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1269         `nnimap-request-move-article'.
1270
1271         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1272         Remove autoload, already handled by gnus.el.
1273
1274         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1275
1276         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1277         supported by nnimap actually. Reverts previous change.
1278
1279         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1280         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1281         to-buffer argument that is already supported.
1282
1283 2012-08-05  Julien Danjou  <julien@danjou.info>
1284
1285         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1286         Add autoload.
1287
1288 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus.el (gnus-valid-select-methods): Fix custom type.
1291
1292 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1293
1294         * auth-source.el (auth-sources, auth-source-backend-parse)
1295         (auth-source-macos-keychain-search)
1296         (auth-source-macos-keychain-search-items)
1297         (auth-source-macos-keychain-result-append)
1298         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1299         auth-source.el through the /usr/bin/security utility.
1300         (auth-sources): Fix syntax error.
1301         (auth-source-macos-keychain-result-append): Fix variable name.
1302         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1303
1304 2012-07-27  Julien Danjou  <julien@danjou.info>
1305
1306         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1307         Emacs < 24.1
1308
1309 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * message.el (message-kill-address): Don't kill last newline.
1312         (message-skip-to-next-address): Don't move to the next header.
1313         (message-fill-field-address): Work properly.
1314
1315 2012-07-25  Julien Danjou  <julien@danjou.info>
1316
1317         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1318
1319 2012-07-24  Julien Danjou  <julien@danjou.info>
1320
1321         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1322
1323         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1324         (nntp-async-timer-handler): Remove, unused.
1325
1326         * nnimap.el (nnimap-get-responses): Remove, unused.
1327
1328         * nnheader.el (mail-header-set-extra): Remove, unused.
1329
1330         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1331         unused.
1332
1333         * mm-view.el (mm-view-sound-file): Remove, unused.
1334
1335         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1336         (mm-url-encode-multipart-form-data): Remove, unused.
1337
1338         * message.el (message-remove-signature, message-make-host-name)
1339         (message-fill-address): Remove, unused.
1340
1341         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1342         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1343         unused.
1344
1345         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1346         (gnus-xmas-call-region): Remove, unused.
1347
1348         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1349
1350         * gnus-util.el (gnus-extract-address-component-name)
1351         (gnus-extract-address-component-email, gnus-sortable-date)
1352         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1353         (gnus-process-live-p): Remove, unused.
1354
1355         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1356
1357         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1358         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1359         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1360         function.
1361
1362         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1363
1364         * gnus-score.el (gnus-summary-score-crossposting)
1365         (gnus-score-regexp-bad-p): Remove, unused.
1366
1367         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1368
1369         * gnus-range.el (gnus-sublist-p): Remove, unused.
1370
1371         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1372         unused.
1373
1374         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1375
1376         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1377         (gnus-request-associate-buffer): Remove, unused.
1378
1379         * gnus-group.el (gnus-group-set-method-info)
1380         (gnus-group-set-params-info): Remove, unused.
1381
1382         * gnus-fun.el (gnus-shell-command-to-string)
1383         (gnus-shell-command-on-region): Remove, unused.
1384
1385         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1386
1387         * gnus-art.el (gnus-article-text-type-exists-p)
1388         (article-translate-characters, gnus-article-hide-text-of-type)
1389         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1390         Remove, unused.
1391
1392 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1393
1394         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1395
1396 2012-07-21  Julien Danjou  <julien@danjou.info>
1397
1398         * message.el (message-dont-reply-to-names): Replace deprecated
1399         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1400         (message-get-reply-headers): Ditto.
1401
1402 2012-07-18  Julien Danjou  <julien@danjou.info>
1403
1404         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1405         `sieve-upload-and-kill'.
1406
1407         * sieve.el (sieve-bury-buffer): Remove function.
1408         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1409         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1410
1411 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1412
1413         * shr.el (shr-expand-url): Handle URL starting with `//'.
1414
1415 2012-07-13  Chong Yidong  <cyd@gnu.org>
1416
1417         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1418         instead of calling toggle-read-only with a (bogus) argument.
1419
1420 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1421
1422         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1423         of initial input when reading the author to restrict the summary to.
1424
1425 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * mm-decode.el (mm-shr):
1428         Allow overriding charset by mm-charset-override-alist.
1429
1430 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-art.el (gnus-article-view-part):
1433         Toggle subparts of multipart/alternative part.
1434
1435 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1436
1437         * shr.el (shr-render-buffer): New command.
1438         (shr-visit-file): Use it.
1439
1440 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1443         Set no-byte-compile and no-update-autoloads.
1444
1445 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1448
1449 2012-06-25  Julien Danjou  <julien@danjou.info>
1450
1451         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1452         `nnimap-request-move-articles-find-limit' since we do not use it only
1453         for move operations.
1454         (nnimap-request-accept-article): Use
1455         `nnimap-request-articles-find-limit' to limit search by message-id.
1456
1457 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1458
1459         Support higher-resolution time stamps (Bug#9000).
1460
1461         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1462         VARLIST.  It's optional, for backward compatibility.
1463         (encode-time-value): New optional arg PICO.  New type 3.
1464         (time-to-seconds) [!float-time]: Support the new picoseconds
1465         component if it's used.
1466         (seconds-to-time, time-subtract, time-add):
1467         Support ps-resolution time stamps as well.
1468
1469 2012-06-19  Julien Danjou  <julien@danjou.info>
1470
1471         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1472
1473         * nnimap.el (nnimap-log-buffer): Check that
1474         `window-point-insertion-type' is boundp, since it's not available in
1475         XEmacs.
1476
1477 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1478
1479         * nnimap.el (nnimap-log-buffer): Add this, setting
1480         `window-point-insertion-type' in the buffer to t.
1481         (nnimap-log-command): Use nnimap-log-buffer.
1482
1483 2012-06-19  Julien Danjou  <julien@danjou.info>
1484
1485         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1486         argument to be able to limit the search.
1487         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1488         (nnimap-request-move-articles-find-limit): Add this to limit the search
1489         by Message-Id after a message move.
1490         (nnimap): Add defgroup.
1491
1492 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1493
1494         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1495
1496 2012-06-15  Julien Danjou  <julien@danjou.info>
1497
1498         * nnimap.el (nnimap-find-article-by-message-id): Use
1499         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1500         (nnimap-possibly-change-group): Add read-only argument.
1501         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1502         issuing EXAMINE manually.
1503         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1504         with read-only argument.
1505         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1506         cannot possibly change because we need to be sure that it's either
1507         read-write or read-only.
1508
1509 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1512         being bound to a lambda form.
1513
1514 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1515
1516         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1517         articles when fetch-old is non-nil (bug#11370).
1518
1519 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1520
1521         * gnus-picon.el (gnus-picon-properties): New defcustom.
1522         (gnus-picon-create-glyph): Use it.
1523
1524 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * gnus-group.el (gnus-group-get-new-news): Respect
1527         `gnus-group-use-permanent-levels', as documented (bug#11638).
1528
1529 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1530
1531         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1532         groups (bug#11641).
1533
1534 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1535
1536         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1537         is an integer to avoid later problems.
1538
1539 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1542         locales.
1543
1544         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1545         on a handle.
1546
1547         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1548         address as the default.
1549         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1550
1551         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1552         makes no sense to query the user about internal files.
1553
1554         * gnus-spec.el: Remove all the byte-compilation stuff, since
1555         benchmarking shows that it doesn't help when entering large summary
1556         buffers.
1557
1558         * gnus-xmas.el (gnus-xmas-define): Remove.
1559
1560         * gnus-util.el (gnus-byte-code): Remove.
1561
1562         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1563         grouplens stuff.
1564
1565 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1568         (bug#11514).
1569
1570 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1571
1572         * message.el (message-buffers): Return all buffers derived from Message
1573         to make `gnus-dired-attach' work with mu4e.
1574
1575 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1576
1577         * nntp.el: Stop the `letf' madness.
1578         (nntp--report-1): New var.
1579         (nntp-report): Merge nntp-report-1 into it.
1580         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1581         the nntp-report function.
1582
1583         * auth-source.el: Fix comment-style to follow the convention.
1584
1585 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1586
1587         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1588         (mm-dissect-singlepart): Don't guess the MIME type of
1589         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1590         set.
1591         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1592         toplevel MIME type is multipart/encrypted.
1593
1594 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1597         a string so that Gcc works (bug#11514).
1598
1599 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1600
1601         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1602         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1603
1604 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1605
1606         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1607         jumping to *Server* from a dedicated *Group* window.
1608         (gnus-configure-frame): CSE.
1609
1610         * gnus-registry.el: Minor style cleanup.
1611         (gnus-registry--set/remove-mark): New function, extracted from
1612         gnus-registry-install-shortcuts.
1613         (gnus-registry-install-shortcuts): Use it.
1614
1615 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * nnspool.el (news-path): Use eval-and-compile.
1618
1619 2012-05-24  Glenn Morris  <rgm@gnu.org>
1620
1621         * nnspool.el (news-directory, news-path, news-inews-program):
1622         Move here from paths.el.  Don't see a need for these to be autoloaded.
1623
1624         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1625         Merge in doc from paths.el version.  Don't see any need for this to be
1626         autoloaded, or for the warning about users not setting it.
1627
1628 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1629
1630         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1631         format.  In particular, add an optional argument and a docstring.
1632
1633         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1634
1635         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1636         current before calling `gnus-groups-to-gnus-format'.
1637         Note that this was already the case for `gnus-active-to-gnus-format'.
1638
1639 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1640
1641         Fix minor Y10k bug.
1642         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1643
1644 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1645
1646         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1647         message once it's actually open.
1648
1649 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1650
1651         * gnus.el: Ma Gnus v0.5 is released.
1652
1653 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1654
1655         * auth-source.el (auth-source--aput-1, auth-source--aput)
1656         (auth-source--aget): New functions and macros.
1657         Use them instead of aput/aget.
1658
1659 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1660
1661         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1662
1663 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1664
1665         * plstore.el (plstore-called-interactively-p): New compat macro copied
1666         from message.el.
1667         (plstore-mode): Use it.
1668
1669 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1670
1671         * plstore.el: Revive the editing feature.
1672         (plstore-mode): New mode to edit plstore file.
1673         (plstore-mode-toggle-display, plstore-mode-original)
1674         (plstore-mode-decoded): New command.
1675         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1676         (plstore--insert-buffer, plstore--make): New function.
1677         (plstore-open, plstore-save): Simplify by using them.
1678
1679 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1682
1683 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1684
1685         * tls.el (open-tls-stream): Remove unused binding.
1686
1687 2012-04-16  Glenn Morris  <rgm@gnu.org>
1688
1689         * nndraft.el (nndraft-request-list): Fix declaration.
1690
1691 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * mm-decode.el (mm-dissect-buffer): Doc fix.
1694
1695         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1696         don't have a current group.
1697
1698         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1699         buffer if it doesn't exist.
1700
1701         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1702         given, mark the group as ephemeral with the current window conf.
1703
1704         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1705         buffer exists, which it doesn't if we haven't started Gnus.
1706         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1707
1708 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1711         type is.
1712
1713         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1714         `unexists' entries.
1715         (gnus-clean-old-newsrc): Fix last checkin.
1716
1717         * nnimap.el (nnimap-update-info): None of the articles below the active
1718         low-water mark exist.
1719
1720         * dgnushack.el: Get rid of XEmacs compilation warning.
1721
1722         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1723         would have gotten if we posted to the group, and use that to compare
1724         against the message we want to cancel (bug#10808).
1725
1726         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1727         on XEmacs.
1728
1729 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1730
1731         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1732         `scroll-margin'.
1733
1734 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1735
1736         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1737         citation prefix within a block of cited text should be considered part
1738         of that block *only* if it is a blank line.
1739
1740 2012-04-09  Chong Yidong  <cyd@gnu.org>
1741
1742         * binhex.el, hashcash.el, uudecode.el:
1743         Remove * characters from the front of variable docstrings.
1744
1745 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1748         before kinsoku-bol characters nor within kinsoku-eol characters.
1749
1750 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1753         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1754         (gnus-sync-read): Use mapc instead of mapcar.
1755
1756         * mm-archive.el: Require mm-decode for some macros.
1757         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1758         the byte compiler.
1759         (mm-archive-decoders): New function that returns the value of
1760         the mm-archive-decoders variable.
1761
1762         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1763         instead.
1764         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1765
1766         * nnimap.el (gnus-refer-thread-use-nnir):
1767         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1768
1769 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1772
1773 2012-03-12  Peter Münster  <pmrb@free.fr>
1774
1775         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1776         (gnus-demon-cancel): Ditto.
1777         (gnus-demon-run-callback): When function cannot be called due to low
1778         idleness, call it when idleness reaches the expected value, instead of
1779         waiting another timer period.
1780         (gnus-demon-init): Add `time' to arguments of call-back.
1781
1782 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1785
1786         * gnus.el: Register gnus-registry functions.
1787
1788         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1789         indent.
1790
1791         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1792         enabled before warping.
1793
1794 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1795
1796         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1797         registry about each article retrieved.
1798
1799         * gnus-int.el (gnus-select-group-with-message-id): New function.
1800         (gnus-try-warping-via-registry): Ditto.
1801         (gnus-warp-to-article): Fall back on the registry.
1802
1803 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1804
1805         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1806         inboxes.
1807
1808 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1811
1812 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1815         gnus-gcc-self-resent-messages may be a group parameter.
1816         (gnus-summary-resend-message): Don't encode encoded words in header
1817         when Gcc'ing resent message.
1818
1819 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * shr.el (shr-insert): Treat non-breaking space just like normal
1822         space.  This seems to produce more pleasing results.
1823         (shr-insert): Only insert a blank line if we're starting from an image.
1824         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1825         (shr-ensure-paragraph): Consider lines with white space to be blank.
1826
1827 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1828
1829         * Makefile.in: Respect DESTDIR.
1830
1831 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1832
1833         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1834         and gnus-gcc-post-body-encode-hook.
1835
1836 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1839         messages that don't exist.
1840
1841         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1842
1843 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1846         Remove.
1847
1848         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1849
1850         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1851
1852 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1855         have a group name.
1856
1857         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1858         a multibyte buffer (bug#7410).
1859         (article-wash-html): Parse the original article buffer to get the
1860         unencoded data (bug#7410).
1861
1862         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1863         .newsrc.el files.
1864
1865 2012-04-05  Bastien Guerry  <bzg@altern.org>
1866
1867         * color.el (color-lighten-name): Fix typo.
1868
1869 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1872         "#" to avoid having them interpreted as comments.
1873
1874 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * shr.el (shr-insert): Update the text state properly to avoid
1877         inserting spurious paragraph starts.
1878
1879 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * shr.el (shr-table-widths): Divide the extra width more fairly over
1882         the TDs (bug#10973).
1883         (shr-render-td): Don't delete too much padding.
1884         (shr-natural-width): Compute the natural width more correctly.
1885         (shr-insert): Allow the natural width to be computed for tables again.
1886         (shr-tag-table-1): Rework how the natural widths are computed by
1887         rendering the table a third time.
1888         (shr-natural-width): Removed.
1889         (shr-buffer-width): New function.
1890         (shr-expand-newlines): Use it.
1891
1892         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1893         using a `gnus-use-full-window' setup (bug#11013).
1894
1895 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1898         24.1 release.
1899
1900 2012-03-10  David Edmondson  <dme@dme.org>
1901
1902         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1903         'Forwarded Message' header and the start of the message.
1904
1905 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1906
1907         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1908         isn't running (bug#10897).
1909
1910 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1913         This is inconsistent with all the other stream functions, which leave
1914         the setting up to the higher levels (if so wanted) (bug#10931).
1915
1916 2012-02-28  Glenn Morris  <rgm@gnu.org>
1917
1918         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1919         mm-decode.el: Standardize possessive apostrophe usage.
1920
1921 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1924
1925 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1926
1927         * parse-time.el (parse-time-string): Allow extractor to return nil.
1928
1929 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1932
1933 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1934
1935         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1936
1937 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1938
1939         * mm-decode.el (mm-shr): Remove "soft hyphens".
1940
1941         * nnimap.el (nnimap-request-list): Return the group names encoded as
1942         utf8.  Otherwise non-European group names don't work.
1943         (nnimap-request-newgroups): Ditto.
1944
1945         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1946         the default in `read-string' (bug#10757).
1947
1948         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1949         topics (bug#10843).
1950
1951         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1952         buffer.  Suggested by Herbert Valerio Riedel.
1953         (nnimap-request-move-article): Delete the message from the correct IMAP
1954         server.
1955
1956 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1957
1958         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1959         Reported by Peter Münster.
1960
1961 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1962
1963         * shr.el (shr-image-fetched): Make sure we really kill the right
1964         buffer.
1965
1966 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1967
1968         * gnus-start.el (gnus-1): Avoid duplicate entries.
1969
1970 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1971
1972         * imap.el: Remove.
1973
1974         * nntp.el (nntp-coding-system-for-read): Remove.
1975         (nntp-coding-system-for-write): Ditto.
1976         (nntp-open-connection): Just use `binary' directly.
1977
1978         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1979         Gnus 0.3.
1980
1981 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1982
1983         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1984         application/octet-stream parts really is.
1985
1986         * gnus-sum.el (gnus-propagate-marks): Remove.
1987
1988 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1989
1990         * shr.el (shr-rescale-image): Undo previous change; see
1991         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1992
1993 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1994
1995         * gnus.el: Ma Gnus v0.3 is released.
1996
1997 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1998
1999         * gnus-sum.el (gnus-summary-local-variables): Make
2000         `gnus-newsgroup-unexist' into a local variable.
2001
2002 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * registry.el (registry-usage-test, registry-persistence-test): Move to
2005         tests/gnustest-registry.el.
2006         (registry-make-testable-db, registry-match-test)
2007         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2008
2009         * gnus-registry.el (gnus-registry-misc-test)
2010         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2011
2012         * tests/gnustest-registry.el: New file with the registry and
2013         gnus-registry ERT tests.
2014
2015 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * gnus-msg.el (gnus-summary-resend-message): Make
2018         gnus-summary-resend-message-insert-gcc be last item in
2019         message-header-setup-hook.
2020
2021 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2022
2023         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2024         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2025         Remove.
2026         (nnfolder-open-server): Don't use marks.
2027         (nnfolder-request-delete-group): Ditto.
2028         (nnfolder-request-rename-group): Ditto.
2029         (nnfolder-request-set-mark, nnfolder-request-marks)
2030         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2031         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2032
2033         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2034         (nnml-marks-modtime): Remove.
2035         (nnml-request-delete-group): Don't use marks.
2036         (nnml-request-rename-group): Ditto.
2037         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2038         (nnml-save-marks, nnml-open-marks): Remove.
2039
2040         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2041         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2042         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2043         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2044         (nntp-server-to-method-cache): Remove.
2045
2046         * shr.el (shr-rescale-image): Fix wrong merge.
2047
2048 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2049
2050         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2051         too-wide lines.
2052
2053 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2054
2055         * nnimap.el (nnimap-record-commands): New variable.
2056         (nnimap-log-command): Use it.
2057         (nnimap-make-process-buffer): Add a space to the process buffer.
2058         (nnimap-transform-headers): Don't bug out on header lines containing
2059         stuff that look like IMAP length encodings.
2060
2061         * shr.el (shr-rescale-image): Allow viewing large images.
2062
2063 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2064
2065         * nnml.el (nnml-request-compact-group): Delete the marks file after
2066         compaction (bug#10800).
2067
2068         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2069         group exit.
2070
2071         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2072         QRESYNC/FETCH output.
2073
2074 2012-02-11  Glenn Morris  <rgm@gnu.org>
2075
2076         * sieve-manage.el (sieve-manage-default-stream):
2077         * shr.el (shr):
2078         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2079         (nnir-retrieve-headers-override-function)
2080         (nnir-imap-default-search-key, nnir-notmuch-program)
2081         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2082         (nnir-method-default-engines):
2083         * message.el (message-cite-reply-position):
2084         * gssapi.el (gssapi-program):
2085         * gravatar.el (gravatar):
2086         * gnus-sum.el (gnus-refer-thread-use-nnir):
2087         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2088         (gnus-registry-max-pruned-entries):
2089         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2090         * gnus-int.el (gnus-after-set-mark-hook)
2091         (gnus-before-update-mark-hook):
2092         * gnus-async.el (gnus-async-post-fetch-function):
2093         * auth-source.el (auth-source-cache-expiry):
2094         Add missing :version tags to new defcustoms and defgroups.
2095
2096 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2099         `gnus-newsgroup-unexist'.
2100
2101         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2102         marks.
2103         (gnus-article-special-mark-lists): Put the `unexist' in the special
2104         marks list instead.
2105
2106         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2107         articles in the list of articles to be selected.
2108
2109         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2110         articles.
2111         (nnimap-update-info): Keep track of unexisting articles.
2112         (nnimap-update-qresync-info): Ditto.
2113
2114 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2115
2116         * message.el (message-default-send-mail-function): Made into own
2117         function for reuse by emacsbug.el.
2118
2119 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2120
2121         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2122         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2123
2124 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2125
2126         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2127         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2128
2129         * gnus-compat.el: Define `timer-set-function'.
2130
2131         * mm-decode.el (mm-display-external): Output the text from the command
2132         in the buffer after the command finished.  This makes text-based
2133         commands behave better.
2134
2135 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2136
2137         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2138
2139 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2140
2141         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2142         23.1.
2143
2144 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2147
2148 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2149
2150         * message.el (smtpmail-smtp-user): Silence compiler warning.
2151
2152 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2153
2154         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2155         SMTP user name.
2156
2157 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-sum.el (gnus-summary-show-thread):
2160         next-single-char-property-change may return nil in XEmacs.
2161         (gnus-summary-article-map): Fix typo.
2162
2163 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2164
2165         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2166         running.
2167
2168         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2169
2170         * gnus.el (gnus-server-extend-method): Don't add an -address component
2171         if the method already has one (bug#9676).
2172
2173 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2174
2175         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2176         of an initial-input for consistency (bug#10757).
2177
2178         * dgnushack.el: Fix XEmacs compilation warning.
2179
2180         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2181
2182         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2183
2184 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2185
2186         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2187         lines that are narrower than the window width.  Otherwise background
2188         "blocks" will look less readable.
2189
2190 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2191
2192         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2193         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2194         have newlines within the strings, and where the UID comes after the
2195         BODYSTRUCTURE element (bug#10537).
2196
2197         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2198         (bug#10732).
2199
2200         * shr.el (shr-insert-document): Add doc string.
2201         (shr-visit-file): Ditto.
2202         (shr-remove-trailing-whitespace): New function.
2203         (shr-insert-document): Use it to clean up trailing whitespace as the
2204         final step (bug#10714).
2205
2206 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2209         buffer if `gnus-kill-summary-on-exit' is nil.
2210
2211 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2214         when just reading a single group from "without" Gnus.
2215
2216 2012-02-06  Chong Yidong  <cyd@gnu.org>
2217
2218         * gnus-sum.el (gnus-summary-show-thread):
2219         next-single-char-property-change never returns nil (Bug#8657).
2220
2221 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2222
2223         * message.el (message-multi-smtp-send-mail): New function.
2224         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2225         header to implement multi-SMTP functionality.
2226
2227         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2228         (gnus-agentize): Don't set it.
2229         (gnus-agent-send-mail): Don't use it.
2230
2231         * gnus-sum.el (gnus-summary-widget-backward): New function and
2232         keystroke.
2233
2234         * gnus-compat.el: More the compat functions more compatible.
2235
2236         * shr.el (shr-put-image): Remove underlines from sliced images.
2237         (shr-zoom-image): Compute the region to be replaced more correctly.
2238
2239 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2242         (gnus-summary-resend-message-insert-gcc): New function.
2243         (gnus-summary-resend-message): Modify message-header-setup-hook and
2244         message-sent-hook to make it work for Gcc.
2245         (gnus-inews-do-gcc): Update the number of unread articles of groups
2246         that messages are Gcc'd to.
2247
2248         * message.el (message-resend): Run message-sent-hook to do Gcc.
2249
2250 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2251
2252         * lpath.el: Fix an XEmacs compilation warning.
2253
2254         * gnus-compat.el: Require `help-fns' to fix compilation error.
2255
2256         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2257         a higher level to silence compilation.
2258
2259         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2260         parameter to allow controlling the scaling.
2261
2262         * shr.el (shr-zoom-image): New command and keystroke.
2263         (shr-put-image): Take a `size' flag to say how to scale the image.
2264
2265         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2266         deletion unless already defined.
2267
2268         * gnus.el (gnus-compat): Require it.
2269
2270         * gnus-compat.el: New file.
2271
2272         * gnus-start.el (gnus-clean-old-newsrc): New function.
2273         (gnus-read-newsrc-file): Use it.
2274
2275         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2276         Use recursive deletion.
2277         (mm-dissect-archive): Add support for zip files.
2278
2279         * gnus-util.el (gnus-recursive-directory-files): New function.
2280
2281         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2282         (mm-archive-decoders): Add tgz support.
2283
2284         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2285         Otherwise inserting text into the Gnus buffer can look odd.
2286
2287         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2288
2289         * mm-archive.el (mm-archive-decoders): Add support for tar.
2290
2291         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2292
2293         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2294
2295 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2296
2297         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2298
2299         * mm-archive.el: New file.
2300
2301         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2302
2303         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2304
2305         * message.el (message-goto-*): Make all the `message-goto-*' commands
2306         push the mark before moving point.  This makes it easier to go back to
2307         where you came from after editing whatever you jumped to.
2308
2309 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2310
2311         * gnus.el: Ma Gnus v0.1 is released.
2312
2313 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2314
2315         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2316         without reconnecting.
2317         (nnimap-possibly-change-group): Ditto.
2318         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2319         connection has died before being called.
2320
2321 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2322
2323         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2324         an initial sync unless we're really doing one.
2325
2326         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2327         address parameter if one already exists (bug#9676).
2328
2329         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2330         not the prefix, as documented (bug#10689).
2331
2332 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2333
2334         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2335         the "server".
2336
2337         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2338         the real error message with the useless "previously known to be down".
2339         Which isn't even correct.
2340
2341         * nntp.el (nntp-open-connection): Report the error message if the nntp
2342         server can't be reached.
2343
2344         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2345         groups we do a total scan for.
2346         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2347         doing that.
2348
2349 2012-01-31  Jim Meyering  <jim@meyering.net>
2350
2351         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2352         Correct a comment (insert "not") and hide nominally-doubled "to".
2353
2354 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2355
2356         * gnus.el (gnus-version): Change name to "Ma Gnus".
2357
2358 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2359
2360         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2361         section in the manual.
2362
2363 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2364
2365         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2366         words.
2367         (rfc2047-encode-string): Ditto.
2368         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2369         understand folded filename="..." parameters, for instance.
2370
2371         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2372         the message for greater debuggability.
2373
2374 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2375
2376         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2377         instead of setting it locally, since the latter doesn't seem to have
2378         any effect (most of the time).
2379
2380 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2381
2382         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2383         function call.
2384
2385 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2386
2387         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2388         seconds, and make the repeat clause with HH:MM specs work as
2389         documented.
2390
2391 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2392
2393         * proto-stream.el (proto-stream-capability-open): Fall back on
2394         :end-of-command if :end-of-capability doesn't exist.
2395
2396 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2399         bound globally in old Emacsen and XEmacsen.
2400
2401 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2404         so that previous errors don't prohibit getting new news.
2405
2406         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2407
2408         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2409
2410 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2411
2412         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2413         buffer, not of the string which is its name.
2414
2415 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2416
2417         * proto-stream.el (proto-stream-capability-open): Wait for
2418         :end-of-capability, not :end-of-command.
2419
2420         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2421         non-server-marks groups.
2422         (gnus-group-make-articles-read): Ditto.
2423
2424         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2425         methods (bug#9676).
2426
2427         * gnus.el (gnus-method-ephemeral-p): New function.
2428
2429 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2432         left-to-right.
2433
2434 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2435
2436         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2437         warning.
2438
2439 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2440
2441         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2442         macroexpand the nnir things, since they haven't been defined yet, and
2443         nnir requires gnus-sum.
2444
2445 2012-01-24  Julien Danjou  <julien@danjou.info>
2446
2447         * color.el (color-rgb-to-hsl): Fix value computing.
2448         (color-hue-to-rgb): New function.
2449         (color-hsl-to-rgb): New function.
2450         (color-clamp, color-saturate-hsl, color-saturate-name)
2451         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2452         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2453
2454 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2457
2458 2012-01-19  Julien Danjou  <julien@danjou.info>
2459
2460         * color.el (color-name-to-rgb): Use the white color to find the max
2461         color component value and return correctly computed values.
2462         (color-name-to-rgb): Add missing float conversion for max value.
2463
2464 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2465
2466         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2467         logical server name in addition to the actual machine address.
2468
2469         * auth-source.el (auth-source-user-and-password): Add convenience
2470         wrapper to search by just host and optionally user.
2471
2472 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2475         after rendering.
2476
2477 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2478
2479         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2480         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2481         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2482
2483 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2486         (bug#9693).
2487         (gnus-summary-setup-buffer): Document return value (bug#9697).
2488
2489         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2490         since ido doesn't work on symbols (bug#9632).
2491
2492         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2493         when getting a single value as when getting all the values.  This means
2494         that atoms like `gcc-self' work cumulatively, like variable settings,
2495         instead of getting the value from the last matching clause.
2496         (gnus-group-find-parameter): Protect against the group buffer not
2497         existing (bug#9585).
2498
2499 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus-start.el (gnus-activate-group): Document more parameters
2502         (bug#9694).
2503
2504         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2505         (bug#9692).
2506
2507         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2508         article was fetched, so that it can be expired later (bug#9958).
2509         (gnus-agent-summary-fetch-series): Add doc string.
2510         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2511         (bug#9517).
2512
2513         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2514         retrieval is happening.
2515
2516         * gnus.el (gnus-parameters): Doc fix.
2517
2518 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2519
2520         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2521         show the thread after expansion.
2522
2523 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2524
2525         * gnus-art.el (article-narrow-to-head): If the head is completely
2526         empty, narrow to the empty region (bug#9764).
2527
2528         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2529         read, and then mark them as unread only when the unread mark is used.
2530         This makes `C-- T k' actually work, even though it's confusing.
2531
2532         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2533         alive before we try to find its window.
2534
2535 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2536
2537         * mm-decode.el (mm-display-external): Use a longer timeout for the
2538         deletion to allow slow programs to display the file.
2539
2540 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2543         prompt to be less confusing.
2544
2545         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2546         argument to `message-reply'.  This broke `special-display-*' frame
2547         pop-uping (bug#10238).
2548
2549 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2552         systems, since these allegedly don't work there.
2553
2554 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2555
2556         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2557         live buffer.
2558
2559 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * nnir.el (nnir-retrieve-headers): Protect against the article not
2562         existing on the server (bug#10335).
2563
2564 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2565
2566         * gnus-agent.el (gnus-agent-load-local): Recompute
2567         gnus-agent-article-local on changing method.
2568
2569 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus.el (gnus-parameters): Note precedence.
2572
2573 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2574
2575         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2576         in the group buffer.
2577
2578 2012-01-04  Julien Danjou  <julien@danjou.info>
2579
2580         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2581         change.
2582
2583 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2586         too.
2587
2588         * nntp.el (nntp-retrieve-group-data-early): Use it.
2589
2590 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * nntp.el (nntp-retrieval-in-progress): New variable.
2593         (nntp-make-process-buffer): Make it buffer-local.
2594
2595         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2596         2010.
2597         (gnus-demon-init): Use it to compute the time if time is on the form
2598         "04:23".
2599
2600         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2601
2602         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2603         status in the correct buffer.
2604
2605 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2606
2607         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2608         when opening topics (bug#10407).
2609
2610 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2611
2612         * gnus-cus.el (gnus-score-customize):
2613         * gnus-sum.el (gnus-sort-gathered-threads):
2614         * message.el (message-shorten-references):
2615         * nnmairix.el (nnmairix-request-group):
2616         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2617
2618 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2619
2620         * gnus-agent.el (gnus-agent-regenerate-group):
2621         * gnus-int.el (gnus-retrieve-group-data-early):
2622         * mm-util.el (mm-codepage-ibm-list):
2623         * nndiary.el (Commentary, nndiary-get-new-mail):
2624         * nnir.el (nnir):
2625         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2626
2627 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * mm-view.el (mm-display-inline-fontify): Add comment.
2630
2631 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2632
2633         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2634         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2635
2636 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2637
2638         * gnus-art.el (gnus-split-methods):
2639         * gnus-msg.el (gnus-configure-posting-styles):
2640         * gnus-spec.el (gnus-parse-simple-format):
2641         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2642         * message.el (message-do-actions): Spelling fix.
2643
2644 2011-12-15  Juri Linkov  <juri@jurta.org>
2645
2646         * mm-decode.el (mm-inline-media-tests): Add missing
2647         `mm-handle-media-subtype'.
2648
2649 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2650
2651         * gnus-group.el (gnus-group-tool-bar):
2652         * gnus-sum.el (gnus-summary-tool-bar):
2653         * message.el (message-tool-bar):
2654         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2655
2656 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2657
2658         * plstore.el (plstore--insert-buffer): Spelling fix.
2659
2660 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2661
2662         * message.el (message-valid-fqdn-regexp): Update with newly approved
2663         top-level domain names ".tel" and ".asia".
2664
2665 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2668         unconditionally.
2669
2670 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2673         pop-to-buffer-same-window for old Emacsen.
2674
2675 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2676
2677         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2678
2679 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2680
2681         * netrc.el (netrc-credentials): Spelling fix.
2682
2683 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2684
2685         * gnus-fun.el (gnus-fun-ppm-change-string):
2686         * gnus-msg.el (gnus-inews-do-gcc):
2687         * gnus-sum.el (gnus-summary-find-for-reselect):
2688         * gnus.el (gnus-summary-cancelled):
2689         * message.el (message-cancel-hook, message-send-news):
2690         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2691         * nnir.el (nnir-run-hyrex):
2692         * nntp.el (nntp-with-open-group-function):
2693         * pgg.el (pgg-pending-timers): Spelling fix.
2694
2695 2011-12-04  Chong Yidong  <cyd@gnu.org>
2696
2697         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2698         change (Bug#10200).
2699
2700 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * compface.el (uncompface):
2703         * gnus-art.el (gnus-article-x-face-command): Update the header format
2704         of icon data for the most recent icontopbm program.
2705
2706 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * gnus-msg.el (gnus-inews-do-gcc):
2709         * message.el (message-send-mail):
2710         * mml.el (mml-generate-mime): Share the value of the buffer-local
2711         `message-options' variable between a draft buffer and temprary working
2712         buffers.
2713
2714 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2715
2716         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2717
2718 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2721         for Cygwin.
2722
2723 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2724
2725         * gnus-group.el (gnus-group-prepare-flat):
2726         * mm-bodies.el (mm-encode-body):
2727         * mml.el (mml-preview):
2728         * nnml.el (nnml-request-compact-group):
2729         * pop3.el (pop3-stream-type): Spelling fix.
2730
2731 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2732
2733         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2734
2735 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2736
2737         * color.el (color-rgb-to-hsl):
2738         * gmm-utils.el (gmm-tool-bar-style):
2739         * gnus-group.el (gnus-group-prepare-flat):
2740         * gnus-topic.el (gnus-topic-prepare-topic):
2741         * mm-decode.el (mm-discouraged-alternatives):
2742         * rfc2047.el (rfc2047-encode-1):
2743         * starttls.el: Spelling fix.
2744
2745 2011-11-24  Glenn Morris  <rgm@gnu.org>
2746
2747         * binhex.el (binhex-begin-line): Give it basic doc-string.
2748
2749         * starttls.el, tls.el: Fix case of "GnuTLS".
2750
2751 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2752
2753         * gnus-group.el (gnus-group-highlight): Fix typo.
2754
2755 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2756
2757         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2758         value of `delete-file', that returns nil for a local file but returns t
2759         for a remote file using ssh.
2760
2761 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2762
2763         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2764
2765 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2768         avoid later breakage.
2769
2770 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2773         article buffers' name.
2774
2775 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2778         by Paul Eggert's spellfixes two days ago.
2779
2780 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2783         doesn't have it.
2784
2785         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2786         buffer-local instead of binding them to avoid warnings.  Also demote
2787         errors (bug#10063).
2788         (font-lock-mode-hook): Shut up byte compiler.
2789
2790 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2791
2792         * mm-util.el (mm-charset-after):
2793         * nnir.el (nnir-run-hyrex):
2794         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2795         (ntlm-get-password-hashes, ntlm-md4hash):
2796         * smime.el: Fix typo.
2797
2798 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2799
2800         * gnus-agent.el (gnus-agent-expire-group-1):
2801         * nndiary.el (nndiary-last-occurence):
2802         * nnimap.el (nnimap-request-set-mark):
2803         * nnmairix.el (nnmairix-only-use-registry):
2804         * gnus-group.el (gnus-group-prepare-flat):
2805         * gnus-sum.el (gnus-decode-encoded-word-methods):
2806         * message.el (message-wash-subject):
2807         * nntp.el (nntp-retrieve-headers-with-xover):
2808         * smime.el (smime-certificate-directory): Spelling fix.
2809
2810 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2811
2812         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2813
2814         * color.el:
2815         * gnus-agent.el (gnus-agent-possibly-alter-active):
2816         * gnus-dired.el (gnus-dired-print):
2817         * mail-parse.el:
2818         * nnmairix.el (nnmairix-request-group):
2819         * shr.el (shr-image-displayer):
2820         * sieve-manage.el:
2821         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2822
2823 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2824
2825         * gnus-sum.el (gnus-auto-select-subject):
2826         * spam-report.el (spam-report-resend): Spelling fix.
2827
2828 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2829
2830         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2831         * gnus-art.el (gnus-default-article-saver):
2832         * gnus-srvr.el (gnus-server-copy-server):
2833         * gnus.el (gnus-sloppily-equal-method-parameters):
2834         * html2text.el (html2text-format-tag-list):
2835         * message.el (message-narrow-to-head):
2836         * nndiary.el:
2837         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2838         * sieve.el: Spelling fix.
2839
2840 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2841
2842         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2843         * gnus-sum.el (gnus-summary-make-menu-bar):
2844         * gnus-uu.el (gnus-uu-decode-postscript)
2845         (gnus-uu-decode-postscript-and-save):
2846         * mailcap.el (mailcap-print-command):
2847         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2848         Fix typos.
2849
2850 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2851
2852         * gnus-art.el (gnus-article-part-wrapper):
2853         * html2text.el (html2text-fix-paragraphs):
2854         * mm-decode.el (mm-image-fit-p):
2855         * rfc2047.el (rfc2047-encode-message-header):
2856         * shr-color.el (shr-color-visible-distance-min)
2857         (shr-color-relative-to-absolute, set-minimum-interval)
2858         (shr-color-visible): Fix typos.
2859
2860 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2861
2862         * gmm-utils.el (gmm-tool-bar-item):
2863         * gnus-art.el (gnus-treat-body-boundary):
2864         * gnus-diary.el (gnus-user-format-function-d):
2865         * gnus-start.el (gnus-get-unread-articles):
2866         * pgg-gpg.el (pgg-gpg-update-agent):
2867         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2868
2869 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2870
2871         * gnus-topic.el (gnus-group-prepare-topics):
2872         * gnus-uu.el (gnus-extract-view):
2873         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2874
2875 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2876
2877         * spam.el: Move BBDB autoloads.
2878         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2879         BBDB 2 and 3.
2880         (spam-check-BBDB): Use it.
2881         (spam-enter-ham-BBDB): Use it.
2882
2883 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2884
2885         * smime.el (smime-draw-buffer): Spelling fix.
2886
2887 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2888
2889         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2890         for scanning exactly one level.
2891         * gnus-start.el (gnus-get-unread-articles): Ditto.
2892
2893 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2896         slightly clearer.
2897
2898 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2899
2900         * gnus-sync.el: More commentary about setup.
2901
2902 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * message.el (message-send-and-exit): Document `arg'.
2905
2906 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2907
2908         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2909
2910 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2911
2912         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2913
2914         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2915         we don't use `bound-and-true-p'.
2916
2917 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2918
2919         * gnus-util.el (gnus-bound-and-true-p): Remove.
2920         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2921         * nnir.el: Use it.
2922         * nnmairix.el: Use it.
2923
2924 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2925
2926         * gnus-sync.el: Improve docs about CouchDB admins.
2927
2928         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2929         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2930         for reasons unknown.
2931         * nnir.el: Use it.
2932         * nnmairix.el: Use it.
2933
2934         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2935         * nnir.el: Ditto.
2936         * nnmairix.el: Ditto.
2937
2938         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2939
2940 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2941
2942         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2943         not needed.  Provide xmlplistread list function to produce XML plist
2944         output for non-Gnus LeSync clients.
2945
2946 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2947
2948         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2949
2950         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2951         and save against it.  Group subscriptions, read marks, other marks,
2952         subscription levels, topic names, and topic offsets (the group's
2953         position within the topic) are saved.  This is an experimental backend
2954         and may change significantly.  Load json.el from the gnus-fallback-lib
2955         if it's not available otherwise.
2956         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2957
2958 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2959
2960         * message.el (message-completion-function): Make sure
2961         message-tab-body-function is not attempted if one of
2962         message-completion-alist fails to find a completion (bug#9158).
2963
2964 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2965
2966         * mml.el (mml-quote-region): Quote <#secure> tag.
2967         (mml-generate-mime-1): Unquote <#secure> tag.
2968
2969 2011-10-20  Chong Yidong  <cyd@gnu.org>
2970
2971         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2972         calling a minor mode from Lisp with nil arg enables it, so we have to
2973         make the wording a bit ambiguous here).
2974
2975 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2978         * nnir.el (nnir-mode): Use it.
2979         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2980         Use it.
2981
2982         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2983         * nnmairix.el (gnus-registry-enabled): Ditto.
2984
2985 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2986
2987         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2988         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2989         only while we need to find out if it should be t or nil.
2990         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2991         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2992         the registry is installed.  Set it to nil when it's unloaded.
2993         (gnus-registry-install-p): Provide user guidance for the initial value
2994         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2995         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2996         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2997         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2998         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2999         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3000         `gnus-registry-install'.
3001
3002 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3003
3004         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3005         previous change.
3006         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3007         primary key is marked as disabled.
3008
3009 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3010
3011         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3012         primary key is marked as disabled.
3013
3014 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3015
3016         * html2text.el (html2text-clean-anchor): Check for quotes around
3017         `href' value.
3018
3019 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3020
3021         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3022         searching.  Drop `bbdb-cache'.
3023
3024 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * message.el (message-signed-or-encrypted-p): Exclude header when
3027         checking if there is signed or encrypted body in text/plain message.
3028
3029 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3030
3031         * html2text.el (html2text-get-attr): Correctly handle attribute values
3032         containing "=".
3033
3034 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3035
3036         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3037         handle bindings.
3038
3039 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-win.el (gnus-configure-windows): Protect against reading
3042         ephemeral groups outside of Gnus.
3043
3044 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * shr.el (shr-tag-img): Don't get images displayed in tables.
3047
3048 2011-10-03  Glenn Morris  <rgm@gnu.org>
3049
3050         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3051         the "maintainer" version of debbugs.gnu.org reports.
3052
3053 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3056         make asynchronous adjacent image insertion work better.
3057
3058 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3059
3060         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3061         documentation.
3062
3063 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3066         `gnus-asynchronous' isn't shadowed.
3067
3068 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3071
3072         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3073         (nnimap-insert-partial-structure): The charset parameter isn't
3074         case-sensitive.
3075
3076         * nnheader.el (nnheader-message-maybe): New function.
3077
3078         * shr.el (shr-tag-table): Render totally broken tables better.
3079
3080         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3081         computing the boundary.
3082
3083 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * pop3.el (pop3-number-of-responses): Remove.
3086         (pop3-wait-for-messages): Rewrite to take linear time instead of
3087         exponential time.
3088
3089 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3090
3091         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3092         re-fetch images.
3093
3094         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3095         re-fetch images when hitting `g' in Gnus.
3096
3097 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3100         (mml-compute-boundary): Don't check collision if it is non-nil.
3101         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3102         before checking collision.
3103
3104 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * message.el (message-indent-citation): Really make sure there's a
3107         newline at the end.
3108
3109         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3110         Fix suggested by John Wiegley.
3111
3112         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3113
3114         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3115
3116         * message.el (message-default-send-rename-function): Break out into its
3117         own function.
3118
3119         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3120         doesn't work under XEmacs.
3121
3122         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3123         of "imaps" to word around Windows problems.
3124         (nnimap-open-connection-1): Use it.
3125
3126         * message.el (message-indent-citation): Revert last change which made
3127         `F' not work.
3128
3129 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3130
3131         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3132         terminal as well.
3133
3134 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3137         because it displays images using overlays that aren't easy to copy to
3138         the article buffer.
3139
3140 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3141
3142         * message.el (message-indent-citation): Fix empty line removal at the
3143         end of the citation.
3144
3145 2011-09-20  Julien Danjou  <julien@danjou.info>
3146
3147         * auth-source.el (auth-source-netrc-create): Use default value for
3148         password if specified.  Evaluate default.
3149         (auth-source-plstore-create): Ditto.
3150         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3151         value evaluation.
3152         (auth-source-netrc-create): Typo fix.
3153         (auth-source-plstore-create): Ditto.
3154
3155         * password-cache.el (password-cache-remove): Remove entries even if the
3156         value is nil, so that password with a nil value (negative caching) is
3157         possible to invalidate.
3158
3159         * auth-source.el (auth-source-format-cache-entry): New function.
3160
3161 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3164
3165 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3168
3169 2011-09-19  Julien Danjou  <julien@danjou.info>
3170
3171         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3172         which work with things that are not ASCII.
3173
3174 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3177
3178 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3181         message level.
3182
3183 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3186
3187 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3190
3191 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3192
3193         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3194         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3195
3196 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3197
3198         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3199         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3200         articles.
3201
3202 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3203
3204         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3205         (message-mail-other-window, message-mail-other-frame)
3206         (message-news-other-window, message-news-other-frame):
3207         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3208         instead of setting buffer display varibles.
3209
3210 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3213
3214         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3215
3216 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3219         duplicates" to a higher level.
3220
3221         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3222         most egregious messages.
3223
3224 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3227
3228 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3229
3230         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3231         up the file (bug#9351).
3232
3233 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3236         it does with all other backends, but decode the names immediately after
3237         getting them.
3238
3239         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3240         decoding nnimap groups.
3241
3242         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3243         newsrc file.  It doesn't seem like an important optimization any more.
3244
3245 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3246
3247         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3248         overflows.
3249
3250 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3253         (gnus-interactive-exit): Extend to `quiet'.
3254
3255         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3256
3257         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3258         string.
3259
3260         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3261         renaming function arguments from `this'.
3262
3263         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3264
3265         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3266         has been renamed.
3267         (gnus-lrm-string-p): Include RLM and PDF, too.
3268
3269         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3270         (bug#9225).
3271
3272 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3273
3274         Add autoload cookies for functions used by sendmail.el.
3275         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3276
3277         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3278
3279 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-art.el (article-date-ut): Work properly even when there are
3282         things like Date header in the body; work for forwarded parts.
3283
3284 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3285
3286         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3287         original-article-buffer.
3288
3289 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3290
3291         * nnir.el (nnir-compose-result): Fix matching of server type.
3292         (nnir-run-swish++): Ditto.
3293         (nnir-run-namazu): Ditto.
3294         (nnir-run-notmuch): Ditto.
3295
3296 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3299         (bug#9405).
3300
3301         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3302         (bug#9421).
3303
3304         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3305         (bug#9425).
3306
3307         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3308         thing (bug#9426).
3309
3310 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3313         the error message.
3314
3315 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3316
3317         * message.el (message-setup-1): Return t (Bug#9392).
3318
3319 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3320
3321         * gnus-sum.el: When adding article headers to a summary buffer also
3322         update gnus-newsgroup-articles (bug#9386).
3323
3324 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * auth-source.el: Autoload help-mode.
3327
3328 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3331         names.
3332
3333 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3334
3335         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3336         mm-replace-in-string for compatibility issues.
3337         * mml2015.el (mml2015-epg-verify): Ditto.
3338
3339 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3342
3343         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3344
3345 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346
3347         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3348         continue on and do the clean-up phase (bug#9188).
3349
3350         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3351         just ignore groups that can't be opened instead of erroring out
3352         (bug#9225).
3353
3354         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3355         nil since some many people are fuddy-duddies.
3356
3357         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3358         images.
3359
3360         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3361         instead.
3362
3363         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3364
3365         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3366
3367         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3368         processing.
3369
3370         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3371         buffer to avoid warnings.
3372
3373 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3374
3375         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3376         specified to reduce precision.
3377
3378 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3381         bodystructures (bug#9314).
3382
3383 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3386         Make button keymap non-sticky after buttons.
3387
3388 2011-08-18  David Engster  <dengste@eml.cc>
3389
3390         * nnmairix.el (nnmairix-request-set-mark)
3391         (nnmairix-goto-original-article): Remove adding of article to registry,
3392         since `gnus-registry-add-group' isn't available anymore.
3393         (nnmairix-determine-original-group-from-registry):
3394         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3395         available anymore.
3396
3397 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3398
3399         * starttls.el (starttls-any-program-available): Define as obsolete
3400         function.
3401
3402 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3405         versions which Gnus use when appropriate.
3406
3407         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3408         a pretty destructive command.
3409
3410         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3411
3412 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * message.el (message-fix-before-sending): Make a different warning
3415         about NUL characters (bug#9270).
3416
3417         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3418         from custom (bug#9260).
3419
3420         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3421         things work in Emacs 22 and XEmacs, too.
3422
3423         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3424         default From.
3425
3426         * gnus-spec.el (gnus-lrm-string-p): New macro.
3427         (gnus-lrm-string): New constant.
3428         (gnus-summary-line-format-spec): LRM-ify the from.
3429         (gnus-tilde-max-form): LRM-ify string chopping.
3430
3431         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3432
3433         * message.el (message-is-yours-p): Allow disabling canlock checking
3434         (bug#9295).
3435         (message-shoot-gnksa-feet): Add `canlock-verify'.
3436         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3437         message directory isn't writable (bug#9304).
3438
3439         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3440         non-world-readable.
3441
3442 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3445         articles.
3446
3447 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3448
3449         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3450         copy-list.
3451
3452 2011-08-12  Sam Steingold  <sds@gnu.org>
3453
3454         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3455         in the reverse order to avoid modifying the cache with `nreverse'.
3456         (gnus-all-score-files): Do not modify the value returned by
3457         `gnus-score-find-alist' because it lives in a cache variable.
3458         (gnus-current-home-score-file): No need to `nreverse' the return value
3459         of `gnus-score-find-alist', it is already in the correct order.
3460
3461 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3462
3463         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3464         type MESSAGE and subtype RFC822 is slightly different from those of
3465         type TEXT.
3466
3467 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3468
3469         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3470         This allows article-referral to work from an nnir group.
3471
3472 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3473
3474         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3475
3476 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3477
3478         * mml1991.el (mml1991-epg-find-usable-key)
3479         (mml1991-epg-find-usable-secret-key): New function.
3480         (mml1991-epg-sign): Check if signing key is usable.
3481         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3482
3483 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3484
3485         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3486         server-variables only.  This should fix a bug introduced with commit
3487         e1889675b7f4adf057833c5513c9374134c4e053.
3488         (nnir-run-query): 'nnir-search-engine should not be set from the global
3489         environment.
3490
3491 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3492
3493         * nnir.el (nnir-search-thread): Position point on referring article
3494         line.
3495         (nnir-warp-to-article): Clean up summary buffers.
3496
3497         * nnimap.el (nnimap-request-thread): Whitespace fix.
3498
3499 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3500
3501         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3502
3503 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * starttls.el (starttls-available-p): Rename from
3506         `starttls-any-program-available' and changed return convention.
3507
3508 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3509
3510         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3511         `unix-sync' unless it's defined.
3512
3513 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3514
3515         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3516         `aref' for XEmacs compatibiltiy.
3517
3518 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3521
3522 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3523
3524         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3525         closures, quote the form properly (bug#9194).
3526
3527 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3530         (gnus-summary-insert-new-articles): Protect against servers that are
3531         down.
3532
3533 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3534
3535         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3536         in mm handle if none is specified.
3537
3538 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3539
3540         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3541
3542 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3543
3544         * nnir.el (nnir-search-thread): New function to make an nnir group
3545         based on a thread query.
3546
3547         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3548         of nnir in thread referral.
3549         (gnus-summary-refer-thread): Use it.
3550
3551         * nnimap.el (nnimap-request-thread): Use it.
3552
3553 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * shr.el (shr-tag-comment): Ignore HTML comments.
3556
3557 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3558
3559         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3560         argument.
3561         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3562         Use `nnir-address' to handle server info rather than passing an arg.
3563
3564         * nnimap.el (nnimap-make-thread-query): New utility function to format
3565         an imap thread search query.
3566         (nnimap-request-thread): Use it.
3567
3568         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3569         right select-method if we are not going back to the group buffer.
3570
3571 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3574         enter invalid buffer configurations into the quit form (bug#9107).
3575         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3576         unplugged/plugged.
3577
3578         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3579         keep track of which ones are unread (bug#9061).
3580
3581         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3582         (bug#9055).
3583
3584         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3585         (bug#9041).
3586
3587         * gnus-html.el (mm-util): Require (bug#9073).
3588
3589         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3590         (gnus-summary-refer-thread): Use it to remove duplicates in the
3591         un-threaded view (bug#9053).
3592         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3593
3594 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3595
3596         * nnir.el (nnir-read-server-parm): Use default value from global
3597         variable.  Without this the default search engine parameters aren't
3598         used at all.
3599
3600 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * message.el (message-unique-id): Don't use the undocumented return
3603         value from (random t) (bug#9118).
3604
3605 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * message.el (message-auto-save-directory): If the ~/Mail directory
3608         doesn't exist, use ~ as the auto-save directory (bug#4432).
3609
3610         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3611         hasn't already been started.
3612
3613 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3616
3617         * message.el (message-reply): Work around mysterious bug where
3618         `message-mode' seems to overwrite the locally bound `subject' variable.
3619
3620 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3621
3622         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3623         correct group.
3624
3625         * gnus-int.el (gnus-request-thread): Add group argument.
3626
3627         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3628
3629 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630
3631         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3632
3633         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3634         renamed to `debbugs-gnu-*'.
3635
3636 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3637
3638         * plstore.el: Revert the editing feature since it is not urgent.
3639         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3640         (plstore-mode-decoded): Remove.
3641
3642 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3645         isn't very interesting any more, and it leaks potentially secret data.
3646         (gnus-debug): Remove.
3647
3648         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3649         use of :custom-show.
3650
3651 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3652
3653         * plstore.el: Add documentation.
3654         (plstore-mode): New mode to edit plstore file.
3655         (plstore-mode-toggle-display, plstore-mode-original)
3656         (plstore-mode-decoded): New command.
3657         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3658         (plstore--insert-buffer, plstore--make): New function.
3659         (plstore-open, plstore-save): Simplify by using them.
3660
3661 2011-07-06  Glenn Morris  <rgm@gnu.org>
3662
3663         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3664
3665 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3668         no longer is much used.
3669         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3670         Articles".
3671
3672 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3673
3674         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3675         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3676         `notmuch' backend.
3677
3678 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * mm-decode.el (mm-text-html-renderer): Doc fix.
3681
3682         * gnus-msg.el (gnus-bug): Fix the MML tag.
3683
3684         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3685
3686 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3687
3688         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3689         secondary methods if started with `gnus-no-server'.
3690
3691 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3692
3693         * message.el (message-return-action): Fix typo in docstring.
3694
3695 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3698         bug reports at once.
3699
3700         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3701
3702 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * nndraft.el: Require gnus-group.
3705         (nndraft-request-list): Declare.
3706
3707         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3708         no unread article unless it matches gnus-permanently-visible-groups.
3709
3710         * nndraft.el (nndraft-update-unread-articles): New function.
3711         (nndraft-request-associate-buffer): Use it to update the number of
3712         unread articles for the nndraft groups in the group buffer when saving
3713         or killing a draft message.
3714
3715 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3718         systems to binary before writing and reading the mbox files.
3719
3720         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3721         instead of trying to list them all (bug#8978).
3722
3723 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3724
3725         * pop3.el (pop3-open-server): Use :end-of-capability.
3726
3727 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3730         the id is always a number.
3731
3732         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3733
3734         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3735         debbugs mode, if possible.
3736
3737 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3738
3739         * auth-source.el (auth-source-token-passphrase-callback-function):
3740         Reindent.
3741         (epg-context-operation): Remove unnecessary autoload.
3742
3743 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus.el (gnus-list-debbugs): New command.
3746
3747         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3748         mboxstat instead of the maintbox, since the stat seems to be fuller.
3749
3750         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3751         summary buffers.
3752
3753         * message.el (message-get-reply-headers): Delete all duplicates,
3754         instead of the first.
3755         (message-get-reply-headers): Ensure that we have progress while
3756         deleting duplicates.
3757
3758         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3759         gnus-posting-style value from the summary buffer to make it easier to
3760         make that a per-buffer conf.
3761
3762 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3763
3764         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3765         found by setting `shortcut' in 'query.
3766         (nnir-request-article): Use `shortcut' setting when requesting article
3767         by Message-ID.
3768
3769 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3770
3771         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3772         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3773         Bring the pseudo-headers back too.
3774
3775 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3776
3777         * auth-source.el (auth-source-token-passphrase-callback-function):
3778         Simplify and remove EPA dependency.
3779
3780 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3781
3782         * nnir.el (nnir-request-article): Fix error message text.
3783
3784 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3785
3786         * auth-source.el (plstore-delete): Autoload.
3787         (auth-source-plstore-search): Support delete operation.
3788         * plstore.el (plstore-delete): New function.
3789
3790 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3793         mark actually existing articles as unread rather than the ones that
3794         active asserts.
3795
3796 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3797
3798         * nntp.el (nntp-record-command):
3799         * gnus-util.el (gnus-message-with-timestamp-1):
3800         Use format-time-string rather than decoding time stamps by hand.
3801         This is simpler and insulates the code from potential changes to
3802         current-time format.
3803
3804 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3807
3808 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3809
3810         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3811         (plstore-save): Support public key encryption.
3812         (plstore--init-from-buffer): New function.
3813         (plstore-open): Use it; fix error when opening a non-existent file.
3814         (plstore-revert): Use plstore--init-from-buffer.
3815
3816 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3817
3818         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3819
3820 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3823         for old Emacsen.
3824
3825 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3826
3827         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3828         is not fully working.
3829
3830 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * dgnushack.el: Autoload sha1 on XEmacs.
3833
3834         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3835         quit window configuration.
3836
3837         * auth-source.el (epg-context-set-passphrase-callback):
3838         Remove duplicate autoload.
3839
3840 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3841
3842         * nnir.el (nnir-request-article): Allow requesting articles by
3843         Message-ID with nnimap.
3844
3845         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3846         current server.
3847
3848 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3849
3850         * auth-source.el: Autoload EPA/EPG functions.
3851         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3852         changed when EPA/EPG is not available.
3853         (auth-source-backend): Rename "arg" member to "data".
3854         (auth-source-backend-parse, auth-source-plstore-search)
3855         (auth-source-plstore-create): Use it.
3856
3857 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3858
3859         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3860         `gnus-refer-article-methods'.
3861
3862 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3863
3864         * auth-source.el: Require EPA and EPG.
3865         (auth-source-passphrase-alist): New variable.
3866         (auth-source-passphrase-callback-function)
3867         (auth-source-token-passphrase-callback-function): Callbacks for the
3868         netrc field encryption (GPG tokens).
3869         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3870         Symmetric encryption and decryption of the netrc GPG tokens.
3871         (auth-source-netrc-normalize): Use them, simplifying the closure.
3872
3873 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3876         is available.
3877
3878 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3881         non-nil, and `nnimap-split-methods' is nil, use the former.
3882
3883 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3884
3885         * plstore.el (plstore-revert): New function.
3886         (plstore-open): Use it; hide the buffer from user.
3887
3888 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3889
3890         * auth-source.el (auth-source-backend): New member "arg".
3891         (auth-source-backend-parse): Handle new backend 'plstore.
3892         * plstore.el: New file.
3893
3894 2011-06-30  Glenn Morris  <rgm@gnu.org>
3895
3896         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3897
3898 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3901         expiring articles to.
3902
3903         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3904         variations as ASCII (bug#5458).
3905
3906 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3909
3910 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * message.el (message-point-in-header-p): Tweak the function to default
3913         to saying that we're not in the headers if there is no separator at
3914         all.  This makes it possible to use the Message version of `M-q' in
3915         buffers with no headers (bug#7987).
3916         (message-point-in-header-p): Fix last checkin to work with an empty
3917         mail-header-separator, too.
3918
3919         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3920         again, save the choice via customize.
3921
3922 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3925
3926         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3927         ended the connection, bail out before waiting infinitely on a new
3928         connection.
3929
3930 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3933         reports.
3934
3935         * gnus.el (gnus-bug-package): Use "gnus."
3936         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3937
3938 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * dgnushack.el: Make the timer warning go away on XEmacs.
3941
3942         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3943         animations going on at article exit time.
3944
3945         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3946         since removing it breaks people upgrading.
3947
3948         * shr.el (shr-put-image): Use the new interface for animating images.
3949         (shr-put-image): Animate for 60 seconds.
3950
3951         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3952         avoid compiler warnings.
3953
3954         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3955         error with `find-file-hooks' on Emacs 22.
3956         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3957         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3958         on all architectures.
3959
3960         * spam.el (spam-stat): Require in a normal fashion without binding
3961         `spam-stat-install-hooks' to avoid compilation warnings.
3962
3963         * spam-stat.el (spam-stat-install-hooks): Remove.
3964         (spam-stat-install-hooks): Don't run automatically.
3965
3966 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3967
3968         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3969         and keystroke.
3970
3971 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * auth-source.el (auth-source-netrc-cache): Move forward.
3974
3975 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * proto-stream.el (proto-stream-open-starttls): Use
3978         `gnutls-available-p' to see whether we have built-in support.
3979
3980         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3981         we already know.
3982         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3983         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3984
3985 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3988         %S format, since that looks odd.
3989         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3990         file, especially when saving.
3991
3992 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3993
3994         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3995         article found.
3996
3997 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3998
3999         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4000         `auth-source-save-secrets' with a more sensitive alist that can be
4001         configured per file.  Experimental, so defaults to 'never.
4002         (auth-source-netrc-create): Use it.  Still experimental code.
4003         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4004         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4005
4006 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4007
4008         * auth-source.el (auth-source-save-secrets): New variable to control if
4009         secret tokens should be saved encrypted.
4010         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4011         to `auth-source-netrc-normalize'.
4012         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4013         on the EPA variables being defined.
4014         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4015         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4016         the lexical-let closure.
4017         (auth-source-netrc-create): Create "gpg:" tokens according to
4018         `auth-source-save-secrets'.
4019
4020 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-group.el (gnus-group-update-group): Add new argument
4023         `info-unchanged' that stops updating dribble buffer.
4024
4025         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4026         deletes lines matching to it in dribble buffer.
4027
4028         * gnus-agent.el (gnus-agent-fetch-group-1):
4029         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4030         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4031         * gnus-start.el (gnus-group-change-level):
4032         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4033
4034         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4035         if newsgroup info is not changed.
4036
4037         * gnus-group.el (gnus-group-get-new-news-this-group):
4038         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4039         Don't update dribble buffer.
4040
4041 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4044         remove entries with groups we ignore.
4045
4046 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4049         the underline comes at the bottom.
4050
4051 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4054         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4055         (gnus-registry-article-marks-to-names): Rename from
4056         `gnus-registry-user-format-function-M2'.
4057
4058 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4061         ephemeral group.
4062
4063 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * shr.el (shr-browse-image): Copy the URL if called interactively.
4066
4067 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4070         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4071         done, then unselected articles may be marked as read.
4072
4073         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4074         since not doing this seems to lead to a race condition in pop3-logon.
4075
4076         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4077         so that the call chain it correct when we call "upwards".
4078
4079         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4080         in read-only groups.
4081
4082         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4083
4084         * message.el (message-cite-reply-position): Doc string fix.
4085
4086         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4087         avoid regexp overflow.
4088         (nnimap-transform-split-mail): Ditto.
4089
4090         * pop3.el (pop3-retr): Error out if the server closes the connection.
4091
4092 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4093
4094         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4095         mm-with-unibyte-current-buffer.  The buffer should not contain any
4096         multibyte chars anyway at this stage.
4097
4098 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4101         at the end of lines.
4102
4103 2011-05-29  Julien Danjou  <julien@danjou.info>
4104
4105         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4106
4107 2011-05-27  Glenn Morris  <rgm@gnu.org>
4108
4109         * gnus-group.el (gnus-bug-group-download-format-alist):
4110         Use the "maintainer" version of debian reports as well.
4111
4112 2011-05-26  Glenn Morris  <rgm@gnu.org>
4113
4114         * gnus-group.el (gnus-bug-group-download-format-alist):
4115         Use the "maintainer" version of debbugs.gnu.org reports.
4116
4117 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4120
4121 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4122
4123         * gnus-cus.el (gnus-agent-customize-category):
4124         * gnus-delay.el (gnus-delay-send-queue):
4125         * gnus.el (gnus-other-frame):
4126         Don't quote lambda expressions with `quote'.
4127
4128 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4131         the thread moves us backwards and so we loop forever.
4132
4133 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4136         whitespace in base64 data lines.
4137
4138 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4139
4140         * gnus-registry.el (gnus-registry-user-format-function-M):
4141         Use `mapconcat'.
4142         (gnus-registry-user-format-function-M2): Use to see the full text of
4143         the marks.  Make "," the mark text separator.
4144
4145         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4146         authentication with auth-source.
4147
4148 2011-05-17  Glenn Morris  <rgm@gnu.org>
4149
4150         * gnus-group.el (gnus-import-other-newsrc-file):
4151         Use insert-file-contents.
4152
4153 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4154
4155         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4156         1000 iterations.
4157
4158 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * nntp.el (nntp-open-connection): Check if process-type is available.
4161
4162 2011-05-16  Julien Danjou  <julien@danjou.info>
4163
4164         * shr.el (shr-tag-del): Add support for del tag.
4165
4166 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * gnus-html.el (gnus-html-put-image): Register a displayer.
4169
4170         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4171
4172 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4173
4174         * registry.el (prune-factor): New initialization parameter defaulting
4175         to 0.1.
4176         (registry-prune-hard): Use it.
4177
4178         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4179         0.1 expicitly.
4180
4181 2011-05-13  Glenn Morris  <rgm@gnu.org>
4182
4183         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4184         is bound, since this function requires sendmail.
4185
4186 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4187
4188         * registry.el (registry-usage-test): Disable pruning test.
4189
4190 2011-05-11  David Engster  <dengste@eml.cc>
4191
4192         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4193         Bind set-network-process-option for XEmacs.
4194
4195 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4196
4197         * registry.el (registry-prune-hard-candidates)
4198         (registry-prune-soft-candidates): Helper methods for registry pruning.
4199         (registry-prune): Use them.  Make the sort function optional.
4200
4201 2011-05-10  Jim Meyering  <meyering@redhat.com>
4202
4203         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4204
4205 2011-05-10  Julien Danjou  <julien@danjou.info>
4206
4207         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4208         symbol and not a list.
4209
4210 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * gnus-art.el (gnus-article-mode): Move binding of
4213         shr-put-image-function here from gnus-article-prepare-display.
4214
4215         * shr.el (shr-put-image-function): New variable.
4216         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4217         (shr-put-image): Return scaled image.
4218
4219         * gnus-art.el (gnus-shr-put-image): New function.
4220         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4221
4222         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4223         original ones, as deletable.
4224
4225 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4226
4227         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4228
4229 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4230
4231         * registry.el (registry-full): Add convenience method.  Fix logic.
4232         (registry-insert): Use it.  Fix logic here too.
4233
4234         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4235         `registry-prune' if `registry-full' returns t.
4236         (gnus-registry-handle-action)
4237         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4238         (gnus-registry-usage-test): Use it.
4239
4240 2011-05-07  Julien Danjou  <julien@danjou.info>
4241
4242         * shr.el (shr-link): Make shr-link inherit from link by default.
4243
4244 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4245
4246         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4247
4248 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4249
4250         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4251         error out because the face is not a list.
4252
4253 2011-05-05  Glenn Morris  <rgm@gnu.org>
4254
4255         * proto-stream.el (gnutls-negotiate): Fix declarations.
4256
4257         * gnus-start.el (gnus-propagate-marks): Declare.
4258
4259 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4260
4261         * registry.el (registry-reindex): Fix percentage message.
4262
4263         * proto-stream.el (network-stream-open-starttls): Adjust to call
4264         `gnutls-negotiate' with :process and :hostname arguments.
4265
4266 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4267
4268         * shr.el: Add shr-link face for links.
4269         (shr-urlify): Use it.
4270
4271         * registry.el (registry-insert): Make error message more helpful.
4272
4273 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274
4275         * gnus-html.el (gnus-html-schedule-image-fetching):
4276         Use url-queue-retrieve, if it exists.
4277
4278         * shr.el (shr-tag-img): Ditto.
4279
4280         * gnus.el: Autoload more gnus-agent functions.
4281
4282         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4283         agent if we haven't already (bug#8502).
4284
4285         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4286         into the Agent, too.
4287
4288         * gnus-agent.el (gnus-agent-store-article): New function.
4289
4290         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4291         and moved from that file for reuse.
4292
4293         * pop3.el (pop3-open-server): Error messages are "-ERR".
4294
4295 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4298         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4299
4300 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4301
4302         * gnus.el: No Gnus v0.17 is released.
4303
4304 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4305
4306         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4307         buffer has moved to a different frame.
4308
4309 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4312         to get the conversion from unibyte to multibyte buffers to work on
4313         Emacs 22.
4314
4315         * nntp.el (nntp-request-article): Slight clean-up.
4316
4317 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * shr.el (shr-strike-through): New face.
4320         (shr-tag-s): Use it to provide <s> support.
4321         (shr-tag-s): Remove duplicate definition.
4322
4323 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4324
4325         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4326         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4327
4328 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4331         `gnutls-negotiate'.
4332         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4333
4334 2011-04-23  Glenn Morris  <rgm@gnu.org>
4335
4336         * gnus-sum.el (gnus-extra-headers): Bump :version.
4337
4338 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * shr.el (shr-tag-sup): New function.
4341         (shr-tag-sub): Ditto.
4342
4343 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4346         for the case where `gnus-registry-ignored-groups' is a list of lists,
4347         and don't call `gnus-parameter-registry-ignore' otherwise.
4348
4349 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4350
4351         * nnimap.el (nnimap-user): New backend variable.
4352         (nnimap-open-connection-1): Use it.
4353         (nnimap-credentials): Accept user parameter so it's explicit what user
4354         name is desired.
4355
4356         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4357         default.
4358
4359         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4360         not gnus-registry.el.
4361
4362         * gnus-registry.el: Mention in comments how to modify
4363         `gnus-extra-headers' for proper recipient tracking and that it may
4364         already have To and Cc recently, which it does as of this commit.
4365         (gnus-registry-ignored-groups): Remove defcustom.
4366         Explain why in comments.
4367         (gnus-registry-action): Fix data-header reference to use the extra
4368         headers.  Explain in package commentary how to add To and Cc headers to
4369         the gnus-extra-headers.
4370         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4371         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4372         parameter list or a string list in `gnus-registry-ignored-groups'.
4373         Fix logic error.
4374
4375 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4376
4377         * shr.el (shr-expand-url): Protect against null urls.
4378
4379 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * shr.el (shr-base): New binding.
4382         (shr-tag-base): Keep track of <base>.
4383         (shr-expand-url): New function used throughout.
4384
4385 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4386
4387         * gnus-registry.el
4388         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4389         (gnus-registry-ignored-groups): New variable.
4390         (gnus-registry-ignore-group-p): Use it.
4391         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4392         set the destination group to nil (same as delete) if it's ignored.
4393
4394 2011-04-20  David Engster  <dengste@eml.cc>
4395
4396         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4397
4398         * Makefile.in (test-nntp): New rule.
4399         (check): Add it.
4400         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4401
4402 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-registry.el (gnus-registry-action)
4405         (gnus-registry-fetch-header-fast):
4406         Don't use mail-header that looks an internal function of mailheader.el.
4407
4408 2011-04-19  Glenn Morris  <rgm@gnu.org>
4409
4410         * time-date.el (time-to-days): Remove unused local variables.
4411
4412 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-registry.el: Eliminate cl functions.
4415         (gnus-registry-sort-addresses): New function that replaces mapcan.
4416         (gnus-registry-action, gnus-registry-spool-action)
4417         (gnus-registry-split-fancy-with-parent)
4418         (gnus-registry-fetch-recipients-fast): Use it.
4419         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4420
4421         * registry.el (initialize-instance, registry-lookup)
4422         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4423         (registry-lookup-secondary-value, registry-search, registry-delete)
4424         (registry-insert, registry-reindex, registry-size, registry-prune):
4425         Use eval-and-compile.
4426
4427 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4428
4429         * registry.el (registry-reindex): New method to recreate the secondary
4430         registry indices.
4431
4432         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4433         tracked field changes.
4434         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4435         (gnus-registry-action, gnus-registry-spool-action)
4436         (gnus-registry-handle-action)
4437         (gnus-registry--split-fancy-with-parent-internal)
4438         (gnus-registry-split-fancy-with-parent)
4439         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4440         move, and delete actions, and for fancy splitting with parent.
4441         (gnus-registry-extract-addresses)
4442         (gnus-registry-fetch-recipients-fast)
4443         (gnus-registry-fetch-header-fast): Convenience functions.
4444         (gnus-registry-misc-test): ERT test of
4445         `gnus-registry-extract-addresses'.
4446
4447 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4448
4449         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4450         Track by subject first, then sender.
4451
4452 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4453
4454         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4455
4456         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4457         Lisp.
4458
4459         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4460         (gnus-draft-send): Use it to avoid popping
4461         up frames from gnus-group-send-queue.
4462
4463 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * gnus-registry.el: Updated gnus-registry docs.
4466
4467 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4468
4469         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4470         Fix logic bug.
4471         (gnus-registry-post-process-groups): Fix logging of no results and
4472         quote sender and subject.
4473
4474 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4477         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4478         gnutls-cli are too slow to be done opportunistically.
4479
4480         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4481         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4482         we had no early-data returned.
4483         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4484         two async commands to the same server at the same time.
4485
4486 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4487
4488         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4489
4490 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491
4492         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4493         "warning" level.
4494
4495         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4496         (mm-url-insert-file-contents): Don't set the package names.
4497
4498 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4499
4500         * gnus-registry.el (gnus-registry-action): Remove properties and
4501         simplify subject in `gnus-registry-handle-action'.
4502         (gnus-registry-spool-action): Get subject and sender from message if
4503         they are not passed in.
4504         (gnus-registry-handle-action): Remove properties and simplify subject
4505         consistently.
4506
4507 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4508
4509         * registry.el: Require CL before using defmacro*.
4510
4511 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-art.el (article-treat-date): Assume that
4514         gnus-article-date-headers may be a group parameter.
4515
4516 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4517
4518         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4519
4520         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4521         interactively so the newsrc file can contain foreign groups too.
4522         Useful for debugging but not much for users.
4523
4524 2011-04-07  David Engster  <dengste@eml.cc>
4525
4526         * registry.el (registry-usage-test): Only do
4527         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4528         lexical binding.
4529
4530 2011-04-07  David Engster  <dengste@eml.cc>
4531
4532         * Makefile.in (check, test-registry): New rules for test-suite.
4533
4534 2011-04-06  David Engster  <dengste@eml.cc>
4535
4536         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4537         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4538
4539 2011-04-06  David Engster  <dengste@eml.cc>
4540
4541         * registry.el (initialize-instance): Change :after to :AFTER to be
4542         compatible with old EIEIO version in XEmacs.
4543
4544 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4545
4546         * gnus-registry.el (gnus-registry-post-process-groups)
4547         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4548         and provide better messaging.
4549
4550 2011-04-06  David Engster  <dengste@eml.cc>
4551
4552         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4553         errors.
4554
4555         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4556         dgnushack-compile with error-on-warn enabled, and to signal an error if
4557         clean compilation failed.
4558         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4559         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4560
4561 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4562
4563         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4564         unconditionally anyway, discarding errors.
4565         (gnus-registry-delete-entries): New convenience function.
4566         (gnus-registry-import-eld): Import from old .eld registry.
4567
4568         * registry.el: Don't use ERT if it's not available.  Load it
4569         unconditionally anyway, discarding errors.
4570
4571         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4572         version from the Claudio Bley GnuTLS patch (extra optional parameters
4573         and host name).
4574
4575 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4576
4577         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4578         fixup the parameters that can be customized by the user between
4579         save/read cycles.
4580         (gnus-registry-read): Use it.
4581         (gnus-registry-make-db): Use it.
4582         (gnus-registry-spool-action, gnus-registry-handle-action):
4583         Fix messaging.
4584         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4585         Map references to actual group names with sender and subject tracking.
4586         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4587         (gnus-registry-usage-test): Add subject lookup test.
4588
4589         * registry.el (registry-db, initialize-instance): Set up constructor
4590         instead of :initform arguments for the sake of older Emacsen.
4591         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4592         pre-lexbind merge bug.
4593         (registry-usage-test): Use it.
4594         (initialize-instance, registry-db): Move the non-function initforms
4595         back to the class definition.
4596
4597 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * registry.el: New library to manage gnus-registry-style data.
4600
4601         * gnus-registry.el: Use it (major rewrite).
4602
4603         * nnregistry.el: Use it.
4604
4605         * spam.el: Use it.
4606
4607 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4610         marks on non-selected articles.
4611
4612 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4613
4614         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4615         parameter to open-protocol-stream.
4616
4617 2011-04-01  Julien Danjou  <julien@danjou.info>
4618
4619         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4620         fundamental-mode.
4621
4622 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623
4624         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4625         servers.
4626
4627 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4630         made marks not propagate, again.
4631
4632 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4633
4634         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4635         Make this the default type.
4636         (proto-stream-open-plain): Rename from proto-stream-open-default.
4637         (open-protocol-stream, proto-stream-open-starttls)
4638         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4639         with `plain'.
4640
4641         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4642         value.
4643
4644         * nntp.el (nntp-open-connection-function): Document the fact that some
4645         values are not functions but are instead handled specially.
4646         Recognize nntp-open-plain-stream value.
4647         (nntp-open-connection): Recognize that value.
4648
4649 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4650
4651         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4652         where it seems to be needed.
4653
4654 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4657         stuff.
4658
4659         * gnus-score.el (gnus-score-string): Fix calling convention of
4660         `gnus-simplify-buffer-fuzzy' after last patches.
4661
4662         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4663         server for articles we didn't get any headers for.  This is a sanity
4664         check.
4665
4666 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4667
4668         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4669         new CAPABILITY, use it.
4670
4671 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4674         downloading anything.
4675
4676         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4677
4678 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4679
4680         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4681         colors.
4682         (gnus-splash-svg-color-symbols): New function.
4683
4684 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685
4686         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4687         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4688         (gnus-simplify-subject-fuzzy): Use the local
4689         gnus-simplify-subject-fuzzy-regex instead of the global one.
4690         This makes using this variable in group parameters work.
4691
4692 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * gnus-registry.el (gnus-registry-unfollowed-groups):
4695         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4696         archive:sent-YYYY-MM-DD groups).
4697         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4698         tracking if there are more than `gnus-registry-max-track-groups'
4699         matches.
4700
4701 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4702
4703         * message.el (message--yank-original-internal): New function to do the
4704         insertion cleanly inside eval in `message-yank-original'.
4705         (message-yank-original): Use it.
4706
4707 2011-03-29  Julien Danjou  <julien@danjou.info>
4708
4709         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4710         local variables disabled rather than `normal-mode'.
4711
4712 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4713
4714         * imap.el (imap-shell-open, imap-process-connection-type):
4715         Use imap-process-connection-type for 'shell' streams as well as
4716         Kerberos, SSL, other subprocesses.
4717
4718 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4719
4720         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4721         with open-network-stream.
4722         (proto-stream-always-use-starttls): Option removed.
4723         (open-protocol-stream): Return a process object by default.  Provide a
4724         new parameter :return-list specifying a list-type return value, which
4725         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4726         :type `network' to `try-starttls', and `network-only' to `default'.
4727         Make `default' the default, for compatibility with open-network-stream.
4728         Handle the no-parameter case exactly as open-network-stream, with no
4729         additional stream processing.  Search plists using plist-get.
4730         Explicitly add :end-of-commend parameter if it is missing.
4731         (proto-stream-open-default): Rename from
4732         proto-stream-open-network-only.  Return 'default as the type.
4733         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4734         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4735         failed.  Always return a list with a (possibly dead) process as the
4736         first element, for compatibility with open-network-stream.
4737         (proto-stream-open-tls): Use plist-get.  Always return a list.
4738         (proto-stream-open-shell): Return `default' as connection type.
4739         (proto-stream-capability-open): Use plist-get.
4740         (proto-stream-eoc): Function deleted.
4741
4742         * nnimap.el (nnimap-stream, nnimap-open-connection)
4743         (nnimap-open-connection-1): Handle renaming of :type parameter for
4744         open-protocol-stream.
4745         (nnimap-open-connection-1): Pass a :return-list parameter
4746         open-protocol-stream to obtain a list return value.  Parse this list
4747         using plist-get.
4748
4749         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4750         for open-protocol-stream.  Accept open-protocol-stream return value
4751         that is a subprocess object instead of a list.  Handle the case of a
4752         dead returned process.
4753
4754 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4755
4756         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4757
4758         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4759
4760 2011-03-21  Julien Danjou  <julien@danjou.info>
4761
4762         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4763         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4764         query.
4765         (mm-inline-text): Render normal text with fontification whenever
4766         possible.
4767
4768         * gnus-sum.el (gnus-summary-save-parts-1):
4769         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4770         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4771         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4772         Use `mm-handle-filename'.
4773
4774         * mm-util.el (mm-handle-filename): New function, return the filename of
4775         an handle.
4776
4777 2011-03-18  Julien Danjou  <julien@danjou.info>
4778
4779         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4780         (gnus-buffer-live-p): Check that buffer is not nil.
4781
4782 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4783
4784         * gnus.el: No Gnus v0.15 is released.
4785
4786 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4789         avoid warning on XEmacs.
4790
4791         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4792         on XEmacs.
4793
4794         * gnus-art.el: Require mouse, which the build bot seems to say is
4795         needed.
4796
4797         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4798
4799         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4800         XEmacs, since it doesn't have url-retrieve-synchronously.
4801
4802         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4803         since assoc-string doesn't exist in XEmacs.
4804
4805 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4806
4807         * gnus-group.el (gnus-group-list-ticked): New function.
4808         (gnus-group-make-menu-bar): Provide a menu entry for it.
4809         (gnus-group-list-map): Provide a binding for it.
4810
4811 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * shr.el (shr-visit-file): New command.
4814
4815         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4816
4817 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4818
4819         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4820         servers.
4821
4822 2011-03-16  Julien Danjou  <julien@danjou.info>
4823
4824         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4825         inline.
4826
4827         * gnus-art.el (article-hide-list-identifiers):
4828         Use gnus-group-get-list-identifiers.
4829
4830         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4831         (gnus-summary-remove-list-identifiers):
4832         Use gnus-group-get-list-identifiers to get regexp.
4833         (gnus-select-newsgroup, gnus-summary-insert-subject)
4834         (gnus-summary-insert-articles):
4835         Call gnus-summary-remove-list-identifiers unconditionally.
4836
4837 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4840         we're selecting a group with unread articles.
4841
4842         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4843
4844         * gssapi.el: New file separated out from imap.el to provide a general
4845         Kerberos 5 connection facility for Emacs.
4846
4847         * message.el (message-elide-ellipsis): Document the format spec
4848         ellipsis.
4849
4850 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4851
4852         * message.el (message-elide-region): Allow the ellipsis to say how many
4853         lines were removed.
4854
4855 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4858         window configurations containing buffers that are now dead.
4859
4860         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4861         parsing to avoid integer overflows.
4862         (nnimap-parse-flags): Simplify the last change.
4863         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4864         too large for 32-bit Emacsen.
4865
4866 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4867
4868         * auth-source.el (auth-source-netrc-create):
4869         * message.el (message-yank-original): Fix use of `case'.
4870
4871 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4872
4873         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4874         XEmacs, which was one character too wide.
4875
4876 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4877
4878         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4879         default number of articles to display.
4880         (gnus-articles-to-read): Use pretty names for prompt.
4881
4882 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * gnus-int.el (gnus-open-server): Ditto.
4885
4886         * gnus-start.el (gnus-activate-group): Give a backtrace if
4887         debug-on-quit is set and the user hits `C-g'.
4888         (gnus-read-active-file): Ditto.
4889
4890         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4891
4892 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4893
4894         * message.el (message-yank-original): Use cond instead of CL case.
4895
4896 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4897
4898         * auth-source.el (auth-source-netrc-create): Use usual format for the
4899         default in prompts.
4900
4901 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * lpath.el: Fbind read-char-choice for XEmacs.
4904
4905 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * auth-source.el (auth-source-netrc-create): Show the default in the
4908         prompt when prompting for token creation.
4909
4910 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4911
4912         * auth-source.el (auth-source-format-prompt): Always convert the value
4913         to a string to avoid evaluating non-string arguments.
4914         (auth-source-netrc-create): Offer default properly, not as initial
4915         content in `read-string'.
4916         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4917         of line to determine if we've been run before.  If so, don't run again,
4918         but print a trivial message to indicate the cache was hit instead.
4919
4920 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4923         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4924         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4925         Gnus.
4926
4927 2011-03-11  Julien Danjou  <julien@danjou.info>
4928
4929         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4930         modified file".
4931
4932 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         * auth-source.el (auth-source-read-char-choice): New function to read a
4935         character choice using `dropdown-list', `read-char-choice', or
4936         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4937         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4938         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4939         (auth-source-netrc-saver): Use it.
4940         (auth-source-pick-first-password): New convenience function.
4941
4942 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4945         parameter in the credentials.
4946         (nnimap-open-connection-1): Use it after a successful login.
4947         (nnimap-credentials): Add IMAP-specific user and password prompt.
4948
4949         * auth-source.el (auth-source-search): Add :require parameter, taking a
4950         list.  Document it and the :save-function return token.  Pass :require
4951         down.  Change the CREATED message from a warning to a debug statement.
4952         (auth-source-search-backends): Pass :require down.
4953         (auth-source-netrc-search): Pass :require down.
4954         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4955         Change save prompt to indicate all modifications saved here are
4956         deletions.
4957         (auth-source-netrc-create): Take user login name as default in user
4958         prompt.  Move all the save functionality to a lexically bound function
4959         under the :save-function token in the returned list.  Set up clearer
4960         default prompts for user, host, port, and secret.
4961         (auth-source-netrc-saver): New function, intended to be wrapped for
4962         :save-function.
4963
4964 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4967         lines to be spaces instead.
4968
4969 2011-03-07  Julien Danjou  <julien@danjou.info>
4970
4971         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4972         (sieve-sasl-auth): Check that auth-source-search did return something,
4973         or just return an empty string.
4974
4975 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4976
4977         * gnus.el (gnus-interactive): Use read-directory-name.
4978
4979         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4980         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4981         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4982         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4983         Likewise.
4984
4985         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4986
4987 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4988
4989         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4990         onto the list of killed groups, too.  This makes killed nnimap groups,
4991         for instance, more reliably not reappear.
4992
4993         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4994         the parent.
4995
4996         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4997
4998         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4999         really have server-side marks.
5000
5001         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5002         since most backends do not usefully have server-side marks.
5003         (gnus-update-read-articles): Propagate marks to all backends that
5004         really have server-side marks.
5005
5006 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5007
5008         * message.el (message-cite-reply-position, message-cite-style):
5009         New variables.
5010         (message-yank-original): Use the new citation styles.
5011
5012 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5013
5014         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5015         buffer-local issue); don't mark it buffer-local when running under
5016         XEmacs.
5017
5018 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5019
5020         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5021         numbers too big to be `read'.
5022
5023 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5024
5025         * password-cache.el (password-in-cache-p): Add autoload.
5026
5027         * message.el (message-options): Make buffer-local two ways to attempt
5028         to fix a XEmacs bug.
5029
5030 2011-03-02  Julien Danjou  <julien@danjou.info>
5031
5032         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5033
5034 2011-03-01  Julien Danjou  <julien@danjou.info>
5035
5036         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5037         group.
5038         (article-hide-list-identifiers): Use list-identifier group parameter.
5039
5040 2011-02-28  Julien Danjou  <julien@danjou.info>
5041
5042         * sieve.el (sieve-buffer-script-name): New local variable to store
5043         sieve script name.
5044         (sieve-edit-script): Store sieve script name.
5045         (sieve-upload): Use sieve script name when uploading.
5046         (sieve-upload): Use substitute-command-keys.
5047         (sieve-edit-script): Use substitute-command-keys.
5048         (sieve-refresh-scriptlist): Use substitute-command-keys.
5049         (sieve-manage-mode-map): Define keymap properly.
5050         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5051         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5052         Remove commented code about cvs.
5053         (sieve-manage-quit): New function.
5054         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5055
5056 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5059
5060 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5061
5062         * auth-source.el (auth-source-search): Cache empty result sets.
5063
5064         * password-cache.el (password-in-cache-p): Convenience function to
5065         check if a key is in the cache, even if the value is nil.
5066
5067         * auth-source.el (auth-source-save-behavior): New variable to replace
5068         `auth-source-never-create'.
5069         (auth-source-netrc-create): Use it.
5070         (auth-source-never-save): Remove.
5071
5072 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5073
5074         * nnimap.el (nnimap-stream): Doc fix.
5075         (nnimap-open-connection-1): Reverse the order of the ports to that the
5076         prompted-for port is first.
5077
5078         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5079         retrieval by the no-group selection.
5080
5081         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5082         numerical parameters.
5083
5084 2011-02-25  Julien Danjou  <julien@danjou.info>
5085
5086         * gnus-gravatar.el: Use gnus-with-article-buffer.
5087
5088         * gnus-art.el (gnus-with-article-buffer): Check that the
5089         gnus-article-buffer is alive.
5090
5091 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5092
5093         * auth-source.el (auth-source-creation-prompts): New variable to manage
5094         creation-time prompts.
5095         (auth-source-search): Document it.
5096         (auth-source-format-prompt): Add utility function.
5097         (auth-source-netrc-create): Don't default the user name to
5098         user-login-name.  Use `auth-source-creation-prompts' and some default
5099         prompts for user, host, port, and password (the default generic prompt
5100         remains ugly).
5101         (auth-source-never-save): Add customizable option to never save info.
5102         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5103         mode excursion.
5104
5105 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5108         argument that XEmacs doesn't support.
5109
5110         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5111         compiled for Emacsen having no `libxml-parse-html-region' support.
5112
5113         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5114
5115         * lpath.el: Bind buffer-save-without-query for XEmacs.
5116
5117 2011-02-23  Julien Danjou  <julien@danjou.info>
5118
5119         * gnus-art.el (article-make-date-line): Ignore errors if time is
5120         invalid and not convertible.
5121         (article-make-date-line): Only add lapsed time if time is not nil.
5122
5123 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5124
5125         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5126         `read-char-choice' for backwards compatibility.
5127         (auth-source-netrc-element-or-first): New function to DTRT for
5128         parameter extraction.
5129         (auth-source-netrc-create): Use it and fix multiple parameter print
5130         bug.  Use the default passed from above (given-default) or the
5131         built-in (user-login-name for :user).
5132
5133 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5134
5135         * gnus-start.el (gnus-dribble-read-file):
5136         Set buffer-save-without-query, since we always want to save the dribble
5137         file, probably.
5138
5139         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5140         nnimap.
5141
5142         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5143         -summary- since it's a user-visible variable.
5144
5145         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5146         first time you use the new Gnus.
5147
5148 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * auth-source.el: Don't load netrc.el.
5151         (auth-sources): Search ~/.netrc as well by default.
5152         (auth-source-debug): Add 'trivia option for extra output.
5153         (auth-source-do-trivia): Use it.
5154         (auth-source-search): Simplify logic to use
5155         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5156         appropriate.  Don't keep a running count at this level.  Layer :create
5157         and :delete options appropriately on the first and second passes.
5158         Don't track the backend with the search results.
5159         (auth-source-search-backends): New function to search a list of
5160         backends for a processed spec.
5161         (auth-source-netrc-parse): Cache all netrc files, making
5162         auth-source-netrc-cache an alist keyed by the file name and using the
5163         file mtime as the caching criterion.  Keep the obfuscated data secret
5164         with a lexical bind.
5165         (auth-source-netrc-search): Don't calculate the length of the results
5166         unnecessarily.
5167         (auth-source-search-backends): Fix bug.
5168         (auth-source-netrc-create): Rework prompts.
5169
5170 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5171
5172         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5173         Lower case names of search constraints.
5174         (nnir-run-query): Cache and reuse search constraints for all imap
5175         servers.
5176
5177 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5178
5179         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5180         after exit.
5181         (gnus-setup-message): Define missing variable from last checkin.
5182
5183         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5184         value, show the raw article.
5185
5186 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5187
5188         * gnus.el: No Gnus v0.13 is released.
5189
5190 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5191
5192         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5193         auth-source now accepts numbers.
5194
5195         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5196         spec, too.
5197         (auth-source-ensure-strings): New function.
5198
5199         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5200         (gnus-article-setup-buffer): Always restart the date timer so that user
5201         changes to the frequency is respected.
5202
5203         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5204         port numbers, so make sure it gets that if nnimap-server-port is
5205         explicit.
5206
5207 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5208
5209         * nnimap.el (nnimap-inbox): Doc fix.
5210
5211 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5212
5213         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5214         Autoload.  Add optional arg FRAME, and pass it to color-values.
5215         (color-complement): Caller changed.  Doc fix.
5216         (color-gradient): Rewrite for better clarity and efficiency.
5217
5218 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5219
5220         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5221         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5222         color-lab-to-srgb.
5223
5224 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5225
5226         * color.el: First part of merge from hexrgb.el.
5227         (color-rgb-to-hex): Rename from color-rgb->hex.
5228         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5229         saturation to zero if the value is too small.
5230         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5231         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5232         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5233         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5234         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5235         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5236         (color-cie-de2000): Doc fix.
5237
5238 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5239
5240         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5241         given method as in the group name if we're using an extended method.
5242         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5243         command, if we're using that, instead of waiting for the beginning.
5244
5245         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5246         we're sure to get unique server names, and we don't output two async
5247         commands in the same buffer.  This fixes an NNTP hang for some users.
5248
5249 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5250
5251         * gnus.el: No Gnus v0.11 is released.
5252
5253 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5254
5255         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5256         summary buffer before reading going to the next buffer.  This avoids
5257         putting the point in the group buffer if you `C-g' the command.
5258
5259         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5260         cache (for now) to make ~/.authinfo.gpg files usable.
5261
5262         * nnfolder.el (copyright-update): Define for the compiler.
5263
5264         * auth-source.el (auth-source-search): Fix unbound variable.
5265
5266 2011-02-19  Glenn Morris  <rgm@gnu.org>
5267
5268         * gnus.el (gnus-meta): Doc fix.
5269
5270 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5271
5272         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5273         in case it's not yet loaded.
5274
5275 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5276
5277         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5278         line we're waiting for.
5279
5280 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5281
5282         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5283         face with line-width greater than zero will cause RET in gnus summary
5284         buffer to scroll down article page-wise because auto vscroll happens,
5285         it should be temporally disabled when doing a scroll-up.
5286
5287 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5288
5289         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5290         outputs from the server.
5291
5292 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5293
5294         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5295         later so that bbdb can hook in easier.
5296
5297 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5298
5299         * auth-source.el (auth-source-search): Don't try to create credentials
5300         if the caller doesn't want that.
5301         (auth-source-search): If we don't find a match, don't bug out on
5302         non-bound variables.
5303         (auth-source-search): Only ask a single backend to create the
5304         credentials.
5305
5306         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5307         logging.
5308         (nnimap-credentials): Protect against auth-source-search returning nil.
5309         (nnimap-request-list): Protect against not being able to open the
5310         server.
5311
5312 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5313
5314         * auth-source.el (auth-source-search): Do a two-phase search, one with
5315         no :create to get the responses from all backends.
5316
5317         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5318         when getting credentials.
5319
5320         * gnus-util.el (gnus-delete-duplicates): New function.
5321
5322 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5325         a creation default, pass the whole port list down.  It will be
5326         completed.
5327
5328         * auth-source.el (auth-source-search): Updated docs to talk about
5329         multiple creation choices.
5330         (auth-source-netrc-create): Accept a list as a value (from the search
5331         parameters) and do completion on that list.  Keep a separate netrc line
5332         with the password obscured for showing the user.
5333
5334         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5335         first choice to `auth-source-search' so it will be used for entry
5336         creation instead of the server's Gnus-specific name.
5337         (nnimap-credentials): Rely on the auth-source library to select which
5338         port is actually wanted in the new netrc entry, so don't override
5339         `auth-source-creation-defaults'.
5340
5341         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5342         :protocol and accept a missing user, host, or port as a wildcard match.
5343         (auth-source-debug): Default to off.
5344
5345         (auth-source-netrc-search, auth-source-netrc-create)
5346         (auth-source-secrets-search, auth-source-secrets-create)
5347         (auth-source-user-or-password, auth-source-backend, auth-sources)
5348         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5349         instead of :protocol.
5350
5351         * nnimap.el (nnimap-credentials): Pass a port default to
5352         `auth-source-search' in case an entry needs to be created.
5353         (nnimap-open-connection-1): Use :port instead of :protocol.
5354
5355 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * auth-source.el: Bind load-path when loading EIEIO from
5358         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5359         21.4 doesn't support, to `require'.
5360         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5361         delete-dups that is not available in XEmacs 21.4.
5362
5363 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5364
5365         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5366         as EIEIO must also be loaded when auth-source.el is being
5367         byte-compiled.
5368
5369 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5372
5373         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5374
5375         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5376
5377         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5378
5379         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5380
5381         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5382
5383         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5384
5385         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5386         necessary.
5387
5388 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5389
5390         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5391         nil means that nnimap doesn't get updated.
5392
5393 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5394
5395         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5396         result when the user doesn't want to write to the file.
5397         (auth-source-netrc-search): Expect a synthetic result and proceed
5398         accordingly.
5399         (auth-source-cache-expiry): New variable to override
5400         `password-cache-expiry'.
5401         (auth-source-remember): Use it.
5402
5403         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5404         parameter.  Create entry if necessary by using :create t.
5405         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5406
5407 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5408
5409         * auth-source.el (auth-source-debug): Enable by default and don't
5410         mention the obsolete `auth-source-hide-passwords'.
5411         (auth-source-do-warn): New function to debug unconditionally.
5412         (auth-source-do-debug): Use it.
5413         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5414         and for Secrets API entries when the secrets.el library is not
5415         available.
5416
5417 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5418
5419         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5420         (gnus-summary-exit): Kill the correct article buffer on exit from a
5421         `C-d' group.
5422
5423         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5424         gnus-propagate-marks.
5425
5426         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5427         before killing the buffers so that a non-full window conf gets handled
5428         correctly.
5429         (gnus-summary-exit): Ditto.
5430         (gnus-summary-read-group-1): Ditto.
5431
5432         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5433         async code again so that we can debug it properly.
5434
5435         * message.el (message-reply): Take an optional switch-buffer parameter
5436         so that Gnus window confs are respected better.
5437
5438 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5441         `plist-get' to accept non-list parameters (XEmacs issue).
5442         Fix docstring.
5443         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5444         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5445         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5446         Login collection is "Login" and not "login".
5447
5448 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5449
5450         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5451         multiple headers.
5452
5453         * nnimap.el (nnimap-inhibit-logging): New variable.
5454         (nnimap-log-command): Don't log login commands.
5455
5456         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5457         to have more parameters.
5458
5459         * nnimap.el (nnimap-send-command): Mark the command time for each
5460         command, so that we don't get NOOPs stepping on our toes.
5461
5462         * gnus-art.el (article-date-ut): Get the date from the Date header on
5463         `t'.
5464
5465 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * auth-source.el (auth-source-search): Use copy-sequence instead of
5468         the cl.el copy-list.
5469
5470 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5471
5472         * imap.el: Bring it back (revert
5473         84d800cd31de3064f0ed39617d725709a2f8f42f).
5474
5475 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5476
5477         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5478         Improve prompt.
5479
5480 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5481
5482         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5483         washing status from the default format.  It isn't very informative.
5484
5485 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5486
5487         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5488         Fix Gcc processing on imap.
5489
5490 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * imap.el: Remove file.  All the functionality is in nnimap.el.
5493
5494 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5495
5496         * message.el (message-bury): Don't pop up a new window when selected
5497         window is dedicated.
5498
5499 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5500
5501         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5502
5503 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5504
5505         * sieve-manage.el: Autoload `auth-source-search'.
5506         (sieve-sasl-auth): Use it.
5507
5508 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5509
5510         * nnimap.el: Autoload `auth-source-forget+'.
5511         (nnimap-open-connection-1): Use it if the connection fails.
5512
5513         * auth-source.el: Require `password-cache'.
5514         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5515         obsolete.
5516         (auth-source-magic): Marker for `password-cache' keys.
5517         (auth-source-do-cache): Update docstring.
5518         (auth-source-search): Use and check cache.
5519         (auth-source-forget-all-cached, auth-source-remember)
5520         (auth-source-recall, auth-source-forget, auth-source-forget+)
5521         (auth-source-specmatchp): Caching support functions.
5522         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5523         Remove and obsolete.
5524         (auth-source-user-or-password): Remove caching to further discourage
5525         using it.  Always hide passwords.
5526
5527         * password-cache.el (password-cache-remove): Accept secrets that are
5528         not strings.
5529
5530 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5531
5532         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5533         code for now, since it doesn't work for all users.
5534
5535 2011-02-09  Julien Danjou  <julien@danjou.info>
5536
5537         * message.el (message-options): Make message-options really buffer
5538         local.
5539
5540 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * mail-source.el: Autoload `auth-source-search'.
5543         (mail-source-keyword-map): Note order matters.
5544         (mail-source-set-1): Get all the mail-source source values and
5545         defaults and search auth-source on those if needed.  This can all
5546         probably be simplified.
5547
5548         * nnimap.el: Autoload `auth-source-search'.
5549         (nnimap-credentials): Use it.
5550         (nnimap-open-connection-1): Ask for the virtual server and physical
5551         address in one shot.
5552
5553         * nntp.el: Autoload `auth-source-search'.
5554         (nntp-send-authinfo): Use it.  Note TODO.
5555
5556 2011-02-08  Julien Danjou  <julien@danjou.info>
5557
5558         * shr.el (shr-tag-body): Add support for text attribute in body
5559         markups.
5560
5561         * message.el (message-options): Make message-options a local variable.
5562
5563 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * auth-source.el (auth-source-secrets-search)
5566         (auth-source-user-or-password): Use `append' instead of `nconc'.
5567         (auth-source-user-or-password): Build return list better and protect
5568         against nil :secret.
5569
5570 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5571
5572         * nnimap.el (nnimap-update-info): Refactor slightly.
5573         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5574         (nnimap-update-info): Clean up slightly.
5575         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5576         characters.
5577         (nnimap-process-quirk): Rename function to avoid collision.
5578         (nnimap-update-info): Fix macrology bug-out.
5579         (nnimap-update-info): Simplify split history test.
5580
5581 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5582
5583         * auth-source.el (top): Require 'eieio unconditionally.
5584         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5585         (auth-source-secrets-search): Limit search when `max' is greater than
5586         number of results.
5587
5588 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5589
5590         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5591         part not returning any data.
5592
5593         * proto-stream.el (open-protocol-stream): Document the return value.
5594
5595 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         * auth-source.el (auth-source-secrets-search): Add examples.
5598
5599 2011-02-06  Julien Danjou  <julien@danjou.info>
5600
5601         * message.el (message-setup-1): Handle message-generate-headers-first
5602         set to t.
5603
5604 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5605
5606         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5607         API with a string "secrets:collection-name" and with 'default.
5608         (auth-source-backend-parse): Parse "secrets:collection-name" and
5609         'default.  Recurse on parses instead of repeating code.  Use the
5610         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5611         message when ignoring a source.
5612         (auth-source-search): List ignored search keys at the top level.
5613         (auth-source-netrc-create): Use `case' instead of `cond'.
5614         (auth-source-secrets-search): Created with TODOs.
5615         (auth-source-secrets-create): Created with TODOs.
5616         (auth-source-retrieve, auth-source-create, auth-source-delete)
5617         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5618         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5619         (auth-source-user-or-password-sftp)
5620         (auth-source-user-or-password-smtp): Remove.
5621         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5622         around `auth-source-search'.  Not tested thoroughly.
5623
5624 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5625
5626         * auth-source.el: Bring in assoc and eioeio libraries.
5627         (secrets-enabled): New variable to track the status of the Secrets API.
5628         (auth-source-backend): New EIOEIO class to represent a backend.
5629         (auth-source-creation-defaults): New variable to set prompt defaults
5630         during token creation (see the `auth-source-search' docstring for
5631         details).
5632         (auth-sources): Simplify to allow a simple string as a netrc backend
5633         spec.
5634         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5635         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5636         (auth-source-search): Main auth-source API entry point.
5637         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5638         (auth-source-search-collection): Helper function for searching.
5639         (auth-source-netrc-parse, auth-source-netrc-normalize)
5640         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5641         Supports search, create, and delete.
5642         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5643         backend stubs.
5644         (auth-source-user-or-password): Call `auth-source-search' but it's not
5645         ready yet.
5646
5647 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5648
5649         * message.el (message-setup-1): Remove the read-only stuff, since it
5650         doesn't work under XEmacs, for some reason.
5651
5652         * gnus-sum.el (gnus-user-date): Rename back from
5653         gnus-summary-user-date since user code refers to it.
5654
5655         * shr.el (shr-render-td): Store the actual background color used.
5656
5657         * message.el (message-setup-1): Don't bind the constant
5658         -forbidden-properties.
5659         (message-setup-1): Revert previous change, since it needs to bind the
5660         props to insert them.
5661         (message-resend): Allow removing the read-only separator line.
5662
5663 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5664
5665         * nnimap.el (nnimap-request-accept-article): Give an error message if
5666         the APPEND wasn't successful.
5667
5668 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5669
5670         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5671         that have no groups.
5672
5673 2011-02-03  Julien Danjou  <julien@danjou.info>
5674
5675         * gnus-draft.el: Remove progn around gnus-draft-setup.
5676
5677 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5678
5679         * gnus-start.el (gnus-read-active-for-groups): This function is never
5680         called with a nil `infos', so clean that up.
5681         (gnus-get-unread-articles): Request active files from primary/secondary
5682         methods that have no groups (yet).
5683
5684 2011-02-03  Julien Danjou  <julien@danjou.info>
5685
5686         * message.el (message-setup-1): Always generate References first.
5687         (message-mail): Return the return value of message-setup, not always t.
5688         (message-setup-1): Insert mail-header-separator with read-only and
5689         intangible properties set.
5690
5691         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5692         user-date in docstring.
5693
5694         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5695
5696         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5697         docstring.
5698
5699         * gnus.el (gnus-user-date-format-alist): Change default value.
5700         Use defcustom, with type and group. Move from gnus-util.el.
5701         Rename to gnus-summary-user-date-format-alist.
5702
5703 2011-02-03  Glenn Morris  <rgm@gnu.org>
5704
5705         * nnimap.el (gnus-fetch-headers): Declare.
5706
5707         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5708
5709 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5710
5711         * message.el (message-forward-make-body-digest-plain)
5712         (message-followup, message-reply): Clean up things noted by Stefan.
5713
5714         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5715         gnus-article-update-date-headers is nil.
5716         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5717         it didn't really work with defcustom.
5718         (article-update-date-lapsed): Make sure the window start doesn't move,
5719         either.
5720
5721 2011-02-01  Julien Danjou  <julien@danjou.info>
5722
5723         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5724         format.
5725
5726         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5727         standard in Emacs nowadays.
5728
5729         * color.el (color-gradient): Add a color-gradient function.
5730
5731 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5732
5733         * message.el (message-expand-name): Don't trust the return value of
5734         bbdb-complete-name.
5735         (message-check-news-header-syntax): Remove unused var `start'.
5736         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5737         (message-inhibit-body-encoding): Move to before first use.
5738         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5739         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5740         (Organization, Message-ID, Date, mh-previous-window-config):
5741         Defvar the vars using dynamic scoping.
5742
5743 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5744
5745         * shr.el (shr-render-td): Only do colors at the final rendering.
5746         Should be slightly faster.
5747         (shr-insert-table): Fix up TD background colors when doing the
5748         vertical padding.
5749
5750         * gnus-art.el (article-date-ut): Protect against articles with no Date
5751         header.
5752         (article-update-date-lapsed): Don't use current-column to find the
5753         horizontal position.  It's fragile in the presence of \003 characters.
5754
5755         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5756
5757 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5758
5759         * gnus-art.el (article-transform-date): Rewrite to still work when
5760         there are several rfc2822 parts.
5761         (article-transform-date): Fix infinite recursion.
5762         (article-date-ut): Replace infinitely many Date headers with a single
5763         one when called interactively.
5764
5765         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5766         secure manner.
5767
5768         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5769         move around by not using save-window-excursion.  It seems to work...
5770
5771 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-art.el (article-make-date-line): Work for user-defined format.
5774
5775 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5776
5777         * nntp.el (nntp-retrieve-group-data-early)
5778         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5779         fetching functions.
5780
5781         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5782         thoroughly for all backends that have no known groups.  This should
5783         allow new nnml methods to retrieve mail.
5784
5785         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5786         that Gnus doesn't know exists again.
5787
5788         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5789         (gnus-treat-date-ut): Ditto.
5790         (gnus-article-update-date-header): Rename.
5791         (gnus-treat-date-local): Remove.
5792         (gnus-treat-date-english): Remove.
5793         (gnus-treat-date-lapsed): Remove.
5794         (gnus-treat-date-combined-lapsed): Remove.
5795         (gnus-treat-date-original): Remove.
5796         (gnus-treat-date-iso8601): Remove.
5797         (gnus-treat-date-user-defined): Remove.
5798         (gnus-article-date-headers): New variable to control all the date
5799         header options.
5800         (article-date-ut): Rewrite to allow using the new way to format date
5801         headers(s).
5802
5803 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5804
5805         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5806         method.
5807         (nnmail-article-group): A better test for fanciness.
5808
5809         * nnimap.el (nnimap-request-head): Protect against not finding the
5810         article by Message-ID.
5811
5812 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5813
5814         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5815         keep point at the "same place".
5816
5817 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5818
5819         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5820         data if the group is inactive.
5821
5822 2011-01-28  Julien Danjou  <julien@danjou.info>
5823
5824         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5825         (gnus-all-windows-visible-p): Remove old compatibility code.
5826         (gnus-window-top-edge): Add docstring.
5827
5828         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5829
5830 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5831
5832         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5833         older request-update-info.
5834
5835         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5836
5837 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5838
5839         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5840         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5841
5842 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5843
5844         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5845         groups.  This makes the nndraft:queue group pop up if it's not already
5846         there.
5847
5848         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5849         messages" logic, which was reversed.
5850
5851         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5852         the "same place" even if point is on the line being replaced.
5853         (article-update-date-lapsed): Allow updating both the combined lapsed
5854         and the lapsed headers.
5855         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5856         (article-make-date-line): Limit the number of segments dynamically to
5857         avoid too-long lines.
5858
5859 2011-01-27  Julien Danjou  <julien@danjou.info>
5860
5861         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5862         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5863
5864 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5867         Use plist-get instead of the cl function getf.
5868
5869 2011-01-27  Glenn Morris  <rgm@gnu.org>
5870
5871         * gnus-util.el (float-time): Get rid of compiler warning, again.
5872
5873 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5874
5875         * shr.el (shr-put-color): Special-case background colors: Do put them
5876         at the blank parts at the front of the lines.
5877
5878         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5879         exit hook to nix out all data on readedness on group exit.
5880
5881         * gnus-util.el (float-time): If float-time is bound, always use it on
5882         all Emacsen.  It's unclear why the subrp check was there.
5883         (time-date): Require to make some autoload issues on XEmacs go away.
5884
5885         * shr.el (shr-put-color): Don't do the box padding in tables, since
5886         they're already padded.
5887
5888 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5889
5890         * gnus-art.el (gnus-article-next-page): When the last line of the
5891         article is displayed, scroll down once more instead of going to the
5892         next article at once.
5893         (article-lapsed-string): Refactor out and allow specifying how many
5894         segments you want.
5895         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5896         (gnus-article-update-lapsed-header): New variable.
5897
5898         * shr.el: Revert change that made headings use different-sized faces.
5899         The Emacs display engine isn't advanced enough that, for instance,
5900         tables can comfortably use differently-sized faces.
5901
5902 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5903
5904         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5905         used.
5906         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5907         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5908         we're using an encrypted connection.
5909
5910         * proto-stream.el: Alter the interface functions to also return the
5911         actual stream type used: network or tls.
5912
5913 2011-01-25  Julien Danjou  <julien@danjou.info>
5914
5915         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5916         (mm-display-javascript-inline): New function.
5917
5918         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5919         viewing function.
5920
5921 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * shr.el (shr-expand-newlines): Fix variable name.
5924
5925 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5926
5927         * shr.el (shr-expand-newlines): Make nested boxes work.
5928
5929 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5930
5931         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5932         backgrounds.
5933         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5934         in a more sensible manner.
5935
5936 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5937
5938         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5939         if EPG is loaded.
5940
5941 2011-01-24  Julien Danjou  <julien@danjou.info>
5942
5943         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5944         tags.
5945
5946 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5947
5948         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5949         commands.
5950
5951         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5952         in the article buffer.
5953         (gnus-gravatar-insert): Use blank space from the current buffer to
5954         avoid breaking text properties.  This makes X-Sent updating work again.
5955
5956         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5957
5958 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5961         fix the bug in url-http.el instead.
5962
5963         * shr.el (shr-image-fetched): Ditto.
5964
5965         * shr.el (shr-image-fetched): Avoid having point move in the article
5966         buffer.
5967
5968         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5969         buffer after being called.  It's apparently being killed by url.el, and
5970         killing it made point move to end-of-buffer in a random buffer.
5971
5972         * shr.el (shr-image-fetched): Ditto.
5973
5974 2011-01-23  Julien Danjou  <julien@danjou.info>
5975
5976         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5977
5978         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5979         text/x-org.
5980
5981 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5982
5983         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5984         (i.e., nnimap) returning nil as the article number.
5985
5986 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5987
5988         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5989         "DelSp" parameter in RFC3676.
5990
5991 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5992
5993         * message.el (message-check-recipients): Display the encoded version of
5994         the bogus address if they differ.
5995
5996         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5997         after sending.
5998
5999         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6000
6001         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6002
6003         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6004         group buffer after sending the queue.
6005
6006         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6007
6008 2011-01-22  Julien Danjou  <julien@danjou.info>
6009
6010         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6011
6012 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6013
6014         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6015         nested related parts.
6016
6017         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6018         unexpired articles.  This fixes the regression that led expiry marks to
6019         disappear from nnfolder groups.
6020
6021 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6022
6023         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6024         Don't confuse the "ret" of "retrograde" with RET.
6025
6026 2011-01-21  Julien Danjou  <julien@danjou.info>
6027
6028         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6029         than mm-insert-inline.
6030
6031 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6034         Widen article buffer.
6035
6036 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6037
6038         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6039         the temp buffer.
6040         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6041
6042 2011-01-20  Julien Danjou  <julien@danjou.info>
6043
6044         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6045
6046         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6047         than mm-insert-inline to insert inline part: this respect
6048         mm-inline-media-tests displayers.
6049
6050         * mm-view.el (mm-display-shell-script-inline): New function.
6051
6052         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6053
6054         * mm-uu.el (mm-uu-type-alist): Add org block.
6055         (mm-uu-org-src-code-block-extract): New function.
6056
6057         * mm-view.el (mm-display-org-inline): New function.
6058
6059         * mm-decode.el (mm-automatic-display): Add text/org.
6060
6061         * mailcap.el (mailcap-mime-extensions): Add .org.
6062
6063 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6066         gnus-article-add-buttons.
6067
6068 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6069
6070         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6071         From header with a date and "nobody" as the sender.
6072
6073 2011-01-19  Julien Danjou  <julien@danjou.info>
6074
6075         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6076         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6077         if you have the same regexp several times.
6078         (gnus-button-push): Fix matching when regexp is symbol.
6079
6080 2011-01-15  Glenn Morris  <rgm@gnu.org>
6081
6082         * message.el (message-mail): A compose-mail function should
6083         accept headers as strings.
6084
6085 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6086
6087         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6088         Add :vert-only tags.
6089         (message-mail): New arg RETURN-ACTION.
6090         (message-return-action): New var.
6091         (message-bury): Use it.
6092         (message-mode): Make it buffer-local.
6093         (message-send-and-exit): Always call message-bury.
6094
6095         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6096         message-mail.
6097
6098 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * nnimap.el (nnimap-convert-partial-article): Protect against
6101         zero-length body parts.
6102
6103         * mm-decode.el (mm-preferred-alternative-precedence):
6104         Discourage showing empty parts.
6105
6106         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6107         and stuff if the backend didn't return the article number.  This fixes
6108         an Exchange-related nnimap bug.
6109
6110         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6111         group window, because it does the wrong thing when a separate frame
6112         displays the group buffer.
6113
6114         * proto-stream.el (open-protocol-stream): Protect against the low-level
6115         transport functions returning nil.
6116
6117 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6118
6119         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6120         (mml2015-epg-find-usable-secret-key): New function.
6121         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6122         mml2015-epg-find-usable-key (Bug#7797).
6123         (mml2015-epg-encrypt): Ditto.
6124
6125 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * dgnushack.el (rot13-string): Fix the way to get the argument.
6128
6129 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6132
6133 2011-01-03  Glenn Morris  <rgm@gnu.org>
6134
6135         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6136
6137         * sieve.el (sieve-open-server): Give a more explicit error if
6138         sieve-manage-open returns nil.  (Bug#7720)
6139
6140 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6141
6142         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6143
6144 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6147         This avoids sending passwords in plain text over non-encrypted
6148         channels.
6149
6150         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6151
6152         * nnimap.el (nnimap-login): Refactored out into own function, and
6153         implement CRAM-MD5.
6154         (nnimap-wait-for-line): Refactored out.
6155
6156         * mm-view.el (mml-smime): Require.
6157
6158 2010-12-20  David Engster  <deng@eml.cc>
6159
6160         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6161         use EPG to decrypt S/MIME messages instead of openssl.
6162
6163 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6166
6167         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6168         status is the group clearly is unreachable.
6169
6170         * auth-source.el (auth-source-create): Add the optional second
6171         parameter to `local-variable-p' to be compatible with XEmacs.
6172
6173 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6174
6175         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6176         work when using a compressed nnml folder.
6177
6178 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6179
6180         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6181         backends after sanitising on entry, because this never makes sense:
6182         If the articles have gone missing, then the data no longer exists on
6183         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6184         overwrite anything anyway.
6185
6186         * shr.el (shr-insert-document): Bind shr-width dynamically to
6187         window-width if it's nil.
6188
6189 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6190
6191         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6192         with the meaning of using the full emacs window width for rendering.
6193
6194 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6195
6196         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6197         case when sender is not given.
6198
6199 2010-12-23  Julien Danjou  <julien@danjou.info>
6200
6201         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6202         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6203         the addresses, otherwise we might misplaced the gravatar.
6204
6205 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6206
6207         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6208         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6209         obsolete in Emacs.
6210
6211 2010-12-20  Julien Danjou  <julien@danjou.info>
6212
6213         * gnus-util.el (gnus-rescale-image): Revert last change.
6214
6215 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6216
6217         * binhex.el: Improve commentary (Bug#7482).
6218
6219 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-group.el (gnus-group-delete-articles): New command.
6222
6223 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6224
6225         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6226
6227 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6230         here, since it's up to the backends to do CRLF removal if their
6231         protocol has it.
6232
6233         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6234
6235 2010-12-17  Julien Danjou  <julien@danjou.info>
6236
6237         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6238         they are from file.  Can also scale up.
6239
6240 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6241
6242         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6243         Restore gnus-use-agent.
6244         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6245
6246         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6247
6248 2010-12-17  Julien Danjou  <julien@danjou.info>
6249
6250         * gravatar.el (gravatar-retrieve-synchronously): New function.
6251         (gravatar-get-data): Make more robust.
6252
6253 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6256
6257 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6258
6259         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6260         to really consider the last line.
6261
6262 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6263
6264         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6265         list of recipient keys, or use symmetric encryption if not a list.
6266         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6267         EPA override, replacing the call to `netrc-store-data'.
6268
6269 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6270
6271         * gnus-srvr.el: Avoid passing nil regexp argument to
6272         delete-matching-lines.
6273
6274 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6277         fetching stops when Gnus exits.
6278
6279         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6280         function.
6281         (nnfolder-request-expire-articles): Save all the buffers after doing
6282         expiry.
6283
6284         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6285         the last article", since that led to serious performance regressions
6286         when expiring nnml groups.
6287
6288 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6289
6290         * nnir.el: Improve customizations.
6291
6292 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293
6294         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6295
6296         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6297         group has been killed.
6298         (gnus-group-yank-group): Ditto.
6299
6300         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6301
6302         * nnimap.el (nnimap-request-update-group-status): New function.
6303
6304         * gnus-int.el (gnus-request-update-group-status): New interface
6305         function.
6306
6307         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6308         copying read-ness to the backends.
6309
6310         * nnimap.el (nnimap-quirk): New function.
6311         (nnimap-retrieve-group-data-early): Use it.
6312         (nnimap-quirks): New alist.
6313
6314 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6317         don't delete it within indentation.
6318
6319 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6322         previous line.
6323
6324 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325
6326         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6327         QRESYNC command by deleting a superfluous space which broke Cyrus
6328         servers.  This change will break other servers that are buggy the other
6329         way around.
6330
6331 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6332
6333         * spam.el: Reindent and fix long lines.
6334         (spam-copy-or-move-routine): Exclude invalid move destinations.
6335
6336 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6337
6338         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6339         installed the registry.
6340
6341 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6344
6345 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6346
6347         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6348         groupname doesn't contain "gmane".
6349
6350 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6353         and netrc-bound-and-true-p bindings.
6354         (netrc-parse): Cache the netrc contents.
6355
6356         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6357         (gnus-1): Don't create the nndrafts group twice.
6358         (gnus-setup-news): There's no need to read the active file here, since
6359         that's done again later on a per-backend basis.
6360         (gnus-start-draft-setup): Make sure that the new group is started out
6361         empty.
6362
6363         * gnus-agent.el (gnus-agentize): Don't create the queue group
6364         automatically on startup.  It'll be created later, if needed.
6365
6366         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6367         of automatically subscribed groups.
6368         (gnus-auto-subscribed-categories): New variable.
6369         (gnus-matches-options-n): Use it.
6370         (gnus-default-subscribed-newsgroups): Remove unused variable.
6371         (gnus-start-draft-setup): Message a bit less.
6372
6373 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6374
6375         * nnir.el (nnir-run-imap): Return article list in order of increasing
6376         UID.
6377
6378 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * gnus-sum.el (gnus-summary-enter-digest-group):
6381         Mention gnus-auto-select-on-ephemeral-exit.
6382
6383         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6384         convention of the network-only option.
6385
6386 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387
6388         * proto-stream.el (proto-stream-open-network-only): New function to
6389         have a way to specify non-STARTTLS upgrade connections.
6390
6391 2010-12-10  Julien Danjou  <julien@danjou.info>
6392
6393         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6394         email address is nil.
6395
6396         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6397
6398 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6399
6400         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6401         deletion.
6402         (nnir-run-imap): Only need to parse list once.
6403
6404 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6405
6406         * shr.el (shr-tag-script): Ignore <script>.
6407         (shr-tag-label): Add <label> support.
6408
6409 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6412
6413         * shr.el (shr-image-displayer): Work for images lined side by side.
6414
6415 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6416
6417         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6418         parameter, since XEmacs doesn't accept t as a parameter.
6419
6420 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6421
6422         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6423         ids.
6424         (nnir-run-gmane): Simplify groupspec formatting.
6425         (nnir-request-expire-articles): New function.
6426
6427 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428
6429         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6430         overflow, possibly.
6431
6432         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6433         (shr-render-td): Handle td style="" better.
6434         (shr-tag-table): Use the color from the style sheet.
6435         (shr-render-td): Make sure we copy over all the overlays, too.
6436
6437 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6438
6439         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6440         (nnir-request-article): Improve article retrieval.
6441
6442 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * mm-util.el (mm-extra-numeric-entities): New variable.
6445
6446         * mm-url.el (mm-url-decode-entities):
6447         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6448
6449         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6450
6451 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6452
6453         * message.el: Use completion-at-point.
6454         (message-completion-function): New fun, extracted from message-tab.
6455         (message-mode): Use it for completion-at-point-functions.
6456         (message-tab): Use it and completion-at-point.
6457
6458 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6461         character if a non-breakable character follows.
6462
6463 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6464
6465         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6466         any stream.
6467
6468         * shr.el (shr-tag-font): Colorize the region.
6469         (shr-tag-body): Ditto.
6470         (shr-tag-font): Actually let the styles be inherited instead of
6471         overwriting them.
6472         (shr-tag-font): Get the background color right.
6473         (shr-tag-style): Ignore all <style> tags for the moment.
6474
6475         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6476         a Message-ID to avoid having nnimap depend on gnus-sum.
6477
6478         * shr.el (shr-descend): Only colorize something if we have a node that
6479         sets colors.
6480
6481 2010-12-06  Julien Danjou  <julien@danjou.info>
6482
6483         * shr.el (shr-render-td): Render td content with shr-descend, so style
6484         will be applied to <td> too.
6485         (shr-colorize-region): Colorize region even if we only have a background.
6486         (shr-tag-body): Fix color and background color inheritance.
6487         Do not recolorize after shr-generic.
6488         (shr-tag-font): Let shr-generic colorize via inheritance.
6489
6490 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6493
6494 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6495
6496         * nnir.el (nnir-request-move-article): Remove obsolete code.
6497
6498 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6501
6502 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503
6504         * gnus-sum.el (gnus-summary-respool-article): The completion function
6505         expects a list instead of an alist.
6506
6507         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6508         string as the parameter.
6509
6510         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6511
6512         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6513         styles.
6514         (shr-colorize-region): New function.
6515         (shr-insert-background-overlay): Remove.
6516         (shr-render-td): Background setting should be taken care of on a higher
6517         level.
6518         (shr-tag-body): Use post-hoc colorizations.
6519         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6520         (shr-put-color-1): Don't overwrite old colors.
6521         (shr-colorize-region): When the background color isn't explicit, use
6522         a fixed background.
6523
6524         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6525         nnmail variables.
6526
6527 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6528
6529         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6530         unless necessary.
6531
6532 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6533
6534         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6535         server.
6536
6537 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6540         so that TAB works.
6541
6542         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6543         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6544
6545         * shr.el (shr-urlify): Show the URL before the title to avoid
6546         misleading URLs.
6547
6548 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6549
6550         * shr.el (shr-urlify): Display the title in <a> tags.
6551
6552 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6553
6554         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6555
6556 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6557
6558         * nnir.el: Rearrange code to allow macros to be autoloaded by
6559         gnus-sum.el.
6560         (nnir-retrieve-headers-override-function): Make this variable
6561         customizable.
6562         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6563
6564         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6565         from nnir.el.
6566
6567 2010-12-03  Julien Danjou  <julien@danjou.info>
6568
6569         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6570
6571 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6574         allow optional argument `environment'.
6575
6576 2010-12-03  Glenn Morris  <rgm@gnu.org>
6577
6578         * mm-extern.el (message-goto-body): Update declaration.
6579
6580 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-util.el (gnus-macroexpand-all): New function.
6583
6584         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6585         instead of macroexpand-all that is unavailable in XEmacs.
6586
6587 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6588
6589         * nnir.el (nnir-summary-line-format): New variable.
6590         (nnir-mode): Use it.
6591         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6592         (nnir-article-ids): Reimplement as defsubst.
6593         (nnir-retrieve-headers): Don't mangle the subject header.
6594         (nnir-run-imap): Use 100 as RSV score.
6595         (nnir-run-find-grep): Fix for full server searching.
6596         (nnir-run-gmane): Better restriction to gmane groups.
6597
6598         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6599         summary buffers.
6600
6601 2010-12-02  Julien Danjou  <julien@danjou.info>
6602
6603         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6604
6605         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6606
6607         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6608         support.
6609
6610 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6611
6612         * nnir.el: Update to handle the registry better.
6613         (autoload): Silence byte-compiler.
6614         (nnir-open-server): Add a hook for nnir groups.
6615         (nnir-request-move-article): Don't mangle the header.  Better to use
6616         formatting variables (which will be added in the future).
6617         (nnir-registry-action): Update the registry using the original article
6618         group name.
6619         (nnir-mode): Install nnir-specific hooks for updating the registry.
6620
6621         * gnus-sum.el
6622         (gnus-article-original-subject,gnus-newsgroup-original-name):
6623         Remove obsolete variables.
6624         (gnus-summary-move-article): Remove use of obsolete variables.
6625         (gnus-summary-local-variables): Make move and delete hooks local to
6626         summary buffers.
6627
6628 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * rtree.el: New file.
6631
6632 2010-12-01  Julien Danjou  <julien@danjou.info>
6633
6634         * message.el (message-user-organization): Do not use
6635         gnus-local-organization.
6636
6637         * gnus.el: Remove gnus-local-organization.
6638
6639         * gnus-msg.el: Remove nastygram thing.
6640
6641 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6642
6643         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6644         funcall.
6645
6646 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6649         names.
6650
6651         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6652         characters.
6653
6654         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6655         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6656         Suggested by Štěpán Němec <stepnem@gmail.com>.
6657         (gnus-gravatar-transform-address): Use mail-extract-address-components
6658         that supports non-ASCII names rather than mail-header-parse-addresses.
6659
6660 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6661
6662         * proto-stream.el (open-protocol-stream): All starttls connections are
6663         handled by the network handler.
6664
6665 2010-11-30  Julien Danjou  <julien@danjou.info>
6666
6667         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6668         (nnimap-open-connection-1): Fix PREAUTH.
6669
6670         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6671
6672 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6675         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6676         (shr-insert): Use them.
6677         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6678
6679 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6680
6681         * nnir.el (nnir-request-move-article): Bail out if original group
6682         doesn't support article moves.
6683         (nnir-get-active): Improve active list retrieval.
6684
6685 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6688
6689 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6690
6691         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6692         seem to accept strings-with-numbers as port numbers.
6693
6694 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6695
6696         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6697         change the registry.
6698
6699 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6702         delete-dups that is not available in XEmacs 21.4.
6703
6704         * mm-util.el (mm-delete-duplicates): Add comment.
6705
6706 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6707
6708         * nnir.el (nnir-ignored-newsgroups): New variable.
6709         (nnir-get-active): Use it.
6710
6711 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * proto-stream.el (proto-stream-open-network): Add some comments.
6714
6715         * nntp.el (nntp-open-connection): Provide a :success condition.
6716
6717         * nnimap.el (nnimap-open-connection-1): Ditto.
6718
6719         * proto-stream.el (proto-stream-open-network): See what the response to
6720         the STARTTLS command is.
6721
6722         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6723         backwards compatibility).
6724         (nnimap-open-connection-1): Really respect nnimap-server-port.
6725
6726         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6727         TLS upgrades we don't really care about the identity of the peer.
6728         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6729         that what we've checked for.
6730         (proto-stream-always-use-starttls): Only default to t if
6731         open-gnutls-stream exists.
6732         (proto-stream-open-network): If STARTTLS failed, then just open a
6733         normal connection.
6734         (proto-stream-open-network): Wait until the greeting before doing
6735         STARTTLS.
6736
6737         * nntp.el (nntp-open-connection): Report what the connection error is.
6738
6739         * proto-stream.el (open-protocol-stream): Rename from
6740         open-proto-stream.
6741
6742 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * nnimap.el (nnimap-stream): Change default to `undecided'.
6745         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6746         first, and then network.
6747         (nnimap-open-connection-1): Respect nnimap-server-port.
6748         (nnimap-open-connection): Be more backwards-compatible.
6749
6750         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6751         (proto-stream-open-starttls): De-duplicate the starttls code.
6752         (proto-stream-open-starttls): Folded back into the main function.
6753         (proto-stream-open-network): Fix typo in the gnutls path.
6754         (proto-stream-command): Refactor out.
6755
6756         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6757
6758         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6759         starttls.el STARTTLS.
6760
6761         * color.el (color-lab->srgb): Fix function call name.
6762
6763         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6764         if we're using tls.el.
6765         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6766         built in, then don't try to establish a STARTTLS connection.
6767
6768         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6769         servers.
6770
6771         * proto-stream.el (open-proto-stream): Use network, not stream.
6772         (open-proto-stream): Add a way to specify what the end of a command is.
6773
6774         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6775         connections types.
6776         (nntp-open-network-stream): Remove.
6777         (nntp-open-ssl-stream): Remove.
6778         (nntp-open-tls-stream): Remove.
6779         (nntp-ssl-program): Remove.
6780
6781         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6782
6783 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6784
6785         * nnir.el: Fix typos.
6786         (nnir-retrieve-headers-override-function): Rename variable to reflect
6787         new semantics.
6788         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6789         macros.
6790         (nnir-request-article, nnir-request-move-article): Use them.
6791         (nnir-categorize): New function.
6792         (nnir-run-query): Use it.
6793         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6794         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6795         sorted.
6796         (nnir-group-full-name): Use gnus-group-full-name instead.
6797         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6798         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6799
6800 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6803
6804         * proto-stream.el: New library to provide protocol-specific
6805         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6806         protocols.
6807         (open-proto-stream): Complete the documentation.
6808         (proto-stream-open-network): Fix some typos.
6809
6810         * nnimap.el (nnimap-open-connection): Use it.
6811
6812 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6813
6814         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6815         negotiation.
6816
6817 2010-11-26  Julien Danjou  <julien@danjou.info>
6818
6819         * color.el: Rename various rgb functions to srgb.
6820
6821 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6824         names.
6825
6826 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * shr.el (shr-insert): Revert last change.
6829         (shr-find-fill-point): Never leave point being at bol;
6830         relax the kinsoku limitation when rendering tables.
6831
6832 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6833
6834         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6835         results from -accept-article.
6836
6837         * shr-color.el: Require cl when compiling.
6838
6839         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6840         checkin.
6841
6842         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6843
6844         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6845
6846         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6847         'add and 'delete to set backend marks.
6848
6849         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6850
6851         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6852
6853         * nntp.el (nntp-request-set-mark): Use it.
6854
6855         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6856
6857         * nnml.el (nnml-request-set-mark): Ditto.
6858
6859         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6860         introduces regressions in article selection.
6861         (nnimap-find-uid-response): New function.
6862         (nnimap-request-accept-article): Use the UID returned, if any.
6863         (nnimap-request-move-article): Use the UID returned, if any.
6864         (nnimap-get-groups): Reimplement to work with folded lines.
6865         (nnimap-find-uid-response): The UID is the last element in the list.
6866         (nnimap-request-set-mark): Extend syntax with 'set.
6867
6868         * nnml.el (nnml-request-set-mark): Ditto.
6869
6870         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6871
6872         * nntp.el (nntp-request-set-mark): Ditto.
6873
6874 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * message.el (message-called-interactively-p): A temporary macro.
6877         (message-goto-body): Use it temporarily.
6878
6879 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6880
6881         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6882         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6883         (nnimap-last-response-string): Fix last unfolding fix.
6884
6885 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * shr.el (shr-insert): Fix the way to fold lines.
6888
6889 2010-11-25  Julien Danjou  <julien@danjou.info>
6890
6891         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6892
6893         * color.el: Rename from color-lab.el
6894         (color-rgb->hex): Add.
6895         (color-complement): Add.
6896         (color-complement-hex): Add.
6897
6898         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6899
6900 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6901
6902         * shr-color.el (shr-color-visible): Don't bug out if the color names
6903         don't exist.
6904
6905 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6908         assuming that article displaying or another mml-preview may be
6909         interrupted for an error or for the like.
6910
6911         * shr.el (shr-get-background): Fix argument name.
6912
6913 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6916
6917         * gnus-sum.el (gnus-summary-include-articles): New function.
6918
6919         * message.el (message-goto-body): called-interactively-p needs a
6920         parameter, so use `any'.
6921
6922         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6923         clear marks before moving, since they're synced from the Gnus side
6924         first.
6925
6926         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6927         (gnus-summary-move-article): Copy over all marks before moving, so that
6928         IMAP doesn't think a new article has arrived.
6929
6930 2010-11-24  Julien Danjou  <julien@danjou.info>
6931
6932         * shr.el (shr-insert-background-overlay): Fix typo.
6933         (shr-render-td): Copy the background before rendering.
6934
6935         * shr-color.el (shr-color-visible): Fix docstring.
6936
6937         * shr.el (shr-tag-table): Add bgcolor support.
6938         (shr-render-td): Add bgcolor support.
6939         (shr-get-background): Add.
6940         (shr-insert-foreground-overlay): Use shr-get-background.
6941
6942         * message.el (message-goto-body): Use called-interactively-p.
6943         (message-in-body-p): message-goto-body returns point.
6944
6945 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946
6947         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6948         Fixes something or other in Emacs 23, and is backwards compatible.
6949
6950         * message.el (message-goto-body): Remove the <#secure special-casing,
6951         which is too special.
6952
6953         * shr.el (shr-parse-style): Drop !important from styles.
6954
6955 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6956
6957         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6958         this function to return incorrect results when calling it with an
6959         explicit article argument different from
6960         (gnus-summary-article-number).
6961
6962 2010-11-24  Julien Danjou  <julien@danjou.info>
6963
6964         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6965         (shr-tag-body): Add background support.
6966         (shr-descend): Add background support.
6967         (shr-tag-title): Add.
6968
6969         * shr-color.el (shr-color-visible): Really return original background
6970         if fixed.
6971
6972 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973
6974         * shr.el (shr-color-check): Protect against non-existent color names.
6975
6976 2010-11-24  Julien Danjou  <julien@danjou.info>
6977
6978         * color-lab.el: Require 'cl when compiling.
6979
6980         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6981
6982         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6983         matched part.
6984
6985         * color-lab.el: Fix all expt calls to use float type.
6986
6987 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6990         expression to shr-color-check as is.
6991
6992         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6993
6994         * color-lab.el: Add coding cookie.
6995         (float-pi): Use eval-and-compile.
6996
6997         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6998         compiled for Emacsen having no `libxml-parse-html-region' support.
6999
7000 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7001
7002         * shr.el (shr-insert-color-overlay): Split stuff like
7003         "#444444 !important" to find the real color.
7004         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7005         parse <font color="red"> entries.
7006
7007 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7008
7009         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7010         point when parsing headers.
7011
7012         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7013         is positioned properly when parsing headers.
7014
7015 2010-11-23  Julien Danjou  <julien@danjou.info>
7016
7017         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7018
7019         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7020
7021         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7022
7023         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7024         Use shr-color-hue-to-rgb.
7025         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7026
7027 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * shr.el (shr-color->hexadecimal): Autoload.
7030         (shr-descend): Add color to all tags.
7031
7032 2010-11-22  Julien Danjou  <julien@danjou.info>
7033
7034         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7035         shr-color->hexadecimal.
7036
7037         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7038         RGB() or HSL() color representation.
7039
7040         * shr.el (shr-tag-font): Add.
7041         (shr-tag-color-check): New function to get better colors.
7042         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7043         tag-span.
7044
7045         * shr-color.el: New file.
7046
7047         * color-lab.el: New file.
7048
7049         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7050
7051 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7052
7053         * nnir.el: Fix typo in comments.
7054         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7055         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7056
7057 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7060
7061         * nnimap.el (nnimap-get-capabilities): Refactor out.
7062         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7063
7064 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7065
7066         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7067         appearing when `mm-uu-hide-markers' is nil.
7068
7069 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070
7071         * nnimap.el (nnimap-unselect-group): Make into its own function.
7072         (nnimap-request-rename-group): Unselect group before renaming.
7073         This had gotten lost somewhere.
7074         (nnimap-request-accept-article): Keep track of examined groups, and
7075         unselect the group before APPENDing to read-only groups.
7076         (nnimap-request-move-article): Clear flags before moving so that they
7077         can be re-set later.
7078
7079 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7082         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7083
7084 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-art.el (gnus-mime-display-single):
7087         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7088         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7089         parameter.
7090
7091 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7094         (shr-table-vertical-line): New variable.
7095         (shr-insert-table): Use it.
7096
7097 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-html.el (gnus-html-wash-images): Don't display images if
7100         gnus-inhibit-images is non-nil; register displayer for cid images.
7101         (gnus-html-display-image): Work for cid image.
7102         (gnus-html-insert-image): Allow arguments.
7103         (gnus-html-put-image): Inhibit read-only.
7104         (gnus-html-prefetch-images): Don't prefetch images if
7105         gnus-inhibit-images is non-nil.
7106
7107 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * shr.el (shr-put-image): Break lines when inserting big pictures.
7110
7111 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7112
7113         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7114         sender, thanks Katsumi Yamaoka.
7115
7116 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7117
7118         * nnir.el (nnir-run-imap): Reverse the article list for each group
7119         rather than the whole list.
7120
7121 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * shr.el (shr-image-displayer): Protect function against non-existent
7124         image source.
7125
7126         * gnus-art.el (gnus-inhibit-images): New user option.
7127         (gnus-mime-display-single): Don't display image if it is non-nil.
7128
7129         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7130         gnus-inhibit-images.
7131
7132         * shr.el (shr-image-displayer): New function.
7133         (shr-tag-img): Use it.
7134
7135 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7136
7137         * mml2015.el (mml2015-epg-sign): Use From header.
7138
7139 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7142
7143         * gnus-util.el (gnus-find-text-property-region): Return markers.
7144
7145         * shr.el (shr-tag-img): Put a displayer in the text property.
7146
7147         * gnus-util.el (gnus-find-text-property-region): New utility function.
7148
7149         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7150         (gnus-html-show-images): Remove.
7151
7152         * gnus-art.el (gnus-article-show-images): New, more general function.
7153
7154         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7155         image url text properties.
7156
7157         * shr.el: Ditto.
7158
7159         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7160         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7161
7162 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7165         work for two or more articles.
7166
7167 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7170         divide an image that's in an html article to two or more when washing
7171         non-ASCII characters in alt text of it.
7172
7173 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7176         smime-decrypt-region using function argument.
7177         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7178
7179         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7180
7181         * smime.el (smime-decrypt-region): Catch it.
7182
7183 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7184
7185         * smime.el (smime-mode-map): Move initialization into declaration.
7186         (gnus-run-mode-hooks): Don't autoload.
7187         (smime-mode): Use define-derived-mode.
7188
7189 2010-11-11  Glenn Morris  <rgm@gnu.org>
7190
7191         * smime.el (from): Restrict declaration to XEmacs.
7192
7193         * nnir.el (gnus-group-topic-name): Autoload.
7194
7195 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * shr.el (shr-insert): Don't break long line if it is because of
7198         kinsoku-bol characters in the line end.
7199
7200 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7201
7202         * nnir.el (nnir-request-move-article): Fix to provide original group
7203         and subject.
7204         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7205         been retrieved.
7206
7207         * gnus-sum.el (gnus-summary-move-article): Use original group and
7208         subject for virtual articles such as those in an nnir summary buffer.
7209
7210 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7213         least 21.5).
7214
7215         * smime.el (from): Declare it again for XEmacs.
7216
7217 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * message.el (message-resend): Don't disable encoding unless it's
7220         already encoded.
7221
7222         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7223         low-numbered articles.
7224
7225 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * rfc2047.el (rfc2047-syntax-table): Simplify.
7228
7229         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7230
7231         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7232         set-char-table-range for XEmacs.
7233
7234 2010-11-10  Glenn Morris  <rgm@gnu.org>
7235
7236         * time-date.el (time-to-seconds): Always an alias on Emacs,
7237         never a real function.
7238         (with-no-warnings): Remove compat stub, now unused.
7239         (time-less-p): Doc fix.
7240         (time-to-number-of-days): Simplify.
7241
7242         * smime.el (from): Remove unused declaration.
7243
7244         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7245         (gnus-float-time): On Emacs, always an alias.
7246
7247         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7248         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7249
7250 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * dgnushack.el: Don't use ignore-errors in the top level form since it
7253         is unavailable in XEmacs even if cl is loaded.
7254
7255         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7256
7257 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258
7259         * shr.el (browse-url-mailto): Autoload.
7260
7261         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7262
7263         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7264         regexp doesn't need quoting.
7265
7266 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7267
7268         * message.el (message-subject-trailing-was-ask-regexp)
7269         (message-subject-trailing-was-regexp): Match was: in addition to was.
7270
7271 2010-11-09  Glenn Morris  <rgm@gnu.org>
7272
7273         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7274         (nnbabyl-check-mbox): Use point-at-bol.
7275
7276 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7277
7278         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7279
7280         * message.el (message-mailto): New function.
7281         (message-mailto): Should accept other parameters.
7282         (message-mailto): Remove since it duplicates browse-url-mailto
7283         functionality.
7284
7285 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286
7287         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7288         methods.
7289         (gnus-read-active-file): Ditto.
7290
7291         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7292         ": " from the prompt.
7293         (gnus-group-make-group): Ditto.
7294
7295 2010-11-07  Glenn Morris  <rgm@gnu.org>
7296
7297         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7298         (gnus-bookmark-kill-line): Use point-at-eol.
7299
7300 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7303         asterisks in From header.
7304
7305 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7306
7307         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7308         string to avoid making the From headers syntactically invalid.
7309
7310         * message.el (message-send-mail): Don't insert courtesy messages if the
7311         message already has List-Post and List-ID messages.
7312
7313 2010-11-06  Glenn Morris  <rgm@gnu.org>
7314
7315         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7316         `condition', `type', `length' a prefix.
7317         (gnus-treat-predicate): Update for above name changes.
7318
7319 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7320
7321         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7322         binding.  Handled by `gnus-summary-refer-thread' instead.
7323         (nnir-warp-to-article): New backend function.
7324
7325         * nnimap.el (nnimap-request-thread): Force dependency updating.
7326
7327         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7328         (gnus-summary-refer-thread): Rework to improve thread-referral.
7329
7330         * gnus-int.el (gnus-warp-to-article): New function.
7331
7332         * gnus-sum.el (gnus-summary-article-map): Bind it.
7333
7334 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7335
7336         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7337         gnus-summary-refer-thread.
7338
7339         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7340         headers.
7341         (gnus-summary-limit-include-thread): Prevent articles in thread from
7342         being cut in gnus-cut-threads.
7343         (gnus-summary-refer-thread): Limit retrieved headers to those in
7344         thread.
7345
7346 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * message.el (message-send-mail): Use the value of
7349         message-courtesy-message from the message buffer.
7350
7351         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7352
7353         * shr.el (shr-browse-url): Implement mailto: URLs.
7354
7355         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7356         "raw".
7357
7358         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7359         if it's already selected.
7360
7361         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7362
7363 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7366         to measure the length and truncate alt text.
7367
7368 2010-11-03  Glenn Morris  <rgm@gnu.org>
7369
7370         * nndiary.el (nndiary-generate-nov-databases-1)
7371         (nndiary-generate-active-info): Rename dynamic variable `files' to
7372         something less generic.
7373
7374 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7375
7376         * nnir.el (nnir-request-move-article): Call the underlying backend to
7377         move articles from nnir.
7378
7379 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380
7381         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7382
7383 2010-11-02  Julien Danjou  <julien@danjou.info>
7384
7385         * nnir.el: Remove wais support.
7386
7387 2010-11-02  Glenn Morris  <rgm@gnu.org>
7388
7389         * gnus-html.el: Reorder requirements to quieten compiler.
7390
7391 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7394         properly for XEmacs as well.
7395         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7396         (gnus-article-natural-long-line-p): Use window-width rather than
7397         frame-width.
7398
7399 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7400
7401         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7402         (nnir-read-parms): Don't modify query.
7403         (nnir-run-query): Add ability to search topic on current line.
7404         (nnir-get-active): Clean up.
7405
7406 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7409         degenerate articles.
7410
7411         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7412         (gnus-print-buffer): Just print the buffer as is, without any copying
7413         to a buffer and then re-highlighting.
7414
7415         * nnimap.el (nnimap-request-group): Store the new updated info.
7416         (nnimap-request-group): Select the group when we don't know whether it
7417         exists or not.
7418
7419         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7420         groups.
7421
7422         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7423         groups.
7424
7425         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7426         groups.
7427
7428         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7429         long-lines case by only filling the long lines.
7430
7431         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7432         (bug #7311).
7433
7434 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * shr.el: No need to declare `declare-function' since shr.el is for
7437         only Emacsen that provide `libxml-parse-html-region'.
7438
7439         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7440         effective only in a file it is referred to.
7441
7442 2010-11-01  Glenn Morris  <rgm@gnu.org>
7443
7444         * mm-util.el (gnus-completing-read): Autoload.
7445         (mm-read-coding-system): Simplify Emacs definition.
7446
7447         * nnmail.el (gnus-activate-group):
7448         * nnimap.el (gnutls-negotiate):
7449         * nntp.el (netrc-parse): Fix declarations.
7450
7451 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7454         string-match-p in Emacs >=23.
7455
7456         * gnus-msg.el (gnus-configure-posting-styles):
7457         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7458
7459 2010-11-01  Glenn Morris  <rgm@gnu.org>
7460
7461         * nnir.el (declare-function): Add compat stub.
7462         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7463         (nnir-run-gmane): Require 'mm-url.
7464
7465         * mm-util.el (mm-string-to-multibyte): Simplify.
7466
7467         * shr.el (declare-function): Add compat stub.
7468         (url-cache-create-filename): Declare.
7469         (mm-disable-multibyte, widget-convert-button): Autoload.
7470
7471         * smime.el (ldap-search): Declare.
7472         (smime-cert-by-ldap-1): Require ldap on Emacs.
7473
7474         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7475         (nnimap-keepalive): Use gnus-float-time.
7476
7477         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7478         (mail-source-delete-crash-box): Use gnus-float-time.
7479
7480         * gnus-dired.el (gnus-completing-read): Autoload.
7481
7482         * mm-view.el (gnus-rescale-image): Autoload.
7483
7484         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7485
7486         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7487
7488         * sieve-manage.el: Require 'cl when compiling.
7489
7490         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7491         (gnus-iswitchb-completing-read): Require iswitchb.
7492         (gnus-select-frame-set-input-focus): Silence compiler.
7493
7494 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7495
7496         * message.el (message-subject-trailing-was-query): Change default to t,
7497         since I think that's what most people want.
7498
7499         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7500         appending for easier debugging.
7501         (nnimap-wait-for-connection): Take a regexp.
7502         (nnimap-request-accept-article): Wait for the continuation line before
7503         sending anything unless we're streaming.
7504
7505         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7506         leave the header washing to take place.
7507
7508 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7509
7510         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7511         regular expression match and replace in posting styles.
7512
7513 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7514
7515         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7516         an entire server.
7517         (nnir-get-active): New function.
7518         (nnir-run-imap): Use it.
7519         (nnir-run-gmane): Who knew, gmane search returns an article score!
7520
7521         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7522         server on the current line with nnir.
7523
7524 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7527         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7528         left edge.
7529         (gnus-article-foldable-buffer): Skip past the prefix when determining
7530         raggedness.
7531
7532         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7533         the raw article, and change `C-u g' to show the article without doing
7534         treatments.
7535
7536         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7537         on to `gnus-treat-article'.
7538         (gnus-inhibit-article-treatments): New variable.
7539
7540         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7541
7542         * gnus-art.el (gnus-treatment-function-alist): Have
7543         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7544         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7545         sections.
7546
7547         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7548         parameter.
7549         (gnus-article-fill-cited-long-lines): New function.
7550         (gnus-article-fill-cited-article): Allow filling only long sections.
7551
7552         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7553         and non-punctuation (like after the apostrophe in "'We").
7554
7555         * gnus-sum.el (gnus-summary-select-article): Make sure
7556         gnus-original-article-buffer is alive.
7557
7558         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7559         reflect the order they're in in the digest.
7560
7561         * gnus.el (gnus-group-startup-message): Move point to the start of the
7562         buffer.
7563
7564         * nnimap.el (nnimap-capability): New function.
7565         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7566         is set.
7567
7568 2010-10-31  David Engster  <dengste@eml.cc>
7569
7570         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7571         conform with changes to gnus-completing-read.
7572
7573 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7576
7577 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7578
7579         * nnir.el: Move defvar, defcustom around to keep file organized
7580         and keep byte-compiler quiet.
7581         (nnir-read-parms): Accept search-engine as arg.
7582         (nnir-run-query): Pass search-engine as arg.
7583         (nnir-search-engine): Remove.
7584
7585 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7586
7587         * shr.el (shr-generic): The text nodes should be text, not :text.
7588
7589         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7590         later in the file.
7591
7592 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7593
7594         * nnir.el: General clean up.  Allow searching with multiple engines.
7595         Allow separate extra-parameters for each engine.
7596         Batch queries when possible.
7597         (nnir-imap-default-search-key,nnir-method-default-engines):
7598         Add customize interface.
7599         (nnir-run-gmane): New engine.
7600         (nnir-engines): Use it.  Qualify all prompts with engine name.
7601         (nnir-search-engine): Remove global variable.
7602         (nnir-run-hyrex): Restore for now.
7603         (nnir-extra-parms,nnir-search-history): New variables.
7604         (gnus-group-make-nnir-group): Use them.
7605         (nnir-group-server): Remove in favor of gnus-group-server.
7606         (nnir-request-group): Avoid searching twice.
7607         (nnir-sort-groups-by-server): New function.
7608
7609 2010-10-30  Julien Danjou  <julien@danjou.info>
7610
7611         * gnus-group.el: Remove gnus-group-fetch-control.
7612
7613         * gnus-start.el (gnus-find-new-newsgroups):
7614         Remove gnus-check-first-time-used.
7615
7616         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7617
7618 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7619
7620         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7621         set on groups that don't have \* permanentflags.
7622
7623 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7626         control the background color.
7627         (shr-tag-img): Ignore very small web bug type images.
7628         (shr-put-image): Add help-echo alt texts to the images.
7629         (shr-tag-video): Show the video poster image.
7630
7631 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7632
7633         * shr.el (shr-table-depth): New variable.
7634         (shr-tag-table-1): Only insert the images after the top-level table.
7635
7636         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7637
7638         * gnus-util.el (gnus-list-memq-of-list): New function.
7639
7640         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7641         selected.
7642         (nnimap-unsplittable-articles): New slot.
7643         (nnimap-new-articles): Use it.
7644
7645 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7646
7647         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7648         move to the previous line on `M-g'.
7649
7650 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7651
7652         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7653         *-request-group, which seems unnecessary.
7654
7655         * nnimap.el (nnimap-quote-specials): Function copied over from
7656         imap.el.
7657         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7658         they support that.  Suggested by Tom Regner.
7659
7660 2010-10-29  Julien Danjou  <julien@danjou.info>
7661
7662         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7663         defalias.
7664         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7665
7666         * gnus.el: Remove `gnus-nntp-service' variable.
7667         (gnus-secondary-servers): Make obsolete.
7668         (gnus-nntp-server): Make obsolete.
7669
7670         * gnus-start.el (gnus-1): Remove x-splash calls.
7671
7672         * gnus-ems.el (gnus-x-splash): Remove.
7673
7674         * gnus.el (gnus-group-startup-message): Simplify/update code.
7675
7676         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7677         definition.
7678
7679         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7680         capability before doing anything.
7681         (gnus-group-insert-group-line): Remove useless
7682         gnus-group-remove-excess-properties.
7683
7684 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7687
7688 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689
7690         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7691         config after reselecting.
7692
7693 2010-10-28  Julien Danjou  <julien@danjou.info>
7694
7695         * shr.el (shr-put-image): Use point even if only inserting text.
7696         (shr-put-image): Save excursion when inserting alt text on non-graphic
7697         display, so the behavior is the same when we are on a graphic display.
7698
7699         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7700
7701 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7704         (gnus-mime-copy-part): Check coding system, not charset.
7705         (gnus-mime-view-part-externally): Never remove part.
7706         (gnus-mime-view-part-internally): Don't remove part here.
7707         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7708         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7709         multipart/alternative.
7710
7711         * mm-decode.el (mm-display-part): Take optional arg `force'.
7712
7713 2010-10-26  Julien Danjou  <julien@danjou.info>
7714
7715         * gnus-group.el (gnus-group-default-list-level): Add this function to
7716         compute the default list level.
7717         (gnus-group-default-list-level): Add possibility to use a function.
7718
7719 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7722
7723         * gnus-group.el (gnus-group-completing-read)
7724         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7725         gnus-replace-in-string.
7726
7727 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * shr.el (shr-tag-div): Add.
7730
7731         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7732
7733 2010-10-25  Julien Danjou  <julien@danjou.info>
7734
7735         * gnus-util.el: Remove `gnus-with-local-quit'.
7736
7737         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7738
7739 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7740
7741         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7742         the original article buffer.
7743
7744 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7745
7746         * nnimap.el (nnimap-request-head): New function.
7747         (nnimap-request-move-article): Try to be slightly faster by not
7748         requesting the entire message when moving.
7749         (nnimap-transform-headers): Don't bug out on bodiless articles.
7750         (nnimap-send-command): Have no outstanding messages if the IMAP server
7751         doesn't support streaming.
7752         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7753
7754 2010-10-24  Julien Danjou  <julien@danjou.info>
7755
7756         * message.el (message-default-headers): Fix type.
7757
7758 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7759
7760         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7761         prefetching images.
7762
7763         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7764         backend for unknown groups.  This is mainly useful for nnimap groups.
7765
7766         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7767         group isn't covered by the agent.
7768
7769 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7770
7771         * nnir.el (nnir-method-default-engines): New variable.
7772         (nnir-run-query): Use it.
7773         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7774         (gnus-summary-nnir-goto-thread): Change group if needed.
7775
7776         * gnus-group.el (gnus-group-group-map): Add key binding for
7777         gnus-group-make-nnir-group.
7778
7779 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7780
7781         * shr.el (shr-tag-object): Add.
7782
7783         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7784         original article buffer live.
7785         (gnus-summary-select-article-buffer):
7786         Mention gnus-widen-article-buffer.
7787
7788 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * shr.el (shr-tag-strong): Add.
7791
7792 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7795         group names.  They mess up the group buffer badly.
7796
7797         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7798
7799         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7800         instead of the summary one.
7801
7802 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * mml.el (mml-preview): Work properly when editing article.
7805
7806         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7807         gnus-have-read-active-file if it's already been in.
7808
7809 2010-10-22  Tom Tromey  <tromey@redhat.com>
7810
7811         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7812         gnus-group-completing-read.
7813
7814 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * message.el (message-mode-map): Don't bind M-; to comment region, to
7817         allow the global comment-dwim to work.
7818
7819 2010-10-21  Julien Danjou  <julien@danjou.info>
7820
7821         * message.el (message-setup-1): Allow message-default-headers to be a
7822         function.
7823
7824 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * shr.el (shr-tag-table): Simplify.
7827
7828 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829
7830         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7831         to avoid trying to snarf invalid stuff.
7832
7833         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7834
7835         * gnus.el (gnus-message-archive-group): Quote value.
7836         (gnus-message-archive-group): Mark as changed.
7837
7838         * shr.el (shr-add-font): Don't put the font properties on the newline
7839         or the indentation.
7840
7841         * message.el (message-fix-before-sending): Change options when sending
7842         non-printable characters.
7843
7844         * gnus.el (gnus-message-archive-method): Change the default to
7845         monthly outgoing groups.
7846
7847         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7848         that have gotten new numbers.
7849
7850         * nnimap.el (nnimap-request-replace-article): New function.
7851
7852 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7855         (nnrss-request-article): Don't use special html washing code.
7856
7857 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * shr.el (shr-tag-table): Remove useless nconc.
7860
7861 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862
7863         * gnus-art.el (article-wash-html): Simplify and remove the charset
7864         stuff.  Use the normal html rendering code instead of the special html
7865         washing code.
7866
7867         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7868         `gnus-w3m' symbols.
7869         (mm-text-html-washer-alist): Remove.
7870
7871         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7872         (mm-inline-media-tests): Remove use.
7873         (mm-text-html-renderer): Change default to the `shr' symbol.
7874
7875         * mm-view.el (mm-inline-text-html): Remove use.
7876
7877         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7878         `gnus-blocked-images' to be a function.
7879         (gnus-article-wash-function): Remove.
7880
7881 2010-10-20  Julien Danjou  <julien@danjou.info>
7882
7883         * spam.el (spam-list-of-processors): Mark as obsolete.
7884
7885         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7886         (nnimap-insert-partial-structure): Fix boundary detection.
7887
7888 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7889
7890         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7891         run file-truename on remote files.  This can be expensive and even
7892         prevent one from editing drafts if some unrelated buffer has a stale
7893         connection.
7894
7895 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7898         kinsoku-eol regardless of shr-kinsoku-shorten.
7899         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7900         (shr-tag-table): Support caption, thead, and tfoot.
7901
7902 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7905         lines.
7906         (shr-save-contents): New command and keystroke.
7907
7908         * nndoc.el (nndoc-type-alist): Add git support.
7909         (nndoc-git-type-p): New function.
7910         (nndoc-transform-git-article): Ditto.
7911         (nndoc-transform-git-headers): Ditto.
7912         (nndoc-transform-git-headers): Generate Subject headers.
7913
7914         * shr.el (shr-parse-style): New function.
7915         (shr-tag-span): Ditto.
7916
7917         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7918         to `G G' to avoid collisions.
7919
7920 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * shr.el: Load kinsoku if necessary.
7923         (shr-kinsoku-shorten): New internal variable.
7924         (shr-find-fill-point): Make kinsoku shorten text line if
7925         shr-kinsoku-shorten is bound to non-nil.
7926         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7927         shr-indentation too when testing if table is wider than frame width.
7928         (shr-insert-table): Use `string-width' instead of `length' to measure
7929         text width.
7930         (shr-insert-table-ruler): Make sure indentation is done at bol.
7931
7932 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7933
7934         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7935         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7936         undecoded network data.
7937
7938 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7941         name in the mode line spec so that the mode line menu works
7942         (bug #2431).
7943
7944         * message.el (message-get-reply-headers): If we're fed `to-address',
7945         then always use that.
7946
7947         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7948         aren't so wide as to need to switch off the edit menu.
7949
7950         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7951         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7952
7953         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7954         `M-g'.
7955         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7956         the permanent marks.
7957
7958 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7959
7960         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7961         Splitting according to references/in-reply-to obeys the ignore-groups
7962         variable, while splitting by sender and subject do not.
7963
7964 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965
7966         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7967         alist, so that we can look for non-Unicode chars.
7968         (article-translate-strings): Allow both character and string maps.
7969
7970 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * shr.el (shr-insert): Don't insert space behind a wide character
7973         categorized as kinsoku-bol, or between characters both categorized as
7974         nospace.
7975
7976 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7977
7978         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7979         headers to gnus-newsgroup-headers.
7980
7981 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * shr.el (shr-tag-img): Don't align images -- since we're not
7984         rescaling, this often leads to ugly displays.
7985
7986 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7987
7988         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7989         duplicates.
7990
7991 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7992
7993         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7994         call.
7995
7996 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997
7998         * gnus.el: Autoload gnus-html-show-images.
7999
8000         * nnimap.el: Use nnheader-message throughout.
8001
8002         * shr.el (shr-tag-img): Ignore images with no data.
8003
8004 2010-10-15  Julien Danjou  <julien@danjou.info>
8005
8006         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8007         a possibility to disable format=flow encoding when using hard newlines.
8008
8009 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * shr.el (shr-insert): Remove space inserted before or after a
8012         breakable character or at the beginning or the end of a line.
8013         (shr-find-fill-point): Do kinsoku; find the second best point or give
8014         it up if there's no breakable point.
8015
8016 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * nnimap.el (nnimap-open-connection): Message when opening connection
8019         for debugging purposes.
8020
8021         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8022         on every setup buffer call to allow this to change from article to
8023         article.
8024
8025         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8026         buffers where we have a wide table.
8027
8028 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8029
8030         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8031         uses *-request-thread.
8032
8033 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8034
8035         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8036         incantation, which is no longer valid.
8037
8038 2010-10-14  Julien Danjou  <julien@danjou.info>
8039
8040         * shr.el: Fix defcustom type (char -> character).
8041
8042 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8045         programs.
8046
8047 2010-10-14  Julien Danjou  <julien@danjou.info>
8048
8049         * shr.el (shr-tag-a): Use url-link as widget type.
8050
8051         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8052         `gnus-group-get-icon'.
8053
8054 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8055
8056         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8057         This should make server editing work better.
8058
8059         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8060
8061         * tls.el (tls-program): Remove spurious %s from openssl.
8062
8063         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8064         (nnimap-parse-flags): Fix regexp.
8065
8066         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8067         probably work for CJVK text, too.
8068
8069         * nnimap.el (nnimap-extend-tls-programs): Remove.
8070         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8071
8072         * tls.el (tls-starttls-switches): Remove starttls hack.
8073         (open-tls-stream): Ditto.
8074         (tls-find-starttls-argument): Ditto.
8075
8076 2010-10-13  Julien Danjou  <julien@danjou.info>
8077
8078         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8079         responses.
8080
8081 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8084
8085         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8086         anything in Emacs.
8087
8088         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8089
8090 2010-10-13  Julien Danjou  <julien@danjou.info>
8091
8092         * shr.el (shr-width): Make shr-width a defcustom with default to
8093         fill-column.
8094         (shr-tag-img): Use shr-width rather than fill-column.
8095
8096 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * dgnushack.el (byte-optimize-apply):
8099         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8100
8101         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8102         position when (X-)Faces exist.
8103         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8104         avatars when called interactively.
8105
8106 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8109         gnus-article-x-face-too-ugly is bound.
8110
8111 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8112
8113         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8114
8115         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8116         mailbox that doesn't exist.
8117
8118 2010-10-12  Julien Danjou  <julien@danjou.info>
8119
8120         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8121         (shr-get-image-data): Encode URL properly when fetching from cache.
8122         (shr-tag-img): Use aligned-to spaces to align correctly images.
8123
8124         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8125         before inserting the Gravatar.
8126
8127         * shr.el (shr-tag-img): Add align attribute support for <img>.
8128
8129 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * gnus-gravatar.el (gnus-art): Require.
8132
8133         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8134         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8135         Remove long obsoleted functions.
8136
8137 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8140
8141         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8142
8143         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8144         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8145         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8146         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8147         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8148         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8149         * sieve-manage.el, smime.el, spam.el:
8150         Fix comment for declare-function.
8151
8152 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * nnimap.el (nnimap-request-rename-group): Select group read-only
8155         before renaming it.
8156
8157         * shr.el (shr-insert): Fix up the white space only regexp.
8158
8159         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8160         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8161
8162         * shr.el (shr-current-column): New function.
8163         (shr-find-fill-point): New function.
8164
8165 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8166
8167         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8168         numbers.
8169
8170 2010-10-11  Julien Danjou  <julien@danjou.info>
8171
8172         * shr.el (shr-hr-line): Add.
8173         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8174         display hr lines.
8175         (shr-max-columns): Do not change state to nil if we just inserting
8176         spaces.
8177
8178 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8181         select the last group.
8182
8183 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8184
8185         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8186
8187 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8188
8189         * dig.el (dig-mode-map): Declare and define in one step.
8190
8191 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8194         for Gnus.
8195         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8196         (nnimap-update-qresync-info): Mark \Seen articles as read.
8197
8198         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8199         non-variable, too.
8200
8201         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8202         available.
8203         (nnimap-update-info): Rely more on the current active than the param
8204         active to avoid marking articles as read too much.
8205
8206         * auth-source.el (auth-source-create): Use (user-login-name) for the
8207         user name default.
8208
8209         * nnimap.el (nnimap-update-info): If the server doesn't return any
8210         useful info, just use the previous info.
8211         (nnimap-update-info): Prefer old info over start-article.
8212         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8213
8214 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8215
8216         * nnir.el (autoload): Clean up autoloads.
8217         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8218         Use key rather than value.
8219         (nnir-imap-search-other): New variable.
8220         (nnir-read-parm): Use it.
8221         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8222         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8223
8224 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8225
8226         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8227         the process, too.
8228
8229 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8230
8231         * spam.el (gnus-summary-mode-map): Bind to "$".
8232         Suggested by Russ Allbery.
8233
8234         * shr.el: Rework the way things are indented by <li> slightly.
8235
8236         * gnus.el (gnus-group-set-parameter): Fix typo.
8237
8238         * nnimap.el: Start implementing QRESYNC support.
8239
8240 2010-10-09  Julien Danjou  <julien@danjou.info>
8241
8242         * nnir.el (nnir-engines): Fix too many arguments.
8243
8244 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8247         group is the "last", so that the backends like nnfolder actually save
8248         their folders.
8249
8250         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8251         try to use that for the tls stream.
8252         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8253         UIDVALIDITY and find out which groups are read-only and not.
8254         (nnimap-get-flags): Use the same marks parsing code as the rest of
8255         nnimap.
8256
8257 2010-10-09  Julien Danjou  <julien@danjou.info>
8258
8259         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8260
8261         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8262         retrieving gravatars.
8263
8264         * shr.el (shr-table-corner): Add.
8265         (shr-table-line): Add.
8266         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8267
8268 2010-10-08  Julien Danjou  <julien@danjou.info>
8269
8270         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8271
8272 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8273
8274         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8275
8276         * gnus-sum.el (gnus-mark-article-as-unread)
8277         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8278         (gnus-summary-set-bookmark): Use it.
8279
8280         * gnus-msg.el (gnus-setup-message): Use it.
8281
8282         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8283
8284         * gnus.el (gnus-group-remove-parameter): Use it.
8285
8286         * gnus-group.el (gnus-group-make-web-group): Use it.
8287
8288         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8289
8290         * nnregistry.el: Update docs to mention manual.
8291
8292         * gnus-registry.el: Update docs to mention nnregistry.el.
8293         (gnus-registry-initialize): Don't install nnregistry refer method
8294         automatically.
8295         (gnus-registry-install-nnregistry): Remove it.
8296
8297 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8298
8299         * shr.el (shr-insert): Don't insert double spaces.
8300
8301 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-gravatar.el (gnus-treat-from-gravatar)
8304         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8305         called interactively.
8306
8307         * gnus-art.el (gnus-mime-view-part-externally)
8308         (gnus-mime-view-part-internally): Make predicate function passed to
8309         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8310         of a mime type.
8311
8312         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8313
8314 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8315
8316         * shr.el (require): Require cl when compiling.
8317         (shr-tag-hr): New function.
8318
8319         * nnimap.el (nnimap-update-info): Remove double setting of high.
8320         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8321         This makes nnimap work properly on Courier again.
8322
8323         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8324         the variable for backwards compatibility.
8325
8326         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8327         the file name before using to avoid setting mm-default-directory to
8328         nil.
8329
8330         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8331         bidning gnus-agent variables.
8332
8333         * shr.el (shr-render-td): Use a cache for the table rendering function
8334         to avoid getting an exponential rendering behavior in nested tables.
8335         (shr-insert): Rework the line-breaking algorithm.
8336         (shr-insert): Don't leave trailing spaces.
8337         (shr-insert-table): Also insert empty TDs.
8338         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8339
8340 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8341
8342         * gnus-sum.el (gnus-number): Rename from `number'.
8343         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8344         (gnus-summary-limit-children): Update uses correspondingly.
8345
8346 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8349         (gnus-gravatar-transform-address): Don't show avatars of people of
8350         which mail addresses match gnus-gravatar-too-ugly.
8351
8352 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8353
8354         * shr.el (shr-table-widths): Expand TD elements to fill available
8355         space.
8356
8357 2010-10-07  Julien Danjou  <julien@danjou.info>
8358
8359         * nnimap.el (nnimap-request-rename-group): Add this method.
8360
8361 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8364         name from XEmacs' function-arglist.
8365
8366         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8367         gravatar under XEmacs.
8368
8369 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8370
8371         * auth-source.el: Update docs with TODO items.
8372
8373         * gnus-sync.el: Update docs to explain state and plans.
8374
8375         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8376         Hooks for mark updates.
8377         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8378
8379         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8380         hooks with arguments, which is needed for mark update hooks.
8381
8382 2010-10-06  Julien Danjou  <julien@danjou.info>
8383
8384         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8385         was matched.
8386
8387         * sieve-manage.el: Update example in `Commentary'.
8388
8389         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8390
8391         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8392         not 2000.
8393         (sieve-manage-authenticate): Re-add function.
8394
8395 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8396
8397         * shr.el (shr-insert): Get 'space transition right.
8398         (shr-render-td): Only delete space at the end of the TD.
8399
8400         * nnimap.el (nnimap-open-connection): Prepare to support
8401         open-gnutls-stream.
8402
8403         * shr.el: Rearrange function order to be more logical.
8404
8405 2010-10-06  Julien Danjou  <julien@danjou.info>
8406
8407         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8408         (nnrss-discover-feed): Remove 404 URL in docstring.
8409
8410         * nnir.el: Fix Swish-E URL.
8411         Fix Namazu URL.
8412
8413         * message.el (message-change-subject): Remove 404 URL in a comment.
8414
8415 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8418         called interactively.
8419
8420         * gnus-util.el (gnus-remove-if): Allow hash table.
8421         (gnus-remove-if-not): New function.
8422
8423         * gnus-art.el (gnus-mime-view-part-as-type):
8424         * gnus-score.el (gnus-summary-score-effect):
8425         * gnus-sum.el (gnus-read-move-group-name):
8426         Replace remove-if-not with gnus-remove-if-not.
8427
8428         * gnus-group.el (gnus-group-completing-read):
8429         Regard collection as a hash table if it is not a list.
8430
8431 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8432
8433         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8434
8435         * shr.el: Document the table-rendering algorithm.
8436
8437 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8440         for Emacsen having no `libxml-parse-html-region' support.
8441
8442 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8445         invalid URLs.
8446
8447         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8448         line-broken.
8449         (shr-tag-img): Ignore image fetching errors.
8450         (shr-overlays-in-region): Compute overlay positions correctly.
8451
8452         * mm-decode.el (mm-shr): Require shr.
8453
8454         * gnus-art.el (gnus-blocked-images): Move variable here.
8455
8456         * shr.el (shr-insert-table): Bind free variable.
8457
8458         * mm-decode.el (mm-shr): Bind shr-content-function.
8459
8460         * shr.el (shr-content-function): New variable.
8461
8462         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8463         added for symmetry.
8464
8465         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8466
8467         * gnus-group.el (gnus-group-make-group): Doc fix.
8468
8469         * nnimap.el (nnimap-request-newgroups): Return success.
8470
8471         * shr.el (shr-find-elements): New function.
8472         (shr-tag-table): Put all the images after the table.
8473         (shr-tag-table): Really inhibit images inside the table.
8474         (shr-collect-overlays): Copy over overlays from the TD elements to the
8475         main document.
8476
8477         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8478         gnus-blocked-images.
8479
8480 2010-10-05  Julien Danjou  <julien@danjou.info>
8481
8482         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8483
8484         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8485         (gnus-html-maximum-image-size): Add this function.
8486         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8487
8488         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8489         server-value of the capability is nil.
8490
8491 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8492
8493         * shr.el (shr-tag-em): Add <EM> tag.
8494
8495 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8496
8497         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8498         customizable.
8499
8500         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8501         handing broken links to browse-url.
8502
8503 2010-10-05  Julien Danjou  <julien@danjou.info>
8504
8505         * gnus-util.el (gnus-emacs-completing-read)
8506         (gnus-iswitchb-completing-read): Use autoload rather than require.
8507
8508 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8511         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8512         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8513         iswitchb-temp-buflist for XEmacs.
8514
8515         * gnus-util.el (gnus-completing-read-function): Exclude
8516         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8517         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8518         XEmacs.
8519
8520         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8521         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8522
8523         * gnus-html.el: Don't require help-fns under XEmacs.
8524         (gnus-html-schedule-image-fetching): Work for XEmacs.
8525
8526         * mm-decode.el (mm-shr): Decode contents by charset.
8527
8528 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8529
8530         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8531         unknown.
8532
8533         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8534         (shr-get-image-data): Ensure against the cache file missing.
8535
8536         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8537         for data.
8538
8539         * spam-report.el (spam-report-url-ping-plain): Don't query about
8540         killing the process.
8541
8542         * shr.el (shr-render-td): Protect against too-wide text.
8543
8544 2010-10-04  Julien Danjou  <julien@danjou.info>
8545
8546         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8547         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8548
8549         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8550         retrieved.
8551
8552 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * shr.el (browse-url): Require.
8555         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8556         lines.
8557         (shr-show-alt-text, shr-browse-image): New commands.
8558         (shr-browse-url, shr-copy-url): New commands.
8559
8560         * gnus-sum.el (gnus-widen-article-window): New variable.
8561         (gnus-summary-select-article-buffer): Use it.
8562
8563         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8564         without @ signs.
8565
8566 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8567
8568         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8569
8570 2010-10-04  Julien Danjou  <julien@danjou.info>
8571
8572         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8573         for XEmacs.
8574
8575 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8578
8579         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8580         (nnimap-close-server): Implement.
8581
8582         * dgnushack.el (iswitchb): Require to shut up the compiler.
8583
8584         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8585         (shr-insert): Tweak line breaking.
8586         (shr-insert): Handle <pre> better.
8587         (shr-tag-li): Get <li> indentation right.
8588         (shr-tag-li): Get <li> indentation even righter.
8589         (shr-tag-blockquote): Ensure paragraph start.
8590         (shr-make-table): Tweak table generation.
8591         (shr-make-table): Fix typo.
8592
8593         * shr.el: Implement table rendering.
8594
8595 2010-10-04  Julien Danjou  <julien@danjou.info>
8596
8597         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8598
8599 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * shr.el (shr-insert): Use string anchors instead of line anchors.
8602
8603 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * shr.el: Add headings.
8606         (shr-ensure-paragraph): Actually work.
8607         (shr-tag-li): Make <ul> prettier.
8608         (shr-insert): Get white space at the beginning/end of elements right.
8609         (shr-tag-p): Collapse subsequent <p>s.
8610         (shr-ensure-paragraph): Don't insert double line feeds after blank
8611         lines.
8612         (shr-insert): \t is also space.
8613         (shr-tag-s): Fix "s" tag name function.
8614         (shr-tag-s): Fix face prop name.
8615
8616 2010-10-03  Julien Danjou  <julien@danjou.info>
8617
8618         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8619
8620         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8621         gnus-window-inside-pixel-edges.
8622
8623         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8624         gnus-ems.
8625
8626         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8627
8628         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8629         function.
8630
8631         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8632         resize choice.
8633
8634 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8635
8636         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8637         beginning of the buffer.
8638
8639         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8640         article buffer again.
8641
8642         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8643
8644         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8645         when it's at the start of the buffer.
8646
8647         * shr.el (shr-tag-blockquote): Convert name.
8648         (shr-rescale-image): Use the right image-size variant.
8649
8650         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8651         buffer isn't shown, then select the current article first instead of
8652         bugging out.
8653         (gnus-summary-select-article-buffer): Show both the article and summary
8654         buffers again.
8655
8656         * shr.el (shr-fontize-cont): Protect against regions with no text.
8657         Rename tag functions to shr-tag-* for enhanced security.
8658         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8659
8660 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8661
8662         * shr.el (shr-insert):
8663         * pop3.el (pop3-movemail):
8664         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8665         loaded.
8666
8667 2010-10-03  Glenn Morris  <rgm@gnu.org>
8668
8669         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8670
8671         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8672
8673         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8674
8675         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8676
8677         * gnus-util.el (gnus-make-local-hook): Simplify.
8678
8679 2010-10-02  Julien Danjou  <julien@danjou.info>
8680
8681         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8682         (gnus-ido-completing-read): New function.
8683         (gnus-emacs-completing-read): New function.
8684         (gnus-completing-read): Use gnus-completing-read-function.
8685         Add gnus-completing-read-function.
8686
8687 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * shr.el (shr-insert-document): Autoload.
8690         (shr-img): Be silent.
8691         (shr-insert): Add a newline after every picture before text.
8692         (shr-add-font): Use overlays for combining faces.
8693         (shr-insert): Pass upwards the text start point.
8694
8695         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8696         possible.
8697         (mm-shr): New function.
8698
8699 2010-10-02  Julien Danjou  <julien@danjou.info>
8700
8701         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8702         should go backward.
8703
8704 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8705
8706         * shr.el (shr): Fix typo in provide call.
8707
8708 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8709
8710         * shr.el: New file.
8711
8712         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8713
8714         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8715         completing read.
8716
8717 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8718
8719         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8720         we're being queried about.  Suggested by Dan Jacobson.
8721
8722         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8723         Suggested by Jason Eisner.
8724
8725         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8726         table, too.  Suggested by Stefan Wiens.
8727         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8728         the table unnecessary.  Suggested by Stefan Wiens.
8729
8730         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8731         longer needed, and probably doesn't work either, as pointed out by
8732         Stefan Wiens.
8733         (gnus-summary-exit): Remove call to the clearing function.
8734         (gnus-summary-exit-no-update): Ditto.
8735
8736         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8737         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8738         Reported by Stefan Monnier.
8739         (gnus-summary-save-in-rmail): Ditto.
8740
8741         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8742         article buffer, instead of both the article buffer and the summary
8743         buffer.  Sort of suggested by Dan Jacobson.
8744
8745         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8746
8747         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8748         Suggested by Dan Jacobson.
8749
8750         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8751         documentation clearer.
8752
8753         * message.el (message-shorten-references): Comment on the number "21".
8754         Suggested by Stefan Monnier.
8755
8756         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8757         Suggested by Dan Jacobson.
8758
8759         * gnus.el (gnus-large-newsgroup):
8760         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8761
8762         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8763         externalize attachments.  Bug reported by Steve Wen.
8764
8765         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8766         really message anything to the user.
8767
8768         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8769         directly.
8770
8771         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8772         messages in empty groups.
8773
8774 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8775
8776         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8777         non-UIDNEXT group.
8778
8779 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8782         not the value from the collection.
8783
8784         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8785         values.  This sometimes happens on some groups that have no info.
8786         (nnimap-request-newgroups): New function.
8787
8788 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8789
8790         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8791         check into `gnus-registry-initialize'.
8792         (gnus-registry-initialize): Ditto.
8793         Fix and extend header docs.
8794
8795 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8798         regexp backtrace overflows.
8799
8800         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8801         for starttls that tls.el implements; i.e. openssl.
8802
8803         * tls.el (tls-starttls-switches): Give up on using starttls with
8804         gnutls-cli.
8805         (tls-program): Add --insecure to be consistent with the defaults from
8806         openssl s_client.  Now all three commands are insecure.
8807
8808 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * lpath.el: Bind completion-styles-alist for XEmacs.
8811
8812         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8813         (gravatar-create-image): New function that's an alias to
8814         gnus-xmas-create-image, gnus-create-image, or create-image.
8815         (gravatar-data->image): Use it.
8816
8817 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8818
8819         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8820         install the nnregistry refer method.
8821         (gnus-registry-install-hooks): Use it.
8822         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8823         unfollowed groups.
8824
8825 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8826
8827         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8828         expanding threads.
8829
8830 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * nnir.el: Use the server names without suffixes (bug #7009).
8833
8834         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8835         unencrypted to STARTTLS, if possible.
8836
8837 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8838
8839         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8840         headers before superseding.
8841
8842 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * nnrss.el (nnrss-use-local): Add documentation.
8845
8846         * nnimap.el (nnimap-extend-tls-programs): New function.
8847         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8848         (nnimap-wait-for-connection): Accept the greeting from the stupid
8849         output from openssl s_client -starttls, too.
8850
8851         * tls.el (tls-starttls-switches): New variable.
8852         (tls-find-starttls-argument): Use it.
8853         (open-tls-stream): Ditto.
8854
8855         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8856         (netrc-machine): Ditto.
8857
8858         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8859         article number.
8860         (nnimap-split-fancy): New variable.
8861         (nnimap-split-incoming-mail): Use it.
8862
8863         * nntp.el (nntp-server-list-active-group): Document.
8864
8865         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8866         SELECT to get the message-id.
8867
8868         * mail-source.el (mail-sources): Remove webmail support.
8869         (defvar): Ditto.
8870         (mail-source-fetcher-alist): Ditto.
8871         (mail-source-fetch-webmail): Remove.
8872
8873         * webmail.el: Remove -- doesn't seem relevant any more.
8874
8875         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8876
8877         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8878         the \r.
8879
8880 2010-09-30  Julien Danjou  <julien@danjou.info>
8881
8882         * gnus-agent.el (gnus-agent-add-group): Fix call to
8883         gnus-completing-read.
8884
8885 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * nndoc.el (nndoc-retrieve-groups): New function.
8888
8889         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8890         `default', use nnmail-split-methods.
8891         (nnimap-request-article): Downcase the NILs so that they are nil.
8892
8893         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8894         symbol.
8895
8896         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8897         code, since if the user has requested network, that's what they ought
8898         to get.
8899         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8900         (nnimap-split-rule): Mark as obsolete.
8901
8902         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8903         New variable.
8904
8905         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8906         correct slot, too.
8907
8908 2010-09-29  Julien Danjou  <julien@danjou.info>
8909
8910         * gnus.el (gnus-local-domain): Declare variable obsolete.
8911
8912         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8913         Fix history computing.
8914         (gnus-ido-completing-read): Require ido.
8915
8916 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8917
8918         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8919         build Gnus.
8920
8921         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8922         when interpreting the structures.
8923         (nnimap-request-accept-article): Add \r\n to the lines to make this
8924         work with Cyrus.
8925
8926         * nndraft.el (nndraft-request-expire-articles): Use the group name
8927         instead if "nndraft".  Fix found by Nils Ackermann.
8928
8929 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8930
8931         * nnregistry.el: Add.
8932
8933 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8934
8935         * nnmail.el (group, group-art-list, group-art):
8936         Remove unneeded directives.
8937
8938 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8941         (mm-mime-charset):
8942         * rfc2047.el (rfc2047-syntax-table):
8943         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8944
8945         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8946         rather than `insert-file-contents' and `eval-region'.
8947
8948         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8949         construction.
8950
8951         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8952
8953         * time-date.el: No need to require cl for Emacs 21.
8954
8955 2010-09-29  Julien Danjou  <julien@danjou.info>
8956
8957         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8958         replacement of `gnus-gravatar-relief' to mimic
8959         `gnus-faces-properties-alist'.
8960         Add :version property.
8961
8962 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * mail-source.el (mail-source-report-new-mail):
8965         * message.el (message-default-mail-headers):
8966         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8967
8968         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8969
8970 2010-09-28  Julien Danjou  <julien@danjou.info>
8971
8972         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8973         mail-address contains the same string as real-name.
8974
8975         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8976         non-blank in header, otherwise it'll get stripped.
8977
8978         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8979         real-name, and then for mail address rather than doing : or , search.
8980
8981 2010-09-27  Julien Danjou  <julien@danjou.info>
8982
8983         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8984         right completing-read function.
8985         (gnus-use-ido): New variable
8986         (gnus-completing-read-with-default): Remove.
8987         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8988         (gnus-agent-add-group):
8989         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8990         * mm-view.el (mm-view-pkcs7-decrypt):
8991         * mm-util.el (mm-codepage-setup):
8992         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8993         * mml-smime.el (mml-smime-openssl-sign-query):
8994         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8995         (mml-insert-multipart):
8996         * gnus-msg.el (gnus-summary-yank-message):
8997         * gnus-int.el (gnus-start-news-server):
8998         * mm-decode.el (mm-interactively-view-part):
8999         * gnus-dired.el (gnus-dired-attach):
9000         * gnus.el (gnus-read-method):
9001         * gnus-bookmark.el (gnus-bookmark-jump):
9002         * gnus-art.el (gnus-mime-view-part-as-type)
9003         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9004         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9005         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9006         * nnmairix.el (nnmairix-create-server-and-default-group)
9007         (nnmairix-update-groups, nnmairix-get-server)
9008         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9009         (nnmairix-get-group-from-file-path):
9010         * nnrss.el (nnrss-find-rss-via-syndic8):
9011         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9012         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9013         (gnus-group-browse-foreign-server):
9014         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9015         (gnus-summary-execute-command, gnus-summary-respool-article)
9016         (gnus-read-move-group-name):
9017         * gnus-score.el (gnus-summary-increase-score)
9018         (gnus-summary-score-effect):
9019         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9020
9021 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9024         x-focus-frame.
9025
9026         * nnimap.el (auth-source-forget-user-or-password)
9027         (auth-source-user-or-password): Autoload.
9028
9029         * message.el (message-from-style, message-interactive)
9030         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9031         (message-yank-prefix, message-indentation-spaces, message-signature)
9032         (message-signature-file): Add comment.
9033
9034 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9037         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9038         new articles.
9039
9040         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9041         parts.
9042         (nnimap-request-article): Work with the t setting, too.
9043
9044         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9045         that you don't get flashes of other buffers.
9046         (gnus-summary-show-complete-article): Intern before setting.
9047
9048 2010-09-27  David Engster  <dengste@eml.cc>
9049
9050         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9051         well as HEADERS.
9052         (nnmairix-retrieve-headers): Provide new argument for the above.
9053
9054 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055
9056         * gnus-sum.el (gnus-summary-move-article): Don't alter
9057         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9058         group.
9059
9060         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9061
9062         * message.el (message-cite-prefix-regexp): Revert my last edit.
9063
9064         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9065         variable instead of the Gnus variable.
9066
9067         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9068
9069         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9070
9071         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9072         since some servers don't like it.
9073         (nnimap-open-connection): Forget credentials if the server says the
9074         password was wrong.
9075         (nnimap-parse-line): Protect against invalid data.
9076
9077         * gnus-sum.el (gnus-summary-move-article): Add comment.
9078         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9079         nothing alters it while scanning for new messages.
9080
9081         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9082         which may or may not help.
9083         (nnimap-open-connection): If we're doing a stream connection, and then
9084         discover we're on a STARTTLS-capable server, then open a STARTTLS
9085         connection instead.
9086
9087 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9088
9089         * nnimap.el (utf7): Require.
9090
9091         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9092         prefix.
9093
9094 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9095
9096         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9097
9098 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099
9100         * nnimap.el (nnimap-request-accept-article): Message the error on
9101         error.
9102
9103 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9106
9107 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * nndoc.el (nndoc-request-list): Return success always.
9110
9111         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9112         `fetch-old' -- we only want to fetch the articles we've requested.
9113         The rest are in the agent, probably.
9114         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9115         disappeared server" to something low.  It's not important.
9116
9117         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9118         arrived before the FETCH data.
9119
9120         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9121         target here, because we don't know the Gnus name of the group.
9122
9123         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9124         for the correct group.
9125
9126         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9127
9128         * gnus.el (gnus): Give a final warning after startup.
9129
9130         * gnus-util.el (gnus-action-message-log): New variable.
9131         (gnus-message): Use it.
9132         (gnus-final-warning): New function.
9133
9134         * nnimap.el (nnimap-open-connection): Record the greeting.
9135         (nnimap): Add greeting.
9136
9137 2010-09-26  Julien Danjou  <julien@danjou.info>
9138
9139         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9140         arguments.
9141         (gnus-html-wash-images): Fix spec computing to include start/end.
9142
9143         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9144
9145 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9146
9147         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9148         deletion.
9149         (nnimap-retrieve-headers): Don't select the group, because that's
9150         already done by nnimap-possibly-change-group.
9151
9152         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9153         (gnus-picon-transform-address): Use it.
9154
9155         * mail-source.el (mail-source-value): Revert previous patch.
9156
9157         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9158         on failure.
9159         (nnimap-open-connection): Look up both virtual and physical server name
9160         credentials.
9161
9162         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9163
9164 2009-02-07  Dave Love  <fx@gnu.org>
9165
9166         * tls.el (open-tls-stream): Don't query killing process.
9167
9168 2009-02-08  Dave Love  <fx@gnu.org>
9169
9170         * gnus-win.el (gnus-window-to-buffer-helper)
9171         (gnus-all-windows-visible-p): Function needn't be a symbol.
9172
9173         * mail-source.el (mail-source-value): Function needn't be a symbol.
9174
9175 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * message.el (message-cite-prefix-regexp): Remove } from the cite
9178         prefix.
9179
9180         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9181         highlight again, so that the highlight is correct.
9182
9183         * gnus-picon.el (gnus-picon): Remove again.
9184         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9185
9186         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9187         doing the header highlightling, so that the background color of the
9188         picon is correct.
9189
9190         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9191         (gnus-picon): Ditto.
9192         (gnus-picon): Reinstate.  The background color for picons is white.
9193         (gnus-picon-insert-glyph): Make the background white.
9194
9195         * nnml.el (nnml-open-nov): Don't return dead buffers.
9196
9197         * auth-source.el (auth-source-create): Query the user for whether to
9198         store the credentials.
9199
9200         * netrc.el (netrc-store-data): New function.
9201
9202         * auth-source.el (auth-source-user-or-password): Use the existing auth
9203         sources, if any, for creation.
9204
9205         * gnus.el (gnus-group-fast-parameter): Return the last matching
9206         parameter instead of the first matching parameter.
9207
9208 2010-09-26  Julien Danjou  <julien@danjou.info>
9209
9210         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9211
9212 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * mml2015.el (mml2015-use): Remove gpg support.
9215
9216         * mml1991.el (mml1991-function-alist): Remove gpg function.
9217         (mml1991-gpg-sign): Remove.
9218
9219 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9220
9221         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9222         (gnus-browse-unsubscribe-current-group): Document it.
9223         (gnus-browse-unsubscribe-group): Use it.
9224
9225 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226
9227         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9228         address to the To list for easier response.
9229
9230         * gnus.el (gnus-play-startup-jingle): Remove.
9231         (gnus-splash): Don't play jingle.
9232         (gnus): Silence gnus-load message.
9233
9234         * gnus-art.el (gnus-treat-play-sounds): Remove.
9235
9236         * gnus.el (gnus-play-jingle): Remove audio support.
9237
9238         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9239
9240         * earcon.el: Remove -- no users.
9241
9242         * gnus-audio.el: Remove -- no users of this package.
9243
9244         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9245
9246         * gnus-start.el (gnus-setup-news): Remove nocem support.
9247
9248         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9249
9250         * gnus.el (gnus-use-nocem): Remove.
9251
9252         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9253         Remove.
9254
9255         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9256         uses NoCeM any more.
9257
9258         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9259         (gnus-button-ctan-handler): Ditto.
9260         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9261         (gnus-button-ctan-directory-regexp): Ditto.
9262         (gnus-button-handle-ctan): Ditto.
9263         (gnus-button-tex-level): Ditto.
9264         (gnus-button-alist): Remove CTAN stuff.
9265
9266 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9269         nnimap-streaming test.
9270
9271         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9272         servers twice.
9273
9274         * nnimap.el (nnimap-open-connection): Add more error reporting when
9275         nnimap fails early.
9276
9277         * nnheader.el (nnheader-get-report-string): New function.
9278         (nnheader-get-report): Use it.
9279
9280         * gnus-int.el (gnus-check-server): Say what the error was when opening
9281         failed.
9282
9283         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9284         using streaming.
9285
9286 2010-09-25  Julien Danjou  <julien@danjou.info>
9287
9288         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9289         gnus-window-inside-pixel-edges.
9290
9291 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9292
9293         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9294
9295         * mm-decode.el (mm-save-part): Allow saving to other directories the
9296         normal Emacs way.
9297
9298         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9299         Suggested by Jay Berkenbilt.
9300
9301         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9302         there isn't a single byte.
9303
9304         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9305         just do it.  It doesn't really seem to matter what the user responds
9306         here, I think, so it's just a confusing question.
9307
9308         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9309         non-streaming case.
9310
9311         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9312         (gnus-article-encrypt-body): Use it.
9313
9314         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9315         keystroke.
9316
9317         * nnimap.el (nnimap-find-wanted-parts-1):
9318         Use gnus-fetch-partial-articles.
9319
9320         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9321
9322         * nnimap.el (nnimap-insert-partial-structure): New function.
9323         (nnimap-get-partial-article): New function.
9324         (nnimap-request-article): Use it.
9325         (nnimap-wait-for-response): Return whether the wait was successful.
9326         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9327         retrieval wasn't successful.
9328         (nnimap-retrieve-group-data-early): Allow throttling servers.
9329         (nnimap-streaming): New variable.
9330         (nnimap-fetch-partial-articles): Remove.
9331
9332         * mm-decode.el (mm-with-part): Protect against killed buffers.
9333
9334         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9335         for prettier summary display.
9336
9337 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9338
9339         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9340
9341 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9342
9343         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9344         apparently third-party libraries depend on it.
9345
9346         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9347         before starting negotiation.
9348
9349         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9350         privacy reasons.
9351         (gnus-treat-mail-gravatar): Ditto.
9352
9353         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9354         buffer when inserting images.  Inserting text into the headers, for
9355         instance, can make them invalid.
9356
9357 2010-09-25  Julien Danjou  <julien@danjou.info>
9358
9359         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9360         variables.
9361
9362         * nnheader.el: Remove useless variables news-reply-yank-from and
9363         news-reply-yank-message-id.
9364
9365         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9366         variables.
9367
9368         * mml1991.el: Remove useless mml1991-verbose.
9369
9370         * gnus.el: Remove useless variable gnus-use-generic-from.
9371         Remove obsolete variable gnus-topic-indentation.
9372
9373         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9374
9375         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9376
9377         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9378
9379         * gnus-group.el: Remove useless gnus-group-icon-cache.
9380         Remove useless gnus-ephemeral-group-server.
9381
9382         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9383
9384         * mml2015.el: Remove useless mml2015-verbose.
9385
9386         * mml-smime.el: Remove useless mml-smime-verbose.
9387
9388         * gnus.el: Remove useless gnus-local-domain.
9389
9390         * gnus-gravatar.el (gnus-gravatar-transform-address):
9391         Use gnus-gravatar-size.
9392
9393         * gnus-art.el: Remove useless gnus-treat-translate.
9394
9395 2010-09-24  Julien Danjou  <julien@danjou.info>
9396
9397         * gnus-sum.el: Add support for Gravatars.
9398
9399         * gnus-art.el: Add support for Gravatars.
9400
9401         * gnus-gravatar.el: Add this file.
9402
9403         * gravatar.el: Add this file.
9404
9405 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9408
9409         * gnus-group.el (gnus-group-fetch-faq): Remove.
9410
9411         * gnus.el (gnus-group-faq-directory): Remove.
9412
9413         * gnus-group.el (gnus-group-fetch-charter): Remove.
9414
9415         * gnus.el (gnus-group-charter-alist): Remove.
9416
9417         * gnus-group.el (gnus-group-archive-directory): Remove.
9418         (gnus-group-recent-archive-directory): Ditto.
9419         (gnus-group-make-archive-group): Remove.
9420
9421         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9422
9423         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9424         use the same article number for all the cached articles.
9425
9426         * nnimap.el (nnimap-command): Register the last command time so
9427         that we can use it for idling NOOPs.
9428         (nnimap-open-connection): Start the keeplive timer.
9429         (nnimap-make-process-buffer): Store all the process buffers.
9430         (nnimap-keepalive): New function.
9431
9432         * starttls.el (starttls-open-stream): Add autoload cookie.
9433
9434 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9435
9436         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9437         handling.
9438
9439 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9442         its data structures.
9443
9444         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9445         instead of the cl.el copy-list.
9446         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9447         equalp.
9448
9449 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9452         and tool-bar-local-item-from-menu.
9453
9454         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9455         mode-line-highlight face for Emacs.
9456
9457         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9458         loading gnus-sum.elc; fix comment for canlock-verify.
9459         (gnus-article-jump-to-part): Use read-number.
9460         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9461         Remove Emacs pre-21 compatible code for help-echo.
9462         (gnus-article-next-page-1): No need to adjust the number of lines.
9463         (gnus-article-describe-bindings): Always use help-buffer.
9464
9465         * gnus-audio.el (gnus-audio-inline-sound):
9466         * gnus-cus.el (gnus-custom-mode):
9467         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9468
9469         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9470
9471         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9472         compatible code.
9473
9474 2010-09-24  Glenn Morris  <rgm@gnu.org>
9475
9476         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9477         visiting the fcc file in rmail-mode.
9478
9479         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9480
9481 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * nnir.el: Silence the byte compiler.
9484
9485         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9486         alias to browse-url-url-encode-chars if any.
9487         (gnus-html-encode-url): Use it.
9488
9489 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus-start.el (gnus-use-backend-marks): New variable.
9492         (gnus-get-unread-articles-in-group): Use it.
9493
9494         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9495         makeover.
9496
9497 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9498
9499         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9500
9501 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9504         Remove.
9505         (gnus-setup-news-hook):
9506         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9507
9508         * gnus-int.el (gnus-request-update-info): Protect against backends not
9509         having the function.
9510
9511         * nnimap.el (nnimap-stream): Mention starttls.
9512         (nnimap-open-connection): Add starttls support.
9513
9514 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9515
9516         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9517
9518 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9521         BODYSTRUCTUREs.
9522         (nnimap-transform-headers): Unfold quoted {42} headers.
9523
9524         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9525         the info.
9526         (gnus-get-unread-articles): Only call updatep on backends that support
9527         it.
9528
9529         * nnweb.el (nnweb-request-update-info): NOOP.
9530
9531         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9532
9533         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9534         since it only deals with marks.
9535
9536         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9537         gnus-request-marks, and make a new gnus-request-update-info.
9538
9539         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9540         the active instead of the high number, which is usually too low.
9541
9542 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9543
9544         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9545         * encrypt.el: Remove.
9546
9547 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9550         server in symbolic form.
9551
9552         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9553
9554 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9555
9556         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9557         (nnimap-update-info): Fix up code slightly.
9558
9559         * gnus-int.el (gnus-open-server): Add tracing for performance
9560         debugging.
9561
9562         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9563         (gnus-group-insert-group-line): Pass the real group name so that it
9564         gets the right data.
9565
9566         * gnus-start.el (gnus-get-unread-articles): Don't have
9567         `gnus-get-unread-articles-in-group' update info, since that can be
9568         really slow and doesn't seem to be needed?
9569
9570 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9571
9572         * time-date.el (date-to-time): Try using parse-time-string first before
9573         using the slower timezone-make-date-arpa-standard.
9574
9575 2010-09-22  Julien Danjou  <julien@danjou.info>
9576
9577         * gnus-group.el (gnus-group-insert-group-line):
9578         Call gnus-group-highlight-line.
9579         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9580         default hook list.
9581         (gnus-group-update-eval-form): Add new function.
9582         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9583         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9584
9585 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9588         immediate, then expire all articles.
9589         (nnimap-update-info): Fix off-by-one errors.
9590         (nnimap-flags-to-marks): Would return no marks lists for group with no
9591         flags.  Instead return the other data.
9592
9593 2010-09-22  Julien Danjou  <julien@danjou.info>
9594
9595         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9596         Only return an icon.
9597         (gnus-group-insert-group-line): Compute icon to return.
9598
9599         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9600         (gnus-html-image-fetched): Only cache if
9601         gnus-html-image-automatic-caching is set.
9602         (gnus-html-image-fetched): Check for errors.
9603
9604 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9605
9606         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9607         once per method on `g'.  This ensures that backends like nnfolder don't
9608         open all their folders.
9609
9610         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9611         (nnimap-request-list): Nix out group in the correct buffer.
9612         (nnimap-parse-flags): Implement by using `read' instead of
9613         hand-parsing.
9614         (nnimap-flags-to-marks): Pass on permanent-flags.
9615         (nnimap-make-process-buffer): Record the server name.
9616         (nnimap-parse-flags): Fix typo.
9617         (nnimap-request-scan): Run split on the server in general, not just a
9618         single group.
9619
9620         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9621         parameter, and propagate this downwards.
9622
9623         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9624         since EXAMINE changes it on the server.
9625
9626         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9627         this command might take a while.
9628
9629 2010-09-22  Julien Danjou  <julien@danjou.info>
9630
9631         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9632         harmful if you have 2 images side-by-side, they can't be properly
9633         update on text deletion.  Using text-property is safer here.
9634         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9635         data.
9636
9637 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * nnimap.el (nnimap-expunge-inbox): Remove.
9640         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9641         (nnimap-expunge): Flip default to t.
9642
9643         * gnus.el (gnus-method-to-server): Don't push things to the cache
9644         unless it's unique.
9645         (gnus-server-to-method): Ditto.
9646
9647 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9648
9649         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9650
9651 2010-09-22  Julien Danjou  <julien@danjou.info>
9652
9653         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9654         get the start of data.
9655         (gnus-html-encode-url): Add this function to encode special chars in
9656         URL.
9657         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9658         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9659
9660         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9661         default.
9662         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9663
9664         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9665         images alt-text.
9666         (gnus-html-put-image): Put alt-text as help-echo.
9667
9668 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9671         * mm-util.el (mm-decompress-buffer):
9672         * nnir.el (nnir-run-find-grep):
9673         * pop3.el (pop3-list): Use 3rd arg of split-string.
9674
9675         * time-date.el (format-seconds): Comment fix.
9676
9677         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9678         and byte-optimize-form-code-walker.
9679         (dgnushack-make-auto-load): Don't advise make-autoload.
9680
9681         * lpath.el: Remove Emacs 21 stuff.
9682
9683 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9686         outside the active range.  Suggested by Dan Christensen.
9687
9688         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9689         slightly later to avoid double-getting it.
9690
9691         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9692         previous patch.
9693
9694         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9695
9696 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9697
9698         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9699
9700 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9701
9702         * gnus-int.el (gnus-open-server): Give a better error message in the
9703         "go offline" case.
9704
9705         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9706         marks for nnimap, which is seldom the right thing to do.
9707
9708         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9709         (gnus-same-method-different-name): New function.
9710
9711         * nnimap.el (parse-time): Require.
9712
9713         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9714         method in the presence of many similar methods.
9715
9716         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9717
9718         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9719         nnml-inhibit-expiry.
9720
9721         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9722         find out whether methods are equal.
9723
9724         * nnimap.el (nnimap-find-expired-articles): New function.
9725         (nnimap-process-expiry-targets): New function.
9726         (nnimap-request-move-article): Request the article before looking at
9727         what the Message-ID is.  Fix found by Andrew Cohen.
9728         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9729
9730         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9731         for oldness in addition to being a predicate.
9732
9733         * nnimap.el (nnimap-request-group): When we have zero articles, return
9734         the right data to Gnus.
9735         (nnimap-request-expire-articles): Only delete articles immediately if
9736         the target is 'delete.
9737
9738         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9739         method, this would bug out.
9740
9741         * gnus-group.el (gnus-group-expunge-group): Rename from
9742         gnus-group-nnimap-expunge, and implemented as a normal interface
9743         function.
9744
9745         * gnus-int.el (gnus-request-expunge-group): New function.
9746
9747         * nnimap.el (nnimap-request-create-group): Implement.
9748         (nnimap-request-expunge-group): New function.
9749
9750 2010-09-21  Julien Danjou  <julien@danjou.info>
9751
9752         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9753         (gnus-html-cache-expired): Add new function.
9754         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9755         wethever we should display image for fetch it.
9756         Compute alt-text earlier to pass it to the fetching function too.
9757         (gnus-html-schedule-image-fetching): Change function argument to only
9758         get one image at a time, not a list.
9759         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9760         cache.
9761         (gnus-html-get-image-data): New function to retrieve image data from
9762         cache.
9763         (gnus-html-put-image): Change buffer argument to use image data rather
9764         than file, and place image above region rather than inserting a new
9765         one.  Do not take alt-text as argument, since it's useless now: we place
9766         the image above alt-text.
9767         (gnus-html-prune-cache): Remove.
9768         (gnus-html-show-images): Start to fetch image when we find one, do not
9769         push into a temporary list.
9770         (gnus-html-prefetch-images): Only fetch image if they have expired.
9771         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9772         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9773
9774 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9777
9778 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9779
9780         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9781         spec inser "*" if the group isn't active instead of 0.
9782
9783         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9784         opening the server.
9785         (nnimap-request-delete-group): Implement group deletion.
9786         (nnimap-transform-headers): Return the size of the entire message in
9787         the Bytes header, not just the size of the first part.
9788         (nnimap-request-move-article): When moving an article from nnimap,
9789         request the article first so the accepting form has an article to
9790         accept.  Reported by Dan Christensen.
9791         (nnimap-command): Make sure that the error message doesn't error out.
9792
9793 2010-09-20  David Edmondson  <dme@dme.org>
9794
9795         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9796         we haven't requested anything.
9797
9798 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9801         "".  Fix found by Andrew Cohen.
9802
9803         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9804         instead of -encode-string.
9805
9806 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9809
9810         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9811         by mm-subst-char-in-string.
9812
9813 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9816         waiting for the connection string.
9817
9818         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9819         arriving.
9820
9821         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9822         bogus characters.  This allows selecting certain Gmail groups.
9823
9824         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9825         (nnimap-fetch-partial-articles): New variable.
9826         (nnimap-open-connection): When looking for credentials, also use the
9827         nnimap-server-port.
9828         (nnimap-request-article): Return the group/article number, so that Gnus
9829         `^' works as expected.
9830         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9831
9832         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9833         comments.
9834         (gnus-methods-sloppily-equal): New function.
9835         (gnus): When using the development version of Gnus, load the gnus-load
9836         file.
9837
9838         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9839         `gnus-open-server' on each method before trying to scan them etc.
9840         This ensures that all the backend parameters are set correctly.
9841
9842         * nnimap.el (nnimap-authenticator): New variable.
9843         (nnimap-open-connection): Allow anonymous login.
9844         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9845         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9846
9847         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9848         patch, found by Knut Anders Hatlen.
9849
9850 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9851
9852         * gnus-agent.el (gnus-agent-batch-confirmation)
9853         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9854         to gnus-message.
9855         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9856         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9857         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9858         * gnus-int.el (gnus-open-server): Likewise.
9859         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9860         (gnus-score-check-syntax): Likewise.
9861         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9862         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9863         Likewise.
9864         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9865
9866 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9867
9868         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9869         calling conventions so that prefetch doesn't bug out.
9870
9871 2010-09-19  Julien Danjou  <julien@danjou.info>
9872
9873         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9874         rather than `subst-char-in-region' in order to be able to replace ASCII
9875         char by UTF-8 ones.
9876
9877         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9878         than curl.
9879         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9880         the right URL and ALT text on images.
9881         (gnus-html-wash-tags): Fix tag case.
9882         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9883         (gnus-article-html): Add -o display_ins_del=2 option.
9884         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9885
9886 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9887
9888         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9889         the extra mail headers, which sometimes seem to happen for unknown
9890         reasons.
9891
9892         * mail-parse.el (mail-header-encode-parameter): Define as
9893         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9894         (or most, perhaps?) mail readers don't understand the latter, but do
9895         understand the former.
9896
9897         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9898         to nil, so that no methods are automatically agentized.  I think this
9899         is probably what most users want.
9900
9901         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9902         from url-retrieve, for instance about invalid URLs.
9903
9904         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9905         groups that have no articles.
9906         (nnimap-request-article): Check that we really got an article when we
9907         requested one.
9908
9909         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9910         doesn't exist.
9911
9912         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9913         nntp buffer so the agent can save it.
9914         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9915         that CRLF doesn't get translated to \n.
9916         (nnimap-open-connection): Don't make 'shell commands only send \n.
9917
9918 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9919
9920         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9921         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9922         Update var name.
9923         (nnml-generate-nov-file): Use dolist.
9924         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9925         Use with-current-buffer.
9926
9927 2010-09-18  Julien Danjou  <julien@danjou.info>
9928
9929         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9930         parallel.
9931
9932 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9933
9934         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9935         the range update right.
9936         (nnimap-request-group): Don't make `M-g' bug out on group with no
9937         marks.
9938         (nnoo): Require, so that other packages can require nnimap.
9939         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9940         command we're looking for.  This helps when the server sends more
9941         responses after we've gotten everything we expected.
9942         (nnimap): Add a `newlinep' field to keep track of end-of-line
9943         conventions.
9944         Don't send CRLF to things that don't want it.
9945         (nnimap-request-accept-article): Ditto.
9946
9947 2010-09-18  Julien Danjou  <julien@danjou.info>
9948
9949         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9950         than curl to retrieve images.
9951
9952 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953
9954         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9955         the marks.
9956         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9957         (nnimap-wait-for-connection): New function.
9958         (nnimap-open-connection): If we have PREAUTH, don't query for login
9959         credentials.
9960         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9961         when doing a partial update.
9962
9963 2010-09-18  Julien Danjou  <julien@danjou.info>
9964
9965         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9966         tags.
9967
9968 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * nnimap.el (nnimap-credentials): New function.
9971         (nnimap-open-connection): Use the new function to look for credentials
9972         also on the numeric equivalents of "imap" and "imaps".
9973
9974         * gnus-start.el (gnus-activate-group): Send the info to
9975         gnus-request-group.
9976
9977         * nnimap.el (nnimap-request-group): Have the "check" version of the
9978         function parse flags and update the info, so that a `M-g' get a total
9979         resync of all flags from the group.
9980
9981         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9982         to allow backends to alter the info on group selection.  Also alter all
9983         the backend -request-group functions to take the parameter.
9984
9985         * nnimap.el (nnimap-store-info): New function.
9986         (nnimap-update-info): Store the info for later usage.
9987         (nnimap-request-group): Use the stored info for the dont-check case, so
9988         that we don't retrieve all marks when we enter a group.
9989
9990         * nnimap.el: Use deffoo instead of defun for interface functions.
9991
9992         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9993         update the group info.  This makes the nndraft groups, for instance, go
9994         back to their old behavior.
9995
9996         * gnus-sum.el (gnus-select-newsgroup): Indent.
9997
9998         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9999         in.
10000         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10001         nothing.
10002
10003         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10004         from methods that are denied.
10005
10006         * gnus-int.el (gnus-method-denied-p): New function.
10007
10008         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10009         store the password instead of netrc.
10010         (nnimap-open-connection): Don't error out when we can't make a
10011         connections.
10012
10013         * auth-source.el (auth-source-create): In the password prompt, say what
10014         we're querying for.  Also prompt for user name if that hasn't been
10015         given.
10016
10017         * nnimap.el (nnimap-with-process-buffer): Remove.
10018
10019 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10020
10021         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10022         method when we're reading from the agent.
10023
10024         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10025
10026         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10027         that's probably most useful for users.
10028
10029         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10030         "failed" all the time.
10031
10032         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10033         ...)) with (with-current-buffer ... ).
10034
10035         * nntp.el (nntp-open-server): Return whether the open was successful or
10036         not.
10037
10038         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10039         select an unread unseen article first.
10040
10041         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10042         /etc/services, supply some sensible port defaults.
10043
10044         * dgnushack.el: Define netrc-credentials.
10045
10046 2010-09-17  Julien Danjou  <julien@danjou.info>
10047
10048         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10049
10050 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10051
10052         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10053         doesn't have any parameters.
10054
10055 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10056
10057         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10058         only upcased checks.
10059
10060         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10061
10062         * nnimap.el (nnimap-open-shell-stream): New function.
10063         (nnimap-open-connection): Use it.
10064         (nnimap-transform-headers): Get the number of lines in each message.
10065         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10066         number of lines.
10067         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10068         problem.
10069
10070         * utf7.el (utf7-encode): Autoload.
10071
10072         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10073         to allow the mail splitting to not return a default group.  This is
10074         useful for nnimap, which will leave unmatched mail in the inbox.
10075
10076         * nnimap.el: Rewritten.
10077
10078         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10079         nnimap usage.
10080
10081         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10082         if the move is internal, so that nnimap can do fast internal moves.
10083
10084         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10085         data.
10086         (gnus-read-active-for-groups): Support finishing the early retrieval of
10087         data.
10088
10089         * gnus-range.el (gnus-range-nconcat): New function.
10090
10091         * gnus-int.el (gnus-finish-retrieve-group-infos)
10092         (gnus-retrieve-group-data-early): New functions.
10093
10094 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10095
10096         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10097         (nnrss-retrieve-groups):
10098         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10099         (pop3-quit): Use with-current-buffer.
10100
10101 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10104         instead of nnheader-accept-process-output.
10105
10106         * dgnushack.el (dgnushack-compile): Add comment.
10107
10108         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10109
10110         * gnus-html.el (gnus-html-schedule-image-fetching)
10111         (gnus-html-prefetch-images): Replace process-kill-without-query by
10112         gnus-set-process-query-on-exit-flag.
10113
10114 2010-09-16  Romain Francoise  <romain@orebokech.com>
10115
10116         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10117
10118 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10121         parameter to unintern is mandatory-ish in Emacs 24.
10122
10123         * gnus-html.el (gnus-html-schedule-image-fetching)
10124         (gnus-html-prefetch-images): Check for curl before using it.
10125
10126         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10127         depend on curl, which isn't essential.
10128
10129         * imap.el: Revert back to version
10130         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10131         seem problematic.
10132
10133 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10134
10135         * gnus-registry.el (gnus-registry-install-shortcuts):
10136         Explicitly pass `obarray' to `unintern' to avoid a warning.
10137
10138 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139
10140         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10141         change.
10142
10143         * nnrss.el (nnrss-request-list): Remove this function and related
10144         functions, including the moreover stuff.
10145
10146 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10147
10148         * nnrss.el (nnrss-retrieve-groups): New function.
10149
10150 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10151
10152         * .dir-locals.el: Add no-byte-compile cookie.
10153
10154 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * time-date.el (format-seconds): Comment fix.
10157
10158         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10159         for back end that doesn't support request-scan.
10160
10161 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10162
10163         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10164         then do request scans from the backends.
10165
10166         * netrc.el (netrc-credentials): New conveniency function.
10167
10168         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10169         avoid running a hook per line, since this takes a lot of time,
10170         profiling shows.
10171         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10172         directly if gnus-visual-p is true.
10173
10174 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10177         groups; replace mapcar with dolist which is a bit faster; pass groups
10178         info to gnus-read-active-file-1.
10179         (gnus-read-active-file-1): Scan only specified groups if the new
10180         optional arg `infos' is given.
10181
10182 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10183
10184         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10185
10186         * pop3.el (pop3-movemail): Remove.
10187         (pop3-streaming-movemail): Rename to pop3-movemail.
10188
10189         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10190         don't restrict end-tag searches to the end of the line.
10191
10192 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10195         articles of every unchecked group to t, which means unknown since the
10196         server has never been opened.
10197
10198 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10199
10200         * gnus-html.el (gnus-html-show-alt-text): New command.
10201         (gnus-html-browse-image): Ditto.
10202         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10203         to browse the image directly.
10204         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10205         better.
10206
10207         * gnus-async.el (gnus-async-article-callback):
10208         Call `gnus-html-prefetch-images' unconditionally.
10209
10210         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10211         before feeding URLs to curl.
10212
10213 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10216         internal images as deletable by `W D D'.
10217
10218         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10219         (gnus-async-article-callback): Fix typo.
10220
10221 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10224         current line to work around bugs in the output from w3m.
10225
10226         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10227         for groups that want that.
10228
10229         * nntp.el (nntp-wait-for-string): Supply a timeout for
10230         accept-process-output to ensure progress.
10231
10232         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10233         level to get unread articles from, then use that for foreign groups,
10234         too.
10235
10236         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10237         confuses the rest of the function.
10238
10239         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10240         for the methods that support -retrieve-groups, too.
10241
10242         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10243
10244 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10247         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10248
10249         * pop3.el: Require cl when compiling.
10250         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10251
10252 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10255         that aren't going to be activated.
10256         (gnus-get-unread-articles): Fix up the last commit.
10257
10258         * gnus-html.el (gnus-article-html): Allow calling without specifying
10259         the handle.  In that case, dissect the buffer first.
10260
10261         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10262
10263         * nnimap.el (nnimap-open-connection): Revert the change that would look
10264         into authinfo for imaps instead of imap.
10265
10266         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10267         say that you don't want to call gnus-request-group with don-check, but
10268         do check the reponse.  This is for virtual groups only.
10269         (gnus-get-unread-articles): Count the archive groups as secondary, so
10270         that they're activated the same way as before.
10271
10272         * imap.el (imap-message-map): Removed optional buffer parameter, since
10273         no callers use it.
10274         (imap-message-get): Ditto.
10275         (imap-message-put): Ditto.
10276         (imap-mailbox-map): Ditto.
10277         (imap-mailbox-put): Ditto.
10278         (imap-mailbox-get): Ditto.
10279         (imap-mailbox-get): Revert last change for this function.
10280
10281         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10282         case-insensitively.
10283         (nnimap-debug): Remove.
10284
10285         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10286         callers to use `imap-fetch' instead.  According to the comments, this
10287         should be safe, since all other IMAP clients use the 1:* syntax.
10288         (imap-enable-exchange-bug-workaround): Remove.
10289         (imap-debug): Remove -- doesn't seem very useful.
10290
10291         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10292         mail from a file, and the file doesn't exist.
10293
10294         * imap.el (imap-log): New convenience function used throughout instead
10295         of repeating the same code all over the place.
10296
10297         * pop3.el (pop3-streaming-movemail): Return t for success.
10298
10299         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10300         .authinfo if we're using ssl connection.
10301
10302         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10303         already have if we're in a main Gnus `g' run.
10304
10305         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10306
10307 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10310
10311         * nnmh.el (nnmh-request-list-1): Bind `file'.
10312
10313         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10314         alias to set-process-query-on-exit-flag or process-kill-without-query.
10315         (pop3-open-server): Use it.
10316
10317 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10318
10319         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10320         box to the Incoming file.  Fixes mistake in previous checkin.
10321
10322         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10323         request loop (for debugging purposes) removed.
10324
10325         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10326         culprit is more visible.
10327         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10328         (nnml-add-incremental-nov): New functions to do "incremental" nov
10329         updates, where we just append to the end of the existing nov files
10330         without reading/writing them in full.
10331
10332         * mail-source.el (mail-source-delete-crash-box): Really only check the
10333         incoming files once in a while.
10334
10335         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10336
10337         * mail-source.el (mail-source-delete-crash-box): Only check the
10338         incoming files for deletion once per day to save a lot of file
10339         accesses.
10340
10341         * pop3.el (pop3-logon): Fix up unbound variable typo.
10342
10343         * mail-source.el (pop3-streaming-movemail): Autoload.
10344
10345         * pop3.el (pop3-streaming-movemail):
10346         Respect pop3-leave-mail-on-server.
10347
10348         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10349         retrieval.
10350
10351         * pop3.el (pop3-process-filter): Remove unused function.
10352         (pop3-streaming-movemail, pop3-send-streaming-command)
10353         (pop3-wait-for-messages, pop3-write-to-file)
10354         (pop3-number-of-responses): New functions for streaming pop3
10355         retrieval.
10356
10357         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10358         come from no known methods.
10359         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10360         list.
10361
10362         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10363         message sizes.
10364         (pop3-movemail): Use erase-buffer instead of looping and deleting
10365         regions, which seems rather odd.
10366
10367         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10368         file once per `g' run.
10369
10370         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10371         directories.  This makes the draft queue directory work.
10372
10373         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10374         data from the backends, so that we only request the list of groups from
10375         each method once.  This should speed things up considerably.
10376
10377         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10378         detect that it's not implemented.
10379
10380         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10381         we actually do recurse down into the tree, but don't stat all leaf
10382         nodes.
10383
10384         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10385         then say so instead of bugging out.
10386
10387         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10388         files exist before trying to read them.
10389
10390         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10391         around <pre_int>.
10392
10393         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10394
10395         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10396
10397 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * mm-util.el (mm-image-load-path): Just return the image directories,
10400         not all directories in the path in addition to the image directories.
10401         (mm-image-load-path): Maintain a cache of the image directories so that
10402         the `g' command in Gnus doesn't have to stat dozens of directories each
10403         time.
10404
10405         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10406         (gnus-html-wash-tags): Add a new `i' command to insert images.
10407         (gnus-html-insert-image): New command and keystroke.
10408         (gnus-html-redisplay-with-images): New command and keystroke.
10409         (gnus-html-show-images): Rename command.
10410         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10411         spacers.
10412         (gnus-html-wash-tags): Decode entities at the end, so that entities
10413         inside the tags don't mess up the rest of the "parsing".
10414
10415         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10416         so that nnimap methods aren't agentized by default.  There's apparently
10417         many problems related to agent/imap behavior.
10418
10419         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10420
10421         * gnus-html.el: Doc fix.
10422
10423 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10426         specifier-spec-list for Emacs 21.
10427
10428         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10429         glyph-width and glyph-height instead of display-graphic-p and
10430         image-size; make avoidance of displaying small images work for XEmacs.
10431
10432         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10433         for XEmacs.
10434
10435         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10436         of symbol that holds plist data.
10437         (gnus-process-plist): Remove plist of process after getting it.
10438
10439 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10440
10441         * message.el (message-generate-hashcash): Change default to
10442         'opportunistic if hashcash is installed.
10443
10444         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10445         (gnus-html-put-image): Only call image-size once, since it's somewhat
10446         time-consuming on remote X servers.
10447
10448 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10451         type on data, not a file name.
10452
10453         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10454         window-pixel-edges for Emacs 21.
10455
10456         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10457         decoded contents.
10458         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10459
10460 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10461
10462         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10463         group line format, since it isn't very interesting.
10464
10465         * gnus-agent.el (gnus-agent-short-article),
10466         (gnus-agent-long-article): Increase values for these two variables,
10467         since most people are likely to have more network connection and
10468         storage than before.
10469
10470         * gnus.el (gnus-refer-article-method): Change default to 'current.
10471         When referring an article, the common behavior is to refer it from the
10472         current select method, not the native select method.  The chances of
10473         the native select method having the message in question is rather slim
10474         these days.
10475
10476         * gnus-sum.el (gnus-auto-select-subject): Change default to
10477         `unseen-or-unread'.  I think it's likely that most people want to
10478         select an unseen article over a previously seen, but unread one.
10479
10480         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10481         means that in the article buffer none of the minor mode elements will
10482         be shown, usually, and this is not desirable in most cases.
10483
10484         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10485         that commands like `d' (and the like) go to the next line in the
10486         buffer, instead of the next unread article.  I think this is the
10487         behavior that is most natural for most users.
10488         (gnus-single-article-buffer): Change default to nil, so that people can
10489         have as many article buffers open as they have summary buffer.  I think
10490         this is the most natural way for the groups to behave.
10491
10492         * message.el (message-generate-new-buffers): Change default to
10493         `unsent', so that all new message buffers start their names with the
10494         string "*unsent", and it's easier to find the buffers if you move from
10495         them.
10496
10497 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10498
10499         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10500         small.  They're probably tracking images.
10501         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10502         (gnus-html-rescale-image): Yet another try at getting the image sizing
10503         right.
10504
10505         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10506         nntp-marks-file-name is nil.
10507
10508 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10509
10510         * gnus-html.el (gnus-html-wash-tags)
10511         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10512         Better logging.
10513
10514 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10515
10516         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10517
10518         * gnus-html.el (gnus-html-wash-tags): Check the value of
10519         gnus-blocked-images in the summary buffer.
10520
10521 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10522
10523         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10524
10525 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10528         like "a", it seems like.
10529         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10530         since it needs to be picked from the correct buffer.
10531
10532         * nnwfm.el: Remove.
10533
10534         * nnlistserv.el: Remove.
10535
10536 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10537
10538         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10539         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10540
10541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * nnkiboze.el: Remove.
10544
10545         * nndb.el: Remove.
10546
10547         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10548         alt text.
10549         (gnus-html-rescale-image): Try to get the rescaling logic right for
10550         images that are just wide and not tall.
10551
10552         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10553         overshadow variable bindings.
10554
10555 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10556
10557         * gnus-html.el (gnus-html-wash-tags)
10558         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10559         Add extra logging.
10560
10561 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10564         (gnus-max-image-proportion): New variable.
10565         (gnus-html-rescale-image): New function.
10566         (gnus-html-put-image): Rescale images.
10567
10568 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10569
10570         Fix up some byte-compiler warnings.
10571         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10572         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10573         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10574         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10575         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10576         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10577         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10578
10579 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-html.el (gnus-article-html): Decode contents by charset.
10582
10583 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10586         (gnus-html-frame-width, gnus-blocked-images):
10587         * message.el (message-prune-recipient-rules): Add custom version.
10588         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10589
10590         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10591         functions.
10592
10593         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10594         gnus-process-get.
10595
10596 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10597
10598         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10599         instead of lsub directly.
10600
10601 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * nnwarchive.el: Remove.
10604
10605         * gnus-soup.el: Remove.
10606
10607         * nnsoup.el: Remove.
10608
10609         * nnultimate.el: Remove.
10610
10611         * gnus-html.el (gnus-blocked-images): New variable.
10612
10613         * message.el (message-prune-recipients): New function.
10614         (message-prune-recipient-rules): New variable.
10615
10616         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10617         guess whether a long line is natural text or not.
10618
10619         * gnus-html.el (gnus-html-schedule-image-fetching):
10620         Use gnus-process-plist and friends for compatibility.
10621
10622 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10623
10624         * gnus-html.el: Require packages that define macros used in this file.
10625         (gnus-article-mouse-face): Declare to silence byte-compiler.
10626         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10627         process-get.
10628         (gnus-html-put-image): Use plist-get to avoid getf.
10629         (gnus-html-prefetch-images): Use with-current-buffer.
10630
10631 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-ems.el: Provide compatibility functions for
10634         gnus-set-process-plist.
10635
10636         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10637         header-line-format for XEmacs 21.4.
10638
10639         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10640         * gnus.el (gnus-valid-select-methods):
10641         * message.el (message-send-mail-partially-limit):
10642         * mm-decode.el (mm-text-html-renderer):
10643         * mml.el (mml-insert-mime-headers-always):
10644         * smiley.el (smiley-regexp-alist): Bump custom version.
10645
10646 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * gnus-html.el: require mm-url.
10649         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10650         with the url to `url'.
10651         (gnus-html-wash-tags): Support cid: URLs/images.
10652
10653 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10654
10655         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10656         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10657         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10658
10659         * gnus-move.el: Remove file, since it doesn't really work.
10660
10661         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10662         UTF-8.  This seems to fix problems with some German web feeds.
10663
10664         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10665         at the top so that the proper colors are applied.
10666
10667         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10668         don't have dots in their names.
10669
10670         * gnus-art.el (gnus-article-view-part): Doc fix.
10671
10672         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10673         XEmacs-compatible.
10674         (gnus-html-put-image): Don't do images on non-graphic displays.
10675
10676         * nnslashdot.el: Remove this unused backend.
10677
10678         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10679         actions.
10680         (gnus-undo-register-1): Revert last change.
10681
10682         * gnus-group.el (gnus-group-completing-read): Protect against not
10683         having completion-styles bound.
10684
10685         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10686         make broken recipients happier.
10687
10688         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10689
10690         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10691         point parameter.
10692
10693         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10694
10695         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10696         completion-styles for group selection.
10697
10698 2009-02-04  Andreas Schwab  <schwab@suse.de>
10699
10700         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10701         headers and regexp-quote the match if necessary.
10702
10703 2009-03-24  Miles Bader  <miles@gnu.org>
10704
10705         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10706         the blinking smiley.
10707
10708 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10709
10710         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10711         blink smiley.
10712
10713 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10714
10715         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10716         where the dribbel file lives exists.
10717
10718         * message.el (message-send-mail-partially-limit): Change the default to
10719         nil, since most people don't want this.
10720
10721         * mm-url.el (mm-url-decode-entities): Also decode entities like
10722         &#x3212.
10723
10724 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10725
10726         * gnus-sum.el (gnus-summary-idna-message):
10727         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10728         Hyperlink urls in docstrings with URL `...'.
10729
10730 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10731
10732         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10733         functions.
10734
10735 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10738         say what the mouseover text should be.
10739
10740         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10741         version of the mm-w3m-safe-url-regexp variable to only download images
10742         in the groups where we want that to happen.
10743
10744         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10745
10746         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10747         easier debugging.
10748         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10749         big pictures in the article buffer.
10750
10751         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10752         gnus-article-html.
10753         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10754         w3m.
10755
10756         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10757
10758 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10761         which doesn't exist.
10762
10763         * message.el (message-inhibit-ecomplete): New variable to allow some
10764         function to inhibit ecomplete address storage.
10765         (message-resend): Disable ecomplete message storage when resending
10766         messages.
10767
10768         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10769
10770 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10773         Save excursion while copying, moving, and deleting articles in order to
10774         prevent the cursor from jumping to unforeseen place.
10775
10776 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * lpath.el: No need to bind bookmark-current-buffer,
10779         bookmark-yank-point and bookmark-make-record-function.
10780
10781 2010-08-17  Glenn Morris  <rgm@gnu.org>
10782
10783         * gnus-sync.el: Require gnus components whose functions are used.
10784
10785         * gnus-art.el (bookmark-make-record-function):
10786         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10787         Declare for compiler.
10788
10789         * mm-url.el (mml-compute-boundary): Autoload.
10790
10791 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10794
10795 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10796
10797         Typo fix "hoo4a" -> "hook".
10798
10799         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10800
10801 2010-08-14  Glenn Morris  <rgm@gnu.org>
10802
10803         * gnus-sync.el (gnus-sync): Fix defgroup version.
10804
10805 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10806
10807         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10808
10809         * gnus-sync.el: Fix docs.
10810         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10811         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10812
10813 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10814
10815         Optimizations for gnus-sync.el.
10816
10817         * gnus-sync.el: Add docs about gnus-sync-backend
10818         possibilities.
10819         (gnus-sync-save): Remove unnecessary message.
10820         (gnus-sync-read): Optimize and show what groups were skipped.
10821
10822 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10823
10824         Minor bug fixes for gnus-sync.el.
10825
10826         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10827         Don't read the sync on get-new-news.
10828
10829         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10830         quiet.
10831
10832         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10833         (fix typo).
10834
10835 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10836
10837         Make saving and restoring of hidden threads work with overlays.
10838         Patch applied by Ted Zlatanov.
10839
10840         * gnus-sum.el (gnus-hidden-threads-configuration)
10841         (gnus-restore-hidden-threads-configuration): Update to deal with text
10842         properties, rather than searching for a magic character.
10843
10844 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10845
10846         New gnus-sync.el library for synchronization of marks.
10847
10848         * gnus-sync.el: New library for synchronization of marks.
10849
10850         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10851         renamed from `gnus-registry-grep-in-list'.
10852
10853         * gnus-registry.el (gnus-registry-follow-group-p):
10854         Use `gnus-grep-in-list'.
10855
10856         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10857
10858 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10861         determining charset of text fails.
10862
10863 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * nnmail.el (nnmail-get-new-mail-1): Revert.
10866
10867         * nnml.el (nnml-active-number): Make sure names of newly created groups
10868         in nnml-group-alist are encoded.
10869
10870 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10873         containing non-ASCII characters in active file for nnml back end.
10874
10875 2010-07-24  David Engster  <dengste@eml.cc>
10876
10877         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10878         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10879
10880 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10881
10882         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10883         tag (Bug#6654).
10884
10885 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10888         the article buffer, not the summary buffer.
10889
10890 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10893         Emacs 23 as well.
10894
10895 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10898         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10899
10900 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10901
10902         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10903         Patch applied by Karl Fogel.
10904
10905         * gnus-sum.el (gnus-summary-bookmark-make-record):
10906         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10907
10908 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10909
10910         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10911         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10912         C-w still not working correctly from Article buffers; Thierry's
10913         patch to fix that will be applied after this.
10914
10915         * gnus-art.el (bookmark-make-record-function): New local variable.
10916
10917         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10918         article buffer.
10919         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10920
10921 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10922
10923         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10924         on changes in bookmark.el.
10925
10926 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10929         `no-log' instead of message not to log prompt string.
10930
10931 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10932
10933         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10934         the *other* type of HTML form submission.
10935
10936 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10937
10938         * auth-source.el (auth-source-pick): If choice does not contain a
10939         questioned keyword, set the check to t.
10940
10941 2010-06-12  Romain Francoise  <romain@orebokech.com>
10942
10943         * gnus-util.el (gnus-date-get-time): Move up before first use.
10944
10945 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10948         (gnus-article-edit-part): Bind it to make last part that is substituted
10949         or deleted visible.
10950         (gnus-mime-display-single): Buttonize part of which id equals to
10951         gnus-mime-buttonized-part-id.
10952
10953 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10954
10955         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10956         (gnus-dd-mmm): Use gnus-date-get-time.
10957         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10958         simplify logic.
10959         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10960         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10961
10962 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10963
10964         * auth-source.el (top): Autoload `secrets-list-collections',
10965         `secrets-create-item', `secrets-delete-item'.
10966         (auth-sources): Fix tag string.
10967         (auth-get-source, auth-source-retrieve, auth-source-create)
10968         (auth-source-delete): New defuns.
10969         (auth-source-pick): Rewrite in order to avoid 2 passes.
10970         (auth-source-forget-user-or-password): New parameter USERNAME.
10971         (auth-source-user-or-password): New parameters CREATE-MISSING and
10972         DELETE-EXISTING.  Retrieve password interactively, if needed.
10973
10974 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10975
10976         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10977         deleting unused directories when gnus-expert-user is t.
10978
10979 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10982         for each temp file when gnus-article-browse-delete-temp is ask.
10983
10984 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10985
10986         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10987         Replace Lisp calls to delete-backward-char by calls to delete-char.
10988
10989 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10990
10991         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10992
10993 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10994
10995         * password-cache.el (password-cache-remove): Fix docstring.
10996
10997 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11000         article unless decoding article to be saved.
11001
11002 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11005         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11006         generated within the mm-with-unibyte-current-buffer macro.
11007
11008 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11011         to nil when we're in a mml-preview buffer and no group is selected.
11012
11013 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11014
11015         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11016         when catching the `C-g'.  Reported by "Leo".
11017
11018 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * message.el (message-forward-make-body-plain)
11021         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11022         multibyte-string-p.
11023
11024         * lpath.el: Revert.
11025
11026 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * message.el (message-forward-make-body-mml): Assume original message
11029         is multibyte string; error on unibyte.
11030         (message-forward-make-body-plain): Ditto; don't add excessive newline
11031         in body end.
11032
11033         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11034
11035 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11036
11037         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11038         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11039
11040 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * mm-extern.el (mm-extern-url): Don't use
11043         mm-with-unibyte-current-buffer.
11044         (mm-extern-cache-contents): Use with-current-buffer instead of
11045         save-excursion + set-buffer.
11046
11047 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * mm-util.el (mm-emacs-mule): Remove.
11050
11051 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11052
11053         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11054         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11055         change.
11056
11057 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11060         bind the default value of enable-multibyte-characters to nil.
11061
11062 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * message.el (message-forward-make-body-plain)
11065         (message-forward-make-body-mml):
11066         Don't use mm-with-unibyte-current-buffer.
11067
11068 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11069
11070         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11071
11072 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11073
11074         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11075         (Bug#5592).
11076
11077 2010-05-07  Julien Danjou  <julien@danjou.info>
11078
11079         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11080         it to mm-pipe-part.
11081
11082         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11083         it is given.
11084
11085 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * binhex.el (binhex-decode-region-internal):
11088         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11089         (dns-query):
11090         * nnweb.el (nnweb-gmane-search):
11091         * pgg-parse.el (pgg-parse-armor):
11092         * pgg.el (pgg-verify-region):
11093         * sha1.el (sha1-string-external):
11094         * uudecode.el (uudecode-decode-region-internal):
11095         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11096         XEmacs.
11097
11098         * gnus-art.el (gnus-article-browse-html-parts):
11099         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11100         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11101         make-temp-file.
11102
11103         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11104         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11105         compiling.
11106
11107         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11108         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11109         XEmacs when compiling.
11110
11111         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11112         gnus-pick-mode-off-hook for XEmacs when compiling.
11113         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11114         gnus-binary-mode-off-hook for XEmacs when compiling.
11115
11116         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11117         Return nil if char-charset is not available.
11118
11119         * imap.el (imap-disable-multibyte)
11120         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11121         macros.
11122
11123         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11124         instead of encode-coding-string.
11125
11126         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11127         'xemacs) instead of mm-emacs-mule to switch function definitions.
11128         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11129
11130         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11131         bind temporary-file-directory for XEmacs;
11132         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11133         timer-set-function for XEmacs 21.4 and SXEmacs;
11134         bind timer-list for XEmacs 21.4 and SXEmacs;
11135         fbind char-charset and find-charset-region for non-Mule XEmacs;
11136         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11137         encode-coding-region and encode-coding-string for XEmacs having no
11138         file-coding feature.
11139
11140 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11141
11142         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11143
11144 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11147         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11148
11149 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11150
11151         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11152         alias `jka-compr-delete-temp-file' no longer exists.
11153
11154 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11155
11156         Use define-minor-mode in Gnus where applicable.
11157         * mml.el (mml-mode): Use define-minor-mode.
11158         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11159         (gnus-undo-mode): Use define-minor-mode.
11160         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11161         (gnus-dead-summary-mode): Use define-minor-mode.
11162         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11163         Initialize in declaration.
11164         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11165         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11166         (gnus-mailing-list-mode): Use define-minor-mode.
11167         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11168         (gnus-draft-mode): Use define-minor-mode.
11169         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11170         (gnus-dired-mode): Use define-minor-mode.
11171
11172 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11173
11174         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11175         handles on recursive mml-to-mime translation and check them for
11176         boundary delimiter collisions.  Reported by Greg Troxel.
11177
11178 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11181
11182 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11183
11184         * mm-util.el (mm-find-buffer-file-coding-system):
11185         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11186
11187 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11188
11189         * message.el (message-generate-headers): Record insertion of optional
11190         headers as well.  Otherwise the check to prevent repeated insertion of
11191         optional headers is a no-op.
11192
11193 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11194
11195         * smime.el: Don't mention CVS.
11196
11197         * nnrss.el (nnrss-fetch): Don't mention CVS.
11198
11199         * nnir.el: Don't mention CVS.
11200
11201 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11202
11203         * gnus-sum.el (gnus-summary-bookmark-make-record):
11204         Add `location' field.
11205
11206 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * lpath.el: Fbind bookmark-default-handler,
11209         bookmark-get-bookmark-record, bookmark-make-record-default,
11210         bookmark-prop-get for Emacs <23 and XEmacs.
11211
11212 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11213
11214         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11215         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11216         Use with-current-buffer to silence the byte-compiler.
11217         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11218         bother to require `gnus'.
11219         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11220
11221 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11222
11223         * gnus-sum.el (gnus-summary-bookmark-make-record)
11224         (gnus-summary-bookmark-jump): New functions.
11225         (gnus-summary-mode): Setup bookmark support.
11226
11227 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11228
11229         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11230         if set.
11231
11232 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11235         gnus-article-browse-html-save-cid-image; make it work recursively for
11236         forwarded messages as well.
11237         (gnus-article-browse-html-parts): Work when prefix arg is given.
11238         (gnus-article-browse-html-article): Doc fix.
11239
11240 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11241
11242         * message.el (message-default-mail-headers):
11243         (message-default-headers): Carry the value mail-default-headers over
11244         into message-default-mail-headers, rather than message-default-headers.
11245
11246 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11247
11248         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11249         charset.
11250
11251         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11252         charset into the <meta> tag when the article is encoded to utf-8.
11253
11254 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-art.el (gnus-article-browse-delete-temp-files):
11257         Delete directories as well.
11258         (gnus-article-browse-html-parts): Work for images that do not specify
11259         file names; delete temp directory when quitting; insert header at the
11260         right place; use file: scheme for image files.
11261
11262 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11263
11264         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11265         (gnus-article-browse-html-parts): Use it to make temporary cid image
11266         files in addition to html file so that browser may display them.
11267
11268 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11271
11272 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11273
11274         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11275
11276 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11277
11278         * auth-source.el (auth-sources): Change default to be simpler.
11279         Explain about Secret Service API sources.  Improve Customize options.
11280         (auth-source-pick): Change to accept any number of search parameters.
11281         Implement fallbacks iteratively, not recursively.  Add scoring on the
11282         second pass and sort by score.  Call Secret Service API when needed.
11283         (auth-source-user-or-password): Use it.  Call Secret Service API
11284         directly when needed to get the user name and the password.
11285
11286 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11287
11288         * message.el (message-interactive): Doc fix.
11289         (message-qmail-inject-args): Reflow.
11290         (message-kill-to-signature): Fix typo in docstring.
11291
11292         * smiley.el (smiley-buffer): Fix typo in docstring.
11293
11294 2010-03-24  Glenn Morris  <rgm@gnu.org>
11295
11296         * mail-source.el (gnus-message): Declare.
11297         (mail-source-delete-old-incoming): Require gnus-util.
11298
11299 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11302
11303         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11304
11305         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11306         password-cache's default if it is not bound.
11307         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11308         password-cache-expiry's default if it is not bound.
11309
11310         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11311         available in Emacs 21.
11312
11313         * lpath.el: Suppress compiler warnings for:
11314         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11315         XEmacs;
11316         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11317         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11318         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11319
11320 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11321
11322         * auth-source.el (auth-sources): Fix up definition so extra parameters
11323         are always inline.
11324
11325 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11326
11327         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11328         wasn't updated after mismatch.  Clear cached mailbox info correctly
11329         when uidvalidity changes.
11330         (nnimap-group-prefixed-name): New function to avoid some code
11331         duplication.
11332         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11333         (nnimap-request-group): Use it.
11334         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11335         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11336         with many imap folders.  This is done by caching the group status from
11337         the imap server persistently in a group parameter `imap-status'.  (This
11338         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11339         but not persistently, so every Gnus startup was still very slow.)
11340
11341 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11342
11343         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11344         delete the extra newline.  Otherwise editing of :string and :number
11345         types don't work.
11346
11347 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11348
11349         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11350         secrets.el dependency.
11351         (auth-sources): Add optional user name.  Add secrets.el configuration
11352         choice (unused right now).
11353
11354 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * gnus-sum.el (gnus-summary-make-menu-bar):
11357         Let `gnus-registry-install-shortcuts' fill in the functions.
11358
11359         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11360         warnings.
11361         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11362         (gnus-registry-install-shortcuts): Populate and use it in a
11363         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11364
11365 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11366
11367         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11368         In-place substitutions for the group name encoding/decoding.
11369         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11370         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11371         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11372         (nnimap-update-unseen, nnimap-request-list)
11373         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11374         (nnimap-request-set-mark, nnimap-split-to-groups)
11375         (nnimap-split-articles, nnimap-request-newgroups)
11376         (nnimap-request-create-group, nnimap-request-accept-article)
11377         (nnimap-request-delete-group, nnimap-request-rename-group)
11378         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11379         `encoded-mbx' for consistency.
11380         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11381         variable `imap-current-mailbox'.
11382
11383         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11384         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11385
11386 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11387
11388         * pop3.el (pop3-display-message-size-flag): Display message size byte
11389         counts during POP3 download.
11390         (pop3-movemail): Use it.
11391         (pop3-list): Implement listing of available messages.
11392
11393 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11394
11395         * nnir.el (nnir-get-article-nov-override-function): New function to
11396         override the normal NOV retrieval.
11397         (nnir-retrieve-headers): Use it.
11398
11399 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11400
11401         * auth-source.el (netrc-machine-user-or-password): Autoload.
11402
11403 2010-03-19  Glenn Morris  <rgm@gnu.org>
11404
11405         Stop message.el from loading about 40 libraries it doesn't always need.
11406         The general approach is to autoload rather than require, and to
11407         require in the specific functions rather than the file.  (Bug#5642)
11408
11409         * gmm-utils.el: Don't require wid-edit.
11410         (widget-create-child-value, widget-convert, widget-default-get):
11411         Autoload.
11412
11413         * gnus-util.el: Don't require time-date, netrc.
11414         (message-fetch-field, gnus-group-name-decode): Declare rather than
11415         autoloading.
11416         (gnus-fetch-field): Require message.
11417         (gnus-decode-newsgroups): Require gnus-group.
11418
11419         * ietf-drums.el: Don't require time-date.
11420
11421         * message.el: Don't require hashcash, canlock, ecomplete.
11422         Do require mail-utils.  Require nnheader only when compiling.
11423         (smtpmail-default-smtp-server): Remove declaration.
11424         (message-send-mail-function): Check smtpmail-default-smtp-server
11425         is bound rather than requiring smtpmail.
11426         (message-auto-save-directory, message-insert-signature):
11427         Use expand-file-name rather than nnheader-concat.
11428         (nnheader-insert-file-contents): Autoload.
11429         (hashcash-wait-async): Declare.
11430         (message-send-mail): Only call gnus-setup-posting-charset if
11431         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11432         (message-send-mail-with-sendmail): Require sendmail.
11433         (canlock-password, canlock-password-for-verify): Declare.
11434         (message-canlock-password): Require canlock.
11435         (nnheader-get-report): Autoload.
11436         (gnus-setup-posting-charset): Declare.
11437         (message-send-news): Require gnus-msg.
11438         (message-make-references, message-make-in-reply-to): Use mail-header-id
11439         rather than the alias mail-header-message-id.
11440         (ecomplete-add-item, ecomplete-save): Declare.
11441         (message-put-addresses-in-ecomplete): Require ecomplete.
11442         (ecomplete-display-matches): Autoload.
11443
11444         * mm-decode.el: Don't require mailcap, gnus-util.
11445         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11446         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11447         Autoload.
11448         (mailcap-mime-extensions): Declare.
11449
11450         * mm-encode.el: Don't require mailcap.
11451         (mailcap-extension-to-mime): Autoload.
11452
11453         * mml-sec.el: Don't require password-cache.
11454
11455         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11456         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11457         (mml-minibuffer-read-type): Require mailcap.
11458         (mml-preview): Require gnus-msg.
11459
11460         * mml1991.el: Require password-cache.
11461         (password-cache-expiry): Remove declaration.
11462
11463         * mml2015.el: Require password-cache.
11464         (password-cache-expiry): Remove declaration.
11465
11466         * nneething.el (mailcap): Require mailcap.
11467
11468         * nnheader.el (declare-function): Add compatibility stub.
11469         (message-remove-header): Declare rather than autoload.
11470         (nnheader-replace-header): Require message.
11471
11472         * nnimap.el (declare-function): Add compatibility stub.
11473         (netrc-parse, netrc-machine-user-or-password): Declare.
11474         (nnimap-open-connection): Require netrc.
11475
11476         * nntp.el (declare-function): Add compatibility stub.
11477         (netrc-parse, netrc-machine, netrc-get): Declare.
11478         (nntp-send-authinfo): Require netrc.
11479
11480         * rfc2047.el: Don't require qp.
11481         (quoted-printable-encode-region, quoted-printable-decode-string):
11482         Autoload.
11483
11484         * sieve-mode.el: Don't require easymenu.
11485         (easy-menu-add-item): Autoload it.
11486
11487         * spam-stat.el (time-to-number-of-days): Autoload it.
11488
11489 2010-03-19  Glenn Morris  <rgm@gnu.org>
11490
11491         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11492
11493 2010-03-18  Glenn Morris  <rgm@gnu.org>
11494
11495         * hashcash.el (declare-function): Remove duplicate definition.
11496
11497 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11498
11499         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11500         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11501         value if any backslash escapes).
11502
11503 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11506         if it is available.  (bug#5647)
11507
11508         * lpath.el: Suppress compiler warning for coding-system-from-name for
11509         Emacs 21 and XEmacs.
11510
11511 2010-03-14  Juri Linkov  <juri@jurta.org>
11512
11513         * hmac-def.el:
11514         * hmac-md5.el:
11515         * netrc.el: Fix keywords.
11516
11517 2010-02-26  Glenn Morris  <rgm@gnu.org>
11518
11519         * message.el (message-send-mail-function): Change the default, so that
11520         it inherits from a customized send-mail-function.  (Bug#5643)
11521
11522 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11523
11524         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11525         shell-command-to-string signals an error (bug#5299).
11526
11527 2010-02-24  Glenn Morris  <rgm@gnu.org>
11528
11529         * message.el (message-smtpmail-send-it)
11530         (message-send-mail-with-mailclient): Doc fixes.
11531
11532 2010-02-16  Glenn Morris  <rgm@gnu.org>
11533
11534         * message.el (message-default-mail-headers): Change the default value
11535         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11536
11537 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11540         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11541
11542 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11543
11544         * time-date.el (date-to-time): Doc fix (Bug#5408).
11545
11546 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11547
11548         * message.el (message-mail): Just pass yank-action on to message-setup.
11549         (message-setup): Handle (FUN . ARGS) form of yank-action.
11550         (message-with-reply-buffer, message-widen-reply)
11551         (message-yank-original): Handle non-buffer values of
11552         message-reply-buffer (Bug#4080).
11553         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11554
11555 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11556
11557         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11558         Fix typo in docstring.
11559
11560 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11561
11562         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11563         response.
11564
11565 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11568
11569         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11570
11571         * message.el (message-check-news-header-syntax): Protect against a
11572         string that `rfc822-addresses' returns when parsing fails.
11573
11574 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11577         (gnus-previous-char-property-change): New functions.
11578
11579         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11580
11581 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11582
11583         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11584         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11585
11586 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11587
11588         * message.el (message-exchange-point-and-mark): Rework last change to
11589         avoid using optional arg of exchange-point-and-mark, for backward
11590         compatibility.
11591
11592 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11593
11594         * message.el (message-exchange-point-and-mark):
11595         Call exchange-point-and-mark with an argument rather than setting
11596         mark-active by hand (Bug#5175).
11597
11598 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * nntp.el (nntp-service-to-port): Work for service expressed with
11601         numeric string; replace [:digit:] with [0-9] for XEmacs.
11602
11603 2009-12-17  Glenn Morris  <rgm@gnu.org>
11604
11605         * gnus-group.el (gnus-bug-group-download-format-alist):
11606         Change emacs entry to debbugs.gnu.org.  Bump :version.
11607
11608 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11611
11612 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * message.el (message-info): Explain why we use `Info-goto-node'.
11615
11616 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11619
11620 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11621
11622         * message.el (message-completion-in-region): New compatibility function.
11623         (message-expand-group): Use it.
11624
11625 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11628         with no unread article should be listed if the 2nd arg `predicate' is
11629         given.
11630
11631 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11634
11635 2009-11-29  Juri Linkov  <juri@jurta.org>
11636
11637         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11638         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11639         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11640
11641 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11642
11643         * sha1.el (sha1-string-external): default-directory "/" in case
11644         otherwise non-existent.  process-connection-type pipe for touch of
11645         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11646
11647 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11648
11649         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11650         it's comms related and sgml-mode.el has "comm" on that basis too.
11651
11652 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11655         containing tspecial characters if they have been already quoted.
11656
11657 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11658
11659         * dns-mode.el (auto-mode-alist): Purecopy string.
11660
11661 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11662
11663         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11664
11665 2009-10-24  Glenn Morris  <rgm@gnu.org>
11666
11667         * gnus-art.el (help-xref-stack-item): Define for compiler.
11668
11669 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11670
11671         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11672
11673 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11676
11677 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11680         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11681
11682 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11685         (gnus-overlays-in): New alias to overlays-in.
11686
11687         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11688         gnus-overlay-get, and gnus-delete-overlay.
11689         (gnus-summary-show-thread): Make it work as well for systems in which
11690         next-single-char-property-change is not available.
11691         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11692
11693         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11694         (gnus-overlay-get): New alias to extent-property.
11695         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11696
11697         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11698         SXEmacs.
11699
11700         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11701         SXEmacs.
11702
11703 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11706
11707 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11708
11709         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11710         and XEmacs that don't have `remove-overlays'.
11711
11712 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11713
11714         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11715         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11716         selective display.  Use overlays instead.
11717
11718 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11719
11720         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11721
11722 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11723
11724         * spam-stat.el (spam-stat-load): Fix typo in message.
11725
11726 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11727
11728         * dig.el (dig-invoke): Fix typo in docstring.
11729         (query-dig): Reflow docstring.
11730
11731 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11732
11733         * gnus-art.el (gnus-article-encrypt-body):
11734         * message.el (message-check-recipients):
11735         * mm-util.el (mm-codepage-setup):
11736         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11737         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11738
11739 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11740
11741         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11742         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11743         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11744         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11745         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11746
11747 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11748
11749         * dig.el: Add "Keywords: comm", as per net-utils.el.
11750
11751 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11752
11753         * dig.el (dig-mode): Use define-derived-mode.
11754
11755 2009-09-19  Glenn Morris  <rgm@gnu.org>
11756
11757         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11758
11759 2009-09-18  Glenn Morris  <rgm@gnu.org>
11760
11761         * gnus-diary.el (gnus-diary-check-message):
11762         * message.el (message-insert-formatted-citation-line):
11763         * nnbabyl.el (top-level):
11764         * nndiary.el (nndiary-schedule):
11765         Fix typos in condition-case handlers.
11766
11767 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11770         configuration that provides the sole article window in a frame;
11771         position point correctly after deleting a part.
11772
11773 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11774
11775         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11776         (spam-resolve-registrations-routine): Use it to unregister articles
11777         that change status.
11778
11779 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11782         with XEmacs.
11783         (parse-time-string-chars): Use it.
11784
11785 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11786
11787         * imap.el (imap-interactive-login): Better messages.
11788         (imap-open): Fix bug with renamed buffer on reconnect.
11789         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11790         for easier debugging and cleaner code.  On successful (guessed based on
11791         server capabilities) secondary authentication, set imap-state
11792         correctly.
11793         (imap-last-authenticator): Define imap-last-authenticator as a variable
11794         to avoid warnings.
11795
11796 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * nnrss.el (nnrss-request-article): Remove binding of
11799         default-enable-multibyte-characters that has gotten needless by
11800         the 2007-07-13 change in rfc2047-encode-message-header.
11801
11802         * mml.el (mml-insert-multipart): Error on the message header.
11803         (mml-insert-part): Error on the message header; position point at
11804         the end of a MIME tag.
11805
11806 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * time-date.el (autoload): Expand define-obsolete-function-alias into
11809         defalias and make-obsolete for old Emacsen that Gnus supports.
11810         (with-no-warnings): Define it for old Emacsen.
11811         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11812         is available.
11813         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11814         float-time is available; suppress compile warning for time-to-seconds.
11815
11816         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11817         (gnus-float-time): Alias to float-time if it exists.
11818
11819         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11820         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11821         float-time is available; suppress compile warning for time-to-seconds.
11822
11823         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11824         XEmacs.
11825
11826 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11827
11828         * imap.el (imap-message-map): Docstring fix.
11829
11830 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11833         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11834         Add the optional argument `encoding' that overrides the default.
11835
11836         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11837         mm-encode-buffer.
11838
11839 2009-09-04  Glenn Morris  <rgm@gnu.org>
11840
11841         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11842         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11843         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11844         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11845         * mm-util.el (mm-with-unibyte-current-buffer)
11846         (mm-find-buffer-file-coding-system):
11847         * yenc.el (yenc-decode-region): Use default-value rather than
11848         default-enable-multibyte-characters.
11849
11850 2009-09-03  Glenn Morris  <rgm@gnu.org>
11851
11852         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11853         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11854         than default-enable-multibyte-characters.
11855
11856 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11857
11858         * gnus-art.el (gnus-article-read-summary-keys):
11859         Fix gnus-buffer-configuration's value temporarily used.
11860
11861 2009-09-02  Glenn Morris  <rgm@gnu.org>
11862
11863         * gnus-util.el (gnus-float-time): New function.
11864         * gnus-delay.el (gnus-delay-article):
11865         * gnus-sum.el (gnus-thread-latest-date):
11866         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11867         * nnspool.el (nnspool-request-newgroups):
11868         Use gnus-float-time rather than time-to-seconds.
11869         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11870
11871         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11872         (gnus-header-subject-face, gnus-header-newsgroups-face)
11873         (gnus-header-name-face, gnus-header-content-face):
11874         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11875         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11876         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11877         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11878         (gnus-cite-face-11):
11879         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11880         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11881         (gnus-server-closed-face, gnus-server-denied-face)
11882         (gnus-server-offline-face):
11883         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11884         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11885         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11886         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11887         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11888         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11889         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11890         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11891         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11892         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11893         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11894         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11895         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11896         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11897         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11898         (gnus-summary-high-undownloaded-face)
11899         (gnus-summary-low-undownloaded-face)
11900         (gnus-summary-normal-undownloaded-face)
11901         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11902         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11903         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11904         (gnus-splash-face):
11905         * message.el (message-header-to-face, message-header-cc-face)
11906         (message-header-subject-face, message-header-newsgroups-face)
11907         (message-header-other-face, message-header-name-face)
11908         (message-header-xheader-face, message-separator-face)
11909         (message-cited-text-face, message-mml-face):
11910         * sieve-mode.el (sieve-control-commands-face)
11911         (sieve-action-commands-face, sieve-test-commands-face)
11912         (sieve-tagged-arguments-face):
11913         * spam.el (spam-face):
11914         Mark face aliases with "-face" in the name as obsolete.
11915
11916 2009-09-01  Glenn Morris  <rgm@gnu.org>
11917
11918         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11919         than goto-line.
11920
11921 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11924         Don't move point if the command is invoked inside the message header.
11925
11926 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11927
11928         * imap.el (imap-send-command): Simplify.
11929         (imap-wait-for-tag): point-max -> buffer-size.
11930
11931 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11932
11933         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11934         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11935         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11936         * nnir.el (nnir-swish-e-index-file):
11937         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11938         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11939         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11940         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11941         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11942         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11943
11944 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11947         Don't save excursion.
11948
11949 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11950
11951         * nnheader.el (nnheader-find-file-noselect):
11952         * mm-util.el (mm-insert-file-contents):
11953         Use (default-value 'major-mode) instead of default-major-mode.
11954
11955 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11956
11957         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11958
11959 2009-08-26  Glenn Morris  <rgm@gnu.org>
11960
11961         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11962         than placing in files.el.
11963
11964 2009-08-25  Glenn Morris  <rgm@gnu.org>
11965
11966         * nnir.el (top-level): Don't require cl at run-time.
11967         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11968         Replace cl-function substitute with gnus-replace-in-string.
11969         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11970         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11971         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11972         simplified expansions.
11973
11974 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11975
11976         * dig.el (dig): Add autoload cookie.
11977
11978 2009-08-22  Glenn Morris  <rgm@gnu.org>
11979
11980         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11981         goto-line.
11982
11983 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11984
11985         * parse-time.el (parse-time-string-chars): Save match data.
11986
11987 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11988
11989         * parse-time.el (parse-time-string-chars): Compute using character
11990         classes, to handle non-ascii characters (Bug#3190).
11991
11992 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11995
11996         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11997         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11998         (gnus-mm-display-part, gnus-mime-display-single)
11999         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12000         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12001
12002         * gnus-sum.el
12003         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12004         (gnus-summary-move-article): Add expirable mark to articles copied or
12005         moved to group that has auto-expire turned on if the option is non-nil.
12006
12007 2009-07-24  Glenn Morris  <rgm@gnu.org>
12008
12009         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12010         Fix typo.  (Bug#3903)
12011
12012 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12015         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12016         that should not be used for draft articles.
12017         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12018         that has no concern in minor mode keys.
12019         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12020         Abolish.
12021
12022 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12025         article without making inquiry to a user for unknown encoding.
12026
12027         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12028         (nnmaildir--scan): Assume i-node and device number that file-attributes
12029         returns might be cons-cell.
12030
12031         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12032
12033         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12034
12035 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12036
12037         * auth-source.el: Remove docs now in auth.texi.  Don't use
12038         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12039         `auth-source-hide-passwords' and use them.
12040
12041 2009-07-15  Glenn Morris  <rgm@gnu.org>
12042
12043         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12044
12045 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12048         excessive whitespace from the default values of title and description.
12049
12050 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12053         mail-fetch-field to fetch Content-Description header in order to
12054         exclude newlines.
12055
12056 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12057
12058         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12059         format used by GnuPG 2.0.11.
12060
12061 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12064         to deleted part.
12065
12066 2009-05-30  David Engster  <dengste@eml.cc>
12067
12068         * nnmairix.el: Remove old documentation in the commentary block.
12069         (nnmairix-request-group): Do not update active file for nnml back ends.
12070         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12071         end so that overview files are ignored.
12072         (nnmairix-update-groups): Make updating the groups more robust by using
12073         marks.
12074         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12075         with dollar characters in message-id.
12076
12077 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12080         2008-12-25 in dns.el.
12081
12082 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12083
12084         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12085         could happen if the text is only composed of spaces and/or tabs.
12086
12087 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12088
12089         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12090         when sending a queued message to avoid extra mml tags.
12091
12092 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12095
12096 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12099         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12100         rmail-toggle-header for XEmacs;
12101         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12102
12103 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-dired.el: Remove autoload for gnus-setup-message.
12106         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12107         displaying Gnus logo; always use compose-mail.
12108
12109 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12112
12113 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12116         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12117         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12118         available.
12119         (gnus-nocem-epg-verify): New function.
12120
12121 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12124
12125 2009-02-15  Glenn Morris  <rgm@gnu.org>
12126
12127         * gnus-util.el (rmail-insert-rmail-file-header)
12128         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12129         autoloads.
12130         (rmail-default-rmail-file): Remove unnecessary declaration.
12131         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12132
12133 2009-02-14  Glenn Morris  <rgm@gnu.org>
12134
12135         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12136         variable (only used in gnus-util, which declares it anyway).
12137         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12138         which was only needed by gnus-art (changed to not use it any more).
12139         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12140         only used in gnus-util, which autoloads it itself.
12141         (rmail-update-summary): Fix autoload.
12142
12143         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12144         rather than rmail-output-to-rmail-file.
12145
12146 2009-02-07  Glenn Morris  <rgm@gnu.org>
12147
12148         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12149         autoload of function that no longer exists.
12150         (rmail-toggle-header): Declare.
12151         (message-forward-rmail-make-body): Handle mbox Rmail.
12152
12153 2009-01-31  Glenn Morris  <rgm@gnu.org>
12154
12155         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12156         2009-01-09 change.
12157
12158 2009-01-31  Dave Love  <fx@gnu.org>
12159
12160         * imap.el (imap-fetch-safe): Bind debug-on-error.
12161         (imap-debug): Add imap-fetch-safe.
12162
12163 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12164
12165         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12166         (auth-source-forget-all-cached): New convenience function.
12167         (auth-source-user-or-password): Accept list of modes or a single mode.
12168
12169         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12170         auth-source modes.
12171
12172         * netrc.el (netrc-machine-user-or-password): Use list of
12173         auth-source modes.
12174
12175         * nnimap.el (nnimap-open-connection): Use list of
12176         auth-source modes.
12177
12178         * nntp.el (nntp-send-authinfo): Use list of
12179         auth-source modes.
12180
12181 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12182
12183         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12184         now.
12185
12186 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12189         coding system in XEmacs; add a workaround for XEmacs.
12190
12191         * lpath.el: Fbind coding-system-aliasee.
12192
12193 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12196         of current-language-environment.
12197
12198 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12201         available at runtime.
12202
12203 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12206
12207 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12208
12209         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12210         the greatest positive fixnum value doesn't work under an XEmacs with
12211         bignum support; use the most-positive-fixnum constant instead,
12212         available since Emacs 21.1 with cl and XEmacs 21.1.
12213
12214 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12217         XEmacs gets not to work.
12218
12219 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * mm-util.el (mm-coding-system-priorities): Allow the value like
12222         "Japanese (UTF-8)" of current-language-environment.
12223
12224 2009-01-09  Glenn Morris  <rgm@gnu.org>
12225
12226         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12227         with last-command-event.
12228
12229 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12232         in the doc string.
12233
12234         * message.el (message-fix-before-sending): Amend comment.
12235
12236 2009-01-08  Dave Love  <fx@gnu.org>
12237
12238         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12239
12240 2009-01-07  David Engster  <dengste@eml.cc>
12241
12242         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12243         simplified server definitions by converting it via
12244         gnus-server-to-method.
12245
12246 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12249         parameter's operands.
12250
12251 2009-01-06  David Engster  <dengste@eml.cc>
12252
12253         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12254         primary select method (for gnus-group-mark-article-as-read).
12255
12256 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12257
12258         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12259         `(gnus)Face', not `(gnus)X-Face'.
12260
12261 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * mm-util.el (mm-ucs-to-char): New function.
12264
12265         * mm-url.el (mm-url-decode-entities): Use it.
12266
12267         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12268         unicode-to-char.
12269
12270 2009-01-05  Dave Love  <fx@gnu.org>
12271
12272         * time-date.el: Require cl for `declare'.
12273
12274 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12277         Dave Love.
12278
12279 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * message.el (message-fix-before-sending): Add `eight-bit' to
12282         illegible-text check.
12283
12284 2009-01-03  Michael Olson  <mwolson@gnu.org>
12285
12286         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12287         `headers' is nil.  This can occur if the IMAP server does not have
12288         permissions to read messages from a folder, but can write new messages
12289         to the folder.
12290         (nnimap-request-article-part): Do not insert `data' if it is nil.
12291
12292         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12293         characters which will confuse `read', so skip past them.
12294
12295 2009-01-01  Dave Love  <fx@gnu.org>
12296
12297         * imap.el (imap-string-to-integer): Fix typo.
12298         (imap-fetch-safe): New function.
12299         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12300
12301         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12302
12303         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12304         (imap-parse-greeting): Fix doc strings.
12305         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12306         (imap-parse-flag-list): Make messages unique.
12307         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12308
12309         * nnimap.el: Fix author email.
12310         (nnimap-split-rule): Add FIXME comment.
12311         (nnimap-debug): Fix doc string.
12312
12313 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12316
12317 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12320         nslookup if resolv.conf isn't available.
12321         (dns-query): Rename from query-dns.
12322         (dns-query-cached): Rename from query-dns-cached.
12323
12324 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12327         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12328         to check if those variables exist (first appeared in Emacs 18.50).
12329
12330 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * mm-util.el (mm-line-number-at-pos): New function.
12333
12334         * spam-report.el (spam-report-process-queue): Use it.
12335
12336 2008-12-24  David Engster  <dengste@eml.cc>
12337
12338         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12339         parameters that haven't existed as variables as buffer-local variables.
12340
12341 2008-12-23  Dave Love  <fx@gnu.org>
12342
12343         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12344         cadar.
12345
12346         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12347         imap-starttls-p.
12348         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12349
12350 2008-12-22  Dave Love  <fx@gnu.org>
12351
12352         * imap.el: Fix author email.  Doc fixes.
12353         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12354         reply.
12355
12356 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * spam-report.el (spam-report-gmane-max-requests): New constant.
12359         (spam-report-gmane-wait): New variable.
12360         (spam-report-gmane-ham, spam-report-gmane-spam)
12361         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12362         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12363         the server.
12364
12365         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12366         Add explanations.
12367
12368         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12369         nnheader-accept-process-output and nnheader-read-timeout if available.
12370         (pop3-movemail): Use it.
12371
12372         * message.el (message-check-news-body-syntax): Fix signature check if
12373         there's an attachment.
12374
12375 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * mm-util.el: Add comments to the mm- emulating functions.
12378
12379 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12382         Reported by Stephen Berman <stephen.berman@gmx.net>.
12383
12384 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * mm-util.el (mm-substring-no-properties): New function.
12387         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12388         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12389         (mm-string-to-multibyte): Doc fix.
12390
12391         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12392
12393 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * mml.el (mml-attach-file): Strip text properties from file name.
12396         (Bug#1574)
12397
12398 2008-12-16  Glenn Morris  <rgm@gnu.org>
12399
12400         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12401
12402 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12405         knows since the charset specified might be a bogus alias that
12406         mm-charset-synonym-alist provides.
12407
12408 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12409
12410         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12411         "ISO_8859-1".
12412
12413         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12414
12415 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * mm-util.el (mm-charset-eval-alist):
12418         Define it before mm-charset-to-coding-system.
12419         (mm-charset-to-coding-system): Add optional argument `silent';
12420         define it before mm-charset-override-alist.
12421         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12422         default value if it can be used in Emacs currently running;
12423         silence mm-charset-to-coding-system.
12424
12425 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12428         `allow-override' which says whether to use `mm-charset-override-alist'.
12429         (rfc2047-decode-encoded-words): Use it.
12430
12431         * mm-util.el (mm-charset-override-alist): Fix custom type;
12432         add `(gb2312 . gbk)' to choices.
12433
12434 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12437         fast.
12438
12439         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12440
12441         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12442
12443 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12444
12445         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12446         on links.
12447
12448         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12449
12450 2008-12-03  Lute Kamstra  <lute@gnu.org>
12451
12452         * sha1.el: Remove leading * from docstrings of defcustoms,
12453         deffaces, defconsts and defuns.
12454
12455 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12458         users' addresses that don't have domain parts.
12459         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12460         rather than message-narrow-to-head since there will be the message
12461         header separator.
12462
12463 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12464
12465         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12466         since the result is inserted in a unibyte buffer anyway.
12467         (nnimap-demule-use-string-to-multibyte): Remove.
12468         (nnimap-demule): Alias it to mm-string-to-multibyte.
12469
12470 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12473         variable for debugging bug#464 and bug#1174.
12474         (nnimap-demule): Use it.
12475
12476 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12479         score calculation correctly.
12480
12481 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12482
12483         * message.el (message-send-mail): Just set the buffer to unibyte
12484         rather than use mm-with-unibyte-current-buffer which does a lot more.
12485         (message-send-mail-partially): Don't bother with
12486         mm-with-unibyte-current-buffer since it's already been made unibyte by
12487         message-send-mail.
12488
12489 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12490
12491         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12492
12493 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12494
12495         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12496
12497 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12500         require itself and to remove `with-no-warnings'.
12501
12502 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12503
12504         * starttls.el (starttls-any-program-available): Get the name of the
12505         available TLS layer program.
12506         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12507         well as the host name in the "opening" message.
12508
12509         * auth-source.el (auth-source-cache, auth-source-do-cache)
12510         (auth-source-user-or-password): Cache passwords and logins by default,
12511         allow override with `auth-source-do-cache'.
12512         (auth-source-forget-user-or-password): Allow users to remove cache
12513         entries if needed.
12514
12515 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12516
12517         * md4.el (md4-buffer): Fix typo in docstring.
12518         (md4, md4-64): Doc fixes.
12519         (md4-pack-int32): Reflow docstring.
12520
12521 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12522
12523         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12524         condition-case to only the forward-sexp call.
12525
12526 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12527
12528         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12529         quotes contained.  Make it more robust regardless by an extra
12530         condition-case wrapper.
12531
12532 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12535
12536 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * nnml.el (nnml-request-expire-articles): Check if the function set to
12539         `nnmail-expiry-target' returns the symbol `delete'.
12540
12541         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12542
12543         * nnmail.el (nnmail-expiry-target): Fix custom type.
12544
12545 2008-10-02  Glenn Morris  <rgm@gnu.org>
12546
12547         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12548         Silence compiler warning.
12549
12550 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12551
12552         * tls.el (open-tls-stream): Show the actual command being
12553         executed, instead of the format string.
12554
12555 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * lpath.el: Fbind codepage-setup for Emacs 23.
12558
12559 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12560
12561         * mml.el (mml-menu): Don't assume mml2015 is bound.
12562
12563 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12566         exists.
12567
12568 2008-09-27  Glenn Morris  <rgm@gnu.org>
12569
12570         * gnus-util.el (mail-header-remove-comments): Autoload it.
12571
12572 2008-09-27  Andreas Schwab  <schwab@suse.de>
12573
12574         * gnus-util.el (gnus-split-references): Strip comments.
12575         (gnus-parent-id): Likewise.
12576
12577 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12578
12579         * message.el (message-confirm-send): Fix version.
12580
12581 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * message.el (message-idna-to-ascii-rhs-1): Use
12584         mail-extract-address-components rather than mail-header-parse-addresses
12585         that is an alias by default to ietf-drums-parse-addresses that does not
12586         support non-ASCII names in headers' contents.
12587
12588 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12589
12590         * message.el (message-confirm-send): Fix variable documentation to
12591         avoid the "y/n" wording.
12592
12593 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12594
12595         * message.el (message-set-auto-save-file-name): Save to a different
12596         filename so multiple messages (especially drafts) can be recovered.
12597
12598 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12599
12600         * message.el (message-confirm-send): Add appropriate version.
12601
12602 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12603
12604         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12605         defvar.
12606
12607 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12608
12609         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12610         (mm-pkcs7-enveloped-magic): Ditto.
12611
12612 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12613
12614         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12615         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12616
12617 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12618
12619         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12620         default, it's better.
12621
12622 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12623
12624         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12625         summary line gnus-number property and ignore them (with a warning
12626         message).
12627
12628 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12631         macro caddr in the interactive form since it won't be expanded.
12632
12633 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12636         `charset'; fix name of function called recursively.
12637         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12638
12639 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12642         (gnus-mime-set-charset-parameters): New function.
12643         (gnus-mime-view-part-as-charset): Use it to correctly display part
12644         specifying wrong charset.
12645
12646 2008-09-08  David Engster  <dengste@eml.cc>
12647
12648         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12649         in completing-read for back end server.
12650
12651 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12652
12653         * message.el (message-confirm-send): New variable to confirm sending a
12654         message.
12655         (message-send): Use it.
12656
12657 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12660
12661 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12664
12665 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12666
12667         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12668         prevent tracking too many groups.
12669         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12670         Use it.
12671
12672 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12673
12674         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12675         moving point to the bottom of the window in order to avoid recentering.
12676
12677 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12680
12681         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12682         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12683         (gnus-article-beginning-of-window): Fix calculation.
12684
12685 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * gnus-msg.el (gnus-summary-supersede-article)
12688         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12689         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12690         message header.
12691
12692 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12693
12694         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12695         pending output coming after the status change.
12696
12697 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12698
12699         * message.el:
12700         * gnus-start.el:
12701         * gnus-registry.el: Remove VMS support.
12702
12703 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12706         macro.
12707         (rfc2104-hash): Use it.
12708
12709 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12712         (gnus-summary-sort-by-most-recent-date): New commands.
12713         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12714         and menu entries.
12715
12716 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12719         don't redisplay article for raw contents; remove plural articles stuff.
12720
12721         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12722         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12723         on gnus-summary-save-article; display results properly.
12724
12725 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * lpath.el: No need to fbind ns-focus-frame.
12728
12729 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12732
12733 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * gnus-art.el (gnus-summary-save-in-pipe):
12736         Consider gnus-save-all-headers.
12737
12738 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12739
12740         * gnus-util.el (ns-focus-frame): Remove declaration.
12741         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12742         like x.
12743
12744 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12745
12746         * rfc2104.el (rfc2104-zero): Delete defconst.
12747         (rfc2104-hex-alist): Likewise.
12748         (rfc2104-hex-to-int): Delete func.
12749         (rfc2104-hexstring-to-bitstring): Likewise.
12750         (rfc2104-nybbles): New defconst.
12751         (rfc2104-hash): Rewrite for speed.
12752
12753 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * tls.el (open-tls-stream): Make it work with the 2nd argument
12756         BUFFER that is a string but does not exist as a buffer object, as
12757         mentioned in the doc-string.
12758
12759 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12762         SXEmacs.
12763
12764 2008-07-16  Glenn Morris  <rgm@gnu.org>
12765
12766         * gnus-util.el (ns-focus-frame): Declare for compiler.
12767
12768 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12771         set as a group parameter.
12772         (gnus-summary-save-in-pipe): Work when it is called independently.
12773         (gnus-summary-pipe-to-muttprint): Don't modify
12774         gnus-summary-pipe-output-default-command.
12775
12776 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12777
12778         * message.el (message-send-mail-with-sendmail):
12779         Display the error message.
12780
12781 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-art.el (gnus-default-article-saver):
12784         Add gnus-summary-save-in-pipe to choices.
12785         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12786         gnus-summary-pipe-output-default-command as the default command.
12787         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12788         instead of gnus-last-shell-command.
12789
12790         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12791         New user option.
12792         (gnus-summary-muttprint-program): Mention the value will be changed.
12793         (gnus-summary-save-article): Force showing of all headers.
12794         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12795
12796 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12797
12798         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12799
12800 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12801
12802         * nnimap.el (nnimap-id):
12803         * sieve-manage.el (sieve-manage-open): Doc fixes.
12804
12805 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12806
12807         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12808         if available.
12809
12810 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12811
12812         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12813
12814         * nnkiboze.el (nnkiboze-generate-group):
12815         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12816
12817         * nnmairix.el: Require CL.
12818
12819 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * dgnushack.el: Autoload get-display-table and put-display-table for
12822         XEmacs 21.5.
12823
12824         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12825         21.4 and SXEmacs.
12826
12827 2008-06-15  David Engster  <dengste@eml.cc>
12828
12829         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12830
12831 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12832
12833         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12834         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12835         runtime choice under XEmacs.
12836
12837         * gnus-sum.el (gnus-summary-set-display-table):
12838         Use `gnus-put-display-table', `gnus-get-display-table',
12839         `gnus-set-display-table' for the display table, instead of `aset'.
12840
12841         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12842         Use `gnus-put-display-table', `gnus-get-display-table',
12843         `gnus-set-display-table' for the display table.
12844
12845 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * nnmairix.el: Add autoloads.
12848
12849 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12850
12851         * nnmairix.el (nnmairix-delete-recreate-group)
12852         (nnmairix-update-and-clear-marks): Fix error messages.
12853
12854 2008-06-14  David Engster  <dengste@eml.cc>
12855
12856         * nnmairix.el: Upgrade to version 0.6.
12857         (nnmairix-group-toggle-propmarks-this-group)
12858         (nnmairix-group-toggle-readmarks-this-group)
12859         (nnmairix-group-delete-recreate-this-group)
12860         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12861         (nnmairix-remove-tick-mark-original-article): New commands.
12862         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12863         (nnmairix-propagate-marks-to-nnmairix-groups)
12864         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12865         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12866         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12867         functions needed for marks propagation and manipulation of read marks.
12868         (nnmairix-update-groups): New function.
12869         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12870         (nnmairix-determine-original-group-from-registry)
12871         (nnmairix-determine-original-group-from-path)
12872         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12873         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12874         New helper functions.
12875         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12876         keystrokes for new commands.
12877         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12878         (nnmairix-request-group): Check allow-fast group parameter.
12879         (nnmairix-request-create-group): Set allow-fast group parameter if
12880         nnmairix-allowfast-default is set.
12881         (nnmairix-close-group): Propagate marks upon closing if needed.
12882         (nnmairix-group-toggle-threads-this-group): Use new.
12883         nnmairix-group-toggle-parameter helper function.
12884         (nnmairix-search): Better check for empty search result.
12885         (nnmairix-goto-original-article): Use new helper functions for
12886         determining original article.
12887         (nnmairix-show-original-article): Make sure message-id is in brackets.
12888         (nnmairix-call-mairix-binary): Change variable name.
12889         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12890         helper function.
12891         (nnmairix-widget-toggle-activate): Fix doc string.
12892
12893 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * nnir.el: Require edmacro when compiling with XEmacs.
12896         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12897         available in Emacs 21.
12898
12899 2008-06-11  Glenn Morris  <rgm@gnu.org>
12900
12901         * gnus-util.el (x-focus-frame):
12902         * gnus.el (image-size):
12903         * mm-decode.el (image-size): Declare.
12904
12905         * gnus-picon.el (declare-function): Add compat definition.
12906         (image-size): Declare.
12907
12908         * gnus-group.el (tool-bar-map):
12909         * gnus-sum.el (tool-bar-map): Define for compiler.
12910
12911         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12912
12913         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12914
12915         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12916         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12917         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12918         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12919         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12920         * sieve-manage.el, spam-report.el, spam.el:
12921         Remove unnecessary eval-and-compile of autoloads.
12922
12923 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12924
12925         * auth-source.el: Precise Tramp doc.
12926
12927 2008-06-07  Glenn Morris  <rgm@gnu.org>
12928
12929         * nnmairix.el: Remove unnecessary eval-when-compile.
12930
12931 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * lpath.el: Fbind propertize for XEmacs 21.4.
12934
12935 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * nnir.el: Move here from ../contrib.
12938
12939 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12940
12941         * gnus-util.el (gnus-read-shell-command): New function.
12942         * mm-decode.el (mm-pipe-part):
12943         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12944
12945 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12948
12949 2008-06-03  Glenn Morris  <rgm@gnu.org>
12950
12951         * pop3.el (nnheader-accept-process-output): Autoload it.
12952
12953 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12956         are not 2-digit hexadecimal characters that follow `%'s.
12957
12958 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * message.el (message-bogus-recipient-p): Fix type in doc string.
12961         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12962         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12963         Improve custom options.
12964         (message-bogus-recipient-p): Adjust accordingly.
12965
12966 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12967
12968         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12969         long-form month and day names.
12970
12971 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * dgnushack.el: Autoload debug, eudc-expand-inline and
12974         pgg-snarf-keys-region for XEmacs.
12975
12976         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12977
12978         * nnmairix.el: Require edmacro when compiling with XEmacs.
12979
12980 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12983         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12984
12985 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12986
12987         * auth-source.el: Add more docs.
12988
12989         * netrc.el (netrc-machine): Always match if the port is not given.
12990
12991 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12992
12993         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12994         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12995         retrieval faster in some cases, but might make CPU usage larger.
12996         If this has any bad side effects, we might revert this change.
12997
12998         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12999         seems to make mail retrieval much, much faster.
13000         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13001         unconditionally.
13002
13003         * gnus-draft.el (gnus-group-send-queue):
13004         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13005
13006 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13009
13010         * message.el (message-bogus-address-regexp): Fix and improve custom
13011         type.
13012         (message-setup-hook): Add message-check-recipients as custom option.
13013
13014 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * message.el (message-cite-function): Remove bogus autoload which crept
13017         in during merge from v5-10.
13018
13019 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13020
13021         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13022
13023         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13024
13025         * auth-source.el: Preliminary Tramp docs.
13026         (auth-sources): Change the default auth-sources to use
13027         EPA .gpg files.
13028
13029 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13030
13031         * nntp.el: Autoload `auth-source-user-or-password'.
13032         (nntp-send-authinfo): Use it.
13033
13034         * nnimap.el: Autoload `auth-source-user-or-password'.
13035         (nnimap-open-connection): Use it.
13036
13037         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13038         for the gnus-message function.
13039         (auth-source-user-or-password): Use it.
13040
13041 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13042
13043         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13044         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13045         (rfc2104-hash): Use it.
13046
13047 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13048
13049         * gnus-art.el (gnus-article-toggle-truncate-lines):
13050         Don't use `iff' in docstring.
13051
13052 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13053
13054         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13055
13056         * gnus-util.el (gnus-extract-address-component-name)
13057         (gnus-extract-address-component-email): Convenience functions around
13058         `gnus-extract-address-components'.
13059
13060         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13061         Use `gnus-extract-address-component-email' to fix bug of comparing full
13062         sender name to `user-mail-address'.
13063
13064 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13065
13066         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13067         catch/throw to optimize.
13068         (gnus-registry-find-keywords): Just use member to find a keyword.
13069
13070 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13071
13072         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13073         is current before calling gnus-server-prepare.
13074         (gnus-server-setup-buffer, gnus-server-update-server)
13075         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13076
13077 2008-05-04  Juri Linkov  <juri@jurta.org>
13078
13079         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13080         (mailcap-file-default-commands): Use mailcap-replace-in-string
13081         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13082         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13083
13084 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13085
13086         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13087
13088 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13089
13090         * gnus.el: Bump version to 0.11.
13091
13092 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13093
13094         * gnus.el: No Gnus v0.10 is released.
13095
13096 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13097
13098         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13099         hooks.
13100         (gnus-update-read-articles): Speed up non-marks-using users.
13101         (gnus-use-marks): Define gnus-use-marks.
13102         (gnus-propagate-marks): Rename variable to something more sensible.
13103
13104 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13105
13106         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13107         (gmm-image-load-path-for-library): Fix typos in docstrings.
13108         (gmm-message): Reflow docstring.
13109
13110 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13111
13112         * mail-source.el (mail-source-set-1, mail-source-bind):
13113         Move auth-source code out of the macro to clean it up and fix bugs.
13114
13115 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13116
13117         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13118         by sender if it's equal to user-mail-address, it's likely to be
13119         useless.
13120
13121         * mail-source.el (mail-source-bind): Don't use user or password if they
13122         are not bound.  Unintern them if they are nil.  Don't use server unless
13123         it's bound, and default it to empty string otherwise.
13124
13125 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13126
13127         * mail-source.el: Load auth-source.el.
13128         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13129         get user name or password, if auth-sources is set up.
13130
13131         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13132         strategy of splitting with parent.
13133         (gnus-registry-split-fancy-with-parent)
13134         (gnus-registry-post-process-groups): Use it and fix prior
13135         bug (returning a list as the split result).
13136
13137         * auth-source.el (auth-sources): Remove server parameter.
13138         (auth-source-pick, auth-source-user-or-password)
13139         (auth-source-user-or-password-imap)
13140         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13141         (auth-source-user-or-password-sftp)
13142         (auth-source-user-or-password-smtp): Remove server parameter.
13143
13144 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13145
13146         * smime.el (smime-sign-region, smime-encrypt-region)
13147         (smime-decrypt-region):
13148         Remove redundant calls to `generate-new-buffer-name'.
13149
13150 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13151
13152         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13153         Don't use QP for message/rfc822.
13154         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13155
13156 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13157
13158         * sieve-manage.el (sieve-string-bytes): Remove.
13159         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13160         correct byte-length only if the process's coding-system is the same as
13161         the one used internally by Emacs to represent strings.
13162
13163 2008-04-22  Juri Linkov  <juri@jurta.org>
13164
13165         * mailcap.el (mailcap-file-default-commands): New function.
13166
13167 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * message.el (message-signature-separator, message-cite-function):
13170         Change custom version.
13171
13172 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13173
13174         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13175         commands.
13176         (tls-checktrust): Ditto.
13177
13178 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * mm-decode.el (mm-display-external): Make temp file read-only.
13181
13182 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13185         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13186         `C-c C-f d'.
13187
13188 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13189
13190         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13191
13192 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * gnus.el: Bump version to 0.9.
13195
13196 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * gnus.el: No Gnus v0.8 is released.
13199
13200 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13201
13202         * mail-source.el (mail-source-value):
13203         Prefer fboundp to functionp so it works with macros as well.
13204
13205 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13206
13207         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13208         Fix last change in case the element is not even a symbol.
13209
13210 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13211
13212         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13213         Prefer fboundp to functionp so it works with macros as well.
13214
13215 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13216
13217         * auth-source.el: Add docs.
13218         (auth-sources): Modify format to support server.
13219         (auth-source-pick, auth-source-user-or-password)
13220         (auth-source-user-or-password-imap)
13221         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13222         (auth-source-user-or-password-sftp)
13223         (auth-source-user-or-password-smtp): Add server parameter.
13224
13225 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13226
13227         * gnus-registry.el: Initialize the registry when gnus-registry-install
13228         is t.
13229
13230 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * compface.el (uncompface): Make buffer unibyte.
13233
13234 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13235
13236         * mail-source.el (mail-source-value):
13237         Prefer fboundp to functionp so it works with macros as well.
13238
13239 2008-04-05  Glenn Morris  <rgm@gnu.org>
13240
13241         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13242
13243 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13244
13245         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13246         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13247
13248         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13249         multibyteness after rather than before erasing it.
13250
13251         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13252         mm-with-multibyte.
13253         (gnus-request-article-this-buffer): Make sure the proper decoding is
13254         used if gnus-original-article-buffer happens to be unibyte.
13255
13256         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13257         default-enable-multibyte-characters.
13258
13259         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13260         default-enable-multibyte-characters.
13261
13262         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13263
13264         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13265
13266 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13267
13268         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13269         Fix last change in case the element is not even a symbol.
13270
13271 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13272
13273         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13274         (imap-message-copyuid-1): Use it.
13275         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13276         J. Williams in
13277         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13278
13279         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13280         imap-enable-exchange-bug-workaround.
13281         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13282
13283 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13284
13285         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13286         a 100 byte status-checks into a 2-3MB transfer for each group.
13287         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13288         to enable bug workaround or not.
13289         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13290
13291 2008-03-31  Glenn Morris  <rgm@gnu.org>
13292
13293         * message.el (mml2015-use): Declare for compiler.
13294         (message-info): Require mml2015 when appropriate.
13295
13296 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13299         whitespace.
13300
13301 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13302
13303         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13304         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13305         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13306         (nntp-service-to-port): New function.
13307         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13308         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13309         (nntp-open-netcat-stream): New function.
13310         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13311
13312 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13313
13314         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13315
13316 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13317
13318         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13319
13320 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13321
13322         * dns.el (dns-write): Use set-buffer-multibyte.
13323
13324 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13325
13326         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13327
13328 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * message.el (message-signature-separator): Change default.
13331         Improve custom type.
13332         (message-cite-function): Change default to
13333         message-cite-original-without-signature.
13334
13335         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13336         toggle.
13337
13338         * message.el (message-check-news-body-syntax): Fix signature check.
13339         (message-setup-1): Mark buffer as unmodified _after_ running
13340         message-setup-hook and handling message-alternative-emails.
13341         (message-shorten-references): Be more strict when building list of
13342         valid references to comply with GNKSA.
13343
13344         * gnus-group.el (gnus-read-ephemeral-bug-group)
13345         (gnus-read-ephemeral-debian-bug-group)
13346         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13347
13348         * message.el (message-info): Don't use booleanp which isn't supported
13349         in Emacs 21 and XEmacs.
13350
13351 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13354         gnus-group-gmane-group-download-format.
13355         (gnus-group-read-ephemeral-gmane-group): Rename from
13356         gnus-group-read-ephemeral-gmane-group.
13357         (gnus-read-ephemeral-gmane-group-url): Rename from
13358         gnus-group-read-ephemeral-gmane-group-url.
13359         (gnus-bug-group-download-format-alist): New variable.
13360         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13361         (gnus-read-ephemeral-emacs-bug-group): New commands.
13362
13363 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13366         (gnus-visible-headers): Improve custom type.
13367
13368 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * mml.el (mml-menu): Add workarounds for XEmacs.
13371
13372         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13373         X-Boundary header.
13374
13375         * message.el (message-simplify-recipients): Fix previous commit.
13376
13377 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13378
13379         * mm-util.el (mm-set-buffer-multibyte): New function.
13380         * mm-decode.el (mm-copy-to-buffer): Use it.
13381
13382         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13383         Prefer fboundp to functionp so it works with macros as well.
13384
13385 2008-03-19  Glenn Morris  <rgm@gnu.org>
13386
13387         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13388         Accidentally removed in the sync process with Emacs.
13389
13390 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13391
13392         * message.el (message-alter-recipients-discard-bogus-full-name):
13393         New function.
13394         (message-alter-recipients-function): New variable.
13395         (message-get-reply-headers): Use it.
13396         (message-replace-header): New helper function.
13397         (message-recipients-without-full-name): New variable.
13398         (message-simplify-recipients): New command.
13399
13400         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13401
13402         * message.el (message-info): Handle EasyPG manual.
13403
13404         * mml.el (mml-menu): Add entry for EasyPG.
13405
13406 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13407
13408         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13409         parameter.
13410
13411         * message.el (message-disassociate-draft): Specify drafts group name
13412         fully.
13413
13414 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13415
13416         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13417         Eliminate unnecessary duplicates from the match list.
13418
13419 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13422
13423         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13424
13425         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13426         args of `how-many' of which the XEmacs version doesn't take; declare
13427         Info-index-next as function.
13428
13429 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13430
13431         * gnus-score.el (gnus-score-headers): Fix handling of
13432         gnus-inhibit-slow-scoring.
13433
13434         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13435         string.
13436         (gnus-button-url-regexp): Improve handling of parenthesis.
13437         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13438         (gnus-button-handle-info-keystrokes): Handle index entries.
13439
13440 2008-03-15  Glenn Morris  <rgm@gnu.org>
13441
13442         * parse-time.el (parse-time-string): Simplify.
13443
13444 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13447         Incoming* files.
13448
13449 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13450
13451         * auth-source.el (auth-sources): Rename from auth-source-choices.
13452         (auth-source-pick): Use it.
13453
13454 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13455
13456         * binhex.el (binhex-decode-region-internal):
13457         * uudecode.el (uudecode-decode-region-internal):
13458         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13459         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13460         setting default-enable-multibyte-characters.
13461
13462 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13463
13464         * auth-source.el (auth-source-protocols)
13465         (auth-source-protocols-customize, auth-source-choices): Add and
13466         modified variable customizations and defaults.
13467         (auth-source-pick, auth-source-user-or-password)
13468         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13469         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13470         (auth-source-user-or-password-sftp)
13471         (auth-source-user-or-password-smtp): Use new variables and provide an
13472         interface to netrc.el.
13473
13474 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13477         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13478         Make sure the nntp port to specify is a string.
13479
13480 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13481
13482         * nntp.el: Use with-current-buffer.
13483         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13484         dubious mm-with-unibyte-current-buffer.
13485         (nntp-with-open-group-function): New function extracted from
13486         nntp-with-open-group macro.
13487         (nntp-with-open-group): Use the function, so it's easier to debug.
13488         Add indentation and debugging info.
13489         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13490         Recommend the use of the netcat alternatives.
13491
13492         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13493         Avoid mm-string-as-multibyte as well.
13494
13495         * nnweb.el (nnweb-insert-html):
13496         Remove use of nnheader-string-as-multibyte.
13497
13498         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13499         (nnheader-string-as-multibyte): Remove.
13500
13501         * mm-view.el: Use inhibit-read-only.
13502         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13503         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13504         or unibyte-string.
13505
13506         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13507         (mm-uu-yenc-extract): Use with-current-buffer.
13508
13509         * gnus-soup.el (gnus-soup-send-packet): Don't use
13510         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13511
13512         * nnmh.el: Use with-current-buffer.
13513         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13514         mm-string-as-multibyte on the output of mm-encode-coding-string.
13515
13516         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13517         (nnimap-request-move-article): Use with-current-buffer.
13518
13519         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13520         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13521         conversion uses string-make-unibyte rather than string-as-unibyte.
13522
13523         * gnus-msg.el: Use with-current-buffer.
13524
13525         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13526
13527 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13528
13529         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13530         string for caching if it is 'PIN.
13531
13532 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * lpath.el: Consider the case without Emacs/W3.
13535
13536 2008-03-08  Glenn Morris  <rgm@gnu.org>
13537
13538         * time-date.el (date-to-time, time-subtract, time-add)
13539         (safe-date-to-time): Doc fixes.
13540
13541 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13542
13543         * mail-source.el (mail-source-delete-old-incoming-confirm):
13544         Change default to nil.
13545         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13546
13547 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * lpath.el: Rearrange.
13550
13551         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13552         (gnus-article-goto-prev-page): Work for articles having ^L's.
13553
13554         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13555
13556         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13557
13558 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13559
13560         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13561         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13562         (gnus-bookmark-jump): Adjust some variable names.
13563
13564 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13565
13566         * auth-source.el: New package.
13567         (auth-source-choices): Add customization entry point variable.
13568
13569         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13570         bug.
13571
13572 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13573
13574         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13575         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13576         (gnus-registry-install-shortcuts): Rename from
13577         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13578         the `gnus-registry-mark-map' keymap dynamically from
13579         `gnus-registry-marks'.  The generated functions update the summary line
13580         when a registry mark is added or deleted, and will call
13581         `gnus-registry-install-p' (see the comments in the code).
13582         (gnus-registry-user-format-function-M): Use concat intelligently.
13583
13584         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13585         the registry mark functions.
13586
13587 2008-03-05  Glenn Morris  <rgm@gnu.org>
13588
13589         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13590         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13591         gnus-art.
13592         (top-level): No need to load own source when compiling.
13593
13594 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13597         Suggested by <chris.anderton@zetnet.co.uk>.
13598
13599 2008-03-04  Glenn Morris  <rgm@gnu.org>
13600
13601         * gnus-sum.el (top-level): No need to require gnus when compiling,
13602         since unconditionally required near start of file.
13603         (gnus-summary-display-while-building): Move definition before use.
13604
13605 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13606
13607         * gnus-registry.el (gnus-registry-user-format-function-M):
13608         Add formatting function.
13609
13610 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13611
13612         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13613         with plists.
13614         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13615         Use new format.
13616
13617 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13620         `where-is-internal' that returns a range of key sequences.
13621
13622 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13623
13624         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13625
13626         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13627         (gnus-summary-jump-to-group): Consider windows on other displayed
13628         frames as well.  Similar changes might be needed elsewhere, but that's
13629         the one I've bumped into during my use.
13630
13631         * nndoc.el (nndoc-oe-dbx-type-p):
13632         * gnus-msg.el (gnus-debug):
13633         * gnus-group.el (gnus-update-group-mark-positions):
13634         Use mm-string-to-multibyte.
13635
13636 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13639         doesn't handle NotDashEscaped.
13640
13641         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13642         (mml-dnd-attach-options): Fix typo in custom choice.
13643
13644         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13645         Change nndoc-article-type to mbox.
13646         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13647
13648         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13649         to nil, instead of html2text.
13650
13651         * imap.el (imap-debug): Add `imap-ping-server'.
13652
13653         * gnus-bookmark.el: Add FIXMEs.
13654
13655         * message.el (message-form-letter-separator)
13656         (message-send-form-letter-delay): New variables.
13657         (message-send-form-letter): Use them.  New command to send form
13658         letters.  Requested by Uwe Siart.
13659         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13660
13661 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * Update copyright years.
13664
13665 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         Sync from EMACS_22_BASE.
13668
13669         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13670
13671 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13672
13673         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13674         empty author.
13675
13676 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13677
13678         * gnus-registry.el (gnus-registry-marks): Add variable for
13679         customization of marks and their appearance.
13680         (gnus-registry-read-mark): Use it.
13681         (gnus-registry-do-marks): Add utility function to loop through
13682         `gnus-registry-marks'.
13683         (gnus-registry-install-shortcuts-and-menus): Add function to install
13684         shortcuts and menus.
13685         (gnus-registry-initialize): Use it.
13686         (gnus-registry-default-mark): Clarify documentation.
13687
13688 2008-02-29  Glenn Morris  <rgm@gnu.org>
13689
13690         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13691         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13692         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13693         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13694         Change defcustom :version from 23.0 to 23.1.
13695
13696 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13697
13698         * gnus-registry.el (gnus-registry-follow-group-p)
13699         (gnus-registry-post-process-groups): Add functions to aid registry
13700         splitting and improve logging.  Clarify behavior in function
13701         documentation.
13702         (gnus-registry-split-fancy-with-parent): Use them.
13703
13704 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13705
13706         * gnus-art.el: Use with-current-buffer.
13707
13708 2008-02-27  David Engster  <dengste@eml.cc>
13709
13710         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13711         Express real group name in the response.
13712
13713 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13716         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13717         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13718         autoload gnus-registry-fetch-group when compiling.
13719         (nnmairix-request-group-with-article-number-correction):
13720         Remove unreferenced argument passed to nnmairix-call-backend.
13721
13722 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13725         (mm-uu-extract): Improve face for low color ttys.
13726         Reported by Sascha Wilde.
13727
13728 2008-02-27  Glenn Morris  <rgm@gnu.org>
13729
13730         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13731         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13732         variables to defconsts.  Convert comments to doc-strings.
13733         (nnmairix-last-server, nnmairix-current-server): Convert from free
13734         variables to defvars.  Convert comments to doc-strings.
13735         (gnus-registry-fetch-group): Autoload.
13736         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13737         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13738         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13739         caddr.
13740         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13741         nnmairix-request-group-with-article-number-correction call.
13742         (nnmairix-fast, nnmairix-group): New, less general names, for free
13743         variables passed from nnmairix-request-group to
13744         nnmairix-request-group-with-article-number-correction.  Declare.
13745         (nnmairix-request-group-with-article-number-correction):
13746         Use nnmairix-fast, nnmairix-group rather than fast, group.
13747
13748 2008-02-26  David Engster  <dengste@eml.cc>
13749
13750         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13751         version 0.5.
13752
13753 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13754
13755         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13756         instead of making an extra function call.  Don't add the current group
13757         to articles only when they have the group.  Use
13758         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13759         Reported by David <de_bb@arcor.de>.
13760
13761 2008-02-24  Miles Bader  <miles@gnu.org>
13762
13763         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13764         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13765         (mm-find-mime-charset-region):
13766         * mm-bodies.el (mm-encode-body):
13767         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13768
13769 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13772         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13773
13774 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * mail-source.el (mail-source-delete-incoming): Change default.
13777         Supplement doc string.
13778
13779         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13780
13781 2008-02-14  Glenn Morris  <rgm@gnu.org>
13782
13783         * time-date.el (format-seconds): New function.
13784
13785 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13786
13787         * nnmail.el (nnmail-message-id-cache-file): Derive from
13788         `gnus-home-directory'.
13789
13790 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13793         Document negative prefix.
13794
13795         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13796
13797 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13798
13799         * message.el (message-unsent-separator): Add the Exim bounce
13800         separator.
13801
13802 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13803
13804         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13805         list.
13806         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13807         recipient/signer list.
13808
13809 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * Makefile.in (datarootdir): Define.
13812         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13813         name that might contain whitespace.
13814
13815 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13816
13817         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13818         fbound (Emacs 23 unicode), signal an error.
13819
13820 2008-02-08  Glenn Morris  <rgm@gnu.org>
13821
13822         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13823
13824 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13825
13826         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13827         ports to the calls to `netrc-machine-user-or-password' in addition to
13828         "imap" and "imaps".
13829
13830 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13831
13832         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13833
13834         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13835
13836 2008-02-01  Kenichi Handa  <handa@m17n.org>
13837
13838         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13839         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13840         (rfc2104-hash): Convert the result of concat to unibyte string.
13841
13842 2008-02-01  Dave Love  <fx@gnu.org>
13843
13844         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13845         coding-system-for-read.
13846         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13847
13848 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13851         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13852         <hanche@math.ntnu.no>.
13853
13854 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13857
13858         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13859
13860 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13861
13862         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13863         * message.el (message-beginning-of-line): Use featurep instead of bound
13864         tests in order to resolve conditionals at compile time.
13865
13866 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13867
13868         * mail-source.el (mail-sources): Add `group' choice.
13869
13870         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13871         parameter `in-group' to control into which group the articles go.
13872         Add treatment of `group' mail-source.
13873
13874 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13877
13878         * mm-decode.el (mm-dissect-buffer): Decode description.
13879
13880         * mml.el (mml-to-mime): Encode message header first.
13881
13882 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13885         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13886
13887         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13888         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13889
13890 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13891
13892         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13893
13894 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13897         prefix keys.
13898         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13899         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13900         gnus-xmas.el.
13901
13902         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13903         (gnus-xmas-article-describe-bindings): New function.
13904         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13905         gnus-xmas-article-describe-bindings.
13906
13907         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13908
13909 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13910
13911         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13912         Add new variables for article mark management.
13913         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13914         list of extra data entries which, when present, will indicate that the
13915         article ID should not be trimmed from the registry.
13916         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13917         functions.
13918         (gnus-registry-read-mark): New function to read a mark name from the
13919         user.
13920         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13921         (gnus-registry-set-article-mark-internal): New functions to add and
13922         remove marks.
13923         (gnus-registry-get-article-marks): New function to show the marks for
13924         an article, or retrieve them for further use.
13925
13926 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13929         keys when no argument is given.
13930
13931 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * imap.el (imap-ping-server): New variable.
13934         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13935         (imap-ping-server): Minor doc string fixes.
13936
13937 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13938
13939         * imap.el (imap-ping-server): New function.
13940         (imap-opened): Call imap-ping-server.
13941
13942 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * gnus-sum.el (gnus-article-sort-by-random)
13945         (gnus-thread-sort-by-random): Fix doc strings.
13946         Reported by jidanni@jidanni.org.
13947
13948 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * gnus-art.el (gnus-article-describe-bindings): New function.
13951         (gnus-article-read-summary-keys): Use it.
13952         (gnus-article-mode-map): Bind `C-h b' to it.
13953
13954 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13957         XEmacs.
13958         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13959         Protect against non-character events.
13960
13961         * lpath.el: Fbind map-keymap for Emacs 21.
13962
13963 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13966         New command.
13967         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13968         instead of END.  Change name of the temp file.
13969         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13970         customizable.
13971
13972 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13975         bind `S W' to gnus-article-wide-reply-with-original; set default
13976         binding to gnus-article-read-summary-send-keys.
13977         (gnus-article-read-summary-keys): Fix the order of keys; display
13978         continuation keys correctly in the echo area; describe bindings
13979         correctly when keys end with `C-h'.
13980         (gnus-article-read-summary-send-keys): New function.
13981         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13982         Work for gnus-article-read-summary-send-keys; display continuation keys
13983         correctly in the echo area.
13984         (gnus-article-reply-with-original): Ignore prefix argument.
13985         (gnus-article-wide-reply-with-original): New function.
13986
13987         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13988         Emacs 21.
13989
13990 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13993         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13994
13995 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13998         (gnus-group-read-ephemeral-gmane-group): New command.
13999
14000 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14001
14002         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14003
14004 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14005
14006         * message.el (message-send-mail-function): Increase custom version.
14007
14008         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14009         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14010
14011 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14012
14013         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14014         for the cases where imap-authenticate is called with a nil buffer
14015         parameter.
14016
14017 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14020         html parts correctly; support forwarded messages.
14021         (gnus-article-browse-html-article): Remove work buffers.
14022
14023         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14024         compiling.
14025         (netrc-bound-and-true-p): New macro.
14026         (netrc-parse): Use it instead of bound-and-true-p that is not available
14027         in XEmacs 21.4.
14028
14029 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * gnus-registry.el (gnus-registry-mark-article)
14032         (gnus-registry-article-marks): Add functionality to mark articles
14033         through the Gnus registry.
14034
14035         * encrypt.el: Clarify documentation for the new pgg method.
14036         (encrypt-file-alist): Add PGG option.
14037         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14038         functionality.  Abstract password key and messaging to external
14039         functions.
14040         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14041         (encrypt-message-method-and-cipher): Add new convenience external
14042         functions.
14043         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14044         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14045
14046         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14047         (netrc-parse): Use encrypt-file-alist to determine if
14048         encrypt-find-model or encrypt-insert-file-contents should be used.
14049
14050         * encrypt.el: Clarify documentation.  Load password-cache or
14051         password, whichever one is found first, instead of autoloading.
14052
14053 2007-12-19  Glenn Morris  <rgm@gnu.org>
14054
14055         * mml.el (message-options-set, message-narrow-to-head)
14056         (message-in-body-p, message-mail-p, message-encode-message-body):
14057         Autoload.
14058         (message-remove-header, message-narrow-to-headers-or-head)
14059         (message-subscribed-p, message-make-mail-followup-to)
14060         (message-position-on-field, message-news-p)
14061         (message-options-set-recipient, message-generate-headers)
14062         (message-sort-headers): Declare as functions.
14063
14064 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14065
14066         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14067         convention in doc string.
14068
14069 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14072         title to html parts.
14073         (gnus-article-browse-html-article): Pass message header to it.
14074
14075         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14076
14077 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14080         or password compatible with XEmacs.
14081
14082 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14085         format document.
14086         (gnus-mime-delete-part): Don't write description line if empty.
14087         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14088
14089 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14090
14091         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14092         (gnus-summary-mark-read-and-unread-as-read)
14093         (gnus-summary-mark-current-read-and-unread-as-read)
14094         (gnus-summary-mark-unread-as-ticked): Doc fix.
14095         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14096
14097 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14100         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14101
14102 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14105         yes-or-no-p.
14106
14107 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * mm-decode.el (mm-add-meta-html-tag): New function.
14110         (mm-save-part-to-file, mm-pipe-part): Use it.
14111
14112         * gnus-art.el (gnus-article-browse-delete-temp-files):
14113         Use gnus-y-or-n-p instead of y-or-n-p.
14114         (gnus-article-browse-html-parts): Work with message/external-body; use
14115         mm-add-meta-html-tag.
14116
14117 2007-12-11  Glenn Morris  <rgm@gnu.org>
14118
14119         * gnus-cache.el: Require gnus-sum not just when compiling.
14120
14121         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14122
14123         * gnus-int.el (gnus-server-opened, gnus-status-message):
14124         Move definitions before use.
14125
14126         * mm-decode.el: Require gnus-util.
14127         (mm-remove-part): Only call delete-annotation on XEmacs.
14128
14129         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14130
14131         * nnmail.el: Require gnus-int.
14132
14133         * spam.el: Move `require's before `eval-when-compile's.
14134
14135         * gnus-ems.el (gnus-alive-p):
14136         * gnus-fun.el (message-goto-eoh):
14137         * gnus-util.el (gnus-group-name-decode):
14138         * mail-source.el (gnus-compress-sequence):
14139         * message.el (Info-goto-node, format-spec):
14140         * mm-bodies.el (message-options-get):
14141         * mm-decode.el (mm-view-pkcs7):
14142         * mm-util.el (gmm-write-region):
14143         * mml-smime.el (mml-compute-boundary)
14144         (gnus-completing-read-with-default):
14145         * mml.el (widget-button-press, gnus-make-hashtable):
14146         * mml1991.el (mm-decode-content-transfer-encoding)
14147         (mm-encode-content-transfer-encoding)
14148         (message-options-get, message-options-set):
14149         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14150         * nnfolder.el (gnus-request-group):
14151         * nnheader.el (ietf-drums-unfold-fws):
14152         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14153         * smime.el (gnus-run-mode-hooks):
14154         * spam-stat.el (gnus-message): Autoload.
14155
14156         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14157         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14158         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14159         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14160         Add declare-function compatibility definition.
14161
14162         * gnus-cache.el (nnvirtual-find-group-art):
14163         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14164         (gnus-add-image, gnus-add-wash-type):
14165         * gnus-group.el (nnkiboze-score-file):
14166         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14167         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14168         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14169         (message-tokenize-header, gnus-get-buffer-create)
14170         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14171         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14172         * gnus.el (gnus-group-decoded-name):
14173         * mail-source.el (imap-capability):
14174         * mm-bodies.el (message-options-set):
14175         * mm-decode.el (gnus-configure-windows):
14176         * mm-extern.el (message-goto-body):
14177         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14178         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14179         (epg-sub-key-validity, message-options-set):
14180         * mml.el (widget-event-point, gnus-configure-windows):
14181         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14182         * mml2015.el (epg-check-configuration, epg-configuration)
14183         (message-options-set):
14184         * nndb.el (nndb-request-article):
14185         * nnfolder.el (gnus-request-create-group):
14186         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14187         * nnmaildir.el (gnus-group-mark-article-read):
14188         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14189         * rfc1843.el (message-fetch-field):
14190         * spam.el (gnus-extract-address-components):
14191         Declare as functions.
14192
14193 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14196
14197         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14198
14199         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14200         bind show-trailing-whitespace for XEmacs.
14201
14202 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14203
14204         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14205         new no-op macro for backward compatibility.
14206
14207         * imap.el (imap-string-to-integer): New function.
14208
14209 2007-12-09  Glenn Morris  <rgm@gnu.org>
14210
14211         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14212
14213         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14214         * message.el, mm-view.el, sieve-manage.el, smime.el:
14215         Add declare-function compatibility definition.
14216
14217         * gnus-art.el (w3-region, w3m-region, Info-menu):
14218         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14219         * gnus-sum.el (gnus-get-predicate):
14220         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14221         * message.el (mail-abbrev-in-expansion-header-p):
14222         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14223         (w3m-detect-meta-charset, w3m-region):
14224         * sieve-manage.el (password-read, password-cache-add)
14225         (password-cache-remove):
14226         * smime.el (password-read-and-add): Declare as functions.
14227
14228 2007-12-08  David Kastrup  <dak@gnu.org>
14229
14230         * gnus-sum.el (gnus-summary-simplify-subject-query):
14231         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14232         `message'.
14233
14234 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14237         it to bind idna-program, installation-directory, defined-colors, and
14238         face-attribute for XEmacs of the version that compiles defcustom forms.
14239
14240 2007-12-07  Glenn Morris  <rgm@gnu.org>
14241
14242         * gnus-art.el (article-make-date-line): Revert previous change.
14243
14244 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14245
14246         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14247
14248 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14249
14250         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14251         Call gnus-add-to-range ranges only once with a prepared article-list.
14252
14253 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14254
14255         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14256         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14257         group names with backslashes.
14258         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14259
14260 2007-12-06  Deepak Goel  <deego3@gmail.com>
14261
14262         * gnus-art.el (article-make-date-line):
14263         * gnus-start.el (gnus-load):
14264         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14265
14266 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-art.el (gnus-use-idna):
14269         * gnus-start.el (gnus-site-init-file):
14270         * message.el (message-use-idna):
14271         * mm-uu.el (mm-uu-hide-markers):
14272         * smiley.el (smiley-style): Revert changes that suppress warnings.
14273
14274 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14277         specify charset to html source.
14278         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14279
14280 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14283         idna-program in order to suppress byte compile warning issued by XEmacs
14284         that came to byte compile the default value section of defcustom forms
14285         recently.
14286
14287         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14288         value of installation-directory.
14289
14290         * message.el (message-use-idna): Don't directly refer to the value of
14291         idna-program.
14292
14293         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14294
14295         * smiley.el (smiley-style): Don't directly call face-attribute.
14296
14297 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14298
14299         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14300
14301         * gnus-dired.el: Reduce Gnus dependencies.
14302         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14303         Don't require.  Use autoloads instead.
14304         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14305         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14306         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14307         (gnus-dired-mode): Adjust doc string.
14308         (gnus-dired-mail-mode): New variable.
14309         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14310         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14311         (gnus-dired-mail-buffers): New function.  Return mail or message
14312         composition buffers.
14313         (gnus-dired-attach): Use it.
14314         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14315         NO-DECODE.
14316         (gnus-dired-print): Use `gnus-print-buffer' depending on
14317         `gnus-dired-mail-mode'.
14318
14319 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * rfc2047.el (rfc2047-encoded-word-regexp)
14322         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14323         explaining what regexp patterns are for.
14324
14325 2007-12-04  Glenn Morris  <rgm@gnu.org>
14326
14327         * password.el: Move to password-cache.el.
14328
14329         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14330         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14331         * mml-smime.el (password-read, password-cache-add)
14332         (password-cache-remove):
14333         No need to autoload, since mml-sec requires password.
14334
14335         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14336         * message.el (gnus-extract-address-components):
14337         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14338
14339         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14340         password.
14341
14342 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * mailcap.el: Reduce dependencies.
14345         (mail-header-parse-content-type): Autoload.
14346         (mailcap-delete-duplicates): New alias.
14347         (mailcap-mime-info): Add optional argument NO-DECODE.
14348         (mailcap-mime-types): Use mailcap-delete-duplicates.
14349
14350         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14351
14352 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14353
14354         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14355         (imap-parse-status): Upcase status-att for servers that sends them
14356         lower-case (e.g., MS Exchange 2007).
14357
14358 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14359
14360         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14361         function.
14362
14363         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14364         (gnus-uu-yenc-article): New function.
14365
14366         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14367
14368         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14369
14370 2007-12-02  Glenn Morris  <rgm@gnu.org>
14371
14372         * binhex.el (binhex): New custom group.
14373         (binhex-decoder-program, binhex-decoder-switches)
14374         (binhex-use-external): Move to the binhex custom group.
14375
14376         * uudecode.el (uudecode): New custom group.
14377         (uudecode-decoder-program, uudecode-decoder-switches)
14378         (uudecode-use-external): Move to the uudecode custom group.
14379
14380         * netrc.el (top-level): Don't load `encrypt' features.
14381         (netrc-parse): Don't use encrypt.
14382         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14383
14384         * encrypt.el: Remove file.
14385
14386 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14389         matches on patches.
14390
14391         * gnus-art.el (gnus-article-browse-html-article):
14392         Mention `mm-text-html-renderer' in the doc string.
14393
14394         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14395         string.  Add comments.
14396
14397         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14398         if rhs is ASCII.
14399
14400 2007-12-01  Glenn Morris  <rgm@gnu.org>
14401
14402         * mail-source.el (top-level): Require format-spec before
14403         eval-when-compile.
14404
14405 2007-11-30  Glenn Morris  <rgm@gnu.org>
14406
14407         * encrypt.el: Require password, rather than autoloading password-read.
14408
14409 2007-11-29  Glenn Morris  <rgm@gnu.org>
14410
14411         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14412         (sasl-make-client, sasl-next-step, sasl-step-data)
14413         (sasl-step-set-data): Declare as functions.
14414
14415 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14418
14419 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14420
14421         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14422         certs should be verified and what is to be done in the event of a
14423         verification failure.
14424
14425         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14426         caller can indicate whether the cache should be disregarded for this
14427         call.  This way the result of the call is reproducible at all times and
14428         can be considered a canonical server name for the supplied method.
14429         (gnus-agent-method-p): Canonicalize server names by pushing their
14430         method through `gnus-method-to-server' using the no-cache argument.
14431
14432         * gnus-srvr.el (gnus-server-insert-server-line):
14433         Call `gnus-method-to-server' with `no-cache' argument.
14434
14435         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14436         gnus-agent-possibly-synchronize-flags as this should be called when the
14437         server is actually being opened.
14438         (gnus-agent-possibly-synchronize-flags)
14439         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14440         flags file of an agentized server to the latter function.
14441
14442         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14443         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14444         after a connection has been established successfully.
14445
14446 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-art.el (article-display-face): Force to display face if called
14449         interactively; check if gnus-article-x-face-too-ugly matches author.
14450         (article-display-x-face): Display face even if From header is missing
14451         as article-display-face does.
14452
14453 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14454
14455         * hashcash.el (message-narrow-to-headers-or-head)
14456         (message-fetch-field, message-goto-eoh)
14457         (message-narrow-to-headers): Declare as functions.
14458
14459 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * mail-source.el (mail-sources): Default to fetch from file for
14462         compatibility with default of nnmail-spool-file.
14463
14464 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14467         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14468         to look for encoded word that should be encoded again.
14469         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14470         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14471         encoding pattern.
14472         (rfc2047-decode-region): Switch strict regexp and loose one according
14473         to rfc2047-allow-irregular-q-encoded-words.
14474
14475 2007-11-25  Romain Francoise  <romain@orebokech.com>
14476
14477         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14478
14479 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * tls.el (tls-program): Provide more custom choices from
14482         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14483         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14484
14485 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14488         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14489
14490         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14491         `nnmail-spool-file'.
14492
14493         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14494         `nnmail-spool-file'.
14495
14496         * gnus-move.el (gnus-change-server): Ditto.
14497
14498         * gnus-kill.el (gnus-batch-score): Ditto.
14499
14500         * gnus-cache.el (gnus-jog-cache): Ditto.
14501
14502         * gnus-msg.el (gnus-summary-reply):
14503         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14504
14505 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14508         version.  Minor improvement to doc strings.
14509         (tls-program): Add comment.
14510
14511 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14512
14513         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14514         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14515         mismatch between the hostname provided in the certificate and the name
14516         of the host connnecting to.
14517         (open-tls-stream): Use them.  Check certificates against trusted root
14518         certificates.
14519
14520 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * gnus-cache.el (gnus-cache-generate-nov-databases):
14523         Use nnml-generate-nov-databases-directory instead of
14524         nnml-generate-nov-databases-1.
14525
14526 2007-11-24  Glenn Morris  <rgm@gnu.org>
14527
14528         * message.el (message-tool-bar-retro): Update for rename
14529         mail_send.xpm->mail-send.xpm.
14530
14531 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14532
14533         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14534         `smime-ldap-search' for Emacs 22 and up.
14535
14536 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14537
14538         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14539
14540         * message.el (message-send-mail-function): Fix error convention.
14541         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14542         (message-widen-reply, message-send-mail, message-talkative-question)
14543         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14544         (message-clone-locals, message-send-news): Use with-current-buffer.
14545         (message-insert-or-toggle-importance): Remove unused var `valid'.
14546         (message-make-references): Remove unused var `new-references'.
14547         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14548
14549 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14550
14551         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14552         (spam-split-symbolic-return-positive): Reflow docstring.
14553         (spam-backends, spam-summary-exit-behavior)
14554         (spam-mark-ham-unread-before-move-from-spam-group)
14555         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14556         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14557         (spam-clear-cache, spam-backend-check, spam-install-backend)
14558         (spam-install-statistical-backend, spam-list-of-processors)
14559         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14560         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14561         (spam-check-crm114, spam-initialize, spam-unload-hook):
14562         Fix typos in docstrings.
14563
14564 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14567         been checked if they have never been read and those group levels are
14568         higher than the one that a user specified.
14569
14570 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14573         foreign groups unless a group level is specified by a user.
14574         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14575
14576 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * message.el (message-send-mail-function): Require sendmail.
14579
14580 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * message.el (message-send-mail-function): Check for smtpmail too.
14583
14584         * utf7.el (utf7-encode, utf7-decode): Use coding system
14585         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14586
14587         * message.el (message-send-mail-function): New function.
14588         (message-send-mail-function): Set default using
14589         message-send-mail-function.  Adjust doc string.
14590         (message-send-mail-with-mailclient): New function.
14591
14592 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14593
14594         * smime.el (from):
14595         * rfc2047.el (message-posting-charset):
14596         * qp.el (mm-use-ultra-safe-encoding):
14597         * pop3.el (parse-time-months):
14598         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14599         * nnml.el (files):
14600         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14601         (jka-compr-compression-info-list, ange-ftp-path-format)
14602         (efs-path-regexp):
14603         * nndiary.el (files):
14604         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14605         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14606         (epg-digest-algorithm-alist, inhibit-redisplay)
14607         (password-cache-expiry):
14608         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14609         (pgg-output-buffer, password-cache-expiry):
14610         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14611         (efs-path-regexp):
14612         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14613         (inhibit-redisplay):
14614         * mm-uu.el (file-name, start-point, end-point, entry)
14615         (gnus-newsgroup-name, gnus-newsgroup-charset):
14616         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14617         (latin-unity-ucs-list):
14618         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14619         (mm-uu-binhex-decode-function):
14620         * message.el (gnus-message-group-art, gnus-list-identifiers)
14621         (rmail-enable-mime-composing, gnus-local-organization)
14622         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14623         (gnus-read-active-file, facemenu-add-face-function)
14624         (facemenu-remove-face-function, gnus-article-decoded-p)
14625         (tool-bar-mode):
14626         * mail-source.el (display-time-mail-function):
14627         * gnus-util.el (nnmail-pathname-coding-system)
14628         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14629         (gnus-original-article-buffer, gnus-user-agent)
14630         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14631         (xemacs-codename, sxemacs-codename, emacs-program-version):
14632         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14633         * gnus-start.el (gnus-agent-covered-methods)
14634         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14635         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14636         (gnus-newsgroup-headers, gnus-group-list-mode)
14637         (gnus-group-mark-positions, gnus-newsgroup-data)
14638         (gnus-newsgroup-unreads, nnoo-state-alist)
14639         (gnus-current-select-method, mail-sources)
14640         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14641         (nnmail-spool-file, gnus-cache-active-hashtb):
14642         * gnus-mh.el (mh-lib-progs):
14643         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14644         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14645         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14646         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14647         (gnus-group-buffer):
14648         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14649         (font-lock-set-defaults):
14650         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14651         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14652         (gnus-summary-post-menu, total-parts, type, condition, length):
14653         * gnus-agent.el (gnus-agent-read-agentview):
14654         * flow-fill.el (show-trailing-whitespace):
14655         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14656         eval-and-compile wrappers for byte compiler pacifiers.
14657
14658         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14659         (mm-display-inline-fontify): Check for featurep 'xemacs not
14660         extent-list.
14661
14662         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14663         itimer-list.
14664         (mm-create-image-xemacs): Only do something for XEmacs.
14665         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14666
14667         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14668
14669         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14670         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14671
14672 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14673
14674         * nnimap.el (nnimap-split-download-body):
14675         * gnus-demon.el (gnus-demon):
14676         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14677
14678 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14681         New macros.
14682         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14683         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14684         copy data from unibyte buffer to multibyte current buffer.
14685         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14686         to copy data from unibyte current buffer to multibyte buffer.
14687         (nntp-make-process-buffer): Make process buffer unibyte.
14688
14689         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14690
14691 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14692
14693         * pop3.el (pop3-open-server): Accept and process data more robustly at
14694         connection start to avoid spurious "POP SSL connection failed" errors.
14695
14696 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14699         read group names.
14700
14701 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14704
14705 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14708         (nnmail-save-active): Use a unibyte buffer when saving active file,
14709         which may contain non-ASCII group names.
14710
14711         * nnml.el (nnml-request-group): Decode group names in messages.
14712
14713 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * message.el (message-citation-line-function)
14716         (message-insert-formatted-citation-line): Fix spelling of
14717         `message-insert-formated-citation-line'.
14718
14719 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14720
14721         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14722
14723 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14726         nnmail-pathname-coding-system.
14727
14728         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14729         that a user enters; decode group names in messages.
14730
14731         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14732
14733 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14734
14735         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14736
14737         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14738
14739         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14740         risky local variable.
14741
14742         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14743
14744 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14745
14746         * encrypt.el: Improve documentation to fix function name typo.
14747         Reported by Daiki Ueno <ueno@unixuser.org>.
14748
14749 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14752         even if the point is not in the last page of an article.
14753         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14754         back to the previous page.
14755
14756 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14759
14760 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14763
14764 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14765
14766         * message.el (message-check-news-body-syntax):
14767         Avoid mm-string-as-multibyte.
14768         (message-hide-headers): Don't assume (point-min)==1.
14769
14770 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * message.el (message-remove-blank-cited-lines): Fix if remove is
14773         given.
14774         (message-bogus-address-regexp): New variable.
14775         (message-bogus-recipient-p): New function.
14776         (message-check-recipients): New command.
14777         (message-syntax-checks): Add `bogus-recipient'.
14778         (message-fix-before-sending): Add `bogus-recipient'.
14779
14780         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14781         (gnus-treat-body-boundary): Don't test window-system.
14782
14783 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14784
14785         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14786
14787 2007-10-28  Miles Bader  <miles@gnu.org>
14788
14789         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14790         at compile-time too.
14791
14792 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14793
14794         * gnus-msg.el (gnus-message-setup-hook):
14795         Add `message-remove-blank-cited-lines' to options.
14796
14797 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * message.el (message-remove-blank-cited-lines): New function.
14800         Suggested by Karl Plästerer.
14801
14802 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14805         mapc.
14806
14807         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14808         (top-level): Use mapc to set functions to be traced for debugging.
14809
14810         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14811         called for effect with while loop.
14812
14813         * message.el (message-talkative-question): Replace mapcar called for
14814         effect with mapc.
14815
14816         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14817         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14818         called for effect with dolist.
14819
14820         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14821
14822         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14823         gnus-extra-headers and nnmail-extra-headers.
14824
14825         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14826         called for effect with dolist.
14827         (top-level): Use mapc to set functions to be traced for debugging.
14828
14829         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14830         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14831         dolist.
14832
14833         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14834         Replace mapcar called for effect with mapc.
14835         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14836         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14837         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14838         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14839
14840         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14841         remove-if that's a cl function.
14842
14843         * webmail.el (webmail-debug): Replace mapcar called for effect with
14844         dolist.
14845
14846         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14847         with mapc.
14848
14849 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14852         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14853         with while loop.
14854
14855         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14856         functions from article-* functions.
14857         (gnus-multi-decode-header): Replace mapcar called for effect with
14858         dolist.
14859
14860         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14861         (gnus-bookmark-show-details): Replace mapcar called for effect with
14862         while loop.
14863
14864         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14865         called for effect with while loop.
14866
14867         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14868         with dolist.
14869
14870         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14871         Replace mapcar called for effect with dolist.
14872
14873         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14874
14875         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14876         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14877         Replace mapcar called for effect with dolist.
14878         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14879         mapc.
14880
14881         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14882         Replace mapcar called for effect with dolist.
14883         (gnus-topic-list): Replace mapcar called for effect with mapc.
14884
14885         * gnus.el: Use mapc instead of mapcar to add autoloads.
14886
14887 2007-10-23  Richard Stallman  <rms@gnu.org>
14888
14889         * gnus-group.el (gnus-group-highlight): Mark as risky.
14890
14891 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * gnus.el (gnus-server-to-method): Return method found first in
14894         gnus-newsrc-alist.
14895
14896         * gnus-art.el (gnus-article-highlight-signature)
14897         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14898         button overlay without the front stickiness.
14899
14900 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14901
14902         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14903         overview buffer needed a catch to receive its throw.
14904         (gnus-agent-flush-cache): Declare as interactive to make this function
14905         easier to use.
14906
14907 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14908
14909         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14910         `next-line'.
14911
14912 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14915         exclude address matching message-dont-reply-to-names.
14916
14917 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * gnus-util.el (gnus-string<): New function.
14920
14921         * gnus-sum.el (gnus-article-sort-by-author)
14922         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14923
14924 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14927         the frame-focus tag is set in gnus-buffer-configuration.
14928
14929 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14932         the front stickiness.
14933
14934 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14937         url pattern; remove duplicate one.
14938         (gnus-article-extend-url-button): New function.
14939         (gnus-article-add-buttons): Use it.
14940         (gnus-button-push): Use concatenated url that it makes.
14941
14942 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14943
14944         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14945
14946 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14947
14948         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14949         Don't hardcode point-min==1.
14950
14951 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14952
14953         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14954         Fix comment about "iso8859-1".
14955
14956 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14957
14958         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14959         ones returned from the verify-function.
14960
14961         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14962         Call mml2015-extract-cleartext-signature if extraction failed.
14963
14964 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14965
14966         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14967         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14968         failed.
14969
14970 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14973
14974 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14977         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14978         recommends to use EasyPG instead of PGG.
14979
14980         * pgg.el: Revert to revision 6.23.2.16.
14981
14982         * pgg-def.el: Revert to revision 6.6.2.14.
14983
14984         * pgg-gpg.el: Revert to revision 6.23.2.34.
14985
14986 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14987
14988         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14989         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14990         thread for both the null and zero (kill/expire thread) universal prefix
14991         cases.
14992         (gnus-summary-expire-thread): Add new function to expire a thread,
14993         using gnus-summary-kill-thread.
14994         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14995         shortcuts for gnus-summary-expire-thread.
14996         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14997         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14998
14999 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15000
15001         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15002         extras value, so an extras entry can be deleted.
15003         (gnus-registry-delete-extra-entry): Use it.
15004         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15005         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15006         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15007         storage through the gnus-registry, and provide an appropriate API for
15008         it.
15009
15010 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15013         Suggested by Leo <sdl.web@gmail.com>.
15014
15015         * gnus.el: Do.
15016
15017 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15020         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15021
15022         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15023
15024         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15025         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15026
15027 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15030         newline.
15031         (nnmbox-request-accept-article): Don't change article in source buffer;
15032         narrow to header to use message-fetch-field rather than
15033         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15034         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15035         as delimiters; make sure article ends with newline.
15036         (nnmbox-delete-mail): Correct last position of article to be deleted;
15037         ignore X-Gnus-Newsgroup header in article body.
15038         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15039         positions; make sure article ends with newline.
15040
15041         * message.el (message-display-abbrev): Don't infloop when a user
15042         inserts SPC in the beginning of header.
15043
15044         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15045         coding-system-for-read and coding-system-for-write for XEmacs having no
15046         file-coding feature.
15047
15048         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15049
15050 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15051
15052         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15053         list of groups not followed by default.  Fix type to be regexp.
15054         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15055
15056 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15057
15058         * hmac-def.el (define-hmac-function): Switch from old-style to
15059         new-style backquotes.
15060
15061         * md4.el (md4-make-step): Likewise.
15062
15063 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15066         raw-text coding system when saving .newsrc file, which may contain
15067         non-ASCII group names.
15068
15069 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-cus.el (gnus-score-extra): New widget.
15072         (gnus-score-extra-convert): New function.
15073         (gnus-score-customize): Use it for Extra.
15074
15075 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15076
15077         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15078         (mml2015-mailcrypt-clear-verify): Use it.
15079         (mml2015-gpg-clear-verify): Use it.
15080         (mml2015-pgg-clear-verify): Use it.
15081         (mml2015-epg-clear-verify): Replace the current part with the output
15082         from GnuPG; don't extract the plaintext by itself.
15083
15084         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15085         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15086         mml2015-clear-verify-function; don't touch the armor headers or
15087         dash-escaped text here.
15088
15089 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15092         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15093         parts, or application/octet-stream as a last resort.
15094         (gnus-mime-view-part-as-type): Don't toggle display.
15095         (gnus-mime-view-part-as-charset): Don't turn off display before
15096         querying charset.
15097
15098         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15099         stuff to undisplayer function in Emacs.
15100         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15101
15102         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15103         text/calendar parts.
15104
15105 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15108         decoding text/calendar parts.
15109
15110         * message.el (message-forward-make-body-mime): Always mark body as
15111         having no illegible text; remove signed-or-encrypted argument.
15112         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15113
15114         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15115         (mml-generate-mime-1): Don't encode body if it is specified to be in
15116         raw form; don't make buffer be unibyte when inserting multibyte string.
15117
15118 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15119
15120         * sha1.el: Fix up comment style.
15121         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15122         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15123
15124         * hex-util.el: Fix up comment style.
15125         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15126
15127         * gnus-salt.el: Use with-current-buffer.
15128         (gnus-pick-setup-message): Fix long-standing typo.
15129
15130 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * imap.el (imap-logout-timeout): New variable.
15133         (imap-logout, imap-logout-wait): New functions.
15134         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15135
15136         * nnimap.el (nnimap-logout-timeout): New server variable.
15137         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15138         nnimap-logout-timeout.
15139
15140         * gnus-art.el (gnus-article-summary-command-nosave)
15141         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15142
15143 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus.el (gnus-maximum-newsgroup): New variable.
15146
15147         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15148         according to gnus-maximum-newsgroup.
15149
15150         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15151         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15152         Limit the range of articles according to gnus-maximum-newsgroup.
15153
15154 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15155
15156         * gnus-art.el (gnus-sticky-article): Fix problems described in
15157         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15158         Don't perform gnus-configure-windows here; reuse existing sticky
15159         article buffer.
15160
15161         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15162         it doesn't exist in gnus-article-mode.
15163
15164 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15167         (gnus-agent-decoded-group-name): New function.
15168         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15169         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15170
15171 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15172
15173         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15174         Add binding for gnus-sticky-article.
15175         (gnus-summary-exit): Don't kill sticky article buffers.
15176
15177         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15178         article buffer.
15179         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15180         (gnus-kill-sticky-article-buffers): New commands.
15181
15182 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * nntp.el (nntp-xref-number-is-evil): New server variable.
15185         (nntp-find-group-and-number): If it is non-nil, don't trust article
15186         numbers in the Xref header.
15187
15188 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-agent.el (gnus-agent-read-group): New function.
15191         (gnus-agent-flush-group, gnus-agent-expire-group)
15192         (gnus-agent-regenerate-group): Use it.
15193         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15194         nnmail-pathname-coding-system.
15195
15196 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15199
15200         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15201         that are unread as unread, and also as selected so that information of
15202         marks having been changed by a user may be updated when exiting group.
15203
15204 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15205
15206         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15207
15208 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15211         calculated ignoring signature parts to gnus-treat-article.
15212
15213 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15216         a point here in order to keep the window start.
15217         (gnus-insert-mime-security-button): Make a button overlay without the
15218         front stickiness.
15219         (gnus-mime-display-security): Goto the end of a button.
15220
15221         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15222
15223 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15226         group-name-at-point.
15227         (gnus-group-completing-read): New function that offers decoded
15228         non-ASCII group names for completion.
15229         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15230         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15231         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15232         (gnus-group-fetch-control): Use it.
15233         (gnus-fetch-group): Use group-name-at-point for the initial value
15234         rather than the default value; use gnus-alive-p.
15235
15236         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15237         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15238         (gnus-summary-post-news): Use gnus-group-completing-read.
15239
15240         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15241         (gnus-read-move-group-name): Decode group name for completion.
15242
15243 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15244
15245         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15246         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15247         Yamaoka slightly modified the code).
15248
15249 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15252         (nnmail-split-incoming): Bind it.
15253
15254         * nnml.el (nnml-group-name-charset): New function.
15255         (nnml-decoded-group-name): Use it; don't decode group name if
15256         nnmail-group-names-not-encoded-p is non-nil.
15257         (nnml-encoded-group-name): New function.
15258         (nnml-group-pathname): Inline nnml-decoded-group-name.
15259         (nnml-request-expire-articles): Decode group name in message.
15260         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15261         nnmail-pathname-coding-system.
15262         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15263         not decoded ones according to nnmail-group-names-not-encoded-p.
15264         (nnml-generate-active-info): Use nnml-encoded-group-name.
15265
15266 2007-08-08  Glenn Morris  <rgm@gnu.org>
15267
15268         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15269         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15270         doc-strings and comments.
15271
15272 2007-07-25  Glenn Morris  <rgm@gnu.org>
15273
15274         * Relicense all FSF files to GPLv3 or later.
15275
15276 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * gnus-sum.el (gnus-summary-move-article):
15279         Make gnus-summary-respool-article work.
15280
15281 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15282
15283         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15284         string.
15285
15286 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15287
15288         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15289         that should be ignored when comparing distant RSS articles with local
15290         ones.
15291         (nnrss-make-hash-index): New function.  Create a hash index according
15292         to the ignored fields.
15293         (nnrss-check-group): Use it.
15294
15295 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15298
15299         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15300
15301         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15302         the new optional argument ENCODED is non-nil.
15303         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15304         coding system for encoding group name.
15305         (gnus-group-make-rss-group): Pass un-encoded group name to
15306         gnus-group-make-group.
15307         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15308         encoded.
15309
15310         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15311         Encode group name to which articles are moved or copied.
15312         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15313         coding system for encoding Newsgroup, Followup-To and Xref headers.
15314
15315         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15316         marks; use nnheader-file-coding-system to write a file.
15317         (nnagent-retrieve-headers): Bind file-name-coding-system to
15318         nnmail-pathname-coding-system.
15319
15320         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15321
15322         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15323         (nnml-request-article, nnml-request-create-group)
15324         (nnml-request-rename-group, nnml-find-id)
15325         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15326         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15327         (nnml-save-marks): Use nnml-group-pathname instead of
15328         nnmail-group-pathname.
15329
15330         (nnml-request-create-group, nnml-request-expire-articles)
15331         (nnml-request-move-article, nnml-request-delete-group)
15332         (nnml-deletable-article-p, nnml-possibly-create-directory)
15333         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15334         (nnml-open-marks): Bind file-name-coding-system to
15335         nnmail-pathname-coding-system.
15336
15337         (nnml-request-article): Pass server argument to nnml-find-group-number.
15338         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15339         Pass server argument to nnml-possibly-create-directory.
15340         (nnml-request-accept-article): Pass server argument to
15341         nnml-active-number and nnml-save-mail.
15342         (nnml-find-group-number): Pass server argument to nnml-find-id.
15343         (nnml-request-update-info): Pass server argument to
15344         nnml-marks-changed-p.
15345
15346         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15347         (nnml-save-mail, nnml-active-number): Add server argument.
15348
15349         (nnml-request-delete-group): Warn if group is missing.
15350         (nnml-get-nov-buffer): Decode group name.
15351         (nnml-generate-active-info): Encode group name.
15352         (nnml-open-marks): Decode group name in messages.
15353
15354 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15357         if it is not specified.
15358         (gnus-article-pipe-part, gnus-article-save-part)
15359         (gnus-article-interactively-view-part, gnus-article-copy-part)
15360         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15361         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15362         (gnus-article-replace-part, gnus-article-delete-part)
15363         (gnus-article-view-part-as-type): Pass raw prefix argument to
15364         gnus-article-part-wrapper.
15365
15366 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-agent.el (gnus-agent-save-active):
15369         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15370
15371         * gnus-cache.el (gnus-cache-save-buffers)
15372         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15373         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15374         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15375         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15376         (gnus-cache-generate-active, gnus-cache-rename-group)
15377         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15378         (gnus-cache-update-overview-total-fetched-for):
15379         Bind file-name-coding-system to nnmail-pathname-coding-system.
15380         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15381         New variables.
15382         (gnus-cache-decoded-group-name): New function.
15383         (gnus-cache-file-name): Use it.
15384         (gnus-cache-generate-active): Use non-decoded group name for active.
15385
15386         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15387         right place.
15388         (gnus-write-active-file): Don't break non-ASCII group names.
15389
15390         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15391         nnmail-pathname-coding-system.
15392
15393         * lpath.el: Bind default-file-name-coding-system,
15394         file-name-coding-system and language-info-alist for XEmacs.
15395
15396         * gnus-uu.el (gnus-uu-decode-save): Typo.
15397
15398 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15401
15402 2007-07-14  David Kastrup  <dak@gnu.org>
15403
15404         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15405         finishing actions if we did not edit the article.
15406
15407 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15410         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15411         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15412         (gnus-agent-flush-group, gnus-agent-flush-cache)
15413         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15414         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15415         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15416         (gnus-agent-regenerate-group)
15417         (gnus-agent-update-files-total-fetched-for)
15418         (gnus-agent-update-view-total-fetched-for):
15419         Bind file-name-coding-system to nnmail-pathname-coding-system.
15420         (gnus-agent-group-pathname): Don't encode file names by
15421         nnmail-pathname-coding-system.
15422         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15423         coding-system-for-write instead of buffer-file-coding-system to
15424         gnus-agent-file-coding-system.
15425
15426         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15427         Decode group name.
15428
15429         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15430
15431         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15432         (gnus-read-newsrc-el-file): Make group names unibyte.
15433
15434         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15435         nnmail-pathname-coding-system.
15436
15437         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15438         (nnrss-request-delete-group): Bind file-name-coding-system to
15439         nnmail-pathname-coding-system.
15440         (nnrss-read-server-data, nnrss-read-group-data):
15441         Bind file-name-coding-system correctly.
15442         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15443
15444         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15445         (nntp-server-to-method-cache): New variable.
15446         (nntp-group-pathname): New function that decodes non-ASCII group names.
15447         (nntp-possibly-create-directory, nntp-marks-changed-p)
15448         (nntp-save-marks, nntp-open-marks): Use it.
15449         (nntp-possibly-create-directory, nntp-open-marks):
15450         Bind file-name-coding-system to nnmail-pathname-coding-system.
15451         (nntp-open-marks): Decode group names when bootstrapping marks.
15452
15453         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15454         Newsgroups and Followup-To headers.
15455
15456 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15459         (gnus-server-closed-face, gnus-server-denied-face)
15460         (gnus-server-offline-face): Remove variable.
15461         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15462
15463         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15464         of modifying message-stack directly for XEmacs.
15465
15466         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15467         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15468         if the coding-system argument is nil for XEmacs.
15469
15470         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15471         mm-charset-override-alist.
15472
15473         * rfc2047.el: Don't require base64; require rfc2045 for the function
15474         rfc2045-encode-string.
15475         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15476         to quote the parameter value.
15477
15478 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15481         form in gnus-group-name-charset-method-alist.
15482
15483         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15484         overrides the default layout edit-form.
15485
15486         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15487
15488         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15489
15490 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15493         as unfetched articles.
15494
15495 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15498
15499 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15502         original back end that keeps marks in the local system.
15503
15504 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15507         arg of pop-to-buffer for XEmacs.
15508         (gnus-article-read-summary-keys): Ditto; don't restore window
15509         configuration if summary command ends up with neither article buffer
15510         nor summary buffer; describe bindings if summary keys end with C-h.
15511
15512 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * message.el (message-fix-before-sending): Skip raw message part to be
15515         forwarded while checking illegible text.
15516         (message-forward-make-body-mime, message-forward-make-body):
15517         Mark signed or encrypted raw message as having no illegible text.
15518
15519 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15522         (gnus-message-with-timestamp-1): New macro.
15523         (gnus-message-with-timestamp): New function.
15524         (gnus-message): Use them.
15525
15526         * nnheader.el (nnheader-message): Use them.
15527
15528 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15531         .newsrc.eld file.
15532
15533 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-agent.el (gnus-agent-fetch-headers)
15536         (gnus-agent-retrieve-headers):
15537         Bind gnus-decode-encoded-address-function to identity.
15538
15539         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15540         available also when the server returns simply a dot.
15541
15542         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15543
15544 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15547
15548 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-ems.el (gnus-x-splash): Make it work.
15551
15552         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15553         from being used.
15554
15555         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15556
15557 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15560         4th and the 5th arguments.
15561
15562         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15563         the front stickiness.
15564         (gnus-article-summary-command-nosave): Correct the order of the
15565         arguments passed to pop-to-buffer.
15566         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15567         summary command ends up with the article buffer.
15568
15569         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15570         the same faces.
15571
15572 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15573
15574         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15575
15576 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15577
15578         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15579         * gnus-sum.el (gnus-summary-highlight):
15580         * pgg.el (pgg-sign-region, pgg-sign):
15581         * mail-source.el (mail-source-delete-old-incoming-confirm):
15582         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15583
15584 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * gnus-art.el (gnus-mime-view-part-externally)
15587         (gnus-mime-view-part-internally): Fix predicate function passed to
15588         completing-read.
15589
15590         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15591
15592         * gnus.el (gnus-update-message-archive-method): Add :version.
15593
15594 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * gnus.el (gnus-update-message-archive-method): New variable.
15597
15598         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15599         according to gnus-message-archive-method if
15600         gnus-update-message-archive-method is non-nil.
15601
15602 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15605         Suggested by Loic Dachary <loic@dachary.org>.
15606         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15607
15608 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * message.el (message-pop-to-buffer): Add switch-function argument.
15611         (message-mail): Pass switch-function argument to it.
15612
15613 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15616         Improve doc string.
15617
15618 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15621         (gnus-header-content):
15622         * gnus-cite.el (gnus-cite-10):
15623         * gnus-srvr.el (gnus-server-closed):
15624         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15625         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15626         (gnus-group-mail-3-empty, gnus-group-mail-low)
15627         (gnus-group-mail-low-empty, gnus-splash):
15628         * message.el (message-header-to, message-header-cc)
15629         (message-header-subject, message-header-other, message-header-name)
15630         (message-header-xheader, message-separator, message-cited-text)
15631         (message-mml): Lighten colors of faces used for dark background.
15632
15633 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15634
15635         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15636         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15637
15638 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * message.el (message-narrow-to-headers-or-head):
15641         Ignore mail-header-separator in the body.
15642
15643 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15646         same as window size.
15647
15648 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15649
15650         * message.el (message-font-lock-keywords): Use message-header-xheader
15651         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15652         ahead of the anything pattern, to get it recognized.
15653
15654 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15657         spam.el loads uses it in the compiled defadvice form.
15658
15659 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15660
15661         * gnus-sum.el (gnus-articles-to-read)
15662         (gnus-summary-insert-old-articles): Don't truncate group name for
15663         `read-string'.
15664
15665         * gnus-util.el (gnus-limit-string): Delete this function.
15666
15667         * gnus-sum.el (gnus-simplify-subject-fully):
15668         Use `truncate-string-to-width' instead.
15669
15670 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15671
15672         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15673         Tell if, on summary exit, the next group has to be selected.
15674         (gnus-summary-exit): Use it.
15675
15676 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15677
15678         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15679         non-break space.
15680
15681 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15684         Check if group is not a directory.
15685         (nnfolder-request-expire-articles): Don't delete articles if the target
15686         group is not available.
15687
15688         * nnml.el (nnml-request-create-group): Properly check if group is not a
15689         file.
15690         (nnml-request-expire-articles): Don't delete articles if the target
15691         group is not available.
15692
15693         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15694         Don't quote characters that are within parentheses.
15695
15696 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15699         (gnus-handle-ephemeral-exit): Select article according to it.
15700
15701 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15702
15703         * message.el (message-insert-formated-citation-line): Remove newline.
15704         (message-citation-line-format): Add final \n here so that the user can
15705         avoid a blank line.
15706
15707 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15708
15709         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15710         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15711         Update lanl/arXiv support.
15712
15713 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * gnus.el: Bump version number.
15716
15717 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15718
15719         * gnus.el (gnus-version-number): Bump version.
15720
15721 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15722
15723         * gnus.el: No Gnus v0.6 is released.
15724
15725 2007-04-27  Didier Verna  <didier@xemacs.org>
15726
15727         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15728         * gmm-utils.el (gmm-regexp-concat): ... here.
15729         * message.el: Don't require 'gnus-util.
15730         (message-dont-reply-to-names): Handle name change above.
15731         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15732
15733 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15736         since the initial value varies according to the system.
15737
15738 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15741
15742 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15743
15744         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15745
15746 2007-04-24  Didier Verna  <didier@xemacs.org>
15747
15748         Improve the type of gnus-ignored-from-addresses.
15749         * gnus-util.el (gnus-orify-regexp): New function.
15750         * message.el (gnus-util): Require it.
15751         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15752         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15753         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15754
15755 2007-04-24  Didier Verna  <didier@xemacs.org>
15756
15757         * gnus-sum.el:
15758         * gnus-utils.el: Fix some trailing whitespaces.
15759
15760 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15763         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15764         article's Message-ID; refer parent article in summary buffer.
15765
15766         * message.el (message-bounce): Call mime-to-mml.
15767
15768         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15769         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15770         optimize and/or forms properly.
15771
15772 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15773
15774         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15775         URL.
15776
15777 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15780
15781 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15784         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15785         displayed of multipart/alternative part if it is invoked from summary
15786         buffer.
15787
15788         * mm-view.el (mm-inline-text-html-render-with-w3m)
15789         (mm-inline-text-html-render-with-w3m-standalone)
15790         (mm-inline-render-with-function): Use mail-parse-charset by default.
15791
15792 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15793
15794         * parse-time.el (parse-time-string-chars): Check if CHAR
15795         is less than the length of parse-time-syntax.
15796
15797 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15800         from gnus-newsgroup-processable.
15801
15802 2007-04-16  Didier Verna  <didier@xemacs.org>
15803
15804         * gnus-msg.el (gnus-configure-posting-styles):
15805         Handle message-signature-directory properly with :file syntax.
15806         Reported by "Leo".
15807
15808 2007-04-11  Didier Verna  <didier@xemacs.org>
15809
15810         New user option: message-signature-directory.
15811         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15812         * message.el (message-insert-signature): Ditto.
15813         * message.el (message-signature-file): Doc update.
15814         * message.el (message-signature-directory): New.
15815
15816 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * gnus-msg.el (gnus-inews-yank-articles):
15819         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15820
15821 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * message.el (message-yank-original): Make sure cited text ends with
15824         newline; don't exchange point and mark.
15825
15826 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15827
15828         * tls.el (open-tls-stream): Properly handle case where there
15829         is no associated buffer.
15830
15831 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15832
15833         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15834         message-yank-original, make sure (< mark TEXT point).
15835
15836 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * message.el (message-fill-column): New variable.
15839         (message-mode): Use it.  Add comment on a possible new hook.
15840
15841         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15842         (nnmail-get-new-mail): Reformat.
15843
15844         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15845
15846         * gmm-utils.el: Fix Commentary.
15847         (gmm-tool-bar-from-list): Fix typo in doc string.
15848
15849 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15850
15851         * message.el (message-yank-original): Don't switch point and mark
15852         unnecessarily to put point and mark as documented.
15853
15854 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15855
15856         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15857         from the message heads.
15858
15859 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15860
15861         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15862         article buffer does not have a window.  This may not be the best
15863         solution but is certainly better than setting the start of the null,
15864         that is the current, window.
15865
15866 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15867
15868         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15869         (gnus-draft-setup): Run it.
15870
15871         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15872         gnus-score-fast-scoring.  Allow regexp.
15873         (gnus-score-headers): Use it.
15874
15875         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15876         XEmacs.
15877
15878         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15879         string.
15880         (gnus-button-alist): Also catch `<f1> k ...'.
15881         (gnus-treat-display-x-face): Fix doc string.
15882
15883 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15884
15885         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15886         evaluation of gnus-extended-version to ensure correct generation of the
15887         User-Agent header when message-generate-headers-first is used.
15888
15889 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15890
15891         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15892         hashcash-path is nil.  Don't call callback with incorrect number of
15893         parameters if val is 0.
15894
15895 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15896
15897         * message.el (message-required-news-headers):
15898         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15899
15900 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15901
15902         * tls.el (open-tls-stream): In handshake-waiting loop,
15903         don't wait more if there is output available to process.
15904
15905 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15906
15907         * tls.el (tls-program): Doc fix.
15908
15909 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * message.el (message-generate-new-buffers): Change the meaning of the
15912         nil value; add `standard' to the choices; treat t as `unique'; improve
15913         doc string.
15914         (gnus-select-frame-set-input-focus): Autoload.
15915         (message-buffer-name): Search for the existing message buffer if
15916         message-generate-new-buffers is nil or `standard'; treat the value t of
15917         message-generate-new-buffers as `unique'.
15918         (message-pop-to-buffer): Raise the frame already displaying the message
15919         buffer; clear the echo area after querying.
15920         (message-setup): Pass the `continue' argument to compose-mail.
15921         (message-mail): Prefer `switch-function' if it is given; search for the
15922         existing message buffer if the `continue' argument is non-nil; pass
15923         continue and switch-function arguments to compose-mail by way of
15924         message-setup.
15925         (message-mail-other-window): Adjust argument of message-setup.
15926         (message-mail-other-frame): Ditto.
15927
15928 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15931         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15932         to turn font-lock on when turning gnus-message-citation-mode on.
15933
15934 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15935
15936         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15937         (mml-smime-function-alist): New variable; add epg as the backend.
15938         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15939         mml-smime- functions instead.
15940         * mm-view.el: Require smime.
15941
15942 2007-03-05  Didier Verna  <didier@xemacs.org>
15943
15944         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15945         instead of just inheritance for posting styles.
15946         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15947
15948 2007-02-24  Chris Moore  <dooglus@gmail.com>
15949
15950         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15951         * pgg-pgp.el (pgg-pgp-encrypt-region):
15952         * pgg-gpg.el (pgg-gpg-encrypt-region):
15953         Check pgg-encrypt-for-me if no other recipients.
15954
15955 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15956
15957         * tls.el (tls-certtool-program): Fix custom type.
15958
15959 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15962         and point-at-eol instead of line-(beginning|end)-position.
15963
15964         * assistant.el (assistant-parse-buffer): Ditto.
15965
15966         * netrc.el (netrc-parse-services): Ditto.
15967
15968 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15969
15970         * mml2015.el (mml2015-epg-find-usable-key): New function.
15971         (mml2015-epg-sign): Use it.
15972         (mml2015-epg-encrypt): Use it.
15973
15974 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * message.el (message-make-in-reply-to): Quote name containing
15977         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15978         if there are special characters.  Reported by NAKAJI Hiroyuki
15979         <nakaji@jp.freebsd.org>.
15980
15981 2007-02-27  Didier Verna  <didier@xemacs.org>
15982
15983         Include the group parameters as well as the topic ones in the
15984         inheritance filter process.
15985         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15986         argument GROUP-PARAMS-LIST.
15987         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15988
15989 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * nntp.el (nntp-never-echoes-commands)
15992         (nntp-open-connection-functions-never-echo-commands): New variables.
15993         (nntp-send-command): Use them.
15994
15995 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15996
15997         * mml2015.el (mml2015-epg-verify): Simplify.
15998
15999 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * mml.el (mml-content-disposition-alist): New user option.
16002         (mml-content-disposition): New function.
16003         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16004         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16005
16006 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16007
16008         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16009         verification.
16010
16011 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16012
16013         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16014         articles posted in the last 24 hours.
16015
16016 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16017
16018         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16019
16020 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16021
16022         * nntp.el (nntp-send-command): Don't wait for echoes when
16023         nntp-open-ssl-stream is used.
16024
16025 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16028         (gnus-message-add-citation-keywords)
16029         (gnus-message-remove-citation-keywords): Remove.
16030         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16031         directly, make the variables in font-lock-defaults buffer-local, add
16032         gnus-message-citation-keywords to them and then update the value of
16033         font-lock-keywords.
16034
16035 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * message.el (message-cite-original-1): Don't call
16038         gnus-article-highlight-citation.
16039
16040         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16041         citations; fix line count.
16042
16043 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16046         (gnus-message-add-citation-keywords)
16047         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16048         versions of font-lock-add-keywords and font-lock-remove-keywords to
16049         work with XEmacs correctly.
16050
16051 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * gnus-cite.el (gnus-cite-face-list): Set the values of
16054         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16055         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16056         (gnus-message-cite-prefix-regexp): New variable.
16057         (gnus-message-search-citation-line): Use it; protect against long
16058         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16059         the 0th match data for Emacs.
16060         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16061         (gnus-message-add-citation-keywords): Append keywords rather than
16062         prepending; emulate font-lock-add-keywords if it is not available.
16063         (gnus-message-remove-citation-keywords):
16064         Emulate font-lock-remove-keywords if it is not available.
16065
16066         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16067
16068         * message.el (message-cite-prefix-regexp): Set the value of
16069         gnus-message-cite-prefix-regexp.
16070
16071 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16072
16073         * nnweb.el (nnweb-google-parse-1): Update parser.
16074
16075 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16076
16077         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16078
16079 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16080
16081         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16082         regexp.
16083
16084 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16087         string-to-multibyte.
16088         (uudecode-decode-region-internal): Use it.
16089
16090         * lpath.el: Fbind string-as-multibyte for XEmacs.
16091
16092 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16095         Fix custom choice.
16096
16097         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16098
16099 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16100
16101         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16102
16103         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16104         `write-region' to respect `mm-inhibit-file-name-handlers'.
16105
16106 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16109         Use gnus-home-directory instead of "~/" or "$HOME".
16110
16111 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16112
16113         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16114         to mention filename.
16115         Add comments at beginning regarding usage.
16116         (encrypt-write-file-contents): Change interactive so a string is
16117         acceptable.  If the file has no associated model, show an error instead
16118         of a nonsense prompt.
16119
16120 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16121
16122         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16123         Thanks to Yoshihiko Yamada for kind notification of this typo.
16124
16125 2007-01-12  Kenichi Handa  <handa@m17n.org>
16126
16127         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16128         multibyte buffer.
16129
16130 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * gnus-score.el (gnus-score-fast-scoring): New variable.
16133         (gnus-score-headers): Use it.
16134
16135         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16136
16137         * message.el (message-cite-original-1):
16138         Call gnus-article-highlight-citation if requested.
16139         (message-make-from): Allow name and address as optional arguments.
16140
16141         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16142
16143         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16144         bugs to doc string.
16145         (gnus-button-alist): Add mid\\|message-id.
16146         (gnus-button-fetch-group): Extend for use in
16147         `browse-url-browser-function'.
16148         (gnus-button-url-regexp): Try to catch paired parentheses like in
16149         Wikipedia URLs.
16150
16151         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16152         Suggested by Simon Krahnke <overlord@gmx.li>.
16153
16154 2007-01-13  Romain Francoise  <romain@orebokech.com>
16155
16156         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16157         Update copyright.
16158
16159 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16160
16161         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16162
16163 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16164
16165         * gnus-registry.el (gnus-registry-unfollowed-groups)
16166         (gnus-registry-split-fancy-with-parent): Fix documentation.
16167
16168 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16169
16170         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16171         from nnweb groups.
16172
16173 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16174
16175         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16176         Xref urls.  Erase buffer before requesting head.
16177
16178         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16179
16180 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16183         customizable.
16184
16185 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16186
16187         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16188         no signing key is found.
16189         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16190         no encrypting and/or signing key is found.
16191
16192 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16195
16196 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16197
16198         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16199         headers read from disk with the ones newly found in the current search.
16200         This should no longer cause problems, because the article numbers in
16201         Gmane's `nov.php' output are ignored since the previous change.
16202
16203 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16204
16205         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16206
16207 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16210         replace-regexp-in-string; bind url-version; fbind display-images-p and
16211         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16212         find-face and set-itimer-function for Emacs; bind itimer-list for
16213         Emacs.
16214
16215         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16216
16217 2007-01-01  Romain Francoise  <romain@orebokech.com>
16218
16219         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16220
16221 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16222
16223         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16224         `define-minor-mode' macro definition expanded properly.
16225         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16226         exclude it there.
16227
16228         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16229         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16230         `fboundp' test.
16231         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16232         This is OK to autoload in (S)XEmacs now.
16233
16234 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235
16236         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16237         keystroke.
16238         (gnus-summary-limit-to-singletons): Fix typo.
16239
16240         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16241         else fails.
16242
16243 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16244
16245         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16246         docstring.
16247
16248         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16249         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16250         (gnus-summary-insert-dormant-articles): Fix typo in message.
16251
16252 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16255         nil for XEmacs.
16256         (gnus-message-citation-mode): Don't autoload in XEmacs.
16257
16258         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16259
16260 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16261
16262         * nnimap.el (nnimap-expunge-search-string):
16263         Mention nnimap-search-uids-not-since-is-evil in docstring.
16264
16265 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * spam.el: Revert to make-obsolete-variable because
16268         define-obsolete-variable-alias is not supported in Emacs 21.
16269
16270         * spam.el (spam-ifile-path, spam-ifile-database-path)
16271         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16272         make-obsolete-variable.
16273         (spam-bsfilter-path, spam-bsfilter-program)
16274         (spam-spamassassin-path, spam-spamassassin-program)
16275         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16276         Don't use "path" inappropriately.
16277         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16278         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16279         variable names.
16280
16281 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16282
16283         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16284         summary buffer.
16285
16286         * password.el (password-cache-remove): Use clear-string to burn
16287         password, if available.
16288
16289 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16292
16293         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16294
16295         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16296         (gnus-message-highlight-citation): Move defcustom here from
16297         gnus-cite.el.
16298         (gnus-message-citation-mode): Autoload.
16299
16300         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16301         checks to make it compile with XEmacs.
16302         (gnus-message-citation-mode): New minor mode.
16303         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16304         (gnus-message-highlight-citation): New variables.
16305         (gnus-message-search-citation-line)
16306         (gnus-message-add-citation-keywords)
16307         (gnus-message-remove-citation-keywords)
16308         (turn-on-gnus-message-citation-mode)
16309         (turn-off-gnus-message-citation-mode): New functions.
16310
16311 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16312
16313         * gnus-cite.el: Enable highlighting of different citation levels in
16314         message-mode.
16315
16316 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * message.el (message-make-fqdn): Fix comment.
16319         (message-bogus-system-names): Add ".local".
16320
16321         * spam.el (spam-ifile-path, spam-ifile-program)
16322         (spam-ifile-database-path, spam-ifile-database)
16323         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16324         Don't use "path" inappropriately.
16325         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16326         strings.
16327         (spam-check-ifile, spam-ifile-register-with-ifile)
16328         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16329         Use new variable names.
16330
16331         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16332         (gnus-treat-display-smileys): Simplify using
16333         gnus-image-type-available-p.
16334
16335         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16336         available.
16337
16338         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16339         Use `display-images-p' if available.
16340
16341 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16344         one after turning on the buffer's multibyteness instead of decoding
16345         them directly in the unibyte buffer that causes unexpected conversion
16346         in Emacs 23 (unicode).
16347
16348 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16349
16350         * message.el (message-generate-hashcash): Fix custom type.
16351
16352 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16355
16356 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16357
16358         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16359         disconnect icons.  Add help text.
16360
16361 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16362
16363         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16364         negated to be consistent with the others we handle.
16365
16366 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16367
16368         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16369         version of gnus-summary-buffer to something, so that we can use two
16370         article buffers at the same time.
16371
16372 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16373
16374         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16375         trigger all the extra headers.
16376         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16377         sorting.
16378
16379 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16380
16381         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16382         solid groups.
16383
16384 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16385
16386         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16387
16388 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * legacy-gnus-agent.el: Add Copyright notice.
16391
16392 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16393
16394         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16395
16396 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16397
16398         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16399
16400         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16401         to make it work reliably in CVS Emacs.
16402         (gnus-summary-limit-strange-charsets-predicate)
16403         (gnus-summary-limit-to-predicate): New functions.
16404
16405 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16406
16407         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16408         specifying array size.
16409         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16410         array if it is too small.
16411         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16412         (gnus-sort-threads-loop): New function.
16413
16414 2006-12-06  Chris Moore  <dooglus@gmail.com>
16415
16416         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16417         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16418
16419 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16420
16421         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16422         options.
16423
16424 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16425
16426         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16427         DOS-ing the recipient.
16428
16429         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16430         the headers when creating the mapping to avoid mismappings.
16431         (nnweb-gmane-create-mapping): Always nix out old mapping.
16432
16433 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16436         and mm-verify-option to never.
16437
16438 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * message.el (message-signed-or-encrypted-p): New function.
16441         (message-forward-make-body): Use it.
16442
16443         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16444         Replace encode-coding-string with mm-encode-coding-string.
16445
16446 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * nneething.el (nneething-decode-file-name):
16449         Replace decode-coding-string with mm-decode-coding-string.
16450
16451         * gnus-int.el (gnus-open-server): Say failed server's name.
16452
16453 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16454
16455         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16456         strings to a single string.  Quote `errors-file-name'.
16457         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16458         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16459         Adjust calls.  Use `shell-quote-argument'.
16460
16461 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16462
16463         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16464         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16465
16466         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16467         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16468         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16469         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16470         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16471         (gnus-subscribe-newsgroup, gnus-1):
16472         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16473         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16474         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16475         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16476
16477 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16478
16479         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16480         keystroke.
16481         (gnus-summary-limit-to-bodies): Implement headersp.
16482
16483 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16484
16485         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16486
16487 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16490
16491 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16492
16493         * message.el (message-generate-hashcash): Expand range of values to
16494         include `opportunistic'.
16495         (message-send-mail): Use it.
16496
16497 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16498
16499         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16500         and comment it.
16501
16502         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16503
16504 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16505
16506         * gnus-util.el (gnus-extract-address-components): Improve comment.
16507
16508 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-util.el (gnus-extract-address-components): Work with address in
16511         which the name portion contains @.
16512
16513         * lpath.el: Fbind custom-autoload.
16514
16515 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * gnus.el (gnus-start): Move custom group up.
16518         (gnus-select-method): Don't autoload, but make it available for
16519         `customize-variable'.
16520         (gnus-getenv-nntpserver): Don't autoload.
16521
16522 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16523
16524         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16525
16526 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * message.el (message-sendmail-extra-arguments): New variable.
16529         (message-send-mail-with-sendmail): Use it.
16530
16531 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16534         mm-with-unibyte-current-buffer to make string unibyte.
16535
16536         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16537         mm-string-as-multibyte.
16538
16539 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16540
16541         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16542         Reported by Werner Koch <wk@gnupg.org>.
16543
16544 2006-11-14  Daiki Ueno  <ueno@p360>
16545
16546         * mml2015.el: Autoload epa-select-keys when compiling.
16547
16548 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16549
16550         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16551         message-options.
16552         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16553
16554 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16555
16556         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16557         EasyPG (< 0.0.6).
16558         (mml2015-always-trust): New user option.
16559         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16560         prompt.
16561
16562 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * nntp.el (nntp-authinfo-force): New variable.
16565         (nntp-send-authinfo): Use it.
16566
16567 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16568
16569         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16570         decode encoded words.  Improve prompt.  Add comment about forwarding.
16571         (message-replacement-char): Move up.
16572
16573 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16574
16575         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16576         instead of gnus-intersection because arguments of gnus-sorted-nunion
16577         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16578
16579 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16582         (message-simplify-subject-functions):
16583         Enable message-strip-subject-encoded-words by default.
16584
16585 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16586
16587         * message.el (message-strip-subject-encoded-words): New function.
16588         (message-simplify-subject-functions): New variable.
16589         (message-simplify-subject): Use it.  Fix typo in doc string.
16590         Support message-strip-subject-encoded-words.
16591
16592 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16593
16594         * gnus-diary.el (gnus-diary-delay-format-function):
16595         * nndiary.el (nndiary-reminders):
16596         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16597
16598 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gnus-art.el (article-hide-boring-headers): Fetch date from
16601         gnus-original-article-buffer to avoid problems with localized date
16602         strings.
16603
16604 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16607
16608 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16611         New variables.
16612         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16613         (mm-charset-synonym-alist): Move some entries to
16614         mm-codepage-iso-8859-list.
16615         (mm-charset-synonym-alist, mm-charset-override-alist):
16616         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16617
16618 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16621
16622 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16623
16624         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16625         with Emacs 21 and XEmacs.
16626
16627 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16628
16629         * spam.el (spam-parse-address): New function for better parsing,
16630         catching errors, etc.
16631         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16632
16633 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16634
16635         * mm-view.el: Add interactive arg to html2text autoload.
16636
16637 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16640
16641 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16642
16643         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16644         New variables.
16645         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16646         (mm-charset-synonym-alist): Move some entries to
16647         mm-codepage-iso-8859-list.
16648
16649         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16650
16651 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16652
16653         * message.el (message-citation-line-format)
16654         (message-insert-formated-citation-line): Fix implementation of %E, %N
16655         and %n according to the doc string.
16656
16657 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16658
16659         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16660         Use car-safe to avoid bad parses.
16661
16662 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16665         names.
16666
16667         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16668
16669 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16672         header.
16673
16674         * message.el (message-draft-headers): Add Date.
16675         (message-headers-to-generate): Fix typo in docstring.
16676
16677         * nndraft.el (nndraft-required-headers): New variable.
16678         (nndraft-generate-headers): Use it.
16679
16680         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16681
16682 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16683
16684         * gnus-registry.el (gnus-registry-wash-for-keywords)
16685         (gnus-registry-find-keywords): New functions to allow easy searching of
16686         articles that are in the registry.
16687
16688 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16689
16690         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16691         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16692         Reported by Damien Elmes <damien@repose.cx>.
16693
16694 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * gnus.el (gnus-mime): Remove unused custom group.
16697
16698 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16699
16700         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16701         "blank line" when searching for end of armor headers.
16702
16703 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * gmm-utils.el (gmm-write-region): Fix variable name.
16706
16707 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * gmm-utils.el (gmm-write-region): New function based on compatibility
16710         code from `mm-make-temp-file'.
16711
16712         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16713
16714         * nnmaildir.el (nnmaildir--update-nov)
16715         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16716         Use `gmm-write-region'.
16717
16718 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16719
16720         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16721         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16722
16723         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16724
16725         * message.el (message-replacement-char): New variable.
16726         (message-fix-before-sending): Use it.
16727         (message-simplify-subject): New function to remove duplicate code.
16728         (message-reply, message-followup): Use it.
16729
16730         * gnus-sum.el (gnus-summary-make-menu-bar):
16731         Clarify gnus-summary-limit-to-articles.
16732
16733 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * gnus-util.el (gnus-with-local-quit): New macro.
16736
16737         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16738
16739 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16740
16741         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16742         ignore non-string data.
16743
16744 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16745
16746         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16747         non-string data (needs to be done in the registry too).
16748
16749 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16750
16751         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16752         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16753         (gnus-registry-split-fancy-with-parent)
16754         (gnus-registry-fetch-simplified-message-subject-fast)
16755         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16756         Remove text properties on ingress into the registry and when it's saved.
16757         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16758         registry from entries with no groups.
16759
16760 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16761
16762         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16763         function to remove string properties.
16764
16765 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16766
16767         * gmm-utils.el (gmm): Adjust custom version.
16768
16769         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16770         Adjust custom version.
16771
16772         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16773
16774 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16775
16776         * gnus-art.el (gnus-insert-prev-page-button)
16777         (gnus-insert-next-page-button): Simplify.  Reformat.
16778
16779 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16780
16781         * gnus-art.el (gnus-insert-prev-page-button)
16782         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16783
16784 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16785
16786         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16787
16788 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16789
16790         * gnus-art.el (gnus-insert-mime-button)
16791         (gnus-insert-mime-security-button):
16792         Apply gnus-article-button-face to MIME and security buttons.
16793
16794 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16795
16796         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16797         readable.
16798
16799 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16802
16803 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16804
16805         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16806         `browse-url-of-file' instead of `browse-url'.
16807
16808 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16809
16810         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16811         regexp.  Articles containing quotation were cut prematurely.
16812
16813 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * message.el (message-cite-original-1): Use nobody by default for the
16816         value of From header.
16817         (message-reply): Ditto.
16818
16819 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16820
16821         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16822         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16823         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16824
16825 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16828         mails in the doc string.  Add some URLs in comment.
16829         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16830
16831 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16834         backslashes handling and the way to find boundaries of quoted strings.
16835
16836 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16837
16838         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16839         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16840         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16841         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16842
16843 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16844
16845         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16846         doc string.
16847         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16848
16849 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * lpath.el: Fbind epg-check-configuration.
16852
16853 2006-09-06  Simon Josefsson  <jas@extundo.com>
16854
16855         * mml2015.el (mml2015-use): Doc fix, mention epg.
16856
16857 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16858
16859         * mml2015.el (mml2015-use): Default to epg, if available.
16860
16861 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16862
16863         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16864         message-sender.
16865         (mml1991-epg-encrypt): Ditto.
16866         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16867         message-sender.
16868         (mml2015-epg-encrypt): Ditto.
16869
16870 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16871
16872         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16873         several common directories.
16874
16875 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16876
16877         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16878         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16879
16880 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * gnus-art.el (article-decode-encoded-words): Make it fast.
16883
16884 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16887
16888         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16889         in quoted string into `\'.
16890
16891 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16894         Use standard-syntax-table.
16895
16896 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-art.el (gnus-decode-address-function): New variable.
16899         (article-decode-encoded-words): Use it to decode headers which are
16900         assumed to contain addresses.
16901         (gnus-mime-delete-part): Remove useless `or'.
16902
16903         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16904         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16905         (gnus-nov-parse-line): Use it to decode From header.
16906         (gnus-get-newsgroup-headers): Ditto.
16907         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16908
16909         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16910         (mail-decode-encoded-address-string): New alias.
16911
16912         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16913         New function.
16914         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16915         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16916         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16917         (rfc2047-decode-string): Ditto.
16918         (rfc2047-decode-address-region): New function.
16919         (rfc2047-decode-address-string): New function.
16920
16921 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16922
16923         * message.el (message-caesar-buffer-body): Allow rotating headers.
16924
16925         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16926
16927         * message.el (message-insert-formated-citation-line): Fix %f.
16928         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16929
16930 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16933         (gnus-bookmark-mouse-available-p): New macro.
16934         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16935         (gnus-bookmark-bmenu-show-infos): Use it.
16936         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16937         (gnus-bookmark-bmenu-hide-infos): Ditto.
16938         (gnus-bookmark-remove-properties): New function.
16939         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16940         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16941         (gnus-bookmark-write-file): Bind coding-system-for-write.
16942         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16943         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16944         group before selecting it.
16945         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16946         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16947         quit-window if it is not available; use gnus-mouse-2 and bind it to
16948         gnus-bookmark-bmenu-select-by-mouse.
16949         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16950         (gnus-bookmark-bmenu-select-by-mouse): New function.
16951
16952 2006-08-13  Romain Francoise  <romain@orebokech.com>
16953
16954         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16955         space.
16956
16957 2006-08-10  Romain Francoise  <romain@orebokech.com>
16958
16959         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16960         (dns-mode-soa-auto-increment-serial): New user option.
16961         (dns-mode-soa-maybe-increment-serial): New function.
16962         (dns-mode): Add the latter to `write-contents-functions'.
16963
16964 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * compface.el (uncompface): Use binary rather than raw-text-unix.
16967
16968 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * compface.el (uncompface): Make sure the eol conversion doesn't take
16971         place when communicating with the external programs.
16972         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16973
16974 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16977
16978 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16979
16980         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16981         Make it more robust by parsing author and date independently.
16982
16983 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16986
16987 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16988
16989         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16990         first matching secret key.
16991         (mml2015-epg-encrypt): Ditto.
16992
16993         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16994         first matching secret key.
16995         (mml1991-epg-encrypt): Ditto.
16996
16997         * mml2015.el (mml2015-encrypt-to-self): New user option.
16998         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16999         mml2015-epg-encrypt-to-self is set.
17000
17001         * mml1991.el (mml1991-encrypt-to-self): New variable.
17002         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17003         mml1991-epg-encrypt-to-self is set.
17004
17005         * mml2015.el (mml2015-signers): New user option.
17006         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17007         (mml2015-epg-encrypt): Allow to select signing keys.
17008
17009         * mml1991.el (mml1991-signers): New variable.
17010         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17011         (mml1991-epg-encrypt): Allow to select signing keys.
17012
17013 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17014
17015         * nnheader.el (nnheader-insert-head): Make it work even if the file
17016         uses CRLF for the line-break code.
17017
17018 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17019
17020         * mml2015.el: Require mml-sec instead of password.
17021         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17022         (mml2015-cache-passphrase): Inherit the default value from
17023         mml-secure-cache-passphrase.
17024         (mml2015-passphrase-cache-expiry): Inherit the default value from
17025         mml-secure-passphrase-cache-expiry.
17026
17027         * mml1991.el: Require mml-sec instead of password.
17028         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17029         (mml1991-cache-passphrase): Inherit the default value from
17030         mml-secure-cache-passphrase.
17031         (mml1991-passphrase-cache-expiry): Inherit the default value from
17032         mml-secure-passphrase-cache-expiry.
17033
17034         * mml-sec.el: Require password.
17035         (mml-secure-verbose): New user option.
17036         (mml-secure-cache-passphrase): New user option.
17037         (mml-secure-passphrase-cache-expiry): New user option.
17038
17039 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17040             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17041
17042         * pgg-def.el (pgg-truncate-key-identifier):
17043         Truncate the key ID to 8 letters from the end.
17044
17045 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17046
17047         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17048         workaround for the url package included with Emacs.
17049
17050         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17051
17052 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17055         correctly.  This fixes a bug caused by the 2006-05-12 change.
17056
17057 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17058
17059         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17060         some information about the error when saying that the `bogus' mail
17061         group will be used.
17062
17063 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17064
17065         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17066         string.
17067
17068 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17069
17070         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17071
17072 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17073
17074         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17075
17076 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17077
17078         * mml1991.el (mml1991-function-alist): Add epg.
17079         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17080         (mml1991-epg-encrypt): New functions.
17081
17082 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17083
17084         * mml2015.el (mml2015-verbose): New variable.
17085         (mml2015-cache-passphrase): Ditto.
17086         (mml2015-passphrase-cache-expiry): Ditto.
17087         (mml2015-function-alist): Add epg.
17088         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17089         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17090         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17091         New functions.
17092
17093 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17094
17095         * message.el (message-cite-original-1): Preserve region when removing
17096         quoted text due to X-No-Archive in order to avoid bogus attribution
17097         when citing multiple messages.
17098
17099 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17100
17101         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17102         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17103
17104 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17105
17106         * gnus-diary.el (gnus-user-format-function-d)
17107         (gnus-user-format-function-D): Autoload.
17108
17109         * imap.el (Commentary): Fix typo.
17110
17111         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17112         2006-04-22 contribution.
17113
17114 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17115
17116         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17117         It didn't really fix the bogosity I'm seeing with solid web groups.
17118
17119 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17120
17121         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17122         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17123         created using server names.  If we use the feature without declaring
17124         it, Gnus does not properly manage server and group state.
17125
17126         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17127         bound.
17128
17129 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17130
17131         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17132         looking up the method using GROUP's prefix before inventing a new one.
17133         It is used on killed/unknown groups in various places where returning
17134         an all-new method isn't expected by the caller.
17135
17136         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17137         and match semantics of gnus-group-real-prefix.
17138
17139 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17140
17141         * nnmail.el (nnmail-broken-references-mailers): New variable.
17142         (nnmail-ignore-broken-references): New function generalizing
17143         nnmail-fix-eudora-headers.
17144         (nnmail-fix-eudora-headers): Now obsolete.
17145
17146         * gnus-art.el (gnus-button-handle-custom):
17147         Support `customize-apropos*'.
17148
17149 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17150
17151         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17152
17153         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17154         articles.
17155
17156 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17157
17158         * message.el (message-cite-reply-above): New variable.
17159         (message-yank-original): Use it.
17160
17161 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17164
17165 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17166
17167         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17168         as read.
17169
17170         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17171
17172 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17173
17174         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17175         (gnus-bookmark-default-file): Use gnus-directory.
17176         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17177         Remove "*" in doc string.
17178         (gnus-bookmark-write-file): Simplify.
17179         (gnus-bookmark-maybe-sort-alist): Use `when'.
17180         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17181         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17182         Add FIXME about Emacs 21 and XEmacs compatibility.
17183         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17184         compatibility.
17185         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17186         compatibility.
17187         (gnus-bookmark-menu-heading): Fix version.
17188
17189 2006-06-19  Bastien Guerry  <bzg@altern.org>
17190
17191         * gnus-bookmark.el: New file.
17192
17193 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * message.el (message-syntax-checks): Doc fix.
17196
17197 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17198
17199         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17200         unsubscribed groups as if they were killed ones.  It causes duplicate
17201         entries in gnus-newsrc-alist.
17202
17203 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * message.el (message-syntax-checks): Doc fix.
17206         (message-send-mail): Add check for continuation headers.
17207         (message-check-news-header-syntax): Fix regexp used to check for
17208         continuation headers.
17209
17210 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17213
17214 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17215
17216         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17217
17218 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17219
17220         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17221         default-truncate-lines.
17222
17223 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17226         to fill the utf-8 entry.
17227
17228         * lpath.el: Fbind unicode-precedence-list.
17229
17230 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17231
17232         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17233
17234 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17235
17236         * gnus-agent.el (directory-files-and-attributes): Move all the way
17237         forward (the third and final move).
17238         (gnus-agent-read-agentview): Trap reconstruction errors due to
17239         nonexistent directory.  Handle by returning nil.
17240
17241 2006-05-30  Didier Verna  <didier@xemacs.org>
17242
17243         * message.el (message-dont-reply-to-names): Update the custom type.
17244         * message.el (message-dont-reply-to-names): New defsubst: potentially
17245         convert a list of regexps into a single one.
17246         * message.el (message-get-reply-headers): Use it.
17247         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17248
17249 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-agent.el (directory-files-and-attributes): Move forward.
17252
17253 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17254
17255         * gnus-ml.el (gnus-mailing-list-subscribe)
17256         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17257         (gnus-mailing-list-message): Fix doc strings.
17258
17259 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17260
17261         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17262         of doing it manually.
17263
17264 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17265
17266         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17267         comment.
17268
17269 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17270
17271         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17272         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17273         (gnus-agent-read-local): All symbols allocated in my-obarray.
17274         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17275         (gnus-agent-regenerate-group): Check numeric names to see if they are
17276         messages or groups.
17277         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17278         better way of do this...)
17279
17280         * gnus-cache.el (gnus-agent-total-fetched-for):
17281         Ignore 'dummy.group' (there should be a better way of do this...)
17282
17283 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17286         (gnus-saved-headers): Ditto.
17287         (gnus-default-article-saver): Mention functions may have properties.
17288         (gnus-article-save): Override gnus-save-all-headers and
17289         gnus-saved-headers by :headers property which saver function may have.
17290         (gnus-summary-save-in-file): Add :headers property.
17291         (gnus-summary-write-to-file): Ditto.
17292
17293         * gnus-sum.el (gnus-summary-save-article): Bind
17294         gnus-prompt-before-saving to t when saving many articles in a file;
17295         always show all headers.
17296
17297         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17298
17299 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17300
17301         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17302         marks.
17303
17304         * message.el (message-indent-citation): Add optional arguments to allow
17305         using it outside of message buffers.
17306
17307         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17308         (gnus-article-treat-unfold-headers): Use it.
17309         (gnus-article-truncate-lines): New variable.
17310         (gnus-article-mode): Use it.
17311         (gnus-article-toggle-truncate-lines): New function.
17312
17313         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17314         Add gnus-article-toggle-truncate-lines.
17315
17316         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17317         coding system in XEmacs, use binary.
17318
17319 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17322         after-load-alist.
17323
17324         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17325         this function should save decoded articles.
17326         (gnus-summary-write-to-file): Use property to specify this function
17327         should save decoded articles and specify gnus-summary-save-in-file
17328         should be used to save articles other than the first one when saving
17329         many articles.
17330         (gnus-summary-save-body-in-file): Use property to specify this
17331         function should save decoded articles.
17332         (gnus-summary-write-body-to-file): Use property to specify this
17333         function should save decoded articles and specify
17334         gnus-summary-save-body-in-file should be used to save articles other
17335         than the first one when saving many articles.
17336
17337         * gnus-sum.el (gnus-summary-save-article): Simplify.
17338
17339 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * gnus-art.el (gnus-default-article-saver):
17342         Add gnus-summary-write-body-to-file.
17343         (gnus-article-save-coding-system): Don't use coding system object
17344         in XEmacs.
17345         (gnus-read-save-file-name): Add optional `dir-var' argument which
17346         specifies directory in which files are saved; work even if optional
17347         `variable' argument is not specified.
17348         (gnus-summary-write-to-file): Read file name.
17349         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17350         (gnus-summary-write-body-to-file): New function.
17351
17352         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17353         (gnus-summary-local-variables): Add it.
17354         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17355         (gnus-summary-save-article): Remove optional `decode' argument;
17356         determine whether to decode articles by the value of
17357         gnus-default-article-saver; when saving many files using
17358         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17359         it first and use gnus-summary-save-in-file or
17360         gnus-summary-save-body-in-file thereafter unless
17361         gnus-prompt-before-saving is always; move point to article which
17362         will be saved.
17363         (gnus-summary-save-article-file): Revert.
17364         (gnus-summary-write-article-file): Revert.
17365         (gnus-summary-save-article-body-file): Revert.
17366         (gnus-summary-write-article-body-file): New function.
17367
17368 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-art.el (gnus-default-article-saver): Doc fix.
17371         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17372         from gnus-summary-save-article-coding-system, and default to a
17373         certain coding system.
17374         (gnus-output-to-file): Add coding cookie and encode text according
17375         to gnus-article-save-coding-system; don't use mm-append-to-file.
17376
17377         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17378         gnus-art.el and rename to gnus-article-save-coding-system.
17379         (gnus-summary-save-article): Require gnus-art; don't show all
17380         headers if it decodes articles; don't add coding cookie here;
17381         don't bind mm-text-coding-system-for-write.
17382         (gnus-summary-save-article-file): Save decoded articles.
17383         (gnus-summary-write-article-file): When saving many files, use
17384         gnus-summary-write-to-file first and gnus-summary-save-in-file
17385         thereafter unless gnus-prompt-before-saving is always.
17386         (gnus-summary-save-article-body-file): Save decoded articles.
17387
17388         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17389
17390 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * nnrss.el (nnrss-check-group): Bind hash-index.
17393
17394 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17395
17396         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17397         its hash index.  Store this hash in `nnrss-group-data'.
17398         (nnrss-read-group-data): Update accordingly.
17399
17400 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17401
17402         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17403         entry.
17404
17405         * gnus-sum.el (gnus-summary-make-menu-bar):
17406         Add gnus-article-browse-html-article.
17407
17408 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17409
17410         * gnus-sum.el (gnus-summary-mime-map):
17411         Add gnus-article-browse-html-article.
17412
17413         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17414
17415 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17416
17417         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17418         suitable coding systems in customize.
17419
17420 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17421
17422         * mail-source.el (mail-sources): Fix custom type.
17423
17424 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17425
17426         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17427         (gnus-summary-expire-articles-now): Shorten prompt.
17428
17429         * gmm-utils.el (wid-edit): Require.
17430         (defun-gmm): Rename from `gmm-defun-compat'.
17431         (gmm-image-search-load-path): Use it.
17432         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17433
17434 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * gnus-sum.el (gnus-summary-save-article-coding-system):
17437         New variable.
17438         (gnus-summary-save-article): Add optional `decode' argument.
17439         If it is set and gnus-summary-save-article-coding-system is non-nil,
17440         save decoded article.
17441         (gnus-summary-write-article-file): Save decoded article if
17442         gnus-summary-save-article-coding-system is non-nil.
17443
17444         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17445         type.
17446
17447 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17450
17451 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17454         first to test gnus-single-article-buffer which may be buffer-local.
17455
17456         * gnus-sum.el (gnus-summary-setup-buffer):
17457         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17458         group; make gnus-article-buffer, gnus-article-current, and
17459         gnus-original-article-buffer always buffer-local.
17460         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17461         group.
17462         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17463
17464 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * nnml.el (nnml-request-compact-group): Compressed files might not
17467         have .gz extension.
17468
17469 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17470
17471         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17472         (mm-copy-to-buffer): Use with-current-buffer.
17473         (mm-display-part): Simplify.
17474         (mm-inlinable-p): Add optional arg `type'.
17475
17476 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17477
17478         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17479         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17480         Try harder to show the attachment internally or externally using
17481         gnus-mime-view-part-as-type.
17482
17483 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17484
17485         * message.el (message-from-style, message-signature-separator)
17486         (message-user-organization-file, message-send-mail-function)
17487         (message-citation-line-function, message-yank-prefix)
17488         (message-indent-citation-function, message-signature)
17489         (message-signature-file, message-signature-insert-empty-line):
17490         Remove autoloads.
17491
17492         * gnus-art.el (gnus-buttonized-mime-types):
17493         Remove "multipart/signed".  Revert 2006-04-26 change.
17494
17495 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17496
17497         * gnus.el (gnus-version-number): Bump version.
17498
17499 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17500
17501         * gnus.el: No Gnus v0.5 is released.
17502
17503 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17504
17505         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17506         fetching articles by message-id.
17507
17508 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17509
17510         * message.el (hashcash): Require hashcash as normal.
17511
17512         * ecomplete.el (ecomplete-highlight-match-line):
17513         Use point-at-eol.
17514         (ecomplete-highlight-match-line): Use `highlight', because that
17515         face exists in both Emacs and XEmacs.
17516
17517         * message.el (message-display-abbrev): Use point-at-bol.
17518
17519         * mail-source.el: Don't require timer/timer-funcs.
17520
17521         * gnus-async.el: Ditto.
17522
17523         * password.el: Ditto.
17524
17525         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17526
17527         * mm-url.el: Ditto.
17528
17529         * gnus-xmas.el: Don't require timer-funcs.
17530
17531         * mm-util.el: Require timer/timer-funcs.
17532
17533 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17534
17535         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17536         Close.
17537
17538 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17541         unibyte after clear-decrypt function runs.
17542
17543         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17544         returns as a unibyte string.
17545
17546 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * lpath.el: Revert.
17549
17550         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17551         (pgg-gpg-process-sentinel): Revert.
17552
17553         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17554         (pgg-pgp-lookup-key): Revert.
17555
17556         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17557         (pgg-pgp5-lookup-key): Revert.
17558
17559         * pgg.el (pgg-fetch-key): Revert.
17560
17561 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * lpath.el: Fbind string-as-multibyte for XEmacs.
17564
17565         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17566         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17567         (mml1991-pgg-encrypt): Ditto.
17568
17569         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17570         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17571         a multibyte buffer.
17572
17573         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17574         (pgg-pgp-lookup-key): Ditto.
17575
17576         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17577         (pgg-pgp5-lookup-key): Ditto.
17578
17579         * pgg.el (pgg-fetch-key): Ditto.
17580
17581 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17582
17583         * message.el (message-user-organization-file): Check several
17584         locations of the organization file.
17585
17586         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17587         Add gnus-article-view-part-as-type.
17588
17589         * gnus-art.el (gnus-article-view-part-as-type): New function.
17590
17591         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17592         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17593
17594         * mml.el: Simplify autoload.
17595         (mml-mode): defvar dnd-protocol-alist instead of using
17596         symbol-value.
17597         (mml-default-directory): New variable.
17598         (mml-minibuffer-read-file): Use it.
17599         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17600
17601         * message.el (message-citation-line-format): New variable.
17602         (message-insert-formated-citation-line): New function.
17603         (message-citation-line-function):
17604         Add `message-insert-formated-citation-line' to custom type.
17605
17606         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17607         to doc string.
17608
17609         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17610         depending on mm-verify-option.
17611
17612 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17615         binding pgg-* variables; reimplement the section which prevents
17616         MIME header from being signed.
17617         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17618         pgg-text-mode; remove a blank line at the top of body.
17619
17620         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17621         lines at the top of body; use gnus-newsgroup-charset if there's no
17622         Charset header.
17623
17624 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17625
17626         * message.el (message-self-insert-commands): Doc fix.
17627
17628         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17629         (mm-uu-pgp-encrypted-test): Ditto.
17630         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17631         between header and body; return application/pgp-encrypted handle
17632         if decryption failed; decode decrypted body by charset.
17633
17634         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17635         element match to application/pgp-*.
17636
17637 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17638
17639         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17640         HTML.
17641
17642 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17643
17644         * mail-source.el (mail-source-call-script): Message the error
17645         string.
17646
17647 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17648
17649         * gnus-util.el (gnus-byte-compile): Use it.
17650
17651 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17652
17653         * gnus-util.el (kill-empty-logs): New function.
17654
17655 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17656
17657         * message.el (message-mail-alias-type): Doc fix.
17658         (message-mail-alias-type-p): New function.
17659         (message-send): Use it.
17660         (message-mode): Ditto.
17661         (message-strip-forbidden-properties): Ditto.
17662
17663         * ecomplete.el (ecomplete-database-file-coding-system):
17664         New variable.
17665         (ecomplete-save): Use it.
17666         (ecomplete-setup): Use it.
17667
17668 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * message.el (message-self-insert-commands): New variable.
17671         (message-strip-forbidden-properties): Use it.
17672
17673 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17674
17675         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17676         that doesn't make XEmacs choke.
17677
17678 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17679
17680         * gnus-util.el (gnus-replace-in-string):
17681         Prefer replace-regexp-in-string over of replace-in-string.
17682
17683 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17684
17685         * gnus-util.el (gnus-select-frame-set-input-focus):
17686         Use select-frame-set-input-focus if it is available in XEmacs; use
17687         definition defined in Emacs 22 for old Emacsen.
17688
17689         * dgnushack.el: Autoload unmorse-region for XEmacs.
17690
17691         * lpath.el: Bind cursor-in-non-selected-windows and
17692         select-frame-set-input-focus for XEmacs.
17693
17694 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17695
17696         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17697
17698 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17699
17700         * gnus-registry.el (gnus-registry-cache-save): Remove text
17701         properties when saving via the temp buffer.
17702
17703 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * message.el (message-generate-hashcash): Honor custom type.
17706
17707 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17708
17709         * message.el (message-generate-hashcash): Default to non-nil when
17710         hashcash is found.
17711
17712         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17713         (gnus-refer-thread-limit): Increase default to 500.
17714
17715         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17716
17717         * flow-fill.el (fill-flowed): Allow delete-space.
17718
17719 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17720
17721         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17722         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17723         Remove autoloads.
17724
17725 2006-04-18  Simon Josefsson  <jas@extundo.com>
17726
17727         * message.el (message-generate-hashcash): Default to.
17728
17729 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17732         concatenating segments rather than before concatenating them.
17733
17734 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17737
17738 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17739
17740         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17741
17742         * message.el (message-forward-make-body-plain):
17743         Allow message-forward-ignored-headers to be a list.
17744         (message-remove-ignored-headers): Factor out into function.
17745         (message-forward-make-body-mml): Use it.
17746
17747         * imap.el (imap-quote-specials): New function.
17748         (imap-login-auth): Quote specials.
17749
17750         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17751         (rfc2231-parse-string): Allow concatanation of parameters that
17752         aren't contiguous.  The test case is
17753           (mail-header-parse-content-type "message/external-body;
17754             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17755             access-type=LOCAL-FILE;
17756             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17757
17758 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17759
17760         * nntp.el (nntp-accept-process-output): Return the value of
17761         `nnheader-accept-process-output'.
17762
17763 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17764
17765         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17766         (gnus-button-alist): Recognize more diff formats.
17767         (gnus-button-patch): Strip directory.
17768
17769 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17770
17771         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17772         Emacs 22 when setting focus.
17773
17774 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775
17776         * gnus-art.el (gnus-article-treat-types): Do treatment of
17777         text/x-verbatim parts.
17778         (gnus-button-patch): New command.
17779
17780         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17781         addresses that contain invalid characters.
17782
17783 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17784
17785         * message.el (message-put-addresses-in-ecomplete):
17786         Use gnus-replace-in-string.
17787         (message-is-yours-p): Use the more correct
17788         mail-header-parse-address instead of
17789         mail-extract-address-components.
17790         (message-put-addresses-in-ecomplete): Fix typo.
17791
17792         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17793         keystroke.
17794
17795         * gnus-art.el (gnus-treatment-function-alist): Change order of
17796         newsgroups/generic header folding to avoid double-folding.
17797
17798         * message.el (message-hidden-headers): Add X-Draft-From.
17799
17800         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17801         New command.
17802         (gnus-summary-repeat-search-article-backward): New command.
17803
17804         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17805         groups in the parent topic.
17806
17807 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17808
17809         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17810         (spam-extra-header-to-number): Return the CRM114 number as a
17811         number instead of a string.
17812
17813 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17814
17815         * gnus-art.el (gnus-face-properties-alist): Move here from
17816         gnus-fun.
17817
17818         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17819
17820 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17821
17822         * message.el (message-strip-forbidden-properties): Only display on
17823         self-insert-command.
17824
17825         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17826         reindent.
17827         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17828
17829 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17830
17831         * smiley.el (smiley-style): Fix typo.
17832
17833 2006-03-23  Kenichi Handa  <handa@m17n.org>
17834
17835         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17836         instead of set-buffer-multibyte.
17837
17838 2006-03-23  Kenichi Handa  <handa@m17n.org>
17839
17840         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17841         buffer and then decode the buffer text if necessary.
17842         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17843         first, and after mm-encode-body, change the buffer to unibyte.
17844
17845 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17846
17847         * hashcash.el (hashcash-insert-payment-async-2):
17848         Use message-goto-eoh instead of doing it manually.
17849         (mail-add-payment): Use message-narrow-to-header instead of trying
17850         to do the same itself.
17851
17852         * message.el (message-hidden-headers): Add Face.
17853
17854         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17855         reparenting code.
17856         (gnus-summary-reparent-children): Refactored out code.
17857         (gnus-summary-thread-map): New keystroke.
17858         (gnus-summary-reparent-children): Make into command.
17859
17860         * smiley.el (smiley-style): Default to `medium' if using a large
17861         font.
17862
17863         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17864         does it itself.
17865
17866         * message.el (message-point-in-header-p): Simplify definition.
17867
17868 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17869
17870         * nnagent.el (nnagent-request-set-mark): Silence log file
17871         writing.
17872         (nnagent-request-set-mark): Use write-region instead of
17873         append-to-file.
17874
17875         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17876         strange select method.
17877
17878         * ecomplete.el (ecomplete-display-matches): Get highlightling
17879         right.
17880         (ecomplete-display-matches): Use literals.
17881         (ecomplete-display-matches): Disable message logging.
17882
17883         * message.el (message-display-abbrev): Small optimization.
17884
17885         * ecomplete.el (ecomplete-display-matches): Allow automatic
17886         display.
17887
17888         * message.el (message-strip-forbidden-properties):
17889         Display abbrevs.
17890         (message-display-abbrev): Get automatic display right.
17891
17892         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17893         keystrokes.
17894
17895 2006-04-13  Romain Francoise  <romain@orebokech.com>
17896
17897         TODO: Backport to v5-10!
17898
17899         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17900         Move here (and rename) from gnus-registry.el.
17901
17902         * gnus-registry.el: Require gnus-util.
17903         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17904
17905 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17906
17907         * gnus-group.el (gnus-group-catchup-current):
17908         Change if-then-else-if-then-else into cond.
17909         (gnus-group-catchup): Indent.
17910         (group-name-at-point): New function.
17911         (gnus-fetch-group): Provide default from thing at point.
17912
17913 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17914
17915         * message.el (message-display-abbrev): Fix regexp.
17916
17917         * ecomplete.el (ecomplete-highlight-match-line):
17918         Reimplement choosing.
17919         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17920         dead variables.
17921
17922         * message.el (message-newline-and-indent): Remove debugging.
17923         (message-display-abbrev): Use new implementation.
17924
17925 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17926
17927         * gnus-art.el (gnus-article-mode):
17928         Set cursor-in-non-selected-windows to nil.
17929
17930         * smiley.el: Revert previous change.
17931         (smiley-data-directory): defvar it before using it in the
17932         defcustom of `smiley-style'.
17933
17934 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17935
17936         * message.el (message-newline-and-indent): New function.
17937
17938         * ecomplete.el: Implement more bits.
17939
17940         * message.el (message-put-addresses-in-ecomplete): Clean up the
17941         string.
17942
17943         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17944
17945         * gnus-sum.el (gnus-summary-save-parts):
17946         Bind gnus-summary-save-parts-counter and use it to make unique file
17947         names.
17948
17949         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17950
17951         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17952         parameter to say whether to actually parse the individual
17953         addresses.
17954
17955         * message.el (message-put-addresses-in-ecomplete): New function.
17956         (ecomplete): Require.
17957         (message-mail-alias-type): Add ecomplete as an option.
17958
17959 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17960
17961         * flow-fill.el (fill-flowed): Remove trailing space from blank
17962         quoted lines.
17963
17964 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17965
17966         * smiley.el (smiley-style): Move definition later to avoid a
17967         compilation warning.
17968
17969 2006-04-12  Kenichi Handa  <handa@m17n.org>
17970
17971         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17972         buffer and then decode the buffer text if necessary.
17973         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17974         first, and after mm-encode-body, change the buffer to unibyte.
17975         Use mm-disable-multibyte instead of set-buffer-multibyte.
17976
17977 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17980         Content-Type header instead of Content-Disposition header.
17981         (gnus-mime-inline-part): Ditto.
17982         (gnus-mime-view-part-as-charset): Ignore charset that the part
17983         specifies.
17984
17985         * mm-decode.el (mm-display-part): Work with external parts and
17986         usual parts similarly.
17987
17988         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17989         instead of gnus-display-mime.
17990
17991         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17992         instead of with-temp-buffer.
17993
17994         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17995         tag to summarized topics part in order to encode non-ASCII text.
17996
17997 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17998
17999         * smiley.el (smiley-style): New variable.
18000         (smiley-directory): New function.
18001         (smiley-data-directory): Derive from `smiley-style' using
18002         `smiley-directory'.
18003         (smiley-regexp-alist): Add new entries.
18004
18005         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18006         (gnus-article-browse-delete-temp): Add :version.
18007
18008 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18009
18010         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18011         the sieve region.
18012
18013 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18014
18015         * gnus.el (gnus-version-number): Bump version.
18016
18017 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * gnus.el: No Gnus v0.4 is released.
18020
18021 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18022
18023         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18024         layout.
18025
18026         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18027         unknown charset.
18028
18029         * message.el (message-header-synonyms): Add Original-To to the
18030         default.
18031
18032         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18033         optional parameter.
18034
18035 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18036
18037         * gnus-fun.el (gnus): Require it for gnus-directory.
18038
18039 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18042
18043 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18044
18045         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18046
18047 2006-04-05  Simon Josefsson  <jas@extundo.com>
18048
18049         * password.el (password-reset): New function.
18050
18051 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18052
18053         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18054         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18055
18056 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18057
18058         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18059         Some whitespace was matched into the url, which broke browsing hits
18060         > 100 when mm-url-use-external was nil.
18061
18062 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18063
18064         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18065         Check gnus-extra-headers for 'Newsgroups.
18066
18067         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18068         bound.
18069
18070 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18071
18072         * pgg-gpg.el: Clean up process buffers every time gpg processes
18073         complete.
18074
18075 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18076
18077         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18078         doc string.
18079
18080 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18081
18082         * pgg-gpg.el (pgg-gpg-process-filter)
18083         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18084
18085         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18086         lines, temporary fix.
18087
18088 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18089
18090         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18091
18092 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18093
18094         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18095         default-enable-multibyte-characters.  This reverts the change from
18096         revision 6.17 which is no longer necessary because the passphrase
18097         is sent separately now.  GnuPG messages are unreadable under
18098         multibyte locales with default-enable-multibyte-characters set to
18099         nil.
18100
18101 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18102
18103         * message.el (message-tool-bar-gnome): Move "spell".
18104
18105 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18106
18107         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18108         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18109         instead.
18110
18111 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18112
18113         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18114         Improve newsgroups handling for NNTP overviews which don't include
18115         Newsgroups.
18116
18117 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18118
18119         * message.el (message-resend): Bind message-generate-hashcash to nil.
18120
18121 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18122
18123         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18124         when searching for already-paid recipients.
18125
18126 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18127
18128         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18129         passphrases when it is not needed.
18130         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18131         passphrase stuff from gpg, should only be necessary when you use
18132         gpg with a smartcard.
18133
18134 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18135
18136         * mml.el (mml-insert-mime): Ignore cached contents of
18137         message/external-body part.
18138
18139         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18140         (mm-insert-part): Ditto.
18141
18142 2006-03-23  Simon Josefsson  <jas@extundo.com>
18143
18144         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18145         Reiner.
18146         (pgg-gpg-use-agent-p): Use it again.
18147
18148 2006-03-23  Simon Josefsson  <jas@extundo.com>
18149
18150         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18151         older emacsen.
18152         (pgg-gpg-use-agent-p): Don't use it.
18153
18154 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18157         if we can.
18158
18159 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18160
18161         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18162         (pgg-gpg-update-agent): New function.
18163         (pgg-gpg-use-agent-p): New function.
18164         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18165         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18166         (pgg-gpg-sign-region): Use it.
18167
18168 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18171         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18172
18173 2006-03-21  Simon Josefsson  <jas@extundo.com>
18174
18175         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18176         <wilde@sha-bang.de>.
18177         (pgg-gpg-use-agent): New variable.
18178         (pgg-gpg-process-region): Use it.
18179         (pgg-gpg-encrypt-region): Likewise.
18180         (pgg-gpg-encrypt-symmetric-region): Likewise.
18181         (pgg-gpg-decrypt-region): Likewise.
18182         (pgg-gpg-sign-region): Likewise.
18183         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18184
18185 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18186
18187         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18188
18189         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18190         Add comment on version.
18191
18192 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * smiley.el: Add missing test smiley.
18195
18196 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18197
18198         * mm-decode.el (mm-with-part): New macro.
18199         (mm-get-part): Use it; work with message/external-body as well.
18200         (mm-save-part): Treat name and filename equally.
18201
18202         * mm-extern.el (mm-extern-cache-contents): New function.
18203         (mm-inline-external-body): Use it; force the part to be displayed;
18204         move undisplayer added to the cached handle to the parent.
18205
18206         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18207         (gnus-mime-view-part-as-type): Work with message/external-body.
18208
18209         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18210
18211 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18212
18213         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18214         images in image-load-path.  [Sync with image.el, revision 1.60, in
18215         Emacs.]
18216
18217 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18218
18219         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18220         path rather than symbol.  Always return list of directories.
18221         Guarantee that image directory comes first.  [Sync with image.el,
18222         revision 1.59, in Emacs.]
18223
18224         * message.el (message-make-tool-bar): Adjust to new API of
18225         `gmm-image-load-path-for-library'.
18226
18227         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18228
18229         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18230
18231 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18232
18233         * gnus-art.el (gnus-article-only-boring-p):
18234         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18235         intangible text.
18236         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18237
18238 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18239
18240         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18241         Use `defun' instead of `gmm-defun-compat'.
18242
18243 2006-03-14  Simon Josefsson  <jas@extundo.com>
18244
18245         * message.el (message-unique-id): Don't use message-number-base36
18246         if (user-uid) is a float.
18247         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18248
18249 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18252
18253         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18254         empty line between a part and a message part.
18255
18256 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18257
18258         * smiley.el: Add more test smileys.
18259         (smiley-data-directory, smiley-regexp-alist)
18260         (gnus-smiley-file-types): Fix doc strings.
18261         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18262         adding new elements.
18263         (smiley-mouse-map): Unused code.  Make it a comment.
18264
18265 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18268         scan latest NoCeM messages instead of old ones.
18269         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18270         delimiters that are recently used.
18271         (gnus-nocem-load-cache): Add autoload cookie.
18272
18273         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18274
18275         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18276         level which is larger than gnus-use-nocem is specified.
18277
18278         * gnus-group.el (gnus-group-get-new-news): Ditto.
18279
18280 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * gnus-util.el (gnus-tool-bar-update): New function.
18283
18284         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18285         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18286
18287         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18288
18289         * gnus-group.el (gnus-group-redraw-when-idle)
18290         (gnus-group-redraw-check): Remove.
18291         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18292
18293 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18296         if optional last element is specified in splits (FIELD VALUE...).
18297
18298 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18299
18300         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18301         to gmm-image-load-path-for-library.  Call with no-error argument.
18302         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18303
18304         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18305
18306         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18307
18308         * gmm-utils.el (gmm-image-load-path): Remove alias.
18309
18310 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18311
18312         * gmm-utils.el (gmm-image-load-path): Add alias.
18313
18314         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18315         nnml-generate-nov-databases-1.
18316         (nnml-generate-nov-databases): Use it.
18317         (nnml-generate-nov-databases-directory): Document no-active
18318         argument.
18319
18320         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18321         directory if path is t.  Add no-error.
18322
18323         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18324         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18325
18326         * gnus-art.el (gnus-article-browse-delete-temp-files):
18327         Simplify resetting gnus-article-browse-html-temp-list.
18328
18329         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18330         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18331         Add example to docstring.  Rename local variables.  Move error
18332         checks to default case in cond and simplify.
18333
18334 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18337         handle is multipart when calling it recursively.
18338         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18339
18340 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18341
18342         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18343         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18344
18345 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18348         is loaded.
18349
18350         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18351         loaded.
18352
18353 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18356         to "Emacs 23 (unicode)" in doc string.
18357
18358         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18359         "Emacs 23 (unicode)" in comment.
18360
18361 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18364
18365         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18366         characters 160 through 255 in Emacs 23.
18367
18368 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18369
18370         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18371         gnus-article-browse-html-temp.
18372         (gnus-article-browse-delete-temp): Make it customizable.
18373         Add `file'.  Adjust doc string.
18374         (gnus-article-browse-delete-temp-files): Add argument.
18375         Allow query for each file.  Adjust doc string.
18376         (gnus-article-browse-html-parts):
18377         Add `gnus-article-browse-delete-temp-files' to
18378         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18379
18380 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18381
18382         * gnus-art.el (gnus-article-browse-html-temp)
18383         (gnus-article-browse-delete-temp): New variables.
18384         (gnus-article-browse-delete-temp-files): New function.
18385         (gnus-article-browse-html-parts): Use it.
18386
18387 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18388
18389         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18390
18391         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18392         string.
18393
18394         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18395         gnus-summary-insert-new-articles when unplugged.
18396         Remove gnus-summary-search-article-forward.
18397
18398         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18399         display-visual-class instead of display-color-cells.
18400
18401 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * dgnushack.el: Autoload customize-group for XEmacs.
18404
18405         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18406         message/* containing non-ASCII text properly.
18407
18408 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18409
18410         * message.el: Require gmm-utils, remove autoloads.
18411         (message-tool-bar): Set default based on
18412         gmm-tool-bar-style.
18413         (message-tool-bar-gnome): Add gmm-customize-mode.
18414
18415         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18416         gmm-tool-bar-style.
18417         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18418
18419         * gnus-group.el (gnus-group-tool-bar): Set default based on
18420         gmm-tool-bar-style.
18421         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18422
18423         * gmm-utils.el (gmm-image-directory): Rename variable from
18424         gmm-image-load-path.
18425         (gmm-image-load-path): Use gmm-image-directory.
18426         (gmm-customize-mode): New function.
18427         (gmm-tool-bar-style): New variable.
18428
18429         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18430         gnus-group-redraw-line-number.
18431         (gnus-group-redraw-check): Simplify.
18432         (gnus-group-tool-bar-update): Remove redraw check.
18433         (gnus-group-make-tool-bar): Add redraw check.
18434
18435 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18436
18437         * gnus-art.el (gnus-button): Add missing parentheses.
18438
18439 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * lpath.el: Fbind line-number-at-pos.
18442
18443 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18446
18447 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18448
18449         * gnus-art.el (gnus-button): New face.
18450         (gnus-article-button-face): Use it.
18451
18452         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18453         Add gnus-summary-next-page.  Re-order.
18454
18455         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18456         next-node are now included.
18457         (gnus-group-redraw-line-number): New internal variable.
18458         (gnus-group-redraw-check): Helper function for updating the tool
18459         bar.
18460         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18461
18462         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18463
18464         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18465         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18466         Use it to match format of Spamassassin 3.0 and later.
18467         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18468         (spam-check-bogofilter)
18469         (spam-bogofilter-register-with-bogofilter): Fix args of
18470         `gnus-error' calls.
18471
18472 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18473
18474         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18475         unnecessary interaction when sending queued mails.
18476         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18477
18478 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18479
18480         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18481         first or last are nil.
18482
18483 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18484
18485         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18486
18487 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18488
18489         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18490
18491 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18492
18493         * dns.el (query-dns): Protect more against buggy tcp output.
18494
18495 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18496
18497         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18498         nov.php.
18499
18500 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18501
18502         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18503         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18504         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18505         output on the server side.
18506         (nnweb-google-create-mapping): Update regexps and add some
18507         progress indication.
18508
18509 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18510
18511         * gnus-group.el (gnus-group-tool-bar-gnome):
18512         Fix gnus-agent-toggle-plugged.  Re-order icons.
18513         (gnus-group-tool-bar-gnome):
18514         Add gnus-group-{prev,next}-unread-group.
18515         (gnus-group-tool-bar-gnome): Re-order icons.
18516
18517         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18518         Move gnus-summary-insert-new-articles.
18519
18520         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18521         Fix comments.
18522
18523         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18524         also available in Emacs 21.3.
18525
18526         * message.el (message-fix-before-sending): Change "Emacs 22" to
18527         "Emacs 23 (unicode)" in comment.
18528
18529         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18530         "Emacs 23 (unicode)" in comment.
18531
18532         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18533         comment.
18534         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18535
18536         * mm-view.el (mm-fill-flowed): Add :version.
18537
18538 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18541         and load-path.
18542
18543 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18544
18545         * message.el: Autoload gmm-image-load-path.
18546         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18547         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18548         consitency.
18549
18550         * gmm-utils.el (gmm-image-load-path): Also search in
18551         "../etc/images".  Don't set gmm-image-load-path if we don't find
18552         the image.
18553
18554 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * gmm-utils.el (gmm-image-load-path): Don't make
18557         `gmm-image-load-path' include subdirectories which the second arg
18558         `image' might specify.
18559
18560         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18561         subdirectory to icon file names.
18562
18563         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18564
18565 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18566
18567         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18568         gmm-image-load-path calls.
18569
18570         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18571
18572         * message.el (message-make-tool-bar): Ditto.
18573
18574         * mml.el (mml-preview): Add comment concerning tool bar icons.
18575
18576         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18577         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18578
18579         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18580         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18581
18582         * message.el (message-tool-bar-gnome): Use new icon names.
18583         (message-make-tool-bar): Use `gmm-image-load-path'.
18584
18585         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18586         New functions from MH-E.
18587         (gmm-image-load-path): New variable from MH-E.
18588         (gmm-image-load-path): New function from MH-E.  Add arguments
18589         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18590         *-image-load-path-called-flag.
18591
18592 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18593
18594         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18595
18596 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18597
18598         * nnimap.el (nnimap-request-move-article): Change folder back to
18599         source group before deleting.
18600
18601 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18602
18603         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18604
18605         * gnus-art.el (mm-url-insert-file-contents-external):
18606         Autoload mm-url.
18607
18608         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18609
18610 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18611
18612         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18613         coding system which mm-charset-to-coding-system returns for a
18614         given charset is valid.
18615
18616 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18617
18618         * html2text.el (html2text-remove-tag-list):
18619         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18620
18621 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18622
18623         * gnus-cus.el: Revert 2005-10-17 change.
18624
18625 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * gnus-art.el (article-strip-banner):
18628         Call article-really-strip-banner only when the regexp match is made.
18629
18630 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * gnus-art.el (article-strip-banner):
18633         Use gnus-extract-address-components instead of
18634         mail-header-parse-addresses to make it work with non-ASCII text;
18635         remove mail-encode-encoded-word-string.
18636
18637         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18638         values which are surrounded with \"...\"; make it never cause a
18639         Lisp error; give up parsing of parameters if it failed in
18640         extracting type.
18641
18642 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18643
18644         * smime.el (smime-cert-by-ldap-1): Fix bug where
18645         `smime-ldap-search' returns results without userCertificates.
18646
18647 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18648
18649         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18650
18651 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18652
18653         * spam.el (spam-check-spamassassin-headers): Adapt format for
18654         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18655         <ari@mbf.ocn.ne.jp>.
18656         (spam-list-of-processors): Add spam-use-gmane.
18657
18658 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18661         make-temp-file; make it work with XEmacs as well.
18662
18663         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18664         mm-make-temp-file.
18665
18666         * mm-decode.el (mm-display-external): Use the 3rd arg of
18667         mm-make-temp-file.
18668         (mm-create-image-xemacs): Ditto.
18669
18670 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18673         with message-narrow-to-headers.
18674         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18675         (gnus-draft-check-draft-articles): New function.
18676         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18677
18678 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18679
18680         * gnus-art.el (gnus-article-browse-html-parts):
18681         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18682         Don't use suffix argument for mm-make-temp-file for Emacs 21
18683         compatibility.  Remove useless `format'.
18684
18685 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18686
18687         * nnweb.el (nnweb-google-wash-article): Update regexps.
18688         (nnweb-group-alist): Use defvoo instead of defvar.
18689
18690 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18693         re-loading nn* modules.
18694
18695 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18696
18697         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18698         for `tool-bar-mode' and don't check it's default-value.
18699
18700         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18701
18702         * message.el (message-make-tool-bar): Ditto.
18703
18704         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18705         `substring'.  Shorten tmp-file name.
18706
18707         * gnus.el: Remove bogus comment.
18708
18709 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18710
18711         * gnus-art.el (gnus-article-browse-html-parts): New function.
18712         (gnus-article-browse-html-article): New function for viewing html
18713         articles with a browser.
18714
18715 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18716
18717         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18718         in elisp.
18719         (pgg-gpg-encrypt-symmetric-region): Ditto.
18720         (pgg-gpg-sign-region): Ditto.
18721
18722         * pgg-def.el (pgg-text-mode): New variable.
18723
18724         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18725         (mml2015-pgg-encrypt): Ditto.
18726
18727         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18728         (mml1991-pgg-encrypt): Ditto.
18729
18730 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * nnfolder.el (nnfolder-insert-newsgroup-line):
18733         Use message-make-date instead of current-time-string.
18734
18735         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18736         to gnus-decoded which mm-uu might set.
18737
18738 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18741         don't decode quoted parameters; remove misimported Emacs code.
18742         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18743         (rfc2231-decode-encoded-string): Don't use split-string which
18744         behaves differently according to Emacs version; use
18745         mm-decode-coding-region to convert charset to coding-system.
18746         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18747         (rfc2231-encode-string): Remove misimported Emacs code.
18748
18749 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18752         when calling mail-header-parse-content-type.
18753         (article-de-quoted-unreadable): Ditto.
18754         (article-de-base64-unreadable): Ditto.
18755         (article-wash-html): Ditto.
18756
18757         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18758         calling mail-header-parse-content-type and
18759         mail-header-parse-content-disposition.
18760         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18761         mail-header-parse-content-type.
18762
18763         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18764         insert charset and format parameters; encode description after
18765         inserting it to buffer.
18766         (mml-insert-parameter): Fold lines properly even if a parameter is
18767         segmented into two or more lines; change the max column to 76.
18768
18769         * rfc1843.el (rfc1843-decode-article-body): Don't use
18770         ignore-errors when calling mail-header-parse-content-type.
18771
18772         * rfc2231.el (rfc2231-parse-string): Return at least type if
18773         possible; don't cause an error even if it fails in parsing of
18774         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18775         (rfc2231-encode-string): Don't break lines at the beginning, leave
18776         it to mml-insert-parameter.
18777
18778         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18779         calling mail-header-parse-content-type.
18780
18781 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18782
18783         * spam-report.el (spam-report-gmane-use-article-number):
18784         Improve doc string.
18785         (spam-report-gmane-internal): Check if a suitable header was found
18786         in the article.
18787
18788 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18791         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18792
18793 2006-02-05  Romain Francoise  <romain@orebokech.com>
18794
18795         Update copyright notices of all files in the gnus directory.
18796
18797 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18798
18799         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18800
18801 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18802
18803         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18804         segmented lines of parameter value to cope with Thunderbird 1.5
18805         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18806         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18807         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18808
18809 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18810
18811         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18812         parts.
18813
18814 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18815
18816         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18817         there's only one active file for all servers.
18818         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18819         solid groups.  Gnus might have used a FAST request to select the group.
18820         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18821         and nnweb-search redundantly in the active file.
18822         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18823         (nnweb-request-create-group): Don't use ARGS.
18824         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18825         initializations.  Let nnoo do the work.
18826
18827 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18828
18829         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18830         Say the part has been decoded.
18831
18832         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18833
18834 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18835
18836         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18837         mailcap-viewer-test-cache when there's no 'test clause, since that
18838         will invert the meaning of a "nil" test previously determined by
18839         mailcap-mailcap-entry-passes-test.
18840
18841 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18844         compiling.
18845
18846         * gnus-sum.el: Ditto.
18847
18848         * message.el: Don't bind tool-bar-map when compiling.
18849
18850 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18851
18852         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18853
18854 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18855
18856         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18857         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18858         current Google Groups.
18859
18860 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18861
18862         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18863         and tool-bar-mode.
18864
18865         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18866         and tool-bar-mode.
18867
18868         * message.el (message-tool-bar-update): Simplify.
18869         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18870
18871         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18872         gnus-summary-buffer.
18873         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18874         gnus-summary-reply.
18875
18876         * gmm-utils.el (gmm): Add :version.
18877
18878 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * Makefile.in (clean): New rule.
18881         (distclean): Use it.
18882
18883 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18884
18885         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18886         Don't autoload.
18887
18888 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * gmm-utils.el (gmm-verbose): Add :group.
18891
18892 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18893
18894         * message.el: Change some comments WRT tool-bars.
18895
18896         * gnus-sum.el (gnus-summary-tool-bar)
18897         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18898         (gnus-summary-tool-bar-zap-list): New variables.
18899         (gnus-summary-make-tool-bar): Complete rewrite using
18900         `gmm-tool-bar-from-list'.
18901
18902         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18903         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18904         New variables.
18905         (gnus-group-make-tool-bar): Complete rewrite using
18906         `gmm-tool-bar-from-list'.
18907         (gnus-group-tool-bar-update): New function.
18908
18909         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18910
18911 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18912
18913         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18914         is dissected into a single part of which the type is the same as
18915         the given one; decode charset.
18916
18917 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18918
18919         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18920         into alists as symbol not string, since that's what
18921         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18922         look for.
18923
18924 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18925
18926         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18927         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18928
18929         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18930
18931 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18934         (gnus-xmas-mime-security-button-menu): New function.
18935
18936         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18937         (gnus-mime-security-button-menu): New definition.
18938         (gnus-mime-security-button-map): Use them.
18939         (gnus-mime-security-button-menu): New function.
18940         (gnus-insert-mime-security-button): Addition to help echo.
18941         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18942         (gnus-mime-security-pipe-part): New functions.
18943
18944         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18945         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18946
18947         * mm-decode.el (mm-handle-set-disposition): Remove.
18948         (mm-handle-set-description): Remove.
18949
18950 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18953         (mm-w3m-standalone-supports-m17n-p): New function.
18954         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18955         w3m usage.
18956
18957         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18958         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18959
18960 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18961
18962         * message.el (message-tool-bar-zap-list):
18963         Use gmm-tool-bar-zap-list as custom type.
18964         (message-tool-bar-update): New function.
18965         (message-tool-bar, message-tool-bar-gnome)
18966         (message-tool-bar-retro): Add message-tool-bar-update.
18967         (message-tool-bar-gnome): Add flyspell-buffer.
18968
18969         * gnus-util.el (gnus-error): Describe `args'.
18970
18971         * gmm-utils.el (gmm-error): Describe `args'.
18972         (gmm-tool-bar-zap-list): New widget.
18973         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18974
18975 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18978         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18979         the number of recursive calls.
18980
18981         * mm-decode.el (mm-handle-set-disposition): New macro.
18982         (mm-handle-set-description): New macro.
18983
18984 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18987         encoding.
18988
18989 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18990
18991         * message.el (message-tool-bar-zap-list, message-tool-bar)
18992         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18993         (message-tool-bar-local-item-from-menu): Remove.
18994         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18995         (message-make-tool-bar): New function.
18996         (message-mode): Use `message-make-tool-bar'.
18997
18998         * gmm-utils.el: New file.
18999         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19000         (gmm-lazy): New widget copied from `nnmail.el'.
19001         (gmm-tool-bar-from-list): New function for creating customizable
19002         tool bars.
19003         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19004         output.
19005         (gmm): Add :prefix to defgroup.
19006
19007 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19008
19009         * gmm-utils.el (gmm-widget-p): New function.
19010
19011 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19012
19013         * mml.el (mml-attach-file): Describe `description' in doc string.
19014         (mml-menu): Add Emacs MIME manual and PGG manual.
19015
19016 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19017
19018         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19019
19020 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19021
19022         * nntp.el (nntp-end-of-line): Doc fix.
19023
19024 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19025
19026         * imap.el (imap-open): Handle case where buffer is a buffer
19027         object.
19028
19029 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19030
19031         * gnus-delay.el (gnus-delay): Don't autoload.
19032         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19033         to be re-loaded when customizing the `gnus-delay' group.
19034
19035 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19036
19037         * message.el (message-insert-citation-line): Use newlines.
19038
19039 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19040
19041         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19042         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19043         these routines, so the passphrase can be managed externally and
19044         passed in to the system.
19045         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19046         pgg-add-passphrase-to-cache function.
19047
19048         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19049         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19050         these routines, so the passphrase can be managed externally and
19051         passed in to the system.
19052         (pgg-pgp5-sign-region): Use new name of
19053         pgg-add-passphrase-to-cache function.
19054
19055 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19056
19057         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19058         part of the decoded armor to find the key-identifier.
19059         (pgg-gpg-lookup-key-owner): New function to return the
19060         human-readable identifier of a key owner.
19061         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19062         itself.
19063         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19064         the key value) if we have a key and can match it against a secret
19065         key.  Also, added a note pointing out fact that the prompt only
19066         indicates the first matching key.
19067
19068         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19069         pgg-decrypt-region.
19070         (pgg-add-passphrase-to-cache): Rename from
19071         `pgg-add-passphrase-cache' to reduce confusion (all callers
19072         changed).
19073         (pgg-remove-passphrase-from-cache): Rename from
19074         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19075         changed).
19076         (pgg-read-passphrase, pgg-add-passphrase-cache)
19077         (pgg-remove-passphrase-cache): Add informative docstrings.
19078         (pgg-decrypt): Convey provided passphrase in subordinate call to
19079         pgg-decrypt-region.
19080
19081 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19082
19083         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19084         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19085         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19086         'passphrase' argument, so the passphrase can be managed externally
19087         and then passed in to the system.
19088
19089         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19090         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19091         so the passphrase cache can be used reliably with identifiers
19092         besides a pgp packet's key id.
19093
19094         * pgg-gpg.el (pgg-gpg-encrypt-region)
19095         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19096         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19097         these routines, so the passphrase can be managed externally and
19098         passed in to the system.
19099
19100         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19101         'notruncate' argument, so the passphrase cache can be used
19102         reliably with identifiers besides a pgp packet's key id.
19103
19104 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19105
19106         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19107         symmetric encryption.
19108         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19109         encrypted session key.
19110         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19111         message ask for the passphrase in a proper way.
19112
19113         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19114         New user commands for symmetric encryption.
19115
19116 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19119
19120         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19121
19122 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19123
19124         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19125
19126 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * mm-decode.el (mm-inlined-types): Add application/pgp.
19129         (mm-automatic-display): Ditto.
19130
19131         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19132         part as text.
19133
19134 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * nnrss.el: Update copyright.
19137         (nnrss-opml-import): Query whether to subscribe to each entry.
19138
19139         * gnus-art.el:
19140         * gnus-sum.el:
19141         * gnus-xmas.el:
19142         * messagexmas.el:
19143         * mm-uu.el:
19144         * mm-view.el: Update copyright.
19145
19146 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19147
19148         * message.el (message-info): New function.
19149         (message-mode-menu): Add it.
19150         Update copyright.
19151
19152         * ChangeLog: Fix and update copyright.
19153
19154 2006-01-13  Romain Francoise  <romain@orebokech.com>
19155
19156         * message.el (message-forward-subject-name-subject): Prefer the
19157         address to 'nowhere' if the sender has no name.
19158         Fix typo.  Update copyright year.
19159
19160 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19161
19162         * gnus-art.el (article-wash-html):
19163         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19164         (gnus-article-wash-html-with-w3m-standalone): New function.
19165
19166         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19167         mm-inline-text-html-render-with-w3m-standalone.
19168         (mm-text-html-washer-alist): Map w3m-standalone to
19169         gnus-article-wash-html-with-w3m-standalone.
19170         (mm-inline-text-html-render-with-w3m-standalone): New function.
19171
19172 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19173
19174         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19175         Improve LaTeX.
19176
19177 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19180         (nnrss-request-article): Render text/plain parts as HTML.
19181
19182         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19183         the buffer.
19184
19185 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19186
19187         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19188         custom definition of `gnus-posting-styles'.
19189
19190         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19191         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19192
19193 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19194
19195         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19196         Use nntp for bug archive.
19197
19198 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19201         parts.
19202         (nnrss-normalize-date): New function converts ISO 8601 date into
19203         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19204         (nnrss-check-group): Use it.
19205
19206 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19207
19208         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19209
19210         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19211         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19212         (nnrss-insert-w3): Ditto.
19213
19214 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19217         the articles to be forwarded including the case where neither a
19218         number of articles nor a region is specified.
19219
19220 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * nnrss.el (nnrss-request-article): Fix last change; fill
19223         text/plain parts.
19224
19225 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19226
19227         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19228         in text/plain part.
19229         (nnrss-check-group): Don't add excessive newline to dc:subject.
19230
19231 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19232
19233         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19234         article.
19235
19236 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19237
19238         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19239         (nnml-use-compressed-files, nnml-save-mail): Support other
19240         comression programs such as bzip2.
19241
19242 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19243
19244         * dns.el (query-dns): Make sure we check the buffer size before
19245         removing tcp headers.
19246
19247 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19248
19249         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19250         remove MIME buttons associated with multipart/alternative parts.
19251         (gnus-mime-display-alternative): Tag buttons using `article-type'
19252         text property.
19253
19254         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19255         associated with multipart/alternative parts.
19256
19257         * gnus-art.el (gnus-signature-separator): Fix custom type.
19258
19259         * mm-decode.el (mm-inlined-types): Fix custom type.
19260         (mm-keep-viewer-alive-types): Ditto.
19261         (mm-automatic-display): Ditto.
19262         (mm-attachment-override-types): Ditto.
19263         (mm-inline-override-types): Ditto.
19264         (mm-automatic-external-display): Ditto.
19265
19266 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19267
19268         * spam-report.el (spam-report-user-mail-address)
19269         (spam-report-user-agent): New variables.
19270         (spam-report-url-ping-plain): Use spam-report-user-agent.
19271
19272 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19273
19274         * gnus-art.el (gnus-button-handle-custom): Do not just use
19275         `customize-apropos' for any "M-x customize-*" button but the
19276         function called for.  Accept both the function name and its
19277         argument in order to achieve this.
19278         (gnus-button-alist): Remove support for "custom:" URL's.
19279         Pass function name to `gnus-button-handle-custom' in case of "M-x
19280         customize-*" buttons.
19281
19282 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19283
19284         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19285         multipart/alternative and add xref to mm-discouraged-alternatives
19286         in doc string.
19287
19288         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19289         gnus-buttonized-mime-types in doc string.
19290
19291 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19292
19293         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19294         Suggest image/.* in the doc string.
19295
19296 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19297
19298         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19299         message-marks (Debian bug #342521).
19300
19301 2005-12-12  Simon Josefsson  <jas@extundo.com>
19302
19303         * password.el (password-read-from-cache): Add.
19304         (password-read): Use it.
19305
19306 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * rfc2047.el (rfc2047-charset-to-coding-system):
19309         Recognize us-ascii as a MIME charset.
19310
19311         * mm-bodies.el (mm-decode-content-transfer-encoding):
19312         Protect against the case where the 2nd arg TYPE is nil.
19313
19314 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19315
19316         * pop3.el (pop3-stream-type): Fix custom version.
19317
19318         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19319
19320 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19321
19322         * mm-decode.el (mm-display-external): Add missing cdr.
19323
19324 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19325
19326         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19327         RFC1524) if it is in mailcap or add a suffix according to
19328         mailcap-mime-extensions when generating a temp filename; postpone
19329         deleting a temp file for 2 seconds for some wrappers, shell
19330         scripts, and so on, which might exit right after having started a
19331         viewer command as a background job.
19332
19333 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19334
19335         * nntp.el (nntp-marks-directory): Fix custom group.
19336
19337         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19338         steps when < 10.
19339
19340         * gnus-start.el (gnus-no-server-1):
19341         Mention `gnus-level-default-subscribed' in doc string.
19342
19343 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19344
19345         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19346         parens.
19347
19348 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19349
19350         * gnus-xmas.el (gnus-use-toolbar): Revert.
19351         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19352         gnus-use-toolbar is default.
19353
19354         * messagexmas.el (message-use-toolbar): Revert.
19355         (message-setup-toolbar): Use global default-toolbar if
19356         message-use-toolbar is default.
19357
19358 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19361         according to default-toolbar-visible-p.
19362
19363         * messagexmas.el (message-use-toolbar): Ditto.
19364
19365 2005-11-26  Dave Love  <fx@gnu.org>
19366
19367         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19368         (tls-program, tls-success): Provide openssl alternative.
19369
19370         * starttls.el: Doc fixes.
19371         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19372         SERVICE to PORT.
19373
19374         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19375         port null or service name.
19376         (starttls-negotiate): Autoload.
19377
19378 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19379
19380         * message.el (message-kill-to-signature): Fix interactive spec.
19381
19382 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19383
19384         * pop3.el (pop3-open-server): Recognize a string as a service name.
19385
19386 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19387
19388         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19389
19390 2005-11-23  Dave Love  <fx@gnu.org>
19391
19392         Add pop3s, pop3/starttls.
19393
19394         * pop3.el (pop3-authentication-scheme): Clarify doc.
19395         (open-tls-stream, starttls-open-stream): Autoload.
19396         (pop3-stream-type): New.
19397         (pop3-open-server): Use it.
19398
19399         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19400         for POP.
19401         (mail-source-keyword-map): Add :stream for POP.
19402         (mail-source-fetch-pop): Use pop3-stream-type.
19403
19404 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19405
19406         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19407         of current-time-string.
19408
19409 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19410
19411         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19412         date header.
19413
19414 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19415
19416         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19417         it can seriously impact performance as it bypasses the agent's
19418         local caches.
19419
19420 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19421
19422         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19423         must be explicitly online rather than "not explicitly offline" for
19424         its flags to be synchronized.
19425
19426         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19427         that gnus-uu-unmark-thread will function correctly.
19428
19429         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19430         1024K is instead displayed as 1M.
19431
19432 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19433
19434         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19435
19436 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19437
19438         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19439
19440 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19441
19442         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19443         error message to display actual error condition.
19444         (gnus-agent-save-local): Avoid saving symbols that are bound to
19445         nil as they simply result in a warning message in
19446         gnus-agent-read-local.
19447
19448 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19451         rather than make-variable-buffer-local for file-precious-flag.
19452
19453 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19454
19455         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19456         for duplicates which are removed.  The invalid sort check then
19457         triggers a rescan after the sort as sorting may have moved
19458         duplicate entries such that they can be cheaply detected.
19459
19460 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19463
19464 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19465
19466         * gnus-agent.el (gnus-agent-article-alist-save-format):
19467         Change internal variable to a custom variable.  Change default value
19468         from compressed(2) to uncompressed(1).
19469         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19470         support for uncompressed agentview files.  Taken together, reading
19471         the agentview file should now be 6-7 times faster.
19472
19473 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19474
19475         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19476         as a buffer-local variable.  This avoids creating truncated
19477         dribble files as a result of a hang up, eg.
19478
19479 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19480
19481         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19482         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19483         XEmacs.
19484
19485 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19486
19487         * gnus-start.el (gnus-start-draft-setup):
19488         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19489
19490         * gnus.el (gnus-splash): Change custom group.
19491         (gnus-group-get-parameter, gnus-group-parameter-value):
19492         Describe allow-list argument.
19493
19494         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19495         string.
19496
19497 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19498
19499         * gnus-art.el (gnus-default-article-saver): Add user-defined
19500         `function' to custom type.
19501
19502 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19503
19504         * imap.el (imap-open): Handle case where buffer is a buffer
19505         object.
19506
19507 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19508
19509         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19510         long lines.
19511         (gnus-cache-delete-group): Wrap doc strings.
19512
19513         * gnus-agent.el (gnus-agent-rename-group)
19514         (gnus-agent-delete-group): Wrap doc strings.
19515
19516 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * messagexmas.el (message-use-toolbar): Change the valid values
19519         into default, top, bottom, left, and right.
19520         (message-toolbar-thickness): New variable.
19521         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19522         well.
19523         (message-setup-toolbar): Make it work.
19524
19525         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19526         (gnus-use-toolbar): Change the valid values into default, top,
19527         bottom, left, and right.
19528         (gnus-toolbar-thickness): New variable.
19529         (gnus-xmas-setup-toolbar): New function.
19530         (gnus-xmas-setup-group-toolbar): Use it.
19531         (gnus-xmas-setup-summary-toolbar): Use it.
19532
19533 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19534
19535         * gnus-start.el (gnus-1): Add "native" to
19536         gnus-predefined-server-alist.
19537
19538         * gnus.el (gnus-method-to-server): Don't add "native" to the
19539         lists here, because that leads to problems when
19540         gnus-select-method is bound.
19541
19542 2005-11-09  Simon Josefsson  <jas@extundo.com>
19543
19544         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19545         use (not sort-by-date) instead.
19546
19547 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19548
19549         * gnus-delay.el (gnus-delay-group): Don't autoload.
19550         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19551         to be re-loaded when customizing the `gnus-delay' group.
19552
19553 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19554
19555         * message.el: Revert last changes.
19556         (message-insert-citation-line): Use newlines.
19557
19558 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19559
19560         * message.el (message-courtesy-message)
19561         (message-mark-insert-begin, message-mark-insert-end)
19562         (message-elide-ellipsis, message-cancel-message)
19563         (message-add-header, message-change-subject)
19564         (message-cross-post-followup-to-header)
19565         (message-cross-post-insert-note, message-reduce-to-to-cc)
19566         (message-widen-reply, message-delete-not-region)
19567         (message-kill-to-signature, message-insert-signature)
19568         (message-insert-importance-high, message-insert-importance-low)
19569         (message-insert-or-toggle-importance)
19570         (message-insert-disposition-notification-to)
19571         (message-indent-citation, message-yank-original)
19572         (message-cite-original-without-signature, message-cite-original)
19573         (message-insert-citation-line, message-position-on-field)
19574         (message-fix-before-sending, message-send-mail-partially)
19575         (message-send-mail, message-send-mail-with-sendmail)
19576         (message-send-mail-with-qmail, message-send-news)
19577         (message-check-news-header-syntax, message-generate-headers)
19578         (message-insert-courtesy-copy, message-fill-address)
19579         (message-fill-header, message-shorten-references)
19580         (message-setup-1, message-cancel-news)
19581         (message-forward-make-body-plain, message-forward-make-body-mime)
19582         (message-forward-make-body-mml, message-encode-message-body)
19583         (message-forward-make-body-digest-plain)
19584         (message-forward-make-body-digest-mime)
19585         (message-use-alternative-email-as-from): Insert `hard-newline'
19586         instead of ordinary newlines.
19587
19588 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * message.el (message-generate-headers): Downcase the argument
19591         given to message-check-element.
19592
19593 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19594
19595         * nntp.el (nntp-authinfo-rejected): New error condition.
19596         (nntp-wait-for): Use new error condition to signal authentication
19597         error.
19598         (nntp-retrieve-data): Rethrow new error condition to break out of
19599         recursive call to nntp-send-authinfo.
19600
19601 2005-11-08  Romain Francoise  <romain@orebokech.com>
19602
19603         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19604         (gnus-summary-exit-map): Bind to `Z p'.
19605         (gnus-summary-make-menu-bar): Add menu item.
19606
19607 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19608
19609         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19610         (gnus-treat-*): Add `first' in all doc strings.
19611
19612         * gnus-group.el (gnus-group-compact-group): Fix typo.
19613
19614 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19615
19616         * gnus.el (gnus-parameters-case-fold-search): New variable.
19617         (gnus-parameters-get-parameter): Use it.
19618
19619         * gnus-score.el (gnus-home-score-file): Doc fix.
19620
19621 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19622
19623         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19624
19625 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19626
19627         * mm-util.el (mm-special-display-p): New function.
19628
19629         * mml.el (mml-preview): Use it; doc fix.
19630
19631 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19632
19633         * imap.el (imap-open): Handle case where buffer is a buffer object.
19634
19635 2005-10-29  Romain Francoise  <romain@orebokech.com>
19636
19637         * message.el (message-fix-before-sending): Fix comment.
19638
19639 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19640
19641         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19642
19643 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19644
19645         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19646         Used in gnus-score.el.
19647
19648 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19649
19650         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19651
19652 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19653
19654         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19655         whitespace removed in revision 7.8.  Use concatenated string to
19656         protect trailing whitespace.
19657
19658 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19659
19660         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19661         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19662         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19663         Courier IMAP ("some version from 2004").  Mostly based on similar
19664         code in the same function.
19665
19666 2005-10-26  Didier Verna  <didier@xemacs.org>
19667
19668         * gnus-group.el (gnus-group-compact-group): Invalidate original
19669         article buffer.
19670         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19671         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19672         NOV database and in article itself.
19673         Invalidate article backlog.
19674
19675 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19676
19677         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19678
19679 2005-10-26  Simon Josefsson  <jas@extundo.com>
19680
19681         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19682         part of 2004-07-25 change.
19683
19684 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * message.el (message-display-completion-list): New function.
19687         (message-expand-group): Use it; make sure the Completions buffer
19688         is modifiable.
19689 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19690
19691         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19692         user-mail-name is an empty string.
19693
19694 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19695
19696         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19697         depending on gnus-score-decay-constant.
19698
19699         * encrypt.el (encrypt-insert-file-contents)
19700         (encrypt-write-file-contents): Don't use `gnus-message'.
19701
19702         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19703         arguments.
19704         (mm-uu-type-alist): Add message-marks and insert-marks.
19705         Pass arguments to mm-uu-verbatim-marks-extract.
19706         (mm-uu-hide-markers): New variable.
19707         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19708
19709         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19710         (gnus-convert-image-to-face-command): Use "convert" by default to
19711         allow other input image formats.
19712         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19713         accordingly.
19714
19715 2005-10-23  Simon Josefsson  <jas@extundo.com>
19716
19717         * imap.el (imap-gssapi-program): Align command line parameters
19718         with latest GNU SASL.
19719         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19720
19721 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19722
19723         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19724         HTML.
19725         (nnslashdot-request-article): Ditto.
19726
19727         * lpath.el (featurep): Add nobreak-char-display.
19728
19729 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19730
19731         * mail-source.el (mail-source-fetch-pop): Require pop3.
19732         (mail-source-check-pop): Ditto.
19733
19734 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19735
19736         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19737         errors.
19738
19739 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19740
19741         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19742         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19743
19744         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19745
19746         * mm-bodies.el (mm-decode-string):
19747         Call `mm-charset-to-coding-system' with allow-override argument.
19748
19749 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19752         (rfc2047-charset-to-coding-system): New function.
19753         (rfc2047-decode-encoded-words): New function.
19754         (rfc2047-decode-region): Use them.
19755         (rfc2047-decode-cte): Remove.
19756         (rfc2047-parse-and-decode): Remove.
19757         (rfc2047-decode): Remove.
19758
19759 2005-10-15  Kenichi Handa  <handa@m17n.org>
19760
19761         * rfc2047.el (rfc2047-decode-cte): New function.
19762         (rfc2047-decode-region): Change the way to decode successive
19763         encoded-words: decode B- or Q-encoding in each encoded-word,
19764         concatenate them, and decode it as charset.
19765
19766 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * lpath.el: Fbind codepage-setup for XEmacs.
19769
19770 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19771
19772         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19773         widget-move-and-invoke.
19774         (gnus-custom-mode): Use gnus-custom-map.
19775
19776 2005-10-15  Bill Wohler  <wohler@newt.com>
19777
19778         * message.el (message-tool-bar-map): Rename image file from
19779         mail_send to mail/send.
19780
19781 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19782
19783         * message.el (message-expand-group): Pass the common
19784         prefix substring of completion to `display-completion-list'.
19785
19786 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19787
19788         * mml-sec.el (mml-secure-method): New internal variable.
19789         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19790         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19791         New functions using mml-secure-method.
19792
19793         * mml.el (mml-mode-map): Add key bindings for those functions.
19794         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19795         Harder <harder@myrealbox.com>.
19796         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19797         Goto end of message if point is the headers of the message.
19798
19799         * message.el (message-in-body-p): New function.
19800
19801         * assistant.el: Autoload gnus-util and netrc.
19802
19803         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19804         Use `mm-charset-override-alist' only when decoding.
19805
19806         * mm-bodies.el (mm-decode-body):
19807         Call `mm-charset-to-coding-system' with allow-override argument.
19808
19809         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19810         `filename' from Content-Disposition if Content-Type doesn't
19811         provide `name'.
19812         (gnus-mime-view-part-as-type): Set default instead of
19813         initial-input.
19814
19815 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19816
19817         * format-spec.el (format-spec): Propagate text properties of % spec.
19818
19819 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19820
19821         * gnus-art.el (gnus-treat-predicate): Add `first'.
19822
19823 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19824
19825         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19826         (mm-charset-override-alist): New variable.
19827         (mm-charset-to-coding-system): Use it.
19828         (mm-codepage-setup): New helper function.
19829         (mm-charset-eval-alist): New variable.
19830         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19831         Warn about unknown charsets.
19832
19833         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19834
19835 2005-10-04  David Hansen  <david.hansen@gmx.net>
19836
19837         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19838         (nnrss-check-group): Ditto.
19839
19840 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19841
19842         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19843         Rename x-gnus-verbatim to x-verbatim.
19844         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19845
19846         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19847         x-verbatim.
19848
19849         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19850
19851         * gnus-util.el (gnus-remove-duplicates): Remove.
19852
19853         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19854         instead of gnus-remove-duplicates.
19855
19856         * message.el (message-remove-duplicates): Remove.
19857         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19858         message-remove-duplicates.
19859
19860         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19861         available, else use implementation from `delete-dups'.
19862
19863         * message.el (message-insert-expires): New function.
19864         (message-mode-map): Add key binding.
19865         (message-mode-field-menu): Add menu entry.
19866         (message-mode): Document it.
19867         (message-make-expires-date): Use `message-make-date'.
19868
19869 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19870
19871         * message.el (message-make-expires-date): New function.
19872
19873 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * Makefile.in (list-installed-shadows): New entry.
19876         (install): Use it.
19877         (remove-installed-shadows): New entry.
19878
19879         * dgnushack.el (dgnushack-default-load-path): New variable.
19880         (dgnushack-find-lisp-shadows): New function.
19881         (dgnushack-remove-lisp-shadows): New function.
19882
19883 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19884
19885         * Makefile.in (install-el-elc): New entry.
19886         (install): Use it so that .el files are necessarily installed.
19887
19888 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19889
19890         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19891
19892 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19893
19894         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19895         function rather than the diff-mode.el package.
19896         (mm-display-external): Use with-current-buffer.
19897         (mm-viewer-completion-map, mm-viewer-completion-map):
19898         Move initialization inside declaration.
19899
19900 2005-09-29  Simon Josefsson  <jas@extundo.com>
19901
19902         * spam.el: Load hashcash when compiling, to avoid warnings.
19903         Don't autoload mail-check-payment.
19904         (spam-check-hashcash): Define unconditionally, since hashcash.el
19905         is part of Gnus now.  Ignore errors from payment checking.
19906
19907 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19908
19909         * message.el (message-bold-region, message-unbold-region):
19910         Rename from `bold-region' and `unbold-region'.
19911
19912         * message.el: Remove useless autoloads.
19913
19914 2005-09-28  Simon Josefsson  <jas@extundo.com>
19915
19916         * message.el (message-use-idna): Default to t.
19917         (message-use-idna): Test whether encoding works too.  Doc fix.
19918
19919 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * nntp.el (nntp-warn-about-losing-connection): Remove.
19922
19923 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19924
19925         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19926         customizable.  Change default value.
19927         (mm-uu-diff-groups-regexp): Change default value.
19928         (mm-uu-type-alist): Add doc string.
19929         (mm-uu-configure): Add doc string.  Make it interactive.
19930         (mm-uu-tex-groups-regexp): New variable.
19931         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19932         (mm-uu-type-alist): Add LaTeX documents.
19933         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19934         of "text/verbatim".
19935         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19936
19937         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19938         instead of "text/verbatim".
19939
19940         * message.el (message-mark-inserted-region)
19941         (message-mark-insert-file): Use slrn style marks when called with
19942         prefix argument.
19943
19944 2005-09-27  Simon Josefsson  <jas@extundo.com>
19945
19946         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19947
19948 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19949
19950         * message.el (message-remove-duplicates): New function.
19951         Implementation borrowed from `gnus-remove-duplicates'.
19952         (message-idna-to-ascii-rhs): Also encode idna addresses in
19953         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19954         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19955         only ask about the same idna domain once per header and also tell
19956         in what header to replace the idna domain.
19957
19958         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19959         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19960         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19961         a header is decoded and not just the last one.
19962
19963 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19964
19965         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19966         has been decoded.
19967
19968         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19969         (mm-insert-part): Don't modify text if it has been decoded.
19970
19971         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19972         decoded.
19973
19974         * mm-view.el (mm-inline-text): Don't strip text props unless
19975         decoding enriched or richtext parts.
19976
19977 2005-09-25  Romain Francoise  <romain@orebokech.com>
19978
19979         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19980         * gnus-start.el (gnus-subscribe-interactively):
19981         * gnus-uu.el (gnus-uu-grab-articles):
19982         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19983         space.
19984
19985 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19986
19987         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19988         * mm-view.el (mm-view-pkcs7-decrypt):
19989         * gnus-sum.el (gnus-summary-limit-to-extra)
19990         (gnus-summary-respool-article, gnus-read-move-group-name):
19991         * gnus-score.el (gnus-summary-increase-score):
19992         * gnus-util.el (gnus-completing-read-with-default):
19993         * gnus-art.el (gnus-read-save-file-name)
19994         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19995         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19996         * message.el (message-check-news-header-syntax):
19997         Follow convention for reading with the minibuffer.
19998
19999 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20000
20001         * spam-report.el (spam-report-url-ping-plain):
20002         Use gnus-extended-version as User-Agent.
20003
20004         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20005         default value is nil.
20006
20007         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20008         (mm-uu-verbatim-marks-extract): New function.
20009         (mm-uu-extract): New face.
20010         (mm-uu-copy-to-buffer): Use it.
20011
20012         * spam-report.el (spam-report-gmane-ham): Rename from
20013         `spam-report-gmane-unspam'.
20014         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20015         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20016
20017         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20018         Autoload.
20019         (spam-report-gmane-unregister-routine):
20020         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20021
20022 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20023
20024         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20025         (spam-report-gmane-unregister-routine): Add support for gmane
20026         unregistration.
20027
20028         * spam-report.el (spam-report-gmane-unspam)
20029         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20030         (spam-report-gmane): Change to take a single article and do unspam
20031         registration.
20032
20033 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20034
20035         * mm-url.el (mm-url-decode-entities): Fix regexp.
20036
20037 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20038
20039         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20040         default to nil, to be able to use Gnus at all.  If the default
20041         switches to something else, then the function should be fixed not
20042         be exceedingly slow.
20043
20044 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20045
20046         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20047         fail hard.
20048
20049         * spam-report.el: Add better Keywords line.
20050
20051         * spam.el: Add Maintainer and better Keywords line.
20052
20053 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20054
20055         * gnus-art.el (gnus-article-replace-part)
20056         (gnus-mime-replace-part): New functions.
20057         (gnus-mime-action-alist, gnus-mime-button-commands)
20058         (gnus-mime-save-part-and-strip): Add file argument.
20059         (gnus-article-part-wrapper): Add interactive argument.
20060
20061         * gnus-sum.el (gnus-summary-mime-map):
20062         Add `gnus-article-replace-part'.
20063
20064 2005-09-19  Didier Verna  <didier@xemacs.org>
20065
20066         The nnml compaction feature:
20067         * nnml.el (nnml-request-compact-group): New function.
20068         * nnml.el (nnml-request-compact): New function.
20069         * gnus-int.el (gnus-request-compact-group): New function.
20070         * gnus-int.el (gnus-request-compact): New function.
20071         * gnus-group.el (gnus-group-compact-group): New function.
20072         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20073         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20074         * gnus-srvr.el (gnus-server-compact-server): New function.
20075         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20076         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20077
20078 2005-09-18  Deepak Goel  <deego@gnufans.org>
20079
20080         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20081         format spec.
20082
20083 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20084
20085         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20086
20087 2005-09-15  Romain Francoise  <romain@orebokech.com>
20088
20089         * message.el (message-fill-paragraph): Clarify docstring.
20090
20091 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * gnus-art.el (gnus-mime-display-part): Protect against broken
20094         MIME messages.
20095
20096 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20097
20098         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20099         before parsing header.
20100
20101 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20102
20103         * html2text.el (html2text-replace-list): Add new entities.
20104
20105 2005-09-11  Romain Francoise  <romain@orebokech.com>
20106
20107         * message.el (message-alternative-emails): Improve docstring.
20108         (message-setup-1): Call `message-use-alternative-email-as-from'
20109         after `message-setup-hook' to give it precedence over posting
20110         styles, etc.
20111         (message-use-alternative-email-as-from): Add docstring.
20112         Remove the original From header if present.
20113
20114         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20115         (nnml-save-mail): Use it.
20116
20117         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20118         articles.  Add new argument `silent'.
20119         (gnus-uu-mark-all): Report the total number of marked articles.
20120
20121 2005-09-10  Romain Francoise  <romain@orebokech.com>
20122
20123         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20124         (gnus-uu-mark-series): Likewise.
20125
20126 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20127
20128         * spam-report.el (spam-report-gmane): Fix generation of spam
20129         report URL.
20130
20131 2005-09-10  Simon Josefsson  <jas@extundo.com>
20132
20133         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20134         t, based on discussion on the ding list with Robert Epprecht
20135         <epprecht@solnet.ch>.
20136
20137 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20138
20139         * spam-report.el (spam-report-gmane): Make it work without
20140         X-Report-Spam header.  Gmane now only provides Archived-At.
20141         This is only used if `spam-report-gmane-use-article-number' is nil.
20142         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20143
20144         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20145         make `gnus-summary-sort-by-recipient' work with threading.
20146
20147         * nnweb.el (nnweb-google-wash-article): Print a message if article
20148         is not available.
20149
20150 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20151
20152         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20153         change.  Decode text/* parts content before displaying.
20154
20155 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20156
20157         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20158
20159 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20160
20161         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20162
20163         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20164         url-package-name, url-package-version,
20165         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20166         w3m-display-inline-images, and w3m-minor-mode-map.
20167
20168 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20169
20170         * message.el (message-tab-body-function): Fix mismatched custom type.
20171
20172         * gnus.el (gnus-group-change-level-function): Ditto.
20173
20174         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20175
20176         * gnus-art.el (gnus-signature-limit)
20177         (gnus-article-mime-part-function): Ditto.
20178
20179 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * mml.el (mml-mode): Silence the byte compiler.
20182
20183         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20184         using `(sit-for 0)' before moving the point to the specified part;
20185         skip unbuttonized parts.
20186         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20187         return to the summary window if gnus-auto-select-part is non-nil.
20188
20189 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20190
20191         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20192         New variables.
20193         (mml-dnd-attach-file, mml-mode): Use them.
20194
20195         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20196         Make fetching article by MID work again for Google Groups.
20197         Add FIXME concerning gnus-group-make-web-group.
20198
20199         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20200         Don't depend on Gnus by using mail-extract-address-components if
20201         gnus-extract-address-components is not bound.
20202
20203 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20204
20205         * gnus-art.el (gnus-mime-display-security): Don't display the
20206         signature, but only the signed part.
20207
20208 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20211
20212         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20213         list, not listp.
20214
20215 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20216
20217         * mm-encode.el (mm-encode-content-transfer-encoding):
20218         Likewise when encoding.
20219
20220         * mm-bodies.el (mm-decode-content-transfer-encoding):
20221         De-canonicalize CRLF for all text content types, not just
20222         text/plain.
20223
20224 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20227         valid article; point arrow and cursor at the MIME button.
20228
20229 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20230
20231         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20232         Suggested by Dan Christensen <jdc@uwo.ca>.
20233
20234         * mm-decode.el (mm-save-part): Enable change of prompt.
20235
20236 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20237
20238         * gnus-msg.el (gnus-inews-add-send-actions):
20239         Make `message-post-method' lambda parameter ARG `&optional'.
20240
20241 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20242
20243         * gnus-sum.el (gnus-summary-mime-map):
20244         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20245         gnus-article-jump-to-part.
20246
20247         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20248         (gnus-article-edit-part): Use it.
20249         (gnus-article-part-wrapper): Add no-handle argument.
20250         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20251         New functions.
20252
20253 2005-08-29  Romain Francoise  <romain@orebokech.com>
20254
20255         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20256         docstring.
20257         (gnus-face-from-file): Likewise.
20258
20259 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20260
20261         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20262         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20263         non-nil.
20264         (gnus-auto-select-part): New variable.
20265         (gnus-article-jump-to-part): New function.
20266         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20267         (gnus-mime-delete-part): Allow selecting specified part after
20268         deleting or stripping parts.
20269         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20270         part if argument is bogus.
20271
20272 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20273
20274         * gnus-art.el (w3m-minor-mode-map):
20275         * gnus-spec.el (gnus-newsrc-file-version):
20276         * gnus-util.el (nnmail-active-file-coding-system)
20277         (gnus-original-article-buffer, gnus-user-agent):
20278         * gnus.el (gnus-ham-process-destinations)
20279         (gnus-parameter-ham-marks-alist)
20280         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20281         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20282         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20283         * mm-decode.el (gnus-current-window-configuration):
20284         * mm-extern.el (gnus-article-mime-handles):
20285         * mm-url.el (url-current-object, url-package-name)
20286         (url-package-version):
20287         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20288         (smime-keys, w3m-cid-retrieve-function-alist)
20289         (w3m-current-buffer, w3m-display-inline-images)
20290         (w3m-minor-mode-map):
20291         * mml-smime.el (gnus-extract-address-components):
20292         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20293         (gnus-newsrc-hashtb, message-default-charset)
20294         (message-deletable-headers, message-options)
20295         (message-posting-charset, message-required-mail-headers)
20296         (message-required-news-headers):
20297         * mml1991.el (mc-pgp-always-sign):
20298         * mml2015.el (mc-pgp-always-sign):
20299         * nnheader.el (nnmail-extra-headers):
20300         * rfc1843.el (gnus-decode-encoded-word-function)
20301         (gnus-decode-header-function, gnus-newsgroup-name):
20302         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20303
20304 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20305
20306         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20307         the end of the date treatments.
20308
20309 2005-08-15  Simon Josefsson  <jas@extundo.com>
20310
20311         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20312         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20313         Capello and Romain Francoise.
20314         (pgg-fetch-key-function): Remove, not used?
20315         (pgg-insert-url-with-w3): Require url, to get
20316         url-insert-file-contents regardless of where it is defined.
20317
20318 2005-08-13  Romain Francoise  <romain@orebokech.com>
20319
20320         * message.el (message-cite-original-1): New function.
20321         (message-cite-original): Use it.
20322         (message-cite-original-without-signature): Ditto.
20323
20324 2005-08-08  Romain Francoise  <romain@orebokech.com>
20325
20326         * message.el (message-yank-empty-prefix): New variable.
20327         (message-indent-citation): Use it.
20328         (message-cite-original-without-signature): Respect X-No-Archive.
20329
20330 2005-08-08  Simon Josefsson  <jas@extundo.com>
20331
20332         * pgg.el: Autoload url-insert-file-contents instead of loading
20333         w3/url.
20334         (pgg-insert-url-with-w3): Don't load url here.
20335
20336 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20337
20338         * message.el (message-kill-to-signature): Don't insert newline at
20339         bol.
20340         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20341
20342 2005-08-06  Romain Francoise  <romain@orebokech.com>
20343
20344         * message.el (message-user-fqdn): Fix typo in docstring.
20345
20346 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20347
20348         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20349
20350         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20351
20352 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * mm-bodies.el (mm-encode-body): Use coding system rather than
20355         charset to encode text.
20356
20357         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20358         number of charsets if utf-8 is available (XEmacs).
20359
20360 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20361
20362         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20363         taken from `gnus-button-mid-or-mail-regexp'.
20364         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20365         (gnus-button-alist): Improve regexp for domain part of the MIDs
20366         for news:localpart@domain buttons.
20367         (gnus-button-ctan-directory-regexp): Update.
20368
20369 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20370
20371         * sieve-manage.el (sieve-manage-interactive-login):
20372         Use make-local-variable rather than make-variable-buffer-local.
20373         (sieve-manage-open): Ditto.
20374         (sieve-manage-authenticate): Ditto.
20375
20376         * mml.el (mml-generate-mime-1): Make the content type default to
20377         text/plain if the filename is not specified.
20378
20379 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20380
20381         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20382         instead of insert-buffer.
20383
20384         * message.el (message-yank-original): Ditto; set the mark at the
20385         end of the yanked message.
20386
20387 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20388
20389         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20390         lines to scroll rather than to stop it.
20391
20392         * mml.el (mml-generate-default-type): Add doc string.
20393         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20394         default to application/octet-stream when determining the content
20395         type if it is not specified for the part or the mml contents; add
20396         a comment about mml-generate-default-type.
20397
20398 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20399
20400         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20401         make it default to application/octet-stream when determining the
20402         content type if it is not specified for the external contents.
20403
20404 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20407         segmented parameter but also other parameters might be there.
20408
20409 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * mm-decode.el (mm-display-external): Delete temp file, directory
20412         and buffer immediately if the external process is exited.
20413
20414 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20415
20416         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20417         fewer lines than that of scroll-margin.
20418         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20419
20420 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20421
20422         * gnus-art.el (gnus-article-next-page): Revert.
20423         (gnus-article-beginning-of-window): New macro.
20424         (gnus-article-next-page-1): Use it.
20425         (gnus-article-prev-page): Ditto.
20426         (gnus-article-edit-part): Use insert-buffer-substring instead of
20427         insert-buffer.
20428         (gnus-article-edit-exit): Ditto.
20429
20430         * gnus-util.el (gnus-beginning-of-window): Remove.
20431         (gnus-end-of-window): Remove.
20432
20433         * lpath.el: Don't bind header-line-format and scroll-margin.
20434
20435 2005-07-25  Simon Josefsson  <jas@extundo.com>
20436
20437         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20438         to have the url package without w3.  Reported by Daiki Ueno
20439         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20440
20441 2005-07-20  Didier Verna  <didier@xemacs.org>
20442
20443         * gnus-diary.el: Remove the description comment (nndiary is now
20444         properly documented in the Gnus manual).
20445         Fix the spelling of "Back End".
20446         * nndiary.el: Ditto.
20447         Fix the copyright notice.
20448
20449 2005-07-18  Romain Francoise  <romain@orebokech.com>
20450
20451         * gnus-sum.el (gnus-summary-to-prefix)
20452         (gnus-summary-newsgroup-prefix): New variables.
20453         (gnus-summary-from-or-to-or-newsgroups): Use them.
20454
20455 2005-07-17  Romain Francoise  <romain@orebokech.com>
20456
20457         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20458         space as it's generally not especially interesting to the user.
20459
20460 2005-07-16  Romain Francoise  <romain@orebokech.com>
20461
20462         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20463         nil to avoid prompting and file modification if one of the
20464         messages at the top of the nnfolder file contains a copyright
20465         notice.
20466         Update copyright notice.
20467
20468         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20469         instead of `current-time-string' as the latter creates a time
20470         string that is not RFC 2822 compliant (it lacks the zone).
20471         Update copyright notice.
20472
20473 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20474
20475         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20476         for text/rtf.  Display default in prompt.  Pass default for M-n.
20477
20478         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20479
20480 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20481
20482         * gnus-msg.el (gnus-button-mailto):
20483         Remove save-selected-window-window hackery because it relies on
20484         save-selected-window internals.
20485
20486 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20487
20488         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20489         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20490         (gnus-article-prev-page): Ditto.
20491
20492         * gnus-util.el (gnus-beginning-of-window): New function.
20493         (gnus-end-of-window): New function.
20494
20495         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20496
20497 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20498
20499         * gnus-score.el (gnus-score-edit-all-score):
20500         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20501         gnus-message.
20502
20503 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20504
20505         * gnus-msg.el (gnus-button-mailto):
20506         Remove save-selected-window-window hackery because it relies on
20507         save-selected-window internals.
20508
20509 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20512         add-minor-mode.
20513         (gnus-binary-mode): Ditto.
20514
20515         * gnus-topic.el (gnus-topic-mode): Ditto.
20516
20517 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20518
20519         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20520         (gnus-article-prev-page): Take scroll-margin into consideration.
20521
20522 2005-07-04  Lute Kamstra  <lute@gnu.org>
20523
20524         Update FSF's address in GPL notices.
20525
20526 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20527
20528         * gnus.el (gnus-exit):
20529         * gnus-group.el (gnus-group-icons):
20530         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20531
20532         * gnus-nocem.el (gnus-nocem):
20533         * message.el (message-various, message-buffers, message-sending)
20534         (message-interface, message-forwarding, message-insertion)
20535         (message-headers, message-news, message-mail):
20536         * pgg-gpg.el (pgg-gpg):
20537         * pgg-parse.el (pgg-parse):
20538         * pgg-pgp.el (pgg-pgp):
20539         * pgg-pgp5.el (pgg-pgp5):
20540         * pop3.el (pop3): Finish `defgroup' description with period.
20541
20542 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20543
20544         * gnus-art.el (article-display-face): Improve the efficiency.
20545         (article-display-x-face): Ditto; remove gray x-face stuff.
20546
20547 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20548
20549         * gnus-art.el (article-display-face): Correct the position in
20550         which Faces are inserted.
20551
20552 2005-06-29  Didier Verna  <didier@xemacs.org>
20553
20554         * gnus-art.el (article-display-face): Display faces in correct
20555         order.
20556
20557 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20558
20559         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20560         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20561         (gnus-nocem-check-article): Fetch the Type header.
20562         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20563         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20564         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20565         make sure gnus-nocem-hashtb is initialized.
20566         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20567         (gnus-nocem-unwanted-article-p): Ditto.
20568
20569         * pgg.el (pgg-verify): Return the verification result.
20570
20571 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20572
20573         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20574         is ascii.
20575
20576 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20577
20578         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20579         `show-nonbreak-escape'.
20580
20581 2005-06-23  Lute Kamstra  <lute@gnu.org>
20582
20583         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20584
20585         * dig.el (dig-mode):
20586         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20587
20588 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20589
20590         * nnimap.el (nnimap-split-download-body): Fix spellings.
20591
20592 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20593
20594         * gnus-art.el (gnus-article-encrypt-body):
20595         * gnus-cus.el (gnus-score-customize):
20596         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20597         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20598
20599 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20600
20601         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20602         header by looking for magic "MII" at the beginning.
20603
20604 2005-06-16  Miles Bader  <miles@gnu.org>
20605
20606         * gnus-xmas.el (gnus-xmas-group-startup-message):
20607         Use renamed gnus-splash face.
20608
20609         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20610         (assistant-field-face): New backward-compatibility alias for renamed
20611         face.
20612         (assistant-render-text): Use renamed assistant-field face.
20613
20614         * spam.el (spam): Remove "-face" suffix from face name.
20615         (spam-face): New backward-compatibility alias for renamed face.
20616         (spam-face, spam-initialize): Use renamed spam face.
20617
20618         * message.el (message-header-to, message-header-cc)
20619         (message-header-subject, message-header-newsgroups)
20620         (message-header-other, message-header-name)
20621         (message-header-xheader, message-separator, message-cited-text)
20622         (message-mml): Remove "-face" suffix from face names.
20623         (message-header-to-face, message-header-cc-face)
20624         (message-header-subject-face, message-header-newsgroups-face)
20625         (message-header-other-face, message-header-name-face)
20626         (message-header-xheader-face, message-separator-face)
20627         (message-cited-text-face, message-mml-face):
20628         New backward-compatibility aliases for renamed faces.
20629         (message-font-lock-keywords): Use renamed message faces.
20630
20631         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20632         (sieve-test-commands, sieve-tagged-arguments):
20633         Remove "-face" suffix from face names.
20634         (sieve-control-commands-face, sieve-action-commands-face)
20635         (sieve-test-commands-face, sieve-tagged-arguments-face):
20636         New backward-compatibility aliases for renamed faces.
20637         (sieve-control-commands-face, sieve-action-commands-face)
20638         (sieve-test-commands-face, sieve-tagged-arguments-face):
20639         Use renamed sieve faces.
20640
20641         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20642         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20643         (gnus-group-news-3-empty, gnus-group-news-4)
20644         (gnus-group-news-4-empty, gnus-group-news-5)
20645         (gnus-group-news-5-empty, gnus-group-news-6)
20646         (gnus-group-news-6-empty, gnus-group-news-low)
20647         (gnus-group-news-low-empty, gnus-group-mail-1)
20648         (gnus-group-mail-1-empty, gnus-group-mail-2)
20649         (gnus-group-mail-2-empty, gnus-group-mail-3)
20650         (gnus-group-mail-3-empty, gnus-group-mail-low)
20651         (gnus-group-mail-low-empty, gnus-summary-selected)
20652         (gnus-summary-cancelled, gnus-summary-high-ticked)
20653         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20654         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20655         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20656         (gnus-summary-low-undownloaded)
20657         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20658         (gnus-summary-low-unread, gnus-summary-normal-unread)
20659         (gnus-summary-high-read, gnus-summary-low-read)
20660         (gnus-summary-normal-read, gnus-splash):
20661         Remove "-face" suffix from face names.
20662         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20663         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20664         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20665         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20666         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20667         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20668         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20669         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20670         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20671         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20672         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20673         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20674         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20675         (gnus-summary-normal-ticked-face)
20676         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20677         (gnus-summary-normal-ancient-face)
20678         (gnus-summary-high-undownloaded-face)
20679         (gnus-summary-low-undownloaded-face)
20680         (gnus-summary-normal-undownloaded-face)
20681         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20682         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20683         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20684         (gnus-splash-face):
20685         New backward-compatibility aliases for renamed faces.
20686         (gnus-group-startup-message): Use renamed gnus faces.
20687
20688         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20689         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20690         (gnus-server-agent): Remove "-face" suffix from face names.
20691         (gnus-server-agent-face, gnus-server-opened-face)
20692         (gnus-server-closed-face, gnus-server-denied-face)
20693         (gnus-server-offline-face):
20694         New backward-compatibility aliases for renamed faces.
20695         (gnus-server-agent-face, gnus-server-opened-face)
20696         (gnus-server-closed-face, gnus-server-denied-face)
20697         (gnus-server-offline-face): Use renamed gnus faces.
20698
20699         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20700         Remove "-face" suffix from face names.
20701         (gnus-picon-xbm-face, gnus-picon-face):
20702         New backward-compatibility aliases for renamed faces.
20703
20704         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20705         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20706         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20707         (gnus-cite-11): Remove "-face" suffix from face names.
20708         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20709         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20710         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20711         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20712         New backward-compatibility aliases for renamed faces.
20713         (gnus-cite-attribution-face, gnus-cite-face-list)
20714         (gnus-article-boring-faces): Use renamed gnus faces.
20715
20716         * gnus-art.el (gnus-signature, gnus-header-from)
20717         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20718         (gnus-header-content): Remove "-face" suffix from face names.
20719         (gnus-signature-face, gnus-header-from-face)
20720         (gnus-header-subject-face, gnus-header-newsgroups-face)
20721         (gnus-header-name-face, gnus-header-content-face):
20722         New backward-compatibility aliases for renamed faces.
20723         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20724
20725         * gnus-sum.el (gnus-summary-selected-face)
20726         (gnus-summary-highlight): Use renamed gnus faces.
20727         * gnus-group.el (gnus-group-highlight): Likewise.
20728
20729 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20730
20731         * gnus-sieve.el (gnus-sieve-article-add-rule):
20732         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20733         * spam-stat.el (spam-stat-buffer-change-to-spam)
20734         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20735
20736         * message.el (message-is-yours-p):
20737         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20738
20739 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20740
20741         * mm-view.el (mm-inline-text): Withdraw the last change.
20742
20743 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20744
20745         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20746         executing enriched-decode.
20747
20748 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20749
20750         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20751         charset of tar files.
20752
20753 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20754
20755         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20756
20757 2005-06-04  Lute Kamstra  <lute@gnu.org>
20758
20759         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20760         information is never recorded.
20761
20762 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20763
20764         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20765
20766 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * pop3.el (pop3-apop): Run md5 in the binary mode.
20769
20770         * starttls.el (starttls-set-process-query-on-exit-flag):
20771         Use eval-and-compile.
20772
20773 2005-05-31  Simon Josefsson  <jas@extundo.com>
20774
20775         * smime.el (smime-replace-in-string): Define.
20776         (smime-cert-by-ldap-1): Use it.
20777
20778 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * gnus-art.el (article-display-x-face): Replace
20781         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20782
20783         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20784         set-process-query-on-exit-flag or process-kill-without-query.
20785
20786         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20787         loop instead of replace-regexp.
20788
20789         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20790         instead of process-kill-without-query if it is available.
20791
20792         * lpath.el: Fbind ldap-search-entries.
20793
20794         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20795         instead of find-file-hooks if it is available.
20796
20797         * mml1991.el: Bind pgg-default-user-id when compiling.
20798
20799         * mml2015.el: Bind pgg-default-user-id when compiling.
20800
20801         * nndraft.el (nndraft-request-associate-buffer):
20802         Use write-contents-functions instead of write-contents-hooks if it is
20803         available.
20804
20805         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20806         instead of find-file-hooks if it is available.
20807
20808         * nntp.el (nntp-open-connection): Replace
20809         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20810         (nntp-open-ssl-stream): Ditto.
20811         (nntp-open-tls-stream): Ditto.
20812
20813         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20814         set-process-query-on-exit-flag or process-kill-without-query.
20815         (starttls-open-stream-gnutls): Use it instead of
20816         process-kill-without-query.
20817         (starttls-open-stream): Ditto.
20818
20819 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20820
20821         * smime.el (smime-cert-by-ldap-1): Don't use
20822         replace-regexp-in-string.
20823
20824 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20825
20826         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20827
20828         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20829         in PEM format.  Adjust to the XEmacs compatibility.
20830
20831 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20832
20833         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20834         by `string-to-number'.
20835         * gnus-agent.el (gnus-agent-regenerate-group)
20836         (gnus-agent-fetch-articles): Ditto.
20837         * gnus-art.el (gnus-button-fetch-group): Ditto.
20838         * gnus-cache.el (gnus-cache-generate-active)
20839         (gnus-cache-articles-in-group): Ditto.
20840         * gnus-group.el (gnus-group-set-current-level)
20841         (gnus-group-insert-group-line): Ditto.
20842         * gnus-score.el (gnus-score-set-expunge-below)
20843         (gnus-score-set-mark-below, gnus-summary-score-effect)
20844         (gnus-summary-score-entry): Ditto.
20845         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20846         (gnus-soup-pack): Ditto.
20847         * gnus-spec.el (gnus-xmas-format): Ditto.
20848         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20849         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20850         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20851         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20852         * nndb.el (nndb-get-remote-expire-response): Ditto.
20853         * nndiary.el (nndiary-parse-schedule-value)
20854         (nndiary-string-to-number, nndiary-request-replace-article)
20855         (nndiary-request-article): Ditto.
20856         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20857         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20858         * nneething.el (nneething-make-head): Ditto.
20859         * nnfolder.el (nnfolder-request-article)
20860         (nnfolder-retrieve-headers): Ditto.
20861         * nnheader.el (nnheader-file-to-number): Ditto.
20862         * nnkiboze.el (nnkiboze-request-article): Ditto.
20863         * nnmail.el (nnmail-process-unix-mail-format)
20864         (nnmail-process-babyl-mail-format): Ditto.
20865         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20866         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20867         (nnmh-request-create-group, nnmh-request-list-1)
20868         (nnmh-request-group, nnmh-request-article): Ditto.
20869         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20870         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20871         * nnsoup.el (nnsoup-make-active): Ditto.
20872         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20873         * nntp.el (nntp-find-group-and-number)
20874         (nntp-retrieve-headers-with-xover): Ditto.
20875         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20876         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20877         (pgg-format-key-identifier): Ditto.
20878         * pop3.el (pop3-last, pop3-stat): Ditto.
20879         * qp.el (quoted-printable-decode-region): Ditto.
20880
20881         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20882         of concat.
20883
20884 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20885
20886         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20887
20888         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20889
20890         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20891
20892         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20893
20894         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20895
20896         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20897
20898         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20899         (gnus-carpal-mode): Ditto.
20900
20901         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20902         (gnus-browse-mode): Ditto.
20903
20904         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20905
20906         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20907
20908 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20909
20910         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20911
20912 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20913
20914         * gnus-util.el (gnus-run-mode-hooks): New function.
20915
20916         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20917
20918         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20919         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20920
20921 2005-05-27  Lute Kamstra  <lute@gnu.org>
20922
20923         * dns-mode.el (dns-mode): Specify customization group.
20924
20925 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20926
20927         * gnus-agent.el (gnus-agent-make-mode-line-string):
20928         Use mode-line-highlight as mouse-face.
20929
20930 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20931
20932         * canlock.el (canlock): Change the parent group to news.
20933
20934         * deuglify.el (gnus-outlook-deuglify): Add :group.
20935
20936         * dig.el (dig): Add :group.
20937
20938         * dns-mode.el (dns-mode): Add :group.
20939
20940         * encrypt.el (encrypt): Add :group.
20941
20942         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20943         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20944         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20945         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20946         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20947
20948         * gnus-diary.el (gnus-diary): Add :group.
20949
20950         * gnus.el (gnus-group-news-1-face): Add :group.
20951         (gnus-group-news-1-empty-face): Ditto.
20952         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20953         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20954         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20955         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20956         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20957         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20958         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20959         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20960         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20961         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20962         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20963         (gnus-summary-high-ticked-face): Ditto.
20964         (gnus-summary-low-ticked-face): Ditto.
20965         (gnus-summary-normal-ticked-face): Ditto.
20966         (gnus-summary-high-ancient-face): Ditto.
20967         (gnus-summary-low-ancient-face): Ditto.
20968         (gnus-summary-normal-ancient-face): Ditto.
20969         (gnus-summary-high-undownloaded-face): Ditto.
20970         (gnus-summary-low-undownloaded-face): Ditto.
20971         (gnus-summary-normal-undownloaded-face): Ditto.
20972         (gnus-summary-high-unread-face): Ditto.
20973         (gnus-summary-low-unread-face): Ditto.
20974         (gnus-summary-normal-unread-face): Ditto.
20975         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20976         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20977
20978         * hashcash.el (hashcash): New custom group.
20979         (hashcash-default-payment): Add :group.
20980         (hashcash-payment-alist): Ditto.
20981         (hashcash-default-accept-payment): Ditto.
20982         (hashcash-accept-resources): Ditto.
20983         (hashcash-path): Ditto.
20984         (hashcash-extra-generate-parameters): Ditto.
20985         (hashcash-double-spend-database): Ditto.
20986         (hashcash-in-news): Ditto.
20987
20988         * message.el (message-minibuffer-local-map): Add :group.
20989
20990         * netrc.el (netrc): Add :group.
20991
20992         * sieve-manage.el (sieve-manage-log): Add :group.
20993         (sieve-manage-default-user): Diito.
20994         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20995         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20996         (sieve-manage-authenticators): Ditto.
20997         (sieve-manage-authenticator-alist): Ditto.
20998         (sieve-manage-default-port): Ditto.
20999
21000         * sieve-mode.el (sieve-control-commands-face): Add :group.
21001         (sieve-action-commands-face): Ditto.
21002         (sieve-test-commands-face): Ditto.
21003         (sieve-tagged-arguments-face): Ditto.
21004
21005         * smime.el (smime): Add :group.
21006
21007         * spam-report.el (spam-report): Add :group.
21008
21009         * spam.el (spam, spam-face): Add :group.
21010
21011 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21012
21013         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21014         return \n.\n.\n at the end of articles.  Protect against that.
21015         (nntp-with-open-group): Allow debugging.
21016
21017         * nnheader.el (mail-header-set-extra): Make into a function
21018         because I just could't understand how to quote the list properly.
21019
21020         * dns.el (query-dns-cached): New function.
21021
21022 2005-05-26  Lute Kamstra  <lute@gnu.org>
21023
21024         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21025
21026 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21027
21028         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21029
21030         * gnus-art.el: Don't autoload mail-extract-address-components.
21031
21032         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21033         eval-and-compile to evaluate it.
21034
21035         * hashcash.el: Don't autoload executable-find.
21036
21037         * nndb.el: Don't declare the nndb back end two or more times; don't
21038         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21039
21040         * nntp.el: Autoload format-spec instead of format; use
21041         eval-and-compile to evaluate autoload forms.
21042
21043 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21044
21045         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21046
21047 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21048
21049         * gnus.el (gnus-version-number): Bump version.
21050
21051 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21052
21053         * gnus.el: No Gnus v0.3 is released.
21054
21055 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21056
21057         * lpath.el (featurep): Bind show-nonbreak-escape.
21058
21059 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21060
21061         * gnus-art.el (gnus-article-edit-part): Disable undo.
21062
21063 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21064
21065         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21066         gnus-article-date-lapsed-new-header is t if date timer is active;
21067         skip headers in which the original date value is empty.
21068         (gnus-article-save-original-date): Redefine it as a macro.
21069         (gnus-display-mime): Use it.
21070
21071 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21072
21073         * gnus-art.el (article-date-ut): Support converting date in
21074         forwarded parts as well.
21075         (gnus-article-save-original-date): New function.
21076         (gnus-display-mime): Use it.
21077
21078 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21079
21080         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21081         enclosure element of <item>.
21082
21083 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21084
21085         * message.el (message-kill-buffer-query): Rename from
21086         `message-kill-buffer-query-if-modified'.  Add :version.
21087
21088 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21089
21090         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21091         window layout.
21092
21093 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21094
21095         * mml.el: Autoload dnd when compiling.
21096
21097 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21098
21099         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21100         x-dnd-*.
21101
21102 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21103
21104         * qp.el (quoted-printable-encode-region): Save excursion.
21105
21106 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21107
21108         * message.el (message-kill-buffer-query-if-modified): Add new variable
21109         so the user can kill a modified message buffer quickly.
21110         (message-kill-buffer): Use it.
21111
21112 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21113
21114         * lpath.el: Fbind display-time-event-handler; don't fbind
21115         string-to-multibyte.
21116
21117         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21118
21119 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21120
21121         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21122         contained in text because xml.el decodes entities) with LFs.
21123
21124 2005-04-11  Lute Kamstra  <lute@gnu.org>
21125
21126         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21127         differently.
21128
21129 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21130
21131         * mm-util.el (mm-detect-coding-region): Typo.
21132
21133 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21134
21135         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21136
21137 2005-04-06  Deepak Goel  <deego@gnufans.org>
21138
21139         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21140         user-function allow user modifications of the scores.
21141         (spam-stat-score-buffer-user): New function, to allow
21142         user-computed modifications to the score.
21143         (spam-stat-score-buffer-user-functions): List of additional
21144         scoring functions.
21145         (spam-stat-error-holder): Global temporary error holder.
21146         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21147         variable.
21148
21149 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21150
21151         * gnus-registry.el (gnus-registry-clean-empty-function)
21152         (gnus-registry-trim, gnus-registry-fetch-groups)
21153         (gnus-registry-delete-group): Groups that match
21154         `gnus-registry-ignored-groups' are removed from the registry
21155         entries, not just ignored for splitting.  This helps clean up the
21156         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21157         to get all the groups a message ID is in.
21158
21159         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21160         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21161         (spam-stat-score-buffer-user-functions): Add :number custom type.
21162
21163 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21164
21165         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21166         argument in XEmacs.
21167
21168         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21169         (nnrss-request-group): Decode group name first.
21170         (nnrss-request-article): Make a text/plain article if mml-to-mime
21171         failed.
21172         (nnrss-get-encoding): Return a compatible encoding according to
21173         nnrss-compatible-encoding-alist.
21174         (nnrss-find-el): Use consp instead of listp.
21175         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21176
21177 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21178
21179         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21180         which Emacs 20 doesn't support.
21181         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21182
21183 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21184
21185         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21186         silence the byte compiler inside the defun.
21187
21188         * gnus-demon.el (parse-time-string): Add autoload.
21189
21190         * gnus-delay.el (parse-time-string): Add autoload.
21191
21192         * gnus-art.el (parse-time-string): Add autoload.
21193
21194         * nnultimate.el (parse-time): Require for `parse-time-string'.
21195
21196 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21197
21198         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21199
21200         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21201
21202         * smime.el (smime-ldap-host-list): Add :version.
21203
21204 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21205
21206         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21207         pass it to `gnus-browse-read-group'.
21208         (gnus-browse-read-group): Add NUMBER argument and pass it to
21209         `gnus-group-read-ephemeral-group'.
21210
21211         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21212         argument and pass it to `gnus-group-read-group'.
21213
21214 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21215
21216         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21217         mm-xemacs-find-mime-charset-1 if we have the mule feature
21218         available at runtime.
21219
21220 2005-03-25  Werner Lemberg  <wl@gnu.org>
21221
21222         * nnmaildir.el: Replace `illegal' with `invalid'.
21223
21224 2005-03-23  Lute Kamstra  <lute@gnu.org>
21225
21226         * time-date.el: Add comment on time value formats.
21227         Don't require parse-time.
21228         (with-decoded-time-value): New macro.
21229         (encode-time-value): New function.
21230         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21231         (days-to-time): Return a valid time value when arg is huge.
21232         (time-since): Use time-subtract.
21233         (time-to-number-of-days): Use time-to-seconds.
21234
21235 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21236
21237         * gnus-start.el (gnus-display-time-event-handler):
21238         Check display-time-timer at runtime rather than only at load time
21239         in case display-time-mode is turned off in the mean time.
21240
21241 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21242
21243         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21244         used.
21245
21246         * nneething.el (nneething-map-file-directory): Derive from
21247         `gnus-directory'.
21248
21249         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21250         the To/Cc button.
21251
21252 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21253
21254         * nnmaildir.el (nnmaildir-request-accept-article):
21255         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21256
21257 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21258
21259         * gnus-async.el: Require timer-funcs at compile time when in
21260         XEmacs for `run-with-idle-timer'.
21261
21262 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21263
21264         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21265         autoloaded function.
21266
21267 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21268
21269         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21270
21271 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21272
21273         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21274
21275 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21276
21277         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21278         Add gnus-expert-user to default.
21279
21280 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21281
21282         * nnimap.el (nnimap-open-server): Ditto.
21283
21284         * imap.el (imap-authenticate): Fix typo.
21285
21286 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21287
21288         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21289         buffer (since IMAP server might return FETCH response out of
21290         order, and the nntp buffer must be sorted).
21291
21292 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21293
21294         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21295         comparison on string.
21296
21297         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21298         (gnus-agent-score): Rename category keywords to match gnus-cus.
21299         (gnus-agent-summary-fetch-series): Modify to protect against
21300         gnus-agent-summary-fetch-group clearing processable flags.
21301         (gnus-agent-synchronize-group-flags): Update live group buffer as
21302         synchronization may occur due to the user toggle the plugged
21303         status.
21304         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21305         successfully downloaded.
21306         (gnus-agent-expire-group-1): Avoid using markers when the overview
21307         is in ascending order; greatly improves performance.
21308         (gnus-agent-regenerate-group):
21309         Use gnus-agent-synchronize-group-flags to reset read status in both
21310         gnus and server.
21311         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21312
21313 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21314
21315         * message.el: Don't autoload former message-utils variables.
21316         (message-strip-subject-trailing-was): Change doc string.
21317
21318         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21319         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21320         (nnweb-google-search): Add "hl=en" here.
21321         (nnweb-google-parse-1, nnweb-google-create-mapping):
21322         Don't hardcode URL.
21323
21324 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21325
21326         * message.el (message-get-reply-headers, message-followup):
21327         Mention related variables `message-use-followup-to' and
21328         `message-use-mail-followup-to', in the information buffer.
21329
21330         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21331         of broken groups(-beta).google.com.
21332
21333 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21334
21335         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21336         parameter to invoked gnus-request-move-article; remove the
21337         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21338         all at once instead of once per article.
21339         (gnus-summary-remove-process-mark): Accept a list of articles as
21340         well as a single article for processing.
21341
21342         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21343         parameter.
21344
21345         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21346
21347         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21348
21349         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21350         parameter.
21351
21352         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21353         parameter.
21354
21355         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21356         parameter and remove the gnus-sum-hint-move-is-internal variable.
21357
21358         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21359         parameter.
21360
21361         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21362         parameter.
21363
21364         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21365         parameter.
21366
21367         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21368
21369         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21370         parameter.
21371
21372         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21373         parameter.
21374
21375 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21376
21377         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21378         a more conservative way.
21379
21380 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21381
21382         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21383         buffer, so it moves the window's cursor.
21384
21385 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21386
21387         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21388         `mm-dissect-multipart' and receive the from field as an (optional)
21389         argument from `mm-dissect-multipart'.
21390         (mm-dissect-multipart): Receive the from field as an argument and
21391         pass it on when we call `mm-dissect-buffer' on MIME parts.
21392         Fixes verification/decryption of signed/encrypted MIME parts.
21393
21394 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21395
21396         * gnus-sum.el (gnus-summary-move-article):
21397         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21398         whatever it calls (right now, only nnimap-request-move article
21399         respects it).
21400
21401         * nnimap.el (nnimap-request-move-article):
21402         When gnus-sum-hint-move-is-internal is set, don't do the extra
21403         nnimap-request-article.
21404
21405 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21406
21407         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21408
21409         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21410         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21411
21412         * gnus-sum.el (gnus-summary-caesar-message):
21413         Apply `gnus-treat-article' after rotation.
21414
21415         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21416         doc string.
21417
21418 2005-02-22  Simon Josefsson  <jas@extundo.com>
21419
21420         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21421         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21422         <arne@arnested.dk>.
21423         (encrypt): Add password-cache and password-cache-expiry as group
21424         members.
21425
21426 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21427
21428         * smime.el (smime-ldap-host-list): Doc fix.
21429         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21430         cache) password.
21431         (smime-sign-region): Use it.
21432         (smime-decrypt-region): Use it.
21433         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21434         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21435         fails.
21436         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21437         certificate from DER to PEM format rather than calling openssl.
21438
21439         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21440
21441         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21442         for signing/encryption.
21443
21444         * mml.el (mml-parse-1): Use them.
21445
21446 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21447
21448         * nnrss.el (nnrss-verbose): Remove.
21449         (nnrss-request-group): Use `nnheader-message' instead.
21450
21451 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21452
21453         * nnrss.el (nnrss-verbose): New variable.
21454         (nnrss-request-group): Make it say nnrss is requesting a group.
21455
21456 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21457
21458         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21459         Handle news URL with given port correctly.
21460
21461 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21462
21463         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21464         containing special characters.
21465
21466         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21467
21468         * mml.el (mime-to-mml): Ditto.
21469
21470         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21471         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21472         (rfc2047-decode-region): Quote decoded words containing special
21473         characters when rfc2047-quote-decoded-words-containing-tspecials
21474         is non-nil.
21475
21476 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21477
21478         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21479
21480         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21481
21482 2005-02-15  Simon Josefsson  <jas@extundo.com>
21483
21484         * nnimap.el (nnimap-debug): Doc fix.
21485
21486         * imap.el (imap-debug): Doc fix.
21487
21488 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21489
21490         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21491
21492 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21493
21494         * gnus.el (spam-contents): Improve docs for spam-contents
21495         parameter in its variable incarnation.
21496
21497 2005-02-14  Simon Josefsson  <jas@extundo.com>
21498
21499         * smime-ldap.el: Use require instead of load-library for ldap.
21500         (smime-ldap-search): Indent.
21501         (smime-ldap-search-internal): Shorten line.
21502
21503         * smime.el (smime-cert-by-dns): Add doc-string.
21504         (smime-cert-by-ldap-1): Indent.
21505
21506         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21507         mml-smime-get-dns-ldap.
21508         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21509
21510 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21511
21512         * smime.el: Require smime-ldap.
21513         (smime-ldap-host-list): New variable.
21514         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21515
21516         * mml-smime.el (mml-smime-encrypt-query): New function.
21517         (mml-smime-encrypt-query): Use it.
21518
21519         * smime-ldap.el: New file.
21520
21521 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21522
21523         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21524
21525 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21526
21527         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21528         argument in doc string.  Make query for type more clear.
21529
21530 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21531
21532         * gnus.el (gnus-group-startup-message): Search for gnus images in
21533         etc/images/gnus.
21534         * mm-util.el (mm-image-load-path): Likewise.
21535         * smiley.el (smiley-data-directory): Search for smilies in
21536         etc/images/smilies.
21537
21538 2005-02-09  Kim F. Storm  <storm@cua.dk>
21539
21540         Change Emacs release version from 21.4 to 22.1 throughout.
21541         Change Emacs development version from 21.3.50 to 22.0.50.
21542
21543 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21544
21545         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21546
21547         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21548         non-Mule XEmacs as well.
21549         (mm-decompress-buffer): Signal an error intentionally if it does
21550         not decompress compressed data because auto-compression-mode is
21551         disabled.
21552
21553 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21554
21555         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21556         an ID in the registry even if it has no groups.
21557
21558 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21559
21560         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21561         merge it into mm-decompress-buffer.
21562         (gnus-mime-copy-part): Use the MIME part charset, the value which
21563         a user specified or gnus-newsgroup-charset for decoding, like
21564         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21565         save-buffer what was used.  Suggested by Kevin Ryde
21566         <user42@zip.com.au>.
21567         (gnus-mime-inline-part): Allow the name parameter as well as the
21568         filename parameter; force decompressing of compressed data; always
21569         display contents being not decoded as unibyte.
21570
21571         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21572         as well as the filename parameter.
21573
21574         * mm-util.el (mm-decompress-buffer):
21575         Merge gnus-mime-jka-compr-maybe-uncompress.
21576         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21577         of compressed data.
21578
21579 2005-02-08  Simon Josefsson  <jas@extundo.com>
21580
21581         * imap.el (imap-log): Doc fix.
21582
21583 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21584
21585         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21586         the coding cookies; decompress compressed parts.
21587
21588         * mml.el (mml-generate-mime-1): Add the charset parameter according
21589         to the value which a user specified manually or the coding cookie.
21590
21591         * mm-util.el (mm-string-to-multibyte): New function.
21592         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21593         (mm-coding-system-to-mime-charset): New function.
21594         (mm-decompress-buffer): New function.
21595         (mm-find-buffer-file-coding-system): New function.
21596
21597         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21598         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21599         parts.
21600
21601 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21602
21603         * mm-view.el (mm-display-inline-fontify): Decode a part according
21604         to the charset parameter.
21605
21606 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21607
21608         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21609         prefix arg is neither nil nor a number, as info specifies.
21610
21611 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21612
21613         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21614         timestamps.
21615
21616 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21617
21618         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21619         groups error checking and notify user.
21620
21621 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21622
21623         * message.el (message-send-mail-function): Check existence of
21624         sendmail-program first before using default value
21625         `message-send-mail-with-sendmail'.  Otherwise use more generic
21626         `smtpmail-send-it'.
21627
21628 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21629
21630         * nntp.el (nntp-request-update-info): Always return nil.
21631
21632 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21633
21634         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21635
21636 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21637
21638         * message.el (message-beginning-of-line): Change the behavior when
21639         invoked between BOL and : so that it first moves backward.
21640
21641 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21642
21643         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21644         article buffer when editing of the article is discarded.
21645         (gnus-article-prepare): Revert.
21646
21647 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21648
21649         * gnus-art.el (gnus-article-prepare):
21650         Remove message-strip-forbidden-properties from the local hook.
21651
21652 2005-01-27  Simon Josefsson  <jas@extundo.com>
21653
21654         * password.el (password-cache-add): Only start one timer per key.
21655         Reported by Derek Atkins <warlord@MIT.EDU>.
21656
21657 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21658
21659         * run-at-time.el: Remove.  It is no longer needed as
21660         timer-funcs.el in the xemacs-base package has a working version of
21661         `run-at-time'.
21662
21663         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21664
21665         * password.el: Require timer-funcs instead of run-at-time in
21666         XEmacs.
21667         Remove `password-run-at-time' macro.
21668         (password-cache-add): Use `run-at-time' instead of
21669         `password-run-at-time'.
21670
21671         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21672         Remove `nnheader-cancel-function-timers' alias,
21673         `cancel-function-timers' exists in XEmacs in timer-funcs.
21674
21675         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21676         for `run-with-idle-timer'.
21677
21678         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21679         for `run-at-time'.
21680
21681         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21682         for `with-timeout'.
21683
21684         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21685         the same as for XEmacs 21.4.
21686         No need to ignore `run-with-idle-timer', this function exists in
21687         XEmacs now in timer-funcs.el in the xemacs-base package.
21688         (dgnushack-compile): No need to delete
21689         run-at-time.el from the list of files to compile because it
21690         doesn't exist anymore.
21691
21692 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21693
21694         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21695         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21696
21697 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21698
21699         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21700         sensitively.
21701
21702 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21703
21704         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21705
21706 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21707
21708         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21709         which will be inserted according to the multibyteness of a buffer
21710         rather than the type of contents.  Suggested by ARISAWA Akihiro
21711         <ari@mbf.ocn.ne.jp>.
21712
21713         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21714         of string which old xml.el may return rather than a string.
21715
21716 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21717
21718         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21719
21720 2005-01-16  Simon Josefsson  <jas@extundo.com>
21721
21722         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21723         idn/idna.el isn't available.
21724         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21725         <michael@waxrat.com>.
21726
21727         * hashcash.el: Remove non-FSF copyright header.
21728
21729         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21730         (hashcash-generate-payment): Use it.
21731         (hashcash-generate-payment-async): Use it.
21732
21733 2005-01-15  Simon Josefsson  <jas@extundo.com>
21734
21735         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21736         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21737
21738         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21739         gnus-summary-idna-message.
21740         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21741         (gnus-summary-idna-message): New function.
21742
21743 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21744
21745         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21746         gnus-novice-user.
21747
21748 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21749
21750         * nnrss.el (nnrss-request-delete-group): Delete entries in
21751         nnrss-group-alist as well.
21752         (nnrss-save-server-data): Insert newline.
21753
21754 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21755
21756         * gnus.el (gnus-user-agent): Use list of symbols instead of
21757         symbols.  Display full version number for (S)XEmacs.
21758         Optionally display (S)XEmacs codename.
21759
21760         * gnus-util.el (gnus-emacs-version): Update for new
21761         `gnus-user-agent'.
21762
21763         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21764         Gnus version.
21765
21766 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21767
21768         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21769         which is unreadable in some setups.
21770
21771 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21772
21773         * gnus-spec.el (gnus-update-format-specifications): Flush the
21774         group format spec cache if it doesn't support decoded group names.
21775
21776 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21777
21778         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21779         Allow to apply decay on score files matching a regexp.
21780
21781 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21782
21783         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21784         compatibility in %g and %c.
21785
21786 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21787
21788         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21789         name for only %g and %c.
21790         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21791         of gnus-tmp-group to decoded group name.
21792         (gnus-group-make-rss-group): Exclude `/'s from group names.
21793
21794 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21795
21796         * nnrss.el (nnrss-get-encoding): Fix regexp.
21797
21798 2004-12-27  Simon Josefsson  <jas@extundo.com>
21799
21800         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21801         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21802         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21803
21804 2004-12-17  Kim F. Storm  <storm@cua.dk>
21805
21806         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21807
21808         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21809
21810 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21811
21812         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21813
21814 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21815
21816         * nnrss.el: Require rfc2047 and mml.
21817         (nnrss-file-coding-system): New variable.
21818         (nnrss-format-string): Redefine it as an inline function.
21819         (nnrss-decode-group-name): New function.
21820         (nnrss-string-as-multibyte): Remove.
21821         (nnrss-retrieve-headers): Decode group name; don't use
21822         nnrss-format-string.
21823         (nnrss-request-group): Decode group name.
21824         (nnrss-request-article): Decode group name; allow a Message-ID as
21825         well as an article number; don't use nnrss-format-string; encode a
21826         Message-ID string which may contain non-ASCII characters; use
21827         mml-to-mime to compose a MIME article.
21828         (nnrss-request-expire-articles): Decode group name.
21829         (nnrss-request-delete-group): Decode group name.
21830         (nnrss-fetch): Clarify error message.
21831         (nnrss-read-server-data): Use insert-file-contents instead of load;
21832         bind file-name-coding-system; use multibyte buffer.
21833         (nnrss-save-server-data): Bind coding-system-for-write to the
21834         value of nnrss-file-coding-system; bind file-name-coding-system;
21835         add coding cookie.
21836         (nnrss-read-group-data): Use insert-file-contents instead of load;
21837         bind file-name-coding-system; use multibyte buffer.
21838         (nnrss-save-group-data): Bind coding-system-for-write to the
21839         value of nnrss-file-coding-system; bind file-name-coding-system.
21840         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21841         make it work with non-ASCII text.
21842         (nnrss-find-el): Make it work with old xml.el as well.
21843
21844 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21845
21846         * nnrss.el (nnrss-get-encoding): New function.
21847         (nnrss-fetch): Use unibyte buffer initially; bind
21848         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21849         decode contents according to the encoding attribute.
21850         (nnrss-save-group-data): Add coding cookie.
21851         (nnrss-mime-encode-string): New function.
21852         (nnrss-check-group): Use it to encode subject and author.
21853
21854 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21855
21856         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21857         imaginary variable.
21858
21859 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21860
21861         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21862         correctly even if there are wide characters.
21863
21864 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21865
21866         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21867         downcased symbol names; make a new cache instead of reusing
21868         bbdb-hashtable.
21869
21870 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21871
21872         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21873         concatenating segments rather than before concatenating them.
21874         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21875
21876         * message.el (message-get-reply-headers): Bind `extra'.
21877
21878 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21879
21880         * message.el (message-extra-wide-headers): New variable.
21881         (message-get-reply-headers): Use it.
21882
21883 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21884
21885         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21886         (gnus-agent-group-pathname): Ditto.
21887
21888         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21889
21890         * gnus-group.el (gnus-group-make-group): Decode group name.
21891         (gnus-group-make-rss-group): Register the group data after opening
21892         the nnrss group.
21893
21894 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21895
21896         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21897         by expiry now get marked as read.
21898
21899 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21900
21901         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21902
21903 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21904
21905         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21906         unify Latin characters in XEmacs.
21907         (mm-find-mime-charset-region): Use it.
21908
21909 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * gnus-util.el (gnus-delete-directory): New function.
21912
21913         * gnus-agent.el (gnus-agent-delete-group): Use it.
21914
21915         * gnus-cache.el (gnus-cache-delete-group): Use it.
21916
21917 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21918
21919         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21920         names.
21921
21922 2004-12-16  Simon Josefsson  <jas@extundo.com>
21923
21924         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21925
21926 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21927
21928         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21929
21930         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21931         (gnus-group-set-current-level): Decode group name.
21932
21933 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21934
21935         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21936         failed.
21937
21938 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * gnus-group.el (gnus-group-delete-group): Decode group name.
21941         (gnus-group-make-rss-group): Encode group name.
21942         (gnus-group-catchup-current): Decode group name.
21943         (gnus-group-kill-group): Decode group name.
21944
21945 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21946
21947         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21948
21949 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21950
21951         * gnus-group.el (gnus-group-make-rss-group):
21952         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21953
21954         * gnus-start.el (gnus-setup-news): Honor user's setting to
21955         gnus-message-archive-method.  Suggested by Lute Kamstra
21956         <lute@gnu.org>.
21957
21958 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21959
21960         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21961         global counterparts of the buffer-local variables.
21962
21963 2004-11-16  Romain Francoise  <romain@orebokech.com>
21964
21965         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21966         counterparts of the buffer-local variables.
21967
21968 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21969
21970         * message.el (message-forbidden-properties): Fix typo in doc
21971         string.
21972
21973 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21974
21975         * gnus-util.el (gnus-replace-in-string): Add doc string.
21976
21977         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21978         to avoid problems when splitting mails with many recipients.
21979
21980 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21981
21982         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21983         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21984
21985 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21986
21987         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21988         if there is no hashtable in memory or file modification time is
21989         newer than cached timestamp.
21990
21991 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21992
21993         * gnus-sum.el (gnus-summary-limit-to-recipient):
21994         Implement not-matching option.
21995
21996 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21997
21998         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21999         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22000         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22001         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22002         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22003         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22004
22005 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22006
22007         * message.el (message-forward-make-body-mml): Remove headers
22008         according to message-forward-ignored-headers if a message is decoded.
22009
22010 2004-12-02  Romain Francoise  <romain@orebokech.com>
22011
22012         * message.el (message-forward-make-body-plain): Always remove
22013         headers according to message-forward-ignored-headers.
22014
22015 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22016
22017         * spam.el (spam-summary-prepare-exit): Remove the
22018         gnus-summary-limit pop for now, it has problems with ham marks for
22019         me.
22020
22021 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22022
22023         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22024         correctly.
22025
22026 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22027
22028         * format-spec.el (format-spec): Message the char.
22029
22030 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22031
22032         * gnus-art.el (gnus-split-methods): Reformat comments.
22033
22034         * spam.el (spam-summary-prepare-exit): Remove article limits
22035         before exiting the summary buffer.
22036
22037 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22038
22039         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22040         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22041
22042         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22043         order to silence the byte compiler.
22044
22045         * spam.el: Fix the way to silence the byte compiler, which
22046         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22047         bbdb-search-simple, spam-BBDB-register-routine,
22048         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22049         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22050         spam-stat-buffer-is-spam, spam-stat-load,
22051         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22052         spam-stat-save and spam-stat-split-fancy.
22053
22054 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22055
22056         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22057         which may confuse users.
22058         (canlock-password-for-verify): Ditto.
22059
22060         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22061
22062         * gnus-art.el (gnus-emphasis-alist): Ditto.
22063
22064         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22065
22066         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22067
22068         * gnus-start.el (gnus-save-killed-list): Ditto.
22069
22070         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22071         (gnus-sum-thread-tree-root): Ditto.
22072         (gnus-sum-thread-tree-false-root): Ditto.
22073         (gnus-sum-thread-tree-single-indent): Ditto.
22074
22075         * message.el (message-courtesy-message): Ditto.
22076         (message-archive-note): Ditto.
22077         (message-subscribed-address-file): Ditto.
22078         (message-user-fqdn): Ditto.
22079
22080         * spam-report.el (spam-report-gmane-regex): Ditto.
22081
22082         * spam.el (spam-blackhole-good-server-regex): Ditto.
22083
22084 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22085
22086         * mml.el (mml-preview): Widen the message buffer before copying
22087         the contents to the preview buffer; sort headers before previewing.
22088
22089         * message.el (message-hidden-headers): Fix the way to avoid a bug
22090         in the `repeat' widget in Emacs 21.3 or earlier.
22091
22092 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22093
22094         * message.el (message-hidden-headers): Default to "^References:".
22095         Improve customization type.  Suggested by Reiner Steib
22096         <Reiner.Steib@gmx.de>.
22097
22098 2004-11-25  Romain Francoise  <romain@orebokech.com>
22099
22100         * message.el (message-strip-forbidden-properties): Remove check for
22101         obsolete `message-hidden' text property, hidden headers are not
22102         accessible in the buffer anymore.
22103
22104 2004-11-22  Romain Francoise  <romain@orebokech.com>
22105
22106         * message.el (message-header-format-alist): Add `From' in list
22107         so that it can be sorted.
22108         (message-fix-before-sending): Widen and sort headers before
22109         sending.
22110         (message-hide-headers): Use narrowing to hide headers by moving
22111         them to the top of the buffer and narrowing to the region
22112         underneath.
22113
22114 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22115
22116         * message.el (message-strip-forbidden-properties):
22117         Bind buffer-read-only (etc) to nil.
22118
22119 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22120
22121         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22122         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22123
22124 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22125
22126         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22127
22128 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22129
22130         * dns.el (query-dns): Use sit-for to time instead of
22131         accept-process-output, since that doesn't seem to work on udp
22132         sockets.
22133
22134 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22135
22136         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22137
22138 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22139
22140         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22141         doc string.  Improve doc string.
22142
22143 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22144
22145         * nntp.el (nntp-request-update-info): Return nil if
22146         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22147         may not call gnus-activate-group which uselessly issues the GROUP
22148         commands for all nntp groups and wastes time.  Reported by Romain
22149         Francoise <romain@orebokech.com>.
22150
22151         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22152
22153 2004-11-15  Simon Josefsson  <jas@extundo.com>
22154
22155         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22156         headers separately.
22157         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22158         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22159
22160 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22161
22162         * gnus-start.el (gnus-convert-old-newsrc):
22163         Assign legacy-gnus-agent to 5.10.7.
22164
22165 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22166
22167         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22168         start of the lines.
22169
22170 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22171
22172         * hashcash.el (hashcash-default-payment): Change default to 20.
22173         (hashcash-default-accept-payment): Change default to 20.
22174         (hashcash-process-alist): New variable.
22175         (hashcash-generate-payment-async): Add.
22176         (hashcash-already-paid-p): Add.
22177         (hashcash-insert-payment): Don't generate payments twice.
22178         (hashcash-insert-payment-async): Add.
22179         (hashcash-insert-payment-async-2): Add.
22180         (hashcash-cancel-async): Add.
22181         (hashcash-wait-async): Add.
22182         (hashcash-processes-running-p): Add.
22183         (hashcash-wait-or-cancel): Add.
22184         (mail-add-payment): New optional argument.  Conditionally start
22185         asynchronous calculation.
22186         (mail-add-payment-async): Add.
22187
22188         * message.el (message-send-mail): Wait for asynchronous hashcash
22189         results.  Don't clobber existing X-Hashcash headers.
22190         (message-setup-1): Call mail-add-payment-async when
22191         message-generate-hashcash is non-nil.
22192
22193 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22194
22195         * message.el (message-use-alternative-email-as-from): Examine the
22196         From header as well; use message-make-from in order to include a
22197         user's full name.
22198
22199 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22200
22201         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22202         default; improve customization type.
22203         (gnus-emphasis-custom-with-format): New macro.
22204         (gnus-emphasis-custom-value-to-external): New function.
22205         (gnus-emphasis-custom-value-to-internal): New function.
22206
22207 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22208
22209         * dns.el (query-dns): Resolve reverse addresses.
22210
22211 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22212
22213         * gnus-group.el (gnus-group-get-new-news): Use it.
22214
22215         * gnus-start.el (gnus-check-reasonable-setup): New function.
22216
22217 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22220         "Args out of range" error.  Reported by Arnaud Giersch
22221         <arnaud.giersch@free.fr>.
22222
22223 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22224
22225         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22226
22227 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22228
22229         * spam.el (spam group): Add :version.
22230
22231         * pgg-def.el (pgg group): Add :version.
22232
22233 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22234
22235         * gnus-art.el (gnus-article-edit-article): Don't associate the
22236         article buffer with a draft file.  This is a temporary measure
22237         against the 2004-08-22 change to gnus-article-edit-mode.
22238
22239 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22240
22241         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22242         (html2text-format-tags): Remove unused variable `attr'.
22243
22244 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22245
22246         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22247
22248         * tls.el (tls-process-connection-type, tls-success)
22249         (tls-certtool-program): Add :version.
22250
22251         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22252         (starttls-extra-arguments, starttls-process-connection-type)
22253         (starttls-connect, starttls-failure, starttls-success): Add :version.
22254
22255         * spam-stat.el (spam-stat): Add :version.
22256
22257         * sieve.el (sieve): Add :version.
22258
22259         * sha1.el (sha1): Add :version.
22260         (sha1-use-external): Remove redundant version.
22261
22262         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22263         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22264         (nnmail-split-fancy-match-partial-words)
22265         (nnmail-split-lowercase-expanded): Add :version.
22266
22267         * nndiary.el (nndiary): Add :version.
22268
22269         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22270
22271         * mml-sec.el (mml-default-sign-method)
22272         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22273         Add :version.
22274
22275         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22276
22277         * mm-url.el (mm-url-use-external, mm-url-program)
22278         (mm-url-arguments): Add :version.
22279
22280         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22281         (mm-attachment-file-modes, mm-decrypt-option)
22282         (mm-w3m-safe-url-regexp): Add :version.
22283
22284         * message.el (message-cite-prefix-regexp)
22285         (message-sendmail-envelope-from, message-minibuffer-local-map)
22286         (message-user-fqdn, message-completion-alist): Add :version.
22287
22288         * gnus-win.el (gnus-configure-windows-hook)
22289         (gnus-use-frames-on-any-display): Add :version.
22290
22291         * gnus-art.el (gnus-article-address-banner-alist)
22292         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22293         (gnus-treat-from-picon, gnus-treat-mail-picon)
22294         (gnus-treat-x-pgp-sig): Add :version.
22295
22296         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22297         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22298         (gnus-summary-article-delete-hook)
22299         (gnus-summary-display-while-building): Add :version.
22300
22301         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22302         (gnus-get-top-new-news-hook): Add :version.
22303
22304         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22305         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22306
22307         * gnus-registry.el (gnus-registry): Add :version.
22308
22309         * gnus-spec.el (gnus-use-correct-string-widths)
22310         (gnus-make-format-preserve-properties): Add :version.
22311
22312         * gnus.el (gnus-group-charter-alist)
22313         (gnus-group-fetch-control-use-browse-url)
22314         (gnus-install-group-spam-parameters): Add :version.
22315
22316         * gnus-diary.el (gnus-diary): Add :version.
22317
22318         * gnus-delay.el (gnus-delay): Add :version.
22319
22320         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22321         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22322         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22323         Add :version.
22324
22325         * gnus-agent.el (gnus-agent-max-fetch-size)
22326         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22327         (gnus-agent-prompt-send-queue): Add :version.
22328
22329         * deuglify.el (gnus-outlook-deuglify): Add :version.
22330
22331         * html2text.el: Beautify code.  Improve doc strings.
22332         Some checkdoc cleanup.
22333         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22334
22335 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22336
22337         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22338
22339 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22340
22341         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22342         when package is loaded.
22343
22344         * spam.el (spam-summary-score-preferred-header): Add global preference
22345         for people who want to override the default SpamAssassin over
22346         Bogofilter preference (when both are set).
22347         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22348         (spam-user-format-function-S):
22349         Check spam-summary-score-preferred-header.
22350         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22351         (spam-user-format-function-S): Format the score correctly.
22352
22353 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22354
22355         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22356         signature file.  Suggested by Manoj Srivastava
22357         <srivasta@golden-gryphon.com>.
22358
22359         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22360         iso-2022-jp even in the Japanese language environment.
22361         Suggested by Jason Rumney <jasonr@gnu.org>.
22362
22363 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22364
22365         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22366         use the same characters as the dummy marks; make it free from
22367         getting affected by the language environment.
22368         (gnus-summary-read-group-1): Update mark positions only when the
22369         format spec is updated.
22370
22371         * gnus-spec.el (gnus-update-format-specifications): Return a list
22372         of updated types.
22373
22374 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22375
22376         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22377         of boundp to check if display-warning is available.
22378
22379 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22380
22381         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22382
22383 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22384
22385         * nnspool.el (nnspool-spool-directory): Use news-path if the
22386         news-directory variable is not bound.
22387
22388         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22389         function instead of display-warning if it is not available.
22390
22391 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22392
22393         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22394         v5-10: Use `point-at-bol'.
22395
22396 2004-10-26  Simon Josefsson  <jas@extundo.com>
22397
22398         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22399         <chenggao@gmail.com>.
22400
22401 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22402
22403         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22404         instead.
22405
22406 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22407
22408         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22409         to remove a server from the nnimap-server-buffer-alist.
22410         (nnimap-open-connection, nnimap-close-server): Use it.
22411
22412         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22413
22414 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22415
22416         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22417         running the major-mode function.
22418
22419 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22422         dummy marks in the right way.
22423
22424 2004-10-18  David Edmondson  <dme@dme.org>
22425
22426         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22427         excessively.
22428
22429 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22430
22431         * gnus-util.el (gnus-split-references): Accept a nil references
22432         string and go on blissfully.
22433
22434         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22435         cases where the references string is non-nil but has no references.
22436
22437         * encrypt.el: Add autoload tags.
22438
22439         * spam.el (spam-resolve-registrations-routine): Remove article
22440         from unregistration list too.  Reported by David Hanak
22441         <dhanak@isis.vanderbilt.edu>
22442
22443 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22444
22445         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22446         nil.  Change custom type.
22447
22448 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22449
22450         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22451
22452         * gnus-sum.el (gnus-summary-move-article): Use it.
22453
22454 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22455
22456         * encrypt.el: Add autoload cookies.
22457
22458         * spam.el (spam-backend-article-list-property)
22459         (spam-backend-get-article-todo-list)
22460         (spam-backend-put-article-todo-list)
22461         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22462         Resolve registrations separately.
22463         (spam-register-routine): Format comments.
22464         (spam-unregister-routine, spam-register-routine): Always call with
22465         specific-articles, no default list.
22466         (spam-summary-prepare-exit): Use the spam-classifications function.
22467
22468         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22469         gnus-encrypt.el.
22470
22471         * encrypt.el: Copied from gnus-encrypt.el.
22472
22473         * gnus-encrypt.el: Commented that it's obsolete.
22474
22475 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22476
22477         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22478         (gnus-score-save): Use it.
22479
22480         * message.el (message-bury): Use `window-dedicated-p'.
22481
22482 2004-10-15  Simon Josefsson  <jas@extundo.com>
22483
22484         * pop3.el (top-level): Don't require nnheader.
22485         (pop3-read-timeout): Add.
22486         (pop3-accept-process-output): Add.
22487         (pop3-read-response, pop3-retr): Use it.
22488
22489 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22490
22491         * spam.el (spam-register-routine): Move comment.
22492         (spam-verify-bogofilter): Use 'unknown for the initial
22493         spam-bogofilter-valid state, not 'never.
22494
22495         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22496         for netrc-machine.
22497
22498         * nnimap.el (nnimap-open-connection):
22499         Use netrc-machine-user-or-password.
22500
22501 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22502
22503         * gnus-registry.el (gnus-registry-unload-hook):
22504         Set as a variable with add-hook.
22505
22506         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22507         of news-path.
22508
22509         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22510
22511         * spam.el: Delete duplicate `provide'.
22512         (spam-unload-hook): Set as a variable with add-hook.
22513
22514 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22515
22516         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22517         in the doc string.
22518
22519         * message.el (message-ignored-news-headers)
22520         (message-ignored-supersedes-headers)
22521         (message-ignored-resent-headers)
22522         (message-forward-ignored-headers): Improve custom type.
22523
22524 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22525
22526         * message.el (message-tokenize-header): Fix 2004-09-06 change
22527         which used point-min in the wrong place.
22528
22529 2004-10-12  Simon Josefsson  <jas@extundo.com>
22530
22531         * tls.el (tls-certtool-program): New variable.
22532         (tls-certificate-information): New function, based on
22533         ssl-certificate-information.
22534
22535 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22536
22537         * compface.el: Move the version of ELisp-based uncompface program
22538         to the contrib directory because of the copyright problem.
22539
22540 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22541
22542         * message.el (message-kill-buffer): Raise the current frame.
22543
22544 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22545
22546         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22547
22548         * gnus.el (message-y-or-n-p): Autoload.
22549
22550         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22551         (pop3-password-required, pop3-authentication-scheme)
22552         (pop3-leave-mail-on-server): Make customizable.
22553         (pop3): New custom group.
22554         (pop3-retr): Remove `sleep-for' statements.
22555         Suggested by Dave Love <fx@gnu.org>.
22556
22557         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22558         Windows/DOS.
22559
22560         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22561         (imap-parse-body): Fix incorrect use of `assert'.
22562         Suggested by Dave Love <fx@gnu.org>.
22563
22564         * mml.el (mml-minibuffer-read-disposition): Require match.
22565         Suggested by Dave Love <fx@gnu.org>.
22566
22567 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22568
22569         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22570         doc string.
22571
22572 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22573
22574         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22575
22576 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22577
22578         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22579         instead of calling `mm-insert-inline', to decode text/* parts
22580         before displaying them.
22581
22582 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22583
22584         * mm-uu.el (mm-uu-text-plain-type): New variable.
22585         (mm-uu-pgp-signed-extract-1): Use it.
22586         (mm-uu-pgp-encrypted-extract-1): Use it.
22587         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22588         bind mm-uu-text-plain-type with that value.
22589         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22590         mm-uu-dissect.
22591
22592 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22593
22594         * gnus-group.el (gnus-update-group-mark-positions):
22595         * gnus-sum.el (gnus-update-summary-mark-positions):
22596         * message.el (message-check-news-body-syntax):
22597         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22598         of string-as-multibyte.
22599
22600 2004-10-05  Juri Linkov  <juri@jurta.org>
22601
22602         * gnus-group.el (gnus-update-group-mark-positions):
22603         * gnus-sum.el (gnus-update-summary-mark-positions):
22604         * message.el (message-check-news-body-syntax):
22605         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22606         8-bit unibyte values to a multibyte string for search functions.
22607
22608 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22609
22610         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22611         (mm-uu-dissect-text-parts): New function.
22612
22613         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22614         dissect text parts.
22615
22616         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22617         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22618
22619         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22620
22621         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22622         Use gnus-current-topics instead of gnus-current-topic.
22623
22624 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22625
22626         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22627
22628 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22629
22630         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22631         where appropriate.
22632
22633         * nnml.el (nnml-generate-active-info): do.
22634
22635         * nndiary.el (nndiary-generate-active-info): do.
22636
22637         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22638         (gnus-topic-move): do.
22639
22640         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22641         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22642
22643         * gnus-srvr.el (gnus-server-prepare)
22644         (gnus-server-open-all-servers): do.
22645
22646         * gnus-msg.el (gnus-summary-cancel-article)
22647         (gnus-summary-resend-message)
22648         (gnus-summary-mail-crosspost-complaint): do.
22649
22650         * gnus-move.el (gnus-change-server): do.
22651
22652         * gnus-group.el (gnus-group-unmark-all-groups)
22653         (gnus-group-set-current-level): do.
22654
22655 2004-10-04  Simon Josefsson  <jas@extundo.com>
22656
22657         * message.el (message-generate-hashcash): Doc fix.
22658
22659 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22660
22661         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22662         avoid infinite recursion via gnus-get-function.
22663
22664 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22665
22666         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22667
22668         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22669
22670         * nnmail.el (nnmail-split-history): do.
22671
22672         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22673         (nnml-request-delete-group): do.
22674
22675         * nnslashdot.el (nnslashdot-read-groups): do.
22676
22677         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22678         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22679
22680         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22681         (nnspool-sift-nov-with-sed): Use last.
22682         (nnspool-retrieve-headers-with-nov): Use mapc.
22683         (nnspool-request-newgroups): Use dolist.
22684         (nnspool-request-group): Use last.
22685
22686         * nntp.el (nntp-read-server-type): Use dolist.
22687
22688         * nnvirtual.el (nnvirtual-create-mapping)
22689         (nnvirtual-update-read-and-marked): Use dolist.
22690         (nnvirtual-convert-headers): Simplify.
22691
22692 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22693
22694         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22695         Add support for sync'ing tick marks.
22696
22697 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22698
22699         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22700         there's no visible header.
22701
22702 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22703
22704         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22705         When necessary, pass full group name to gnus-request-set-marks.
22706
22707 2004-10-01  Simon Josefsson  <jas@extundo.com>
22708
22709         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22710         acroread.
22711
22712 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22713
22714         * spam-report.el (spam-report-gmane): Fix interactive.
22715
22716         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22717
22718         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22719         when writing file.
22720         (gnus-agent-synchronize-flags): Don't default to being
22721         interactive.
22722
22723 2004-09-30  Simon Josefsson  <jas@extundo.com>
22724
22725         * message.el (message-generate-hashcash): Add.
22726         (message-send-mail): Use it, call mail-add-payment.
22727
22728 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22729
22730         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22731
22732 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22733
22734         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22735         gnus-requst-update-info with explicit code to sync the in-memory
22736         info read flags with the marks being sync'd to the backend.
22737
22738         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22739
22740 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22741
22742         * spam.el (spam-verify-bogofilter): Add new function.
22743         (spam-check-bogofilter)
22744         (spam-bogofilter-register-with-bogofilter): Use it.
22745         (spam-verify-bogofilter): Add small fixes.
22746
22747 2004-09-28  Simon Josefsson  <jas@extundo.com>
22748
22749         * hashcash.el (hashcash-generate-payment): Revert.
22750
22751 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22752
22753         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22754         Use gnus-extract-references instead of gnus-split-references.
22755
22756         * gnus-util.el (gnus-extract-references): Add new function, analogous
22757         to gnus-split-references but extracts only the message-ID without
22758         anything extra.
22759
22760         * hashcash.el (hashcash-generate-payment)
22761         (hashcash-check-payment): Do the right thing if hashcash-path is
22762         nil (because the hashcash program could not be found).
22763
22764         * spam.el (spam-use-hashcash): Remove comment.
22765
22766 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22767
22768         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22769         (gnus-cache-enter-article, gnus-cache-remove-article)
22770         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22771
22772         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22773
22774         * gnus-art.el (article-hide-boring-headers)
22775         (article-translate-strings, article-display-face)
22776         (gnus-article-mime-match-handle-first)
22777         (gnus-article-highlight-headers)
22778         (gnus-article-add-buttons-to-head): do.
22779
22780 2004-09-27  Simon Josefsson  <jas@extundo.com>
22781
22782         * hashcash.el: New version, from
22783         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22784         ../contrib/.
22785
22786 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22787
22788         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22789
22790 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22791
22792         * gnus-dup.el (gnus-dup-open): Use mapc.
22793         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22794
22795         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22796         Reported by Stefan Wiens <s.wi@gmx.net>.
22797
22798         * gnus.el (gnus-shutdown): Use dolist.
22799
22800         * gnus-undo.el (gnus-undo): Use mapc.
22801
22802         * nnrss.el (nnrss-generate-active): do.
22803
22804         * message.el (message-cite-original-without-signature)
22805         (message-cite-original): Use mapc.
22806         (message-do-actions, message-make-forward-subject): Use dolist.
22807
22808 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22809
22810         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22811         deletion to remove entire duplicate line.  Fixes merged article
22812         number bug.
22813
22814 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22815
22816         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22817         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22818         first ask if you want to open a server and then, even when you
22819         responded with no, asking if you want to synchronize the server's
22820         flags.
22821         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22822         multi-line expressions.
22823         (gnus-agent-synchronize-group-flags): New internal function.
22824         Updates marks in memory (in the info structure) AND in the
22825         backend.
22826
22827         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22828
22829         * nnagent.el (nnagent-request-set-mark):
22830         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22831         method, to ensure that synchronization updates marks in the
22832         backend and in the info (in memory) structure.
22833
22834 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22835
22836         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22837         convention fully; don't miss the root article of a thread; make
22838         the X-Draft-From header with correct article numbers.
22839
22840 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22841
22842         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22843         unless plugged.  Disable the agent so that an open failure causes
22844         an error.
22845
22846         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22847         Revert 2004-09-21 change.  The backend must be opened while
22848         synchronizing flags even when the backend stores the flags
22849         locally.
22850
22851 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22852
22853         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22854         in `header' match.  Reported by Svend Tollak Munkejord.
22855
22856         * message.el (message-cite-original): Fix use of
22857         `message-cite-articles-with-x-no-archive'.
22858
22859 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22862         (gnus-window-to-buffer): Ditto.
22863
22864         * mml.el (mml-preview-buffer): New variable.
22865         (mml-preview): Manage window layout with gnus-buffer-configuration.
22866
22867         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22868         X-Draft-From header even if those articles aren't quoted.
22869
22870 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22871
22872         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22873         (gnus-request-set-mark, gnus-request-update-mark): Use new
22874         g-s-t-u-l-m to decide to use backend even when unplugged.
22875
22876 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22877
22878         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22879         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22880
22881 2004-09-20  Simon Josefsson  <jas@extundo.com>
22882
22883         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22884         "utf-16-le".
22885
22886 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22887
22888         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22889
22890 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22891
22892         * uudecode.el (uudecode-use-external): Add :version.
22893
22894         * smime.el (smime-CA-file, smime-encrypt-cipher)
22895         (smime-dns-server): Add :version.
22896
22897         * smiley.el (gnus-smiley-file-types): Add :version.
22898
22899         * sha1.el (sha1-use-external): Add :version.
22900
22901         * pgg-def.el (pgg-query-keyserver): Add :version.
22902
22903         * nnmail.el (nnmail-fancy-expiry-targets)
22904         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22905         Add :version.
22906
22907         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22908         (nnimap-retrieve-groups-asynchronous): Add :version.
22909         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22910
22911         * mml.el (mml-content-disposition-parameters)
22912         (mml-insert-mime-headers-always): Add :version.
22913
22914         * mm-util.el (mm-coding-system-priorities): Add :version.
22915
22916         * mm-decode.el (mm-inline-text-html-with-images)
22917         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22918         (mm-verify-option): Add :version.
22919         (mm-text-html-renderer): Change :version.
22920
22921         * message.el (message-fcc-externalize-attachments)
22922         (message-required-headers, message-draft-headers)
22923         (message-subject-trailing-was-query)
22924         (message-subject-trailing-was-ask-regexp)
22925         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22926         (message-mark-insert-end, message-archive-header)
22927         (message-archive-note, message-cross-post-default)
22928         (message-cross-post-note, message-followup-to-note)
22929         (message-cross-post-note-function, message-use-mail-followup-to)
22930         (message-subscribed-address-functions)
22931         (message-subscribed-address-file, message-subscribed-addresses)
22932         (message-subscribed-regexps, message-allow-no-recipients)
22933         (message-yank-cited-prefix, message-signature-insert-empty-line)
22934         (message-hidden-headers, message-hierarchical-addresses)
22935         (message-mail-user-agent, message-use-idna)
22936         (message-valid-fqdn-regexp)
22937         (message-strip-special-text-properties, message-header-synonyms)
22938         (message-beginning-of-line, message-tab-body-function): Add :version.
22939         (message-insert-canlock, message-wide-reply-confirm-recipients):
22940         Change :version.
22941
22942         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22943         and :version.
22944         (mail-source-delete-old-incoming-confirm)
22945         (mail-source-movemail-program): Add :version.
22946
22947         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22948         (gnus-agent-cache, gnus-agent): Change :version.
22949
22950         * gnus-util.el (gnus-use-byte-compile): Change :version.
22951
22952         * gnus-sum.el (gnus-summary-make-false-root-always)
22953         (gnus-summary-default-high-score)
22954         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22955         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22956         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22957         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22958         (gnus-sum-thread-tree-single-indent)
22959         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22960         (gnus-sum-thread-tree-leaf-with-other)
22961         (gnus-sum-thread-tree-single-leaf): Add :version.
22962         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22963         (gnus-article-loose-mime): Change :version.
22964
22965         * gnus-start.el (gnus-backup-startup-file)
22966         (gnus-save-startup-file-via-temp-buffer): Add :version.
22967
22968         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22969         (gnus-server-offline-face): Add :version.
22970
22971         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22972
22973         * gnus-msg.el (gnus-gcc-externalize-attachments)
22974         (gnus-debug-files, gnus-debug-exclude-variables)
22975         (gnus-discouraged-post-methods): Change :version.
22976         (gnus-confirm-mail-reply-to-news)
22977         (gnus-confirm-treat-mail-like-news): Add :version.
22978
22979         * gnus-int.el (gnus-server-unopen-status): Add :version.
22980
22981         * gnus-group.el (gnus-group-jump-to-group-prompt)
22982         (gnus-large-ephemeral-newsgroup)
22983         (gnus-fetch-old-ephemeral-headers): Add :version.
22984
22985         * gnus-fun.el (gnus-x-face-directory)
22986         (gnus-convert-pbm-to-x-face-command)
22987         (gnus-convert-image-to-x-face-command)
22988         (gnus-convert-image-to-face-command): Add :version.
22989
22990         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22991
22992         * gnus-cite.el (gnus-cite-blank-line-after-header)
22993         (gnus-article-boring-faces): Add :version.
22994
22995         * gnus-art.el (gnus-buttonized-mime-types)
22996         (gnus-inhibit-mime-unbuttonizing)
22997         (gnus-treat-display-face)
22998         (gnus-treat-body-boundary): Change :version.
22999         (gnus-body-boundary-delimiter, gnus-picon-databases)
23000         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23001         (gnus-treat-date-english, gnus-treat-fold-headers)
23002         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23003         (gnus-treat-mail-picon, gnus-treat-wash-html)
23004         (gnus-article-encrypt-protocol)
23005         (gnus-use-idna, gnus-article-over-scroll)
23006         (gnus-mime-display-multipart-alternative-as-mixed)
23007         (gnus-mime-display-multipart-related-as-mixed)
23008         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23009         (gnus-ctan-url, gnus-button-ctan-handler)
23010         (gnus-button-handle-ctan-bogus-regexp)
23011         (gnus-button-ctan-directory-regexp)
23012         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23013         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23014         (gnus-button-man-level, gnus-button-emacs-level)
23015         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23016
23017         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23018         (gnus-agent-go-online): Change :version.
23019         (gnus-agent-expire-unagentized-dirs)
23020         (gnus-agent-auto-agentize-methods): Add :version.
23021
23022         * flow-fill.el (fill-flowed-display-column)
23023         (fill-flowed-encode-column): Add :version.
23024
23025         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23026         (gnus-outlook-deuglify-unwrap-max)
23027         (gnus-outlook-deuglify-cite-marks)
23028         (gnus-outlook-deuglify-unwrap-stop-chars)
23029         (gnus-outlook-deuglify-no-wrap-chars)
23030         (gnus-outlook-deuglify-attrib-cut-regexp)
23031         (gnus-outlook-deuglify-attrib-verb-regexp)
23032         (gnus-outlook-deuglify-attrib-end-regexp)
23033         (gnus-outlook-display-hook): Add :version.
23034
23035         * binhex.el (binhex-use-external): Add :version.
23036
23037 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23038
23039         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23040         and `invisible'.
23041
23042 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23043
23044         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23045         in gnus-registry-trim.
23046
23047 2004-09-13  Simon Josefsson  <jas@extundo.com>
23048
23049         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23050
23051         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23052
23053         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23054         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23055         <yamaoka@jpl.org>.
23056         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23057         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23058         <yamaoka@jpl.org>.
23059
23060         * sieve.el (sieve-manage-mode): Ditto.
23061
23062 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23063
23064         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23065
23066 2004-09-11  Simon Josefsson  <jas@extundo.com>
23067
23068         * dns-mode.el: Add.
23069
23070         * mm-view.el (mm-display-dns-inline): Add.
23071
23072         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23073         (mm-automatic-display): Ditto.
23074
23075         * mailcap.el (mailcap-mime-data): Add text/dns.
23076         (mailcap-mime-extensions): Map .soa to text/dns.
23077
23078 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23079
23080         * gnus-art.el (article-decode-mime-words, article-babel)
23081         (gnus-article-highlight-signature, gnus-article-add-buttons)
23082         (gnus-signature-toggle): Remove unnecessary bindings of
23083         `inhibit-read-only' inherited from v5.10 merge.
23084
23085 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23086
23087         * nntp.el (nntp): New customization group.
23088         (nntp-authinfo-file): Add customization group.
23089
23090         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23091
23092         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23093
23094         * gnus.el (to-address, to-list, subscribed)
23095         (large-newsgroup-initial): Ditto.
23096
23097         * flow-fill.el (fill-flowed-display-column)
23098         (fill-flowed-encode-column): Ditto.
23099
23100 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23101
23102         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23103         Use point-min rather than 1.
23104         (message-send-mail): Use buffer-size rather than point-max.
23105
23106         * gnus-sum.el (gnus-summary-search-article-forward):
23107         Signal a specific `search-failed' rather than a generic `error'.
23108
23109         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23110         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23111         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23112
23113 2004-09-10  Simon Josefsson  <jas@extundo.com>
23114
23115         * nndb.el (require): Remove tcp and duplicate cl.
23116
23117 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23118
23119         * gnus-agent.el (directory-files-and-attributes): Move forward.
23120
23121 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23122
23123         * gnus-agent.el (directory-files-and-attributes):
23124         Optionally defined to support XEmacs.
23125
23126 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23127
23128         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23129         to avoid run-time CL dependencies.
23130         (gnus-agent-unfetch-articles): New function.
23131         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23132         article numbers even when local .overview file is missing.
23133         (gnus-agent-read-article-number): New function.  Only accepts
23134         27-bit article numbers.
23135         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23136         Use gnus-agent-read-article-number.
23137         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23138         from backend while recognizing that article numbers in .overview
23139         must be valid.
23140         (gnus-agent-update-files-total-fetched-for):
23141         Use directory-files-and-attributes to improve performance.
23142         * gnus-int.el (gnus-request-move-article):
23143         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23144         improve performance.
23145
23146         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23147         some users confused by references to .newsrc when they only have a
23148         .newsrc.eld file.
23149         (gnus-convert-mark-converter-prompt)
23150         (gnus-convert-converter-needs-prompt): Fix use of property list.
23151         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23152         New function.  Used internally to only display 'gnus converting
23153         files' message when actually necessary.
23154
23155         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23156         methods now autoloaded.
23157
23158 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23159
23160         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23161         identifiers.
23162
23163 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23164
23165         * gnus-picon.el: Fix indentation and closing parenthesis.
23166
23167 2004-09-01  Simon Josefsson  <jas@extundo.com>
23168
23169         * message.el (message-canlock-generate): Require sha1, not
23170         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23171         to require within a function.  Sadly, if sha1.el isn't loaded, the
23172         let binding in m-c-g will hide the defcustom definition, which is
23173         bad.)
23174
23175         * canlock.el: Require sha1, not sha1-el.
23176
23177         * message.el: Don't autoload sha1 (there is a autoload cookie in
23178         sha1.el).
23179
23180         * sha1-el.el: Rename to sha1.el.
23181
23182 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23183
23184         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23185
23186 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23187
23188         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23189
23190 2004-08-30  Kim F. Storm  <storm@cua.dk>
23191
23192         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23193
23194         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23195         Add :group 'nnimap.
23196
23197 2004-08-30  Andreas Schwab  <schwab@suse.de>
23198
23199         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23200         ?* and ?\;.
23201
23202         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23203         and ?\' to symbol instead of whitespace.
23204
23205 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23206
23207         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23208
23209         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23210         instead of re-search-forward.
23211
23212         * gnus-uu.el (gnus-uu-save-article): Ditto.
23213         (gnus-uu-post-encode-uuencode): Ditto.
23214
23215         * html2text.el (html2text-clean-list-items): Ditto.
23216         (html2text-clean-dtdd): Ditto.
23217         (html2text-format-tags): Ditto.
23218
23219         * message.el (message-send-mail-with-sendmail): Fix regexp.
23220         (message-fill-field-general): Use search-forward instead of
23221         re-search-forward.
23222         (unbold-region): Ditto.
23223
23224         * nnrss.el (nnrss-request-article): Ditto.
23225
23226         * nnslashdot.el (nnslashdot-request-article): Ditto.
23227
23228         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23229
23230         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23231         "Unrecognized menu descriptor" error in XEmacs.
23232
23233 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23234
23235         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23236         parent article of a sparse article in the thread hashtb.
23237
23238 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23239
23240         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23241         (nnmail-expand-newtext): Lowercase expanded entries if
23242         nnmail-split-lowercase-expanded is non-nil.
23243
23244 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23245
23246         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23247
23248         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23249         of gnus-tmp-news-method into string under XEmacs.  It will be
23250         passed to gnus-correct-length which takes only a string argument.
23251
23252 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23253
23254         * gnus-util.el (gnus-bind-print-variables): New macro.
23255         (gnus-prin1): Use it.
23256         (gnus-prin1-to-string): Use it.
23257         (gnus-pp): New function.
23258         (gnus-pp-to-string): New function.
23259
23260         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23261         Replace pp-to-string with gnus-pp-to-string.
23262         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23263         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23264         * gnus-msg.el (gnus-debug): Ditto.
23265         * gnus-score.el (gnus-score-save): Ditto.
23266         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23267         gnus-pp-to-string.
23268         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23269         with gnus-pp.
23270         * score-mode.el (gnus-score-pretty-print): Ditto.
23271         * webmail.el (webmail-debug): Ditto.
23272
23273 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23274
23275         * gnus-art.el (article-display-face, article-display-x-face):
23276         Use buffer-read-only.
23277
23278 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23279
23280         * gnus-art.el (article-hide-list-identifiers):
23281         Bind inhibit-read-only as t.
23282
23283 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23284
23285         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23286
23287 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23288
23289         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23290         (gnus-narrow-to-page): Don't assume point-min == 1.
23291         (gnus-article-edit-mode): Derive from message-mode.
23292
23293         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23294         point-min == 1.
23295
23296         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23297         Disable incorrect use of `assert'.
23298
23299         * message.el (message-mode): Set comment-start-skip.
23300
23301
23302 2004-08-22  Sam Steingold  <sds@gnu.org>
23303
23304         * pop3.el (pop3-leave-mail-on-server): New user variable.
23305         (pop3-movemail): Delete mail only when it is nil.
23306
23307 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23308
23309         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23310
23311         * mml.el (mml-preview): Use `pop-to-buffer'.
23312
23313         * message.el (message-goto-mail-followup-to): Insert after "To".
23314         (message-carefully-insert-headers): Add comment.
23315
23316         * gnus.el: Remove unused variable `gnus-article-check-size'.
23317
23318         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23319
23320         * gnus-art.el (gnus-button-alist):
23321         Improve `gnus-button-handle-library' entry.
23322
23323 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23324
23325         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23326         Use downcase, since XEmacs capitalizes error messages differently.
23327
23328 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23329
23330         * nntp.el: Add (require 'gnus) due to reference to
23331         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23332
23333 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23334
23335         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23336         Bind `mm-fill-flowed'.
23337
23338         * mm-decode.el (mm-dissect-singlepart): Check it.
23339
23340 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23341
23342         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23343         'imap' for netrc parsing.
23344
23345 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23346
23347         * mailcap.el (mailcap-mime-data): Mark as risky.
23348
23349 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23350
23351         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23352         may be included in the encoded word.
23353         (rfc2047-encode): Don't append a space if the encoded word
23354         includes close parenthesis.
23355
23356 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23357
23358         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23359         of text within parentheses.
23360
23361 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23362
23363         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23364         (gnus-encrypt-write-file-contents): Make the password key the file
23365         name PLUS the cipher, not just the cipher.  Also remove failed
23366         passwords from the cache.
23367
23368 2004-08-06  Simon Josefsson  <jas@extundo.com>
23369
23370         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23371         Doc fix.
23372
23373 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23374
23375         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23376         LWSP.
23377
23378 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23379
23380         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23381         Try to append in-reply-to: data to the references: header.
23382
23383         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23384         (netrc-parse): Use gnus-encrypt.el functions.
23385
23386         * gnus-encrypt.el: Add new file for encryption support; currently
23387         does only a few GPG ciphers and an internal XOR cipher.
23388
23389         * password.el: Add comments on using password-read-and-add.
23390         (password-read-and-add): Add function to read and add the
23391         password to the cache at once.
23392
23393 2004-07-28  Simon Josefsson  <jas@extundo.com>
23394
23395         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23396         parameter (but don't use it, for now).
23397
23398         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23399         instead of hard coding to nil.
23400
23401 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23402
23403         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23404         as mm-inline-image-xemacs does.
23405
23406 2004-07-26  Simon Josefsson  <jas@extundo.com>
23407
23408         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23409         Revert part of 2004-07-17 change below.
23410
23411 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23412
23413         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23414         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23415
23416 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23417
23418         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23419         quotes that actually start with ">" at the beginning of the
23420         lines.
23421
23422 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23423
23424         * rfc2047.el (rfc2047-encode-region): Fix last change.
23425         (rfc2047-encode-parameter): Remove useless concat.
23426
23427 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23428
23429         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23430         encode special characters; fix some kind of misconfigured headers;
23431         signal a real error if debug-on-quit or debug-on-error is non-nil.
23432         (rfc2047-encode-max-chars): New variable.
23433         (rfc2047-encode-1): Use it.
23434         (rfc2047-encode-parameter): New function.
23435
23436         * mml.el (mml-insert-parameter): Remove an excessive space.
23437
23438 2004-07-17  Simon Josefsson  <jas@extundo.com>
23439
23440         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23441         Kai Grossjohann <kai@emptydomain.de>.
23442         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23443         (gnus-group-make-menu-bar): Ditto.
23444
23445         * gnus-util.el (gnus-group-server): Add.
23446
23447 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23448
23449         * message.el (message-clone-locals): Clone sendmail and smtp
23450         variables.
23451
23452 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23453
23454         * rfc2047.el (rfc2047-encode-region): Fix last change.
23455
23456 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23457
23458         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23459         characters as non-special.
23460
23461 2004-07-09  Simon Josefsson  <jas@extundo.com>
23462
23463         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23464         Users will lose all flag changes made while unplugged with
23465         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23466         good default.  See numerous reports on ding mailing list.
23467
23468 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23471         add generate-head-function and generate-article-function to the
23472         rfc822-forward entry.
23473         (nndoc-rfc822-forward-generate-article): New function.
23474         (nndoc-rfc822-forward-generate-head): New function.
23475
23476         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23477
23478 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23479
23480         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23481         respect display group parameter and gnus-summary-expunge-below.
23482         (gnus-articles-to-read): Remove unused reference to display group
23483         parameter.
23484
23485 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23486
23487         * nnheader.el (nnheader-uniquify-message-id): New experimental
23488         variable.
23489         (nnheader-nov-read-message-id): Use it.
23490
23491         * spam-report.el (spam-report-gmane): Add interactive.
23492
23493 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23494
23495         * mm-encode.el (mm-content-transfer-encoding-defaults):
23496         Use qp-or-base64 for the application/* types.
23497
23498 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23499
23500         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23501
23502 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23503
23504         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23505         trim value.
23506
23507 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23508
23509         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23510         New macro and function.
23511         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23512
23513 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23514
23515         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23516         after-load-alist.
23517
23518 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23519
23520         * gnus-group.el (gnus-group-get-new-news-this-group):
23521         Don't update info that isn't there.
23522
23523 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23524
23525         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23526         entry.
23527
23528 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23529
23530         * mm-view.el (mm-inline-render-with-function): Use multibyte
23531         buffer; decode html source by charset.
23532
23533         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23534
23535         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23536         Mule-UCS is loaded under XEmacs.
23537         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23538
23539 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23540
23541         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23542
23543 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23544
23545         * mm-util.el (mm-coding-system-p): Return a coding-system.
23546         (mm-mime-mule-charset-alist): Use shift_jis instead of
23547         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23548         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23549         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23550         instead of japanese-shift-jis and iso-latin-1 respectively in
23551         order to share the default value with both Emacs and XEmacs-mule.
23552         (mm-mule-charset-to-mime-charset):
23553         Make mm-coding-system-priorities effective.
23554         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23555         while predicating of candidates upon the priorities.
23556
23557 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23558
23559         * gnus-sum.el (gnus-summary-make-menu-bar):
23560         Add gnus-uu-invert-processable.
23561
23562         * gnus.el: Autoload gnus-uu-invert-processable.
23563
23564 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23565
23566         * mm-util.el (mm-with-multibyte-buffer): New macro.
23567
23568         * rfc2047.el (rfc2047-encode-string): Use it.
23569         (rfc2047-encode-region): Move point to the end of the region after
23570         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23571
23572 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23573
23574         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23575         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23576
23577 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23578
23579         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23580         (gnus-cite-parse): Ignore quoted envelope From_.
23581         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23582
23583 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23584
23585         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23586         invalid addresses.
23587
23588 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23589
23590         * spam.el: Change section markers, revise TODO list.
23591         (spam-backends): Make new master list of all installed backends.
23592         (spam-summary-exit-behavior): Add new variable to determine how
23593         messages moves are done at summary exit.
23594         (spam-move-spam-nonspam-groups-only)
23595         (spam-process-ham-in-nonham-groups)
23596         (spam-process-ham-in-spam-groups): Remove variables, the
23597         spam-summary-exit-behavior variable should be used to manage this
23598         behavior.
23599         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23600         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23601         and spam-old-spam-articles.
23602         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23603         Add empty variables, placeholders for the backends they represent.
23604         (spam-set-difference): Move, unchanged.
23605         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23606         unless the user has a processor variable.
23607         (spam-classifications, spam-classification-valid-p)
23608         (spam-backend-properties, spam-backend-property-valid-p)
23609         (spam-backend-function-type-valid-p)
23610         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23611         (spam-report-articles-gmane, spam-report-articles-resend):
23612         Remove functions, they are not needed.
23613         (spam-install-backend-super, spam-backend-list)
23614         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23615         (spam-backend-function, spam-backend-ham-registration-function)
23616         (spam-backend-spam-registration-function)
23617         (spam-backend-ham-unregistration-function)
23618         (spam-backend-spam-unregistration-function)
23619         (spam-backend-statistical-p, spam-backend-mover-p)
23620         (spam-install-backend-alias, spam-install-checkonly-backend)
23621         (spam-install-mover-backend, spam-install-nocheck-backend)
23622         (spam-install-backend, spam-install-statistical-backend)
23623         (spam-install-statistical-checkonly-backend): Add backend installation
23624         support.
23625         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23626         (spam-group-processor-p): Use the new backend code and respect the
23627         summary exit behavior.
23628         (spam-mark-spam-as-expired-and-move-routine): Remove.
23629         (spam-summary-prepare): Change to use the new spam-old-articles
23630         variable.
23631         (spam-copy-or-move-routine, spam-copy-spam-routine)
23632         (spam-move-spam-routine, spam-copy-ham-routine)
23633         (spam-move-ham-routine): Add code to copy/move ham or spam.
23634         (spam-fetch-field-fast): Improve doc and code, plus allow the
23635         'number request.
23636         (spam-list-of-checks, spam-list-of-statistical-checks):
23637         Remove variables.
23638         (spam-split, spam-find-spam): Use the new backend code.
23639         (spam-registration-functions): Remove variable.
23640         (spam-unregister-routine): Add convenience wrapper.
23641         (spam-log-undo-registration, spam-register-routine)
23642         (spam-log-processing-to-registry)
23643         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23644         where possible.
23645         (spam-check-gmane-xref, spam-check-regex-headers)
23646         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23647         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23648         (spam-check-bogofilter-headers, spam-check-spamoracle)
23649         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23650         (spam-check-crm114-headers): Use the spam-split-group that
23651         spam-split prepares, no need to determine it every time.
23652
23653         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23654         to the nnheader-parse-naked-head call.
23655
23656         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23657
23658         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23659         the nnheader-nov-read-message-id call.
23660
23661 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23662
23663         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23664         gnus-activate-group twice.  Suggested by Markus Peter
23665         <warp@spin.de>.
23666
23667 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23668
23669         * gnus-art.el (gnus-article-time-format): Exchange the order of
23670         day and month in the default value; fix customization type.
23671         (article-date-ut): Use add-text-properties.
23672         (article-make-date-line): Use message-make-date instead of
23673         current-time-string.
23674
23675         * message.el (message-fetch-field): Don't use set-text-properties.
23676         (message-make-date): Simplify.
23677
23678         * messagexmas.el (message-xmas-make-date): New function.
23679         (message-xmas-redefine): Defalias message-make-date to it.
23680
23681 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23682
23683         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23684         (rfc2047-encode-region): Treat text within parentheses as special;
23685         show the original text when error has occurred.
23686
23687         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23688         already-computed method to gnus-activate-group.
23689
23690         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23691         same select-methods identical Lisp objects.
23692
23693         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23694         object when modifying the info.
23695
23696 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23697
23698         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23699         gnus-opened-servers since it has never been opened with the new
23700         configuration yet.
23701
23702 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23703
23704         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23705         arg to nnheader-generate-fake-message-id.
23706
23707 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23708
23709         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23710         number and build a fake message ID localized to a group and
23711         article number (so it's repeatable from that point on).
23712         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23713         ID format.
23714
23715         * gnus-sum.el (gnus-get-newsgroup-headers):
23716         Call nnheader-generate-fake-message-id with the article number.
23717
23718 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23719
23720         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23721         end-of-buffer.
23722
23723 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23724
23725         * message.el (message-ignored-supersedes-headers): Add Approved.
23726
23727 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23728
23729         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23730         goto-char.
23731         (rfc2047-encode): Fold the line before encoding.
23732
23733 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23734
23735         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23736         folding -- not all headers can be folded, and this should be done
23737         by the message composition mode.  Probably.  I think.
23738
23739 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23740
23741         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23742         fast.
23743
23744         * gnus-ems.el (gnus-remove-image): Don't use
23745         message-text-with-property; remove only the image found first.
23746
23747         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23748         found first.
23749
23750 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23751
23752         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23753
23754 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23755
23756         * message.el (message-text-with-property): Make it fast and accept
23757         optional arguments.
23758         (message-strip-forbidden-properties): Use it.
23759         (message-fix-before-sending): Follow the m-t-w-p change.
23760
23761         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23762
23763 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23764
23765         * gnus-art.el (article-hide-headers): Don't change the buffer
23766         mistakenly when performing mml-preview even if
23767         gnus-single-article-buffer is nil.
23768
23769 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23770
23771         * message.el (message-expand-name-databases): New user option.
23772         (message-expand-name): Use it.
23773
23774 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23775
23776         * spam.el (spam-report-articles-resend)
23777         (spam-report-resend-register-routine): Allow ham reporting.
23778         (spam-report-resend-register-ham-routine): Add wrapper.
23779         (spam-registration-functions): Add ham resending functions.
23780         (spam-list-of-processors): Add ham resend processor.
23781
23782         * gnus.el (ham-resend-to): Add new group parameter.
23783         (spam-process): Add ham resend option.
23784
23785         * spam-report.el (spam-report-resend): Allow reporting ham.
23786         (spam-report-resend-ham): Add wrapper.
23787
23788 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23789
23790         * message.el (message-cite-articles-with-x-no-archive):
23791         New variable.
23792         (message-cite-original): Use it.
23793
23794 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23795
23796         * message.el (message-cite-original): Respect X-No-Archive.
23797
23798 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23799
23800         * gnus-art.el (article-hide-headers): Refer to the values for
23801         gnus-ignored-headers and gnus-visible-headers in the summary
23802         buffer since a user may have set them as group parameters.
23803
23804 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23805
23806         * assistant.el (assistant-node-name): Add convenience function.
23807         (assistant-render-text, assistant-render-node): Add error handling,
23808         plus handle multiple next nodes.
23809         (assistant-find-next-node): Comment out for now.
23810         (assistant-find-next-nodes): Add function, returns list of next
23811         nodes.
23812
23813 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23814
23815         * mail-source.el (mail-source-directory): Fix doc-string.
23816
23817 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23818
23819         * assistant.el (assistant-render-text, assistant-eval): Add :set
23820         widget type, which is different because it takes and returns a
23821         list.  Much hilarity ensues.
23822
23823 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23824
23825         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23826
23827         * gnus-group.el (gnus-group-get-new-news-this-group):
23828         Add doc-string.
23829
23830         * gnus-start.el (gnus-activate-group): Add doc-string.
23831
23832 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23833
23834         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23835
23836 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23837
23838         * assistant.el (assistant-render-text): Try to add a :set
23839         widget, more to come.
23840
23841         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23842         strings.
23843         (spam-report-articles-resend)
23844         (spam-register-routine): Do registration iff any articles warrant
23845         it.
23846         (spam-summary-prepare-exit): Change log message for nil group
23847         destinations.
23848
23849 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23850
23851         * spam.el (spam-report-resend-register-routine):
23852         Allow spam-report-resend-to to be a group parameter or a global value.
23853
23854 2004-05-26  Simon Josefsson  <jas@extundo.com>
23855
23856         * starttls.el: Merge with my GNUTLS based starttls.el.
23857         (starttls-gnutls-program, starttls-use-gnutls)
23858         (starttls-extra-arguments, starttls-process-connection-type)
23859         (starttls-connect, starttls-failure, starttls-success):
23860         New variables.
23861         (starttls-program, starttls-extra-args): Doc fix.
23862         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23863         New functions.
23864         (starttls-negotiate, starttls-open-stream):
23865         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23866         function if it is set.
23867
23868 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23869
23870         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23871         structured fields.
23872
23873 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23874
23875         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23876
23877 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23878
23879         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23880         Add variable.
23881         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23882         assigning the spam-mark to new messages.
23883
23884 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23885
23886         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23887
23888 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23889
23890         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23891
23892         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23893         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23894         default.
23895
23896 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23897
23898         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23899         correct data.
23900
23901 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23902
23903         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23904         (spam-group-processor-p): Fix function.
23905         (spam-group-processor-multiple-p)
23906         (spam-group-spam-processor-report-gmane-p)
23907         (spam-group-spam-processor-report-resend-p)
23908         (spam-group-spam-processor-bogofilter-p)
23909         (spam-group-spam-processor-blacklist-p)
23910         (spam-group-spam-processor-ifile-p)
23911         (spam-group-ham-processor-ifile-p)
23912         (spam-group-spam-processor-spamoracle-p)
23913         (spam-group-spam-processor-crm114-p)
23914         (spam-group-ham-processor-bogofilter-p)
23915         (spam-group-spam-processor-stat-p)
23916         (spam-group-ham-processor-stat-p)
23917         (spam-group-ham-processor-whitelist-p)
23918         (spam-group-ham-processor-BBDB-p)
23919         (spam-group-ham-processor-spamoracle-p)
23920         (spam-group-ham-processor-copy-p): Remove functions with some
23921         prejudice against unneeded code.
23922         (spam-report-articles-resend)
23923         (spam-report-resend-register-routine): Allow the group/topic
23924         spam-resend-to value to override spam-report-resend-to.
23925         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23926         properly now.
23927
23928         * gnus.el (spam-resend-to): Add group/topic parameter.
23929         (spam-process): Move the OBSOLETE processors to the end of the
23930         choices.
23931
23932 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23933
23934         * spam-report.el (spam-report-resend-to, spam-report-resend):
23935         Start with resend-to set to nil, and then ask the user if necessary.
23936         (spam-report-resend): spam-report-resend takes a list of articles, not
23937         separate article numbers.
23938
23939 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23940
23941         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23942         addition to emacs-w3m.
23943
23944 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23945
23946         * assistant.el (assistant-authinfo-data): New function.
23947         (assistant-eval): Eval for entire assistant.
23948
23949         * netrc.el (netrc-services-file): New variable.
23950         (netrc-parse-services): New function.
23951         (netrc-find-service-name): New function.
23952         (netrc-find-service-number): New function.
23953         (netrc-port-equal): New function.
23954         (netrc-machine): Use it.
23955
23956         * nnimap.el (nnimap-open-connection): Use netrc.
23957
23958         * gnus-util.el (gnus-netrc-get): Remove aliases.
23959
23960         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23961
23962         * assistant.el (wid-edit): Fix compilation.
23963
23964         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23965
23966 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23967
23968         * gnus-util.el (gnus-set-file-modes): New function.  (small
23969         patch).
23970
23971 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23972
23973         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23974
23975         * assistant.el (assistant-render-node): Fix up rendering and
23976         read-only text.
23977         (assistant-render-node): Reset.
23978         (assistant-make-read-only): Not sticky.
23979
23980 2004-05-20  Danny Siu  <dsiu@adobe.com>
23981
23982         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23983         centered even when gnus-auto-center-summary is t.
23984
23985 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23986
23987         * dns.el (dns-get-txt-answer): New function.
23988         (dns-read-txt): Ditto.
23989         (query-dns): Use it.
23990
23991 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23992
23993         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23994         active for foreign groups even if the group level is higher than
23995         the specified value.
23996
23997 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23998
23999         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24000         non-active groups.
24001
24002         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24003
24004 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24005
24006         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24007
24008 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24009
24010         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24011         (spam-crm114-header, spam-crm114-spam-switch)
24012         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24013         (spam-crm114-positive-spam-header)
24014         (spam-crm114-database-directory, spam-list-of-processors)
24015         (spam-group-spam-processor-crm114-p)
24016         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24017         (spam-generic-score, spam-list-of-checks)
24018         (spam-list-of-statistical-checks, spam-registration-functions)
24019         (spam-check-crm114-headers, spam-crm114-score)
24020         (spam-check-crm114, spam-crm114-register-with-crm114)
24021         (spam-crm114-register-spam-routine)
24022         (spam-crm114-unregister-spam-routine)
24023         (spam-crm114-register-ham-routine)
24024         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24025
24026 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24027
24028         * gnus.el: Add spam-use-crm114.
24029
24030         * spam.el (spam-list-of-processors, spam-registration-functions):
24031         Add spam-use-resend.
24032         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24033         (spam-report-articles-gmane): Add doc fix.
24034         (spam-report-articles-resend, spam-report-resend-register-routine):
24035         Add wrappers around spam-report-resend-to.
24036
24037         * spam-report.el (spam-report-resend-to, spam-report-resend):
24038         Add support for resending spam.
24039         (spam-report-gmane): Fix line length >80.
24040
24041         * gnus.el (spam-process): Add spam-use-resend.
24042
24043 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24044
24045         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24046         number of processed spam messages.
24047         (spam-ham-copy-or-move-routine): Return the number of processed
24048         ham messages.
24049         (spam-summary-prepare-exit): Use the above values to decide
24050         whether status messages shouled be displayed.
24051
24052 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24053
24054         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24055         `rfc2047-encoding-function-alist' in order to avoid conflicting
24056         with the old version.
24057         (rfc2047-encode-region): Concatenate words containing non-ASCII
24058         characters in structured fields; don't encode space-delimited
24059         ASCII words even in unstructured fields; don't break words at
24060         char-category boundaries.
24061         (rfc2047-encode-1): New function.
24062         (rfc2047-encode): Use it; encode text so that it occupies the
24063         maximum width within 76-column; work correctly on Q encoding for
24064         iso-2022-* charsets.
24065         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24066         sure not to break a line just after the header name.
24067         (rfc2047-b-encode-region): Remove.
24068         (rfc2047-b-encode-string): New function.
24069         (rfc2047-q-encode-region): Remove.
24070         (rfc2047-q-encode-string): New function.
24071
24072         * mm-util.el (mm-replace-in-string): New function.
24073
24074 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24075
24076         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24077         Really get it right.
24078         (gnus-inews-make-draft): Really.
24079
24080 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24081
24082         * nnmh.el (nnmh-request-list-1): Don't check the link count
24083         before descending.  (small patch)
24084
24085 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24086
24087         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24088         stuff.
24089
24090         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24091         Match on real group name.
24092
24093         * gnus-art.el (gnus-signature-limit): Doc fix.
24094
24095         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24096
24097         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24098
24099 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24100
24101         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24102         isn't a string.
24103
24104 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24105
24106         * gnus-draft.el (gnus-draft-send):
24107         Bind rfc2047-encode-encoded-words.
24108
24109         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24110         (rfc2047-encodable-p): Say that =? needs encoding.
24111         (rfc2047-encode-encoded-words): New variable.
24112
24113         * gnus-group.el (gnus-group-select-group): Doc fix.
24114
24115         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24116
24117         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24118         to nil.
24119
24120         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24121
24122         * nnheader.el (nnheader-get-lines-and-char): New function.
24123
24124 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24125
24126         * gnus-msg.el (gnus-summary-followup-with-original):
24127         Document yanking of region when active.
24128
24129 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24130
24131         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24132         groups if the group level is higher than the specified value.
24133
24134 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24135
24136         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24137         (gnus-group-jump-to-group): Add prefix argument using
24138         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24139         non-active group.
24140
24141         * compface.el (uncompface): Be verbose when changing
24142         `uncompface-use-external'.
24143
24144         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24145         handle manual section.
24146
24147 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24148
24149         * gnus-art.el (gnus-button-alist): Revert previous change.
24150
24151 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24152
24153         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24154
24155 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24156
24157         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24158         whether backend can accept message.
24159
24160         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24161
24162 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24163
24164         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24165         Avoid creating directory when nntp-marks-is-evil is true.
24166         Reported by Reiner Steib.
24167
24168 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24169
24170         * gnus-picon.el (gnus-picon-insert-glyph):
24171         Add optional `nostring' argument.
24172
24173 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24174
24175         * gnus-picon.el (gnus-picon-style): New variable.
24176         (gnus-picon-transform-address): Support `gnus-picon-style'.
24177
24178 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24179
24180         * message.el (message-fill-field): Return point.
24181         (message-generate-headers): Go to end of field.
24182
24183         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24184         stuff for non-living groups.
24185
24186 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24187
24188         * gnus-art.el (gnus-article-followup-with-original)
24189         (gnus-article-reply-with-original): gnus-mark-active-p ->
24190         gnus-region-active-p.
24191
24192 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24193
24194         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24195         only when there is spam or ham to be processed.
24196
24197 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24198
24199         * mail-source.el (mail-source-delete-crash-box): Refactor.
24200         (mail-source-fetch): Use it.
24201         (mail-source-fetch-file): Ditto.
24202         (mail-source-fetch-directory): Run postscript in loop.
24203         (mail-source-fetch-pop): Delete.
24204         (mail-source-fetch-maildir): Ditto.
24205         (mail-source-fetch-imap): Ditto.
24206
24207         * imap.el (imap-authenticators): Comment out sasl.
24208
24209         * message.el (message-skip-to-next-address): New function.
24210         (message-fill-header-address): Refactor.
24211         (message-fill-address): Use it.
24212         (message-delete-address): Use it.
24213         (message-fill-header-general): Refactor.
24214         (message-fill-field-address): Rename.
24215         (message-narrow-to-field): Find the start of the header.
24216         (message-header-format-alist): Don't pre-fill.
24217         (message-fill-header): Remove.
24218         (message-insert-header): New function.
24219         (message-shorten-references): Use it.
24220
24221         * rfc2047.el (rfc2047-field-value): Strip props.
24222
24223         * mail-parse.el (mail-header-make-address): New alias.
24224
24225         * ietf-drums.el (ietf-drums-make-address): New function.
24226
24227         * imap.el: Add compiler directives.
24228
24229         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24230
24231         * gnus-art.el (article-decode-idna-rhs): Don't use
24232         message-idna-inside-rhs-p.
24233
24234 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24235
24236         * message.el (message-idna-inside-rhs-p): Remove.
24237         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24238
24239         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24240         false positives.
24241
24242 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24243
24244         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24245
24246 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24247
24248         * nneething.el (nneething-file-name): Don't create spurious
24249         files.
24250
24251         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24252         (gnus-inews-do-gcc): Remove sleep.
24253
24254         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24255         part under point.
24256
24257         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24258         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24259
24260 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24261
24262         * spam.el (spam-summary-prepare-exit): Fix (length).
24263
24264 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24265
24266         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24267         as expired without moving it" message when there are spam
24268         messages left.
24269
24270 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24271
24272         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24273         header is not nil.
24274
24275 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24276
24277         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24278         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24279         (nntp-marks-changed-p): New arg SERVER.
24280         (nntp-request-update-info): Adjust caller.
24281
24282 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24283
24284         * nntp.el (nntp-save-marks): Pass missing arg.
24285
24286 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24287
24288         * nntp.el: Support marks.
24289         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24290         (nntp-marks-modtime, nntp-marks-directory): New variables.
24291         (nntp-request-set-mark, nntp-request-update-info)
24292         (nntp-possibly-create-directory, nntp-marks-changed-p)
24293         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24294         New functions.
24295
24296 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24297
24298         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24299         (gnus-xmas-redefine): Rename.
24300
24301         * gnus-score.el (gnus-score-insert-help):
24302         Use gnus-select-lowest-window.
24303
24304         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24305         appt-select-lowest-window and rename to gnus-select-lowest-window.
24306
24307         * gnus.el: do.
24308
24309 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24310
24311         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24312         encodings of MIME-encoded words, in order to improve
24313         interoperability with several broken MUAs.
24314
24315 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24316
24317         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24318         tags, only when charsets are not specified in headers.
24319         (mm-inline-text-html-render-with-w3m): Ditto.
24320
24321         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24322         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24323
24324 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24325
24326         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24327         instead of MIME-decoded from fields when checking
24328         `gnus-article-address-banner-alist'.
24329
24330 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24331
24332         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24333         description rather than subject.
24334
24335 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24336
24337         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24338
24339 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24340
24341         * gnus.el (gnus-version-number): Bump.
24342
24343 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24344
24345         * gnus.el: No Gnus v0.2 is released.
24346
24347 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24348
24349         * gnus-agent.el (gnus-agent-read-agentview):
24350         Inline gnus-uncompress-range.
24351
24352 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24353
24354         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24355         `exec-installed-p'.
24356
24357 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24358
24359         * gnus.el (spam-process, spam-autodetect-methods):
24360         Add bsfilter and bsfilter-headers.
24361
24362         * spam.el (spam-bsfilter): New customize group.
24363         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24364         (spam-bsfilter-header, spam-bsfilter-probability-header)
24365         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24366         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24367         (spam-bsfilter-database-directory): New options.
24368         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24369         (spam-list-of-statistical-checks, spam-registration-functions):
24370         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24371         (spam-bsfilter-score): New command.
24372         (spam-check-bsfilter-headers, spam-check-bsfilter)
24373         (spam-bsfilter-register-with-bsfilter)
24374         (spam-bsfilter-register-spam-routine)
24375         (spam-bsfilter-unregister-spam-routine)
24376         (spam-bsfilter-register-ham-routine)
24377         (spam-bsfilter-unregister-ham-routine): New functions.
24378         (spam-generic-score): Support bsfilter; Accept an optional argument
24379         to recalcurate spam score even if scoring header has already been
24380         added.
24381         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24382         optional argument to recalcurate spam score even if scoring header
24383         has already been added.
24384
24385 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24386
24387         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24388         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24389         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24390         link is missing.
24391
24392 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24393
24394         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24395         (html2text-get-attr): Rewrite.
24396
24397         * message.el (message-setup-1): Remove redundant put-text-property
24398         on mail-header-separator.
24399
24400 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24401
24402         * gnus-registry.el (gnus-registry-cache-whitespace)
24403         (gnus-registry-action, gnus-registry-spool-action)
24404         (gnus-registry-split-fancy-with-parent): Change message levels
24405         from 5 to 3 or 7, as needed.
24406
24407         * spam.el (spam-summary-prepare-exit)
24408         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24409         (spam-split, spam-find-spam, spam-log-undo-registration)
24410         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24411         level from 5 to 6.
24412
24413 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24414
24415         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24416         2004-03-04 change).
24417
24418 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24419
24420         * sieve-manage.el (sieve-manage-open):
24421         * nnweb.el (nnweb-insert-html):
24422         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24423         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24424         * nnspool.el (nnspool-request-group):
24425         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24426         * nnml.el (nnml-request-update-info):
24427         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24428         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24429         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24430         (nnimap-request-set-mark):
24431         * nnfolder.el (nnfolder-request-update-info):
24432         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24433         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24434         * gnus-uu.el (gnus-uu-find-articles-matching):
24435         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24436         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24437         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24438         * gnus-nocem.el (gnus-nocem-scan-groups):
24439         * gnus-int.el (gnus-start-news-server):
24440         * gnus-group.el (gnus-group-make-kiboze-group)
24441         (gnus-group-browse-foreign-server):
24442         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24443         Use mapc when appropriate.
24444
24445 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24446             Adam Sjøgren  <asjo@koldfront.dk>
24447             Wes Hardaker  <wes@hardakers.net>
24448             Michael Shields  <shields@msrl.com>
24449
24450         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24451         may need for spam sorting and scoring.
24452         (spam-user-format-function-S): Add user format function suitable for
24453         general use.
24454         (spam-article-sort-by-spam-status): Add sorting function for summary
24455         sorting.
24456         (spam-extra-header-to-number): Add function to get a score from a
24457         header.
24458         (spam-summary-score): Add function to get a numeric score from the
24459         headers.
24460         (spam-generic-score): Fix function doc, was in wrong place.
24461         (spam-initialize): Take symbols when it's run, and install the
24462         extra headers that spam-necessary-extra-headers thinks we need.
24463
24464 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24465
24466         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24467         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24468
24469 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24470
24471         * gnus-sum.el (gnus-set-global-variables)
24472         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24473         (gnus-article-get-xrefs, gnus-summary-best-group)
24474         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24475         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24476         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24477         Use with-current-buffer.
24478
24479 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24480
24481         * spam.el (spam-summary-prepare-exit): Simplify logic.
24482         (spam-fetch-article-header): Read the article header if it's not
24483         available.
24484         (spam-list-articles): Simplify logic.
24485         (spam-filelist-register-routine): Fix bug with unregister-list.
24486
24487         * gnus-registry.el: Fix comments at beginning.
24488
24489 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24490
24491         * message.el (message-cater-to-broken-inn): Remove.
24492         (message-shorten-references): Make sure the total folded length of
24493         References is shorter than 998 characters to cater to a bug in INN
24494         2.3.  Also, don't pretend that references aren't folded -- this
24495         hasn't worked for a while.
24496
24497 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24498
24499         * gnus-agent.el (gnus-agentize):
24500         gnus-agent-send-mail-real-function no longer set to current value
24501         of message-send-mail-function but rather a lambda that calls
24502         message-send-mail-function.  The change makes the agent real-time
24503         responsive to user changes to message-send-mail-function.
24504
24505 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24506
24507         * legacy-gnus-agent.el
24508         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24509         help from Florian Weimer <fw@deneb.enyo.de>
24510
24511 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24512
24513         * nnmail.el (nnmail-cache-insert): Revert last change.
24514
24515 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24516
24517         * nnmail.el (nnmail-cache-insert): Always check whether
24518         nnmail-cache-ignore-groups matches a group name.
24519
24520 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24521
24522         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24523         (spam-find-spam, spam-log-processing-to-registry)
24524         (spam-log-registered-p, spam-log-unregistration-needed-p)
24525         (spam-log-undo-registration): Use gnus-message instead of
24526         gnus-error, none of these errors are fatal.
24527
24528         * gnus-registry.el (gnus-registry-clean-empty-function)
24529         (gnus-registry-clean-empty): Remove only empty entries without
24530         extra data.
24531
24532 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24533
24534         * spam-stat.el (spam-stat-buffer-change-to-spam)
24535         (spam-stat-buffer-change-to-non-spam): Change (error) to
24536         (gnus-message 8) invocation.
24537
24538 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24539
24540         * nntp.el (nntp-via-netcat-command): New variable.
24541         (nntp-via-netcat-switches): New variable.
24542         (nntp-open-via-rlogin-and-netcat): New function.
24543         (nntp-open-connection-function): Doc fix.
24544         (nntp-telnet-command): Doc fix.
24545         (nntp-end-of-line): Doc fix.
24546         (nntp-via-rlogin-command): Doc fix.
24547         (nntp-via-user-name): Doc fix.
24548         (nntp-via-address): Doc fix.
24549
24550 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24551
24552         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24553         error in Emacs 21.1.
24554
24555 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24556
24557         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24558
24559 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24560
24561         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24562         (gnus-agent-with-refreshed-group): New macro.
24563         (gnus-agent-rename-group): New function.
24564         (gnus-agent-delete-group): New function.
24565         (gnus-agent-save-group-info): Use gnus-command-method when
24566         `method' parameter is nil.  Don't write nil entries into the
24567         active file.
24568         (gnus-agent-get-group-info): New function.
24569         (gnus-agent-fetch-articles):
24570         Use gnus-agent-update-files-total-fetched-for to increment disk space
24571         used.
24572         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24573         Use gnus-agent-update-view-total-fetched-for to increment disk space
24574         used.
24575         (gnus-agent-get-local): Add optional parameters to avoid calling
24576         gnus-group-real-name and gnus-find-method-for-group.
24577         (gnus-agent-set-local): Delete stored entry if either min, or max,
24578         are nil.
24579         (gnus-agent-fetch-session): Reworded error/quit messages.
24580         On quit, use gnus-agent-regenerate-group to record existance of any
24581         articles fetched to disk before the quit occurred.
24582         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24583         gnus-agent-update-view-total-fetched-for, and
24584         gnus-agent-update-files-total-fetched-for to decrement disk space
24585         used.
24586         (gnus-agent-retrieve-headers):
24587         Use gnus-agent-update-view-total-fetched-for to increment disk space
24588         used.
24589         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24590         with gnus-agent-update-files-total-fetched-for to decrement disk
24591         space and fresh group buffer.
24592         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24593         (gnus-agent-need-update-total-fetched-for): New variable.
24594         (gnus-agent-update-files-total-fetched-for): New function.
24595         (gnus-agent-update-view-total-fetched-for): New function.
24596         (gnus-agent-total-fetched-for): New function.
24597
24598         * gnus-cache.el (gnus-cache-save-buffers):
24599         Use gnus-cache-update-overview-total-fetched-for to change disk space
24600         used by this group.
24601         (gnus-cache-possibly-enter-article):
24602         Use gnus-cache-update-file-total-fetched-for to increment disk space
24603         used by this group.
24604         (gnus-cache-possibly-remove-article):
24605         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24606         used by this group.
24607         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24608         (gnus-cache-rename-group): New function.
24609         (gnus-cache-delete-group): New function.
24610         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24611         (gnus-cache-need-update-total-fetched-for): New variable.
24612         (gnus-cache-with-refreshed-group): New macro.
24613         (gnus-cache-update-file-total-fetched-for): New function.
24614         (gnus-cache-update-overview-total-fetched-for): New function.
24615         (gnus-cache-rename-group-total-fetched-for): New function.
24616         (gnus-cache-delete-group-total-fetched-for): New function.
24617         (gnus-cache-total-fetched-for): New function.
24618
24619         * gnus-group.el: Require gnus-sum and autoload functions to
24620         resolve warnings when gnus-group.el compiled alone.
24621         (gnus-group-line-format): Documented new %F.
24622         (size of Fetched data) group line format; identifies disk space
24623         used by agent and cache.
24624         (gnus-group-line-format-alist): Defined new F format.
24625         (gnus-total-fetched-for): New function.
24626         (gnus-group-delete-group): No longer update
24627         gnus-cache-active-altered as gnus-request-delete-group now keeps
24628         the cache in sync.
24629         (gnus-group-list-active): Let the agent store a server's active
24630         list if currently plugged.
24631
24632         * gnus-int.el (gnus-request-delete-group):
24633         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24634         local disk in sync with the server.
24635         (gnus-request-rename-group):
24636         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24637         local disk in sync with the server.
24638
24639         * gnus-start.el (gnus-get-unread-articles):
24640         Cosmetic simplification to logic.
24641
24642         * gnus-util.el (gnus-rename-file): New function.
24643
24644 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24645
24646         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24647
24648 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24649
24650         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24651         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24652
24653 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24654
24655         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24656         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24657
24658 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24659
24660         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24661
24662 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24663
24664         * spam.el (spam-set-difference): Add function to replace
24665         gnus-set-difference in spam.el.
24666         (spam-summary-prepare-exit): Use spam-set-difference.
24667
24668 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24669
24670         * gnus-registry.el (gnus-registry-cache-file): Update to use
24671         gnus-dribble-directory OR gnus-home-directory OR ~.
24672         (gnus-registry-split-fancy-with-parent): Fix doc.
24673
24674 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24675
24676         * message.el (message-exchange-point-and-mark):
24677         Use message-mark-active-p.  Suggested by Jesper Harder
24678         <harder@ifa.au.dk>.
24679
24680 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24681
24682         * message.el (message-exchange-point-and-mark): Don't activate
24683         region if it was inactive.  Suggested by Hiroshi Fujishima
24684         <pooh@nature.tsukuba.ac.jp>.
24685
24686 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24687
24688         * gnus-art.el (article-display-face): Display Faces in the same
24689         order as X-Faces.
24690
24691 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24692
24693         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24694
24695 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24696
24697         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24698         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24699         (gnus-article-mime-hierarchy): Remove.
24700         (gnus-article-mime-hierarchy-next): Remove.
24701         (gnus-article-mode): Revert 2004-03-19 change.
24702         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24703         (gnus-insert-mime-button): Revert 2004-03-19 change.
24704         (gnus-mime-accumulate-hierarchy): Remove.
24705         (gnus-mime-enter-multipart): Remove.
24706         (gnus-mime-leave-multipart): Remove.
24707         (gnus-mime-display-part): Revert 2004-03-19 change.
24708         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24709
24710         * mml.el (mml-preview): Revert 2004-03-19 change.
24711
24712 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24713
24714         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24715
24716 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24717
24718         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24719         t while entering a file name using the mm-with-multibyte macro.
24720         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24721
24722         * mm-util.el (mm-with-multibyte): New macro.
24723
24724 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24725
24726         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24727         New user option.
24728         (gnus-mime-multipart-functions): Doc and customization fix.
24729         (gnus-article-mime-hierarchy): New variable.
24730         (gnus-article-mime-hierarchy-next): New variable.
24731         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24732         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24733         gnus-article-mime-hierarchy-next to nil.
24734         (gnus-insert-mime-button): Show hierarchy numbers.
24735         (gnus-mime-accumulate-hierarchy): New function.
24736         (gnus-mime-enter-multipart): New function.
24737         (gnus-mime-leave-multipart): New function.
24738         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24739         (gnus-mime-display-alternative): Show hierarchy numbers.
24740
24741         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24742         gnus-article-mime-hierarchy-next to nil.
24743
24744 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24745
24746         * dns.el: Don't require gnus-xmas.
24747
24748 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24749
24750         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24751         inline PGP.
24752         (mml-menu): Disable mml-quote-region if mark is inactive.
24753
24754 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24755
24756         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24757         when the group's active is not available.
24758
24759 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24760
24761         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24762         error.
24763
24764 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24765
24766         * imap.el (imap-store-password): New variable.
24767         (imap-interactive-login): Use it.
24768         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24769
24770 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24771
24772         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24773         window-start and hscroll to summary window.
24774
24775 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24776
24777         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24778         conversion message to newsrc-dribble when an actual conversion is
24779         performed.
24780
24781 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24782
24783         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24784
24785 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24786
24787         * mm-decode.el (mm-complicated-handles): New function reviving
24788         former definition of mm-multiple-handles.
24789
24790         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24791         (gnus-mime-delete-part): Use it.
24792
24793 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24794
24795         * gnus-agent.el (gnus-agent-read-local):
24796         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24797         avoid the implicit assumption that they will always be equal.
24798         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24799         coding-system-for-write, as the with-temp-file macro first prints
24800         to a buffer then saves the buffer.
24801
24802 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24803
24804         * gnus-art.el (gnus-article-edit-part): New function.
24805         (gnus-mime-save-part-and-strip): Use it; do query instead of
24806         signaling an error; don't use mm-multiple-handles.
24807         (gnus-mime-delete-part): Ditto.
24808
24809 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24810
24811         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24812         old file versions.
24813         (gnus-group-prepare-hook): Remove function that converted list
24814         form of gnus-agent-expire-days to group properties.
24815
24816         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24817         (gnus-request-accept-article): Re-indented.
24818
24819         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24820         converters to handle old agent file formats.  Add logic for a
24821         "backup before upgrading warning".
24822         (gnus-convert-mark-converter-prompt): Developers can mark
24823         functions as needing (default), or not needing,
24824         gnus-convert-old-newsrc's "backup before upgrading warning".
24825         (gnus-convert-converter-needs-prompt): Tests whether the user
24826         should be protected from potentially irreversable changes by the
24827         function.
24828
24829         * legacy-gnus-agent.el: New.  Provides converters that are only
24830         loaded when gnus-convert-old-newsrc needs to call them.
24831
24832 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24833
24834         * mail-source.el (mail-source-touch-pop): Doc fix.
24835
24836         * message.el (message-smtpmail-send-it): Doc fix.
24837
24838 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24839
24840         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24841
24842         * nnmail.el (nnmail-split-fancy): do.
24843
24844         * gnus-kill.el (gnus-kill, gnus-execute): do.
24845
24846 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24847
24848         * gnus-sum.el (gnus-widget-reversible-match)
24849         (gnus-widget-reversible-to-internal)
24850         (gnus-widget-reversible-to-external): New functions.
24851         (gnus-widget-reversible): New widget.
24852         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24853
24854 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24855
24856         * gnus-sum.el (gnus-thread-sort-functions)
24857         (gnus-article-sort-functions): Document `(not F)' items.
24858
24859 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24860
24861         * spam.el (spam-use-gmane-xref): Add new backend.
24862         (spam-gmane-xref-spam-group): Add variable to control the name of the
24863         Gmane spam group.
24864         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24865         (spam-regex-headers-spam, spam-regex-headers-ham)
24866         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24867         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24868         backends and checks.
24869         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24870
24871         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24872         an autodetect method.
24873
24874 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24875
24876         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24877         articles are being added to a group.
24878         (gnus-request-replace-article): Inform the agent that articles
24879         need to be uncached as the cached contents are no longer valid.
24880
24881 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24882
24883         * binhex.el: Don't autoload executable-find.
24884
24885         * canlock.el: Don't autoload mail-fetch-field.
24886
24887         * dgnushack.el: Autoload c-mode for XEmacs.
24888
24889         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24890
24891         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24892         rmail-dont-reply-to and rmail-output.
24893
24894         * gnus-score.el: Don't autoload ffap-string-at-point.
24895
24896         * gnus-setup.el: Don't autoload sc-cite-original.
24897
24898         * imap.el: Don't autoload base64-decode-string,
24899         base64-encode-string and md5.
24900
24901         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24902         and rmail-msg-restore-non-pruned-header.
24903
24904         * mm-decode.el: Don't autoload executable-find.
24905
24906         * mm-url.el: Don't autoload executable-find.
24907
24908         * mm-view.el: Don't autoload diff-mode.
24909
24910         * nndb.el: Don't autoload news-reply-mode, news-setup,
24911         cancel-timer and telnet.
24912
24913         * password.el: Don't autoload run-at-time for Emacs.
24914
24915         * sha1-el.el: Don't autoload executable-find.
24916
24917         * sieve-mode.el: Don't autoload c-mode.
24918
24919         * uudecode.el: Don't autoload executable-find.
24920
24921 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24922
24923         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24924         (gnus-agent-possibly-alter-active): Avoid null in numeric
24925         comparison.
24926         (gnus-agent-set-local): Refuse to save null in local object table.
24927         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24928         list of articles that will be marked as unread.
24929
24930 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24931
24932         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24933
24934 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24935
24936         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24937         language tags.
24938
24939 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24940
24941         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24942         Don't bind "obarray".
24943
24944         * gnus-sum.el (gnus-thread-sort-functions):
24945         Add `gnus-thread-sort-by-most-recent-number' and
24946         `gnus-thread-sort-by-most-recent-date'.
24947         Reported by Kai Grossjohann <kai@emptydomain.de>.
24948
24949 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24950
24951         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24952
24953 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24954
24955         * gnus-cus.el (gnus-agent-customize-category):
24956         Remove ignore-errors macro reference that required cl to be loaded at
24957         run-time.
24958
24959         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24960         single-interval range of the form (min . max).  Previously the
24961         range had to look like ((min . max)).  Likewise, return
24962         (min . max) rather than ((min . max)).
24963         (gnus-range-map): Use gnus-range-normalize to accept
24964         single-interval range.
24965
24966         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24967         the cache, but not the agent, now appear with their usual face.
24968
24969         * dgnushack.el (loaddir): New variable that is bound to the
24970         directory containing the dgnushack.el file. Use loaddir, rather
24971         than srcdir, to update load-path. Change lets dgnushack compile
24972         code in directories other than GNUS/lisp.
24973
24974 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24975
24976         * lpath.el: Don't bind w3m-safe-url-regexp.
24977
24978         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24979         w3m-safe-url-regexp variable buffer-local.
24980
24981         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24982
24983 2004-02-27  Simon Josefsson  <jas@extundo.com>
24984
24985         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24986         gnus-group-real-prefix.
24987         (gnus-summary-move-article): Use it, instead of
24988         gnus-group-real-prefix.
24989
24990 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24991
24992         * lpath.el: Bind w3m-safe-url-regexp.
24993
24994         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24995         w3m-safe-url-regexp variable buffer-local and set it as the value
24996         of mm-w3m-safe-url-regexp.
24997
24998         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24999
25000         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25001         parsing gnus-posting-styles when the message is not for replying.
25002
25003         * dgnushack.el: Autoload sgml-mode for XEmacs.
25004
25005         * nnrss.el (nnrss-opml-export):
25006         Use mm-set-buffer-file-coding-system instead of
25007         set-buffer-file-coding-system.
25008
25009 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25010
25011         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25012         of checkdoc.el).
25013         * nnrss.el: do.
25014         * gnus-mlspl.el: do.
25015         * gnus-ml.el: do.
25016         * gnus-srvr.el: do.
25017
25018         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25019
25020 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25021
25022         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25023         Corrections to custom-manual links.
25024
25025         * gnus-art.el (gnus-article): Ditto.
25026
25027         * mm-decode.el (mime-display, mime-security): Ditto.
25028
25029 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25030
25031         * flow-fill.el: Typo.
25032
25033 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25034
25035         * spam-wash.el: New file.
25036
25037 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25038
25039         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25040
25041 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25042
25043         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25044         to be run with new-articles as LIST1, not LIST2.
25045         (spam-registration-functions): Add spam-use-ham-copy as a nil
25046         registration backend.
25047
25048 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25049
25050         * spam-stat.el (spam-stat-washing-hook): New option.
25051         (spam-stat-buffer-words): Use it.
25052         (spam-stat-process-directory, spam-stat-test-directory):
25053         Use insert-file-contents-literally.
25054         (spam-stat-coding-system): New variable.
25055         (spam-stat-load, spam-stat-save): Use it.
25056
25057 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25058
25059         * spam-report.el (spam-report-plug-agent):
25060         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25061
25062 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25063
25064         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25065         Allow / in mailto URLs.
25066
25067 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25068
25069         * spam-report.el (spam-report-process-queue): Fix interactive use.
25070         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25071         (spam-report-unplug-agent): Doc fixes.
25072         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25073         (spam-report-agentize, spam-report-deagentize): Autoload.
25074
25075 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25076
25077         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25078
25079         * message.el (message-setup-fill-variables): Add mml tags to
25080         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25081         <ajk@iu.edu>.
25082         (message-mode): Don't modify paragraph-separate there.
25083
25084 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25085
25086         * compface.el (uncompface-use-external): Default to undecided.
25087         (uncompface-use-external-threshold): New variable.
25088         (uncompface-float-time): New macro.
25089         (uncompface): Determine whether to use the external decoder if
25090         uncompface-use-external is undecided.
25091
25092 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25093
25094         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25095         after images.
25096
25097         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25098
25099 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25100
25101         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25102
25103         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25104
25105         * gnus-sum.el (gnus-summary-limit-to-age)
25106         (gnus-summary-limit-children): do.
25107
25108         * gnus-int.el (gnus-request-scan): do.
25109
25110         * gnus-group.el (gnus-group-suspend): do.
25111
25112         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25113
25114         * gnus-cite.el (gnus-cite-parse-attributions): do.
25115
25116         * gnus-agent.el (gnus-summary-set-agent-mark)
25117         (gnus-agent-regenerate-group): do.
25118
25119         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25120
25121         * binhex.el (binhex-decode-region-internal): do.
25122
25123 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25124
25125         * gnus-fun.el (gnus-face-properties-alist): New user option.
25126         (gnus-display-x-face-in-from): Use it.
25127
25128         * gnus-art.el (article-display-face): Ditto.
25129
25130         * compface.el (uncompface-use-external): Default to nil.
25131
25132 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25133
25134         * nntp.el (nntp-erase-buffer): New function.
25135         (nntp-retrieve-data, nntp-send-command)
25136         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25137         (nntp-possibly-change-group): Use it.
25138
25139         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25140         Use with-current-buffer.
25141
25142 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25143
25144         * compface.el: Merge the ELisp-based uncompface program.
25145         (compface): New customization group.
25146         (uncompface-use-external): New user option.
25147         (uncompface): Call uncompface-internal if uncompface-use-external
25148         is nil.
25149         (uncompface-internal): New function.  Note that there are also
25150         some other functions and variables added for this function.
25151
25152 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25153
25154         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25155         if necessary.
25156
25157 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25158
25159         * spam-report.el (spam-report-unplug-agent)
25160         (spam-report-plug-agent, spam-report-deagentize)
25161         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25162         Add support for the Agent in spam-report: when unplugged, report to a
25163         file; when plugged, submit all the requests.
25164
25165         * spam.el (spam-register-routine): Fix message about
25166         registration.
25167
25168 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25169
25170         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25171         dependencies.
25172         (rfc2047-encode): Use it.
25173
25174         * gnus-art.el (gnus-button-marker-list): Move before first
25175         reference.
25176
25177         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25178         (imap-parse-body): Fix format string mismatch.
25179
25180         * gnus-score.el (gnus-summary-increase-score): do.
25181
25182         * nnrss.el (nnrss-close): New function.
25183
25184 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25185
25186         * nnrss.el (nnrss-make-filename): New function.
25187         (nnrss-request-delete-group, nnrss-read-server-data)
25188         (nnrss-save-server-data, nnrss-read-group-data)
25189         (nnrss-save-group-data): Use it.
25190         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25191         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25192         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25193
25194 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25195
25196         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25197
25198 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25199
25200         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25201         files.
25202
25203         * message.el (message-generate-headers-first): Don't quote nil
25204         and t in docstrings.
25205
25206         * imap.el (imap-id): do.
25207
25208         * gnus-agent.el (gnus-agent-consider-all-articles)
25209         (gnus-agent-queue-mail): do.
25210
25211 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25212
25213         * spam-report.el (spam-report-process-queue): New function.
25214         Process requests from `spam-report-requests-file'.
25215         (spam-report-process-queue): Doc fix.
25216
25217 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25218
25219         * spam.el (spam-register-routine)
25220         (spam-log-processing-to-registry, spam-log-registered-p)
25221         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25222         Change "check" to "spam-check" for semi-clarity.
25223
25224 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25225
25226         * pop3.el: Require nnheader.
25227
25228         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25229
25230         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25231
25232         * gnus-picon.el: Require cl.
25233
25234         * gnus-fun.el: Require gnus-ems and gnus-util.
25235
25236         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25237
25238         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25239
25240         * gnus-art.el (gnus-article-edit-mode): Define before first
25241         reference.
25242
25243 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25244
25245         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25246         (gnus-uu-post-encoded): Use point-at-bol.
25247
25248         * gnus-topic.el (gnus-group-active-topic-p): do.
25249
25250         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25251
25252         * gnus-group.el (gnus-group-kill-region): do.
25253
25254         * gnus-art.el (article-date-ut): do.
25255
25256         * message.el (message-fetch-field): Remove redundant
25257         case-fold-search binding.
25258         (message-narrow-to-field): Simplify.
25259
25260 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25261
25262         * spam.el (spam-directory): Derive from `gnus-directory'.
25263
25264         * spam-report.el (spam-report-url-to-file)
25265         (spam-report-requests-file): New function and variable for offline
25266         reporting.
25267         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25268         and user defined function.
25269         (spam-report-url-ping-mm-url): Remove doubled slash.
25270
25271 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25272
25273         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25274
25275 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25276
25277         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25278         Fix format string mismatch.
25279
25280         * sieve.el (sieve-deactivate-all): do.
25281
25282         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25283
25284         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25285
25286         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25287
25288         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25289
25290 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25291
25292         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25293         the list of checks.
25294
25295 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25296
25297         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25298         padding.
25299
25300 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25301
25302         * mm-view.el (mm-fill-flowed): New variable.
25303         (mm-inline-text): Use it.
25304
25305 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25306
25307         * spam.el (spam-spamassassin-register-ham-routine)
25308         (spam-spamassassin-register-spam-routine): Fix function names.
25309
25310 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25311
25312         * gnus.el (gnus-tmp-grouplens): Remove.
25313         (gnus-summary-line-format): Remove grouplens.
25314
25315         * gnus-group.el (gnus-group-line-format): Ditto.
25316
25317         * gnus-spec.el (gnus-format-specs): Ditto.
25318         (gnus-update-format-specifications): Flush the group format spec
25319         cache if there's the grouplens stuff.
25320         (gnus-parse-simple-format): Replace %l with the empty string.
25321
25322 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25323
25324         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25325         omission.
25326
25327 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25328
25329         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25330         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25331
25332 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25333
25334         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25335         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25336         New macros and functions.
25337         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25338         Handle > NLINK_MAX messages.
25339         * nnmaildir.el (nnmaildir-request-set-mark):
25340         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25341
25342 2004-01-25  Alex Schroeder  <alex@gnu.org>
25343
25344         * spam-stat.el (spam-stat-process-directory-age): New option.
25345         (spam-stat-process-directory): Use it.
25346
25347 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25348
25349         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25350         (spam-stat-save): Accept prefix argument.
25351
25352 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25353
25354         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25355         links" error.
25356
25357 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25358
25359         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25360         the rest of the and/or forms.
25361
25362 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25363
25364         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25365         compatibility with old .newsrc.eld files.
25366
25367         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25368
25369         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25370
25371         * gnus-start.el (gnus-1): do.
25372
25373         * gnus-group.el (gnus-group-line-format-alist): do.
25374
25375         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25376
25377         * gnus-gl.el: Remove.
25378
25379 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25380
25381         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25382         marks consisting of a single range {for example, (3 . 5)} rather
25383         than a list of a single range { ((3 . 5)) }.
25384
25385 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25386
25387         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25388         Use with-current-buffer.
25389         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25390         avoid consing a string.
25391
25392         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25393         Remove obsolete entries for big5 and gb2312.
25394
25395 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25396
25397         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25398         uncompressed list.
25399
25400 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25401
25402         * spam-stat.el (spam-stat-strip-xref): New function.
25403         (spam-stat-process-directory): Use it.
25404
25405         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25406         here -- it's done in message-fetch-field.
25407
25408 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25409
25410         * gnus-agent.el (gnus-agent-queue-mail)
25411         (gnus-agent-prompt-send-queue): New variables.
25412         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25413         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25414         "nndraft:queue" along to gnus-draft-send.
25415         Use gnus-agent-prompt-send-queue.
25416         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25417         is "nndraft:queue".  Suggested by Gaute Strokkenes
25418         <gs234@srcf.ucam.org>
25419
25420         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25421         (agent-enable-undownloaded-faces): Add.
25422         (gnus-agent-cat-groups): Use eval-and-compile, not
25423         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25424         method of gnus-agent-cat-groups even when the buffer has been
25425         evaled.
25426         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25427         delete gnus-agent-save-active-1.
25428         (gnus-agent-save-groups): Delete.  Identical to
25429         gnus-agent-save-active.
25430         (gnus-agent-write-active): No longer adjust agent's copy of active
25431         file as agent's adjustments are now stored in their own
25432         file.  Remove optional parameter.
25433         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25434         servers.  Add use of min/max range limits from server's local
25435         file.
25436         (gnus-agent-save-alist): Remove unused optional argument.
25437         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25438         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25439         (gnus-agent-set-local): A per-server file that keeps min/max range
25440         limits for articles known to the agent.  Provides a fast mechanism
25441         for altering many active ranges.
25442         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25443         active file (local makes it unnecessary).
25444         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25445
25446         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25447         (agent-enable-undownloaded-faces): Add.
25448
25449         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25450         disable it when sending to "nndraft:queue".
25451         (gnus-group-send-queue): Add safety check to avoid sending queue
25452         when unplugged.
25453
25454         * gnus-group.el (gnus-group-catchup): Use new
25455         gnus-sequence-of-unread-articles, not
25456         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25457         numbers of articles.  Use gnus-range-map to avoid having to
25458         uncompress the unread list.
25459         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25460         Fix invalid ange-ftp reference.
25461
25462         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25463         (gnus-sorted-range-intersection): Intersection of two ranges
25464         without requiring that they first be uncompressed.
25465
25466         * gnus-start.el (gnus-activate-group): Unless blocked by the
25467         caller, possibly expand the active range to include both cached
25468         and agentized articles.
25469         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25470         multiple version-dependent converters.
25471         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25472         gnus-agent-save-active.
25473         (gnus-save-newsrc-file): Save dirty agent range limits.
25474
25475         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25476         gnus-agent-possibly-alter-active.
25477         (gnus-adjust-marked-articles): Faster handling of simple lists.
25478
25479 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25480
25481         * spam-stat.el (spam-stat-test-directory): New optional argument
25482         displays a list of files detected.  Suggested by Andrew Cohen
25483         <cohen@andy.bu.edu>.
25484         (spam-stat-buffer-words-with-scores): Don't narrow and change
25485         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25486
25487 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25488
25489         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25490         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25491         (spam-spamassassin-arguments)
25492         (spam-spamassassin-spam-flag-header)
25493         (spam-spamassassin-positive-spam-flag-header)
25494         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25495         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25496         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25497         (spam-list-of-processors, spam-list-of-checks)
25498         (spam-list-of-statistical-checks, spam-registration-functions)
25499         (spam-check-spamassassin-headers, spam-check-spamassassin)
25500         (spam-spamassassin-score)
25501         (spam-spamassassin-register-with-sa-learn)
25502         (spam-spamassassin-register-spam-routine)
25503         (spam-spamassassin-register-ham-routine)
25504         (spam-assassin-register-spam-routine)
25505         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25506         (spam-bogofilter-score): Fix to show article before scoring.
25507
25508 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25509
25510         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25511         default scoring function.
25512         (spam-generic-score): Call spam-spamassassin-score if
25513         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25514         spam-bogofilter-score otherwise.
25515
25516         * gnus.el (spam-process, spam-autodetect-methods):
25517         Add spamassassin and spamassassin-headers.
25518
25519 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25520
25521         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25522         Suppress unnecessary messages.
25523
25524 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25525
25526         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25527         make-hash-table.
25528
25529 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25530
25531         * canlock.el (base64-encode-string): Don't autoload it.
25532
25533 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25534
25535         * run-at-time.el: Remove useless (require 'itimer),
25536         eval-and-compile and (featurep 'xemacs).
25537
25538 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25539
25540         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25541         GROUP is a virtual group.
25542
25543 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25544
25545         * gnus.el: Autoload `message-y-or-n-p'.
25546
25547 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25548
25549         * pgg-parse.el: Remove unnecessary (require 'custom).
25550
25551         * pgg-def.el: do.
25552
25553         * nnmail.el: do.
25554
25555         * gnus-undo.el: do.
25556
25557         * gnus-picon.el: do.
25558
25559         * gnus-util.el: do.
25560
25561 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25562
25563         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25564
25565 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25566
25567         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25568         handle, as well as a list.
25569
25570         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25571         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25572         (mm-w3m-cid-retrieve): Simplify.
25573
25574 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25575
25576         * message.el (message-kill-to-signature): Allow prefix arg to
25577         specify number of lines to keep before signature.
25578
25579 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25580
25581         * message.el (message-kill-to-signature): Change docstring.
25582
25583 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25584
25585         * canlock.el: Always require sha1-el.
25586         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25587
25588         * message.el: Autoload sha1 only when compiling.
25589
25590         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25591         eudc-expand-inline for XEmacs.
25592
25593 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25594
25595         * message.el (message-canlock-generate): Require sha1-el.
25596
25597 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25598
25599         * message.el (message-expand-name): Silence the byte compiler.
25600
25601         * lpath.el: Add detect-coding-system.
25602
25603         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25604         cus-edit.
25605
25606 2004-01-13  Simon Josefsson  <jas@extundo.com>
25607
25608         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25609         Invoke gnus-score-mode.
25610         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25611
25612         * gnus-range.el (gnus-compress-sequence): Doc fix.
25613         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25614
25615 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25616
25617         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25618
25619 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25620
25621         * spam.el (spam-get-article-as-string): Update to use
25622         gnus-request-article-this-buffer, much simpler.
25623         (spam-get-article-as-buffer): Remove.
25624
25625 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25626
25627         * message.el (message-expand-name): Use EUDC if the user uses that.
25628
25629 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25630
25631         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25632         character for the encoding to avoid consing a string.
25633
25634         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25635         unnecessarily.
25636
25637         * mm-util.el (mm-replace-chars-in-string): Remove.
25638
25639         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25640         of mm-replace-chars-in-string.
25641
25642 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25643
25644         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25645
25646         * mm-util.el (mm-subst-char-in-string): Support inplace.
25647
25648         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25649         a new string in every iteration.  Use shy groups.
25650
25651 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25652
25653         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25654         * gnus-soup.el (gnus-soup-group-brew):
25655         * gnus-msg.el (gnus-put-message):
25656         * gnus-move.el (gnus-group-move-group-to-server):
25657         * gnus-kill.el (gnus-batch-score):
25658         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25659         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25660         (gnus-group-update-group, gnus-group-read-group)
25661         (gnus-group-make-group, gnus-group-make-help-group)
25662         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25663         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25664         (gnus-group-sort-by-unread, gnus-group-catchup)
25665         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25666         (gnus-group-yank-group, gnus-group-set-info)
25667         (gnus-group-list-groups):
25668         * gnus.el (gnus-generate-new-group-name):
25669         * gnus-delay.el (gnus-delay-send-queue):
25670         * nnvirtual.el (nnvirtual-catchup-group):
25671         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25672         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25673         (gnus-group-prepare-topics, gnus-topic-check-topology):
25674         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25675         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25676         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25677         (gnus-group-make-articles-read):
25678         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25679         (gnus-group-change-level, gnus-kill-newsgroup)
25680         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25681         (gnus-get-unread-articles, gnus-make-articles-unread)
25682         (gnus-make-ascending-articles-unread): Use accessor
25683         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25684         to get group information for improved readability.
25685
25686
25687 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25688
25689         * gnus-art.el (article-decode-mime-words, article-babel)
25690         (gnus-article-highlight-signature, gnus-article-add-buttons)
25691         (gnus-signature-toggle): Use gnus-with-article-buffer.
25692
25693         * gnus-art.el (gnus-article-highlight-headers)
25694         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25695
25696         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25697         (gnus-article-set-globals, gnus-request-article-this-buffer)
25698         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25699         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25700         (gnus-mime-display-alternative): Use with-current-buffer.
25701
25702 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25703
25704         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25705         also under 80 char limit, and call gnus-error if needed.
25706         (spam-fetch-article-header): Fix - it was a
25707         buffer-local variable (gnus-newsgroup-data).
25708         (spam-find-spam): Use spam-generate-fake-headers, forget about
25709         spam-insert-fake-headers.
25710         (spam-insert-fake-headers): Remove.
25711
25712 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25713
25714         * deuglify.el (gnus-article-outlook-unwrap-lines)
25715         (gnus-outlook-rearrange-article)
25716         (gnus-outlook-repair-attribution-outlook)
25717         (gnus-outlook-repair-attribution-block)
25718         (gnus-outlook-repair-attribution-other): Remove redundant
25719         save-excursion.
25720
25721 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25722
25723         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25724         (spam-fetch-field-subject-fast)
25725         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25726         (spam-fetch-article-header): Add functions to deal with Gnus
25727         internals for fast retrieval of article header data.
25728         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25729
25730 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25731
25732         * pop3.el (pop3-md5): Remove.
25733         (pop3-apop): Replace pop3-md5 with md5.
25734
25735         * mm-bodies.el: base64 is always built-in.
25736
25737         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25738         Use with-current-buffer.
25739
25740 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25741
25742         * canlock.el (canlock-insert-header): Remove excessive grouping in
25743         regexp.
25744
25745         * gnus-sum.el (gnus-summary-read-document): Ditto.
25746
25747         * gnus-uu.el (gnus-uu-part-number): Ditto.
25748
25749         * html2text.el (html2text-remove-tags): Ditto.
25750         (html2text-format-tags): Ditto.
25751         (html2text-format-single-elements): Ditto.
25752
25753         * mml.el (mml-parse-1): Ditto.
25754
25755 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25756
25757         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25758
25759         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25760
25761         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25762
25763         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25764
25765 2003-11-15  Simon Josefsson  <jas@extundo.com>
25766
25767         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25768         (pgg-gpg-lookup-key): Use regexp match instead of
25769         split-string (split-string is different between emacs 21.2 and
25770         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25771
25772 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25773
25774         * gnus-art.el (gnus-mime-view-all-parts)
25775         (gnus-article-part-wrapper, gnus-article-view-part):
25776         Use with-current-buffer.
25777
25778 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25779
25780         * spam.el (spam-disable-spam-split-during-ham-respool)
25781         (spam-spamoracle-database, spam-cache-lookups)
25782         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25783         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25784         (spam-group-ham-marks, spam-group-spam-marks)
25785         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25786         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25787         also add spam-use-blackholes to the statistical checks.
25788         (spam-fetch-field-fast): Add interface to fetching fields, may
25789         become a macro.
25790         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25791         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25792         (spam-insert-fake-headers): Fake an article when needed.
25793         (spam-find-spam): Fake article when possible.
25794         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25795         (spam-check-bogofilter-headers): Use message-fetch-field instead
25796         of nnmail-fetch-field.
25797
25798 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25799
25800         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25801
25802 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25803
25804         * spam.el (spam-split): Do not require spam-use-CHECK to be
25805         enabled if that check is passed to spam-split explicitly; also
25806         fix so 'spam doesn't get converted to spam-split-group when
25807         spam-split-symbolic-return is t.
25808         (spam-find-spam): Find registrations of the article and use those
25809         instead of re-running spam-split to find the spam/ham
25810         classification of the article.
25811         (spam-log-processing-to-registry, spam-log-registered-p)
25812         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25813         Use gnus-error instead of gnus-message.
25814         (spam-log-registration-type): Add function to determine the
25815         classification of a message based on registry entries; will
25816         return nil if both 'spam and 'ham are found.
25817         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25818         a reasonably fast local cache without the loading errors.
25819         (spam-cache-lookups): Set to t by default.
25820         (spam-find-spam): Don't try to guess spam-cache-lookups.
25821         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25822         spam-caches entry.
25823         (spam-filelist-build-cache, spam-filelist-check-cache):
25824         Fix caching of whitelist/blacklist entries.
25825         (spam-check-whitelist, spam-check-blacklist):
25826         Invoke spam-from-listed-p with a type, not a cache variable.
25827         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25828
25829 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25830
25831         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25832
25833         * nnmail.el (nnmail-split-fancy): do.
25834
25835         * mml.el (mml-parse): do.
25836
25837         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25838         (gnus-score-adaptive): do.
25839
25840 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25841
25842         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25843         (gnus-mime-button-map): Don't set keymap parent.
25844         (gnus-button-ctan-directory-regexp): Use shy grouping.
25845         (gnus-prev-page-map): Don't set keymap parent.
25846         (gnus-prev-page-map): Remove duplicated one.
25847         (gnus-next-page-map): Don't set keymap parent.
25848         (gnus-mime-security-button-map): Ditto.
25849
25850         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25851         version number.
25852
25853         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25854
25855 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25856
25857         * canlock.el (canlock-sha1-function): Remove.
25858         (canlock-sha1-function-for-verify): Remove.
25859         (canlock-openssl-program): Remove.
25860         (canlock-openssl-args): Remove.
25861         (canlock-ignore-errors): Remove.
25862         (canlock-sha1-with-openssl): Remove.
25863         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25864         (canlock-verify): Don't use canlock-ignore-errors.
25865
25866         * sha1-el.el (sha1-string-external): Make it can return a string
25867         in binary form.
25868         (sha1-region-external): Ditto.
25869         (sha1-string-internal): Ditto.
25870         (sha1-region-internal): Ditto.
25871         (sha1-region): Ditto.
25872         (sha1-string): Ditto.
25873         (sha1): Ditto.
25874
25875 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25876
25877         * spam.el (spam-report-articles-gmane): New command.
25878
25879 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25880
25881         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25882
25883         * run-at-time.el (run-at-time-saved): Remove.
25884         (run-at-time): Doc fix.
25885
25886 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25887
25888         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25889         (gnus-summary-limit-map): Add it.
25890         (gnus-summary-make-menu-bar): do.
25891
25892 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25893
25894         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25895         Make attempt at some caching support (done for BBDB only now).
25896         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25897         addresses to be checked.
25898         (spam-clear-cache-BBDB): Add function, to be invoked by
25899         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25900         (spam-check-BBDB): Check and use the caches, if
25901         spam-cache-lookups is on, remove superfluous (provide).
25902
25903 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25904
25905         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25906
25907 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25908
25909         * run-at-time.el (run-at-time-saved): Move to after the definition
25910         of `run-at-time'.
25911
25912         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25913
25914 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25915
25916         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25917         mm-w3m-local-map-property.
25918
25919         * mm-view.el (mm-w3m-mode-map): Remove.
25920         (mm-w3m-local-map-property): Remove.
25921         (mm-inline-text-html-render-with-w3m): Don't use
25922         mm-w3m-local-map-property.
25923
25924 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25925
25926         * run-at-time.el: New file.
25927
25928         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25929         under Emacs.
25930
25931         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25932         of gnus-set-text-properties.
25933
25934         * gnus-uu.el (gnus-uu-save-article): Ditto.
25935
25936         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25937
25938         * gnus-cite.el (gnus-cite-parse): Ditto.
25939
25940         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25941         of gnus-.
25942
25943         * gnus-xmas.el (run-at-time): Require run-at-time.
25944
25945         * gnus.el: Change calls to nnheader-run-at-time and
25946         password-run-at-time throughout to use run-at-time directly.
25947
25948         * password.el: Remove definition of run-at-time.
25949
25950         * nnheaderxm.el: Remove definition of run-at-time.
25951
25952 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25953
25954         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25955         in prompt.
25956
25957 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25958
25959         * messagexmas.el (message-xmas-redefine): Alias
25960         `message-make-caesar-translation-table' to
25961         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25962         version.
25963
25964         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25965         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25966         `gnus-xmas-set-text-properties'.
25967         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25968         `gnus-xmas-completing-read'.
25969         (gnus-xmas-completing-read): Removed.
25970         (gnus-xmas-open-network-stream): Removed.
25971
25972         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25973         XEmacs version.
25974
25975         * dns.el (dns-make-network-process): Use `open-network-stream'
25976         instead of `gnus-xmas-open-network-stream'.
25977
25978         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25979
25980         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25981
25982 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25983
25984         * gnus-art.el (gnus-mime-display-alternative)
25985         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25986         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25987         Don't use gnus-local-map-property.
25988
25989         * gnus-util.el (gnus-local-map-property): Remove.
25990
25991         * mm-view.el (mm-view-pkcs7-decrypt):
25992         Replace gnus-completing-read-maybe-default with completing-read.
25993
25994         * gnus-util.el (gnus-completing-read): do.
25995         (gnus-completing-read-maybe-default): Remove.
25996
25997 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25998
25999         * password.el: Only autoload `run-at-time' if not XEmacs.
26000         Only autoload the itimer functions if XEmacs.
26001
26002 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26003
26004         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26005         XEmacsen.
26006
26007         * dgnushack.el: Autoload executable-find for XEmacs.
26008
26009 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26010
26011         * gnus-art.el (gnus-read-string): Remove.
26012         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26013         read-string.
26014
26015 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26016
26017         * netrc.el: Autoload password-read.
26018         (netrc): Add configuration group.
26019         (netrc-encoding-method, netrc-openssl-path):
26020         Add variables for encoding and decoding of files with symmetric
26021         ciphers.
26022         (netrc-encode): Add assistant function to encode a file with
26023         netrc-encoding-method.
26024         (netrc-parse): Add interactive parameter, added optional
26025         decoding if netrc-encoding-method is non-nil but otherwise
26026         behavior is standard.
26027         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26028         Do s/encode/encrypt/ everywhere.
26029
26030         * spam.el: Remove executable-find autoload.
26031
26032 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26033
26034         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26035
26036         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26037
26038 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26039
26040         * gnus-art.el (gnus-treat-ansi-sequences)
26041         (article-treat-ansi-sequences): New variable and function.
26042         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26043
26044         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26045         Use it.
26046
26047 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26048
26049         * mm-util.el (mm-quote-arg): Remove.
26050
26051         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26052         shell-quote-argument.
26053
26054         * gnus-uu.el (gnus-uu-command): do.
26055
26056         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26057
26058         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26059         with make-char.
26060
26061         * mm-util.el (mm-make-char): Remove.
26062
26063         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26064         add-minor-mode.
26065
26066         * gnus-undo.el (gnus-undo-mode): do.
26067
26068         * gnus-topic.el (gnus-topic-mode): do.
26069
26070         * gnus-sum.el (gnus-dead-summary-mode): do.
26071
26072         * gnus-start.el (gnus-slave-mode): do.
26073
26074         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26075
26076         * gnus-ml.el (gnus-mailing-list-mode): do.
26077
26078         * gnus-gl.el (gnus-grouplens-mode): do.
26079
26080         * gnus-draft.el (gnus-draft-mode): do.
26081
26082         * gnus-dired.el (gnus-dired-mode): do.
26083
26084         * gnus-ems.el (gnus-add-minor-mode): Remove.
26085
26086         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26087         Replace gnus-char-width with char-width.
26088
26089         * gnus-ems.el (gnus-char-width): Remove.
26090
26091         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26092         Replace gnus-char-width with char-width.
26093
26094         * gnus-ems.el (gnus-char-width): Remove.
26095
26096         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26097         definition.
26098         Remove Emacs 20 hash table compatibility code.
26099
26100         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26101         20 compatibility code.
26102
26103         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26104
26105         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26106
26107         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26108         Replace with point-at-{eol,bol}.
26109
26110         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26111
26112         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26113
26114         * flow-fill.el (fill-flowed-point-at-bol)
26115         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26116
26117         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26118         Replace with point-at-{eol,bol} throughout all files.
26119
26120 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26121
26122         * ntlm.el (ntlm-string-as-unibyte): New macro.
26123         (ntlm-build-auth-response): Use it.
26124
26125         Remove Emacs 20 stuff:
26126         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26127         (butlast, mapc, remove): Remove the compiler macros.
26128         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26129         of delq and copy-sequence.
26130         * gnus-art.el (popup-menu): Remove the compiler macro.
26131         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26132         Emacs 20.
26133
26134 2004-01-05  Simon Josefsson  <jas@extundo.com>
26135
26136         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26137         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26138         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26139         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26140         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26141         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26142         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26143         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26144         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26145         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26146         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26147         string-xor into ntlm-string-xor.
26148         Suggested by Jesper Harder <harder@myrealbox.com>.
26149
26150         * ntlm.el: Don't include poem.
26151
26152         * md4.el (print-int32, print-string-hexa): Remove.
26153         Suggested by Jesper Harder <harder@myrealbox.com>.
26154
26155         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26156
26157         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26158         probably breaks emacs with DL patch, but do we care? Is anyone
26159         still using the DL stuff?)
26160
26161         * sieve-manage.el: Use the password package.
26162         (sieve-manage-read-passwd): Remove.
26163         (sieve-manage-interactive-login): Use password.  Re-add
26164         condition-case around loop.
26165
26166         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26167         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26168         Use the password package.
26169
26170 2003-02-19  Simon Josefsson  <jas@extundo.com>
26171
26172         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26173         token.
26174
26175 2002-08-07  Simon Josefsson  <jas@extundo.com>
26176
26177         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26178         (sieve-manage-authenticators):
26179         (sieve-manage-authenticator-alist): Add some SASL mechs.
26180         (sieve-sasl-auth): New function.
26181         (sieve-manage-cram-md5-auth):
26182         (sieve-manage-plain-auth): Rewrite using SASL library.
26183         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26184         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26185         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26186         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26187
26188 2004-01-05  Simon Josefsson  <jas@extundo.com>
26189
26190         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26191         New files.
26192
26193 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26194
26195         * gnus-group.el (gnus-no-groups-message): Update.
26196
26197         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26198
26199 2003-11-09  Simon Josefsson  <jas@extundo.com>
26200
26201         * imap.el: Support for ID IMAP extension (RFC 2971).
26202         (imap-local-variables): Add imap-id.
26203         (imap-id): New variable.
26204         (imap-id): New function.
26205         (imap-parse-response): Parse untagged ID response.
26206         * nnimap.el (nnimap-id): New variable.
26207         (nnimap-open-connection): Use it.
26208
26209 2003-12-28  Simon Josefsson  <jas@extundo.com>
26210
26211         * gnus-score.el (gnus-score-edit-all-score): New.
26212         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26213
26214 2004-01-04  Simon Josefsson  <jas@extundo.com>
26215
26216         * password.el: Add.
26217
26218 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26219
26220         * dns.el (dns-query-types): Fix typo.
26221         (dns-query-types): New function.
26222         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26223         PTR and SOA replies, see RFC 1035.
26224
26225 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26226
26227         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26228
26229         * Move to Changelog.2.
26230
26231 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26232
26233         * gnus.el (gnus-version-number): Bump version.
26234
26235 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26236
26237         * gnus.el: No Gnus v0.1 is released.
26238
26239 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26240
26241         * gnus.el: No Gnus v0.0 is released.
26242
26243 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26244
26245         * gnus.el (gnus-version-number): Bump.
26246         (gnus-version): No.
26247
26248 See ChangeLog.2 for earlier changes.
26249
26250   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26251
26252   This file is part of GNU Emacs.
26253
26254   GNU Emacs is free software: you can redistribute it and/or modify
26255   it under the terms of the GNU General Public License as published by
26256   the Free Software Foundation, either version 3 of the License, or
26257   (at your option) any later version.
26258
26259   GNU Emacs is distributed in the hope that it will be useful,
26260   but WITHOUT ANY WARRANTY; without even the implied warranty of
26261   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26262   GNU General Public License for more details.
26263
26264   You should have received a copy of the GNU General Public License
26265   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26266
26267 ;; Local Variables:
26268 ;; coding: utf-8
26269 ;; fill-column: 79
26270 ;; add-log-time-zone-rule: t
26271 ;; End: