Make <li> rendering more compact
[gnus] / lisp / ChangeLog
1 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-li): Don't require a new paragraph, since other
4         browsers don't.
5
6         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
7
8         * shr.el (shr-expand-url): Don't bug out on zero-length links.
9
10         * eww.el (eww-tag-textarea): Support <textarea>.
11
12 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13
14         * shr.el (shr-dom-to-xml): Fixed function call.
15
16         * eww.el (eww): New group.
17         (eww-header-line-format): New custom variable.
18         (eww-current-title): New variable.
19         (eww-display-html): Update header and handle title tag.
20         (eww-update-header-line-format): New function.
21         (eww-tag-title): New function.
22
23         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
24         (shr-tag-svg): Add support for the SVG tag.
25         (shr-bullet): New custom variable.
26         (shr-tag-li): Support custom bullet in unordered lists.
27
28 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * shr.el (shr-expand-url): Respect // URLs.
31
32         * eww.el (eww-tag-body): Override the shr body rendering so that we can
33         put a background colour onto the entire buffer.
34         (eww-render): When being redirected, use the redirect URL as the new
35         base URL.
36
37         * shr.el (shr-parse-base): Fix parsing error.
38
39         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
40
41         * shr.el (shr-parse-base): New function.
42         (shr-expand-url): Use it to expand relative URLs reliably.
43
44 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
45
46         * auth-source.el (auth-source-search-collection): Fix docstring.
47         (auth-source-netrc-parse): Refactor and improve netrc parser to support
48         single-quoted strings and multiline entries.
49         (auth-source-netrc-parse-next-interesting)
50         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
51         functions to support parser.
52
53 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * eww.el (eww-submit): Get submit button logic right when hitting RET
56         on non-submit buttons.
57
58         * shr.el: Remove shr-preliminary-table-render, since that can't really
59         be used for anything in practice.
60
61 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
62
63         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
64         (sieve-manage-quit).
65
66 2013-06-14  Glenn Morris  <rgm@gnu.org>
67
68         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
69
70 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
71
72         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
73         control the maximum size of photo ID image.
74         (mml2015-epg-key-image-to-string): Respect it.
75
76 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
79         instead of the final one so that we can more easily distinguish them.
80
81         * eww.el (eww-submit): Compute the submission URL correctly.
82
83 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
84
85         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
86         Use plist-get rather than CL's getf.
87         (sieve-manage-parse-capability): Avoid CL's remove-if.
88
89 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
90
91         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
92         (sieve-manage-quit).
93
94 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * shr.el (shr-expand-url): Expansion should chop off the bits after the
97         last slash.
98
99         * eww.el (eww-tag-select): Use the first value as the default value.
100
101 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
102
103         * eww.el (eww): Prepend urls with http:// if scheme is missing.
104         (eww-mode): Use `define-derived-mode'.
105         (eww-parse-headers): Parse headers from beginning of buffer so that
106         file:// links work.
107
108 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
111
112 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
115         to handle them at all.
116
117 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
120         work, too.
121         (eww-tag-select): Implement <select>.
122
123 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
124
125         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
126         stream managing functions by using open-protocol-stream to do most of
127         the work. Has the nice benefit of enabling STARTTLS.
128         Wait for capabilities after STARTTLS: following RFC5804, the server
129         sends new capabilities after successfully establishing a TLS connection
130         with the client. The client should update the cached list of
131         capabilities, but we just ignore the answer for now.
132         (sieve-manage-network-p, sieve-manage-network-open)
133         (sieve-manage-starttls-p, sieve-manage-starttls-open)
134         (sieve-manage-forward, sieve-manage-streams)
135         (sieve-manage-stream-alist): Remove unneeded functions neither in the
136         API, nor called by any other function.
137         Enable Multibyte for SieveManage buffers: The parser won't properly
138         handle umlauts and line endings unless multibyte is turned on in the
139         process buffer.
140
141 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * eww.el (eww-tag-input): Support password fields.
144         (eww-submit): Support POST.
145
146 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * eww.el (eww-tag-form): Protect against degenerate forms.
149
150         * shr.el (shr-expand-url): Expand URLs that start with a slash
151         correctly.
152
153         * eww.el (eww-submit): Get submit button logic right.
154
155         * shr.el (shr-final-table-render): New variable to signal when we're
156         doing the final table rendering so that we can collect more data at
157         that point.
158
159         * eww.el (eww-submit): Make form submission work.
160         (eww-tag-input): Implement submit buttons.
161         (eww-click-radio): Implement radio and checkboxes.
162         (eww-submit): Handle hidden elements.
163
164         * shr.el (shr-descend): Allow other packages to override (or provide)
165         rendering of elements.
166         (shr-expand-url): Strip query strings from URLs before expanding them.
167
168         * eww.el: Don't require cl-lib.
169         (eww-tag-form): Start form support.
170
171         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
172
173         * eww.el: Start writing a new, tiny web browser.
174         (eww-previous-url): New command.
175         (eww-quit): New command.
176
177 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
178
179         * sieve.el: Put point at beginning of buffer when viewing a script.
180         (sieve-open-server): respect the PORT parameter. Show the correct port
181         number in sieve-buffer's header. Fixed code to also work with a string
182         as port specifier. Properly close the connection on pressing 'q'. Make
183         sieve-manage-quit close the connection and process buffer. Also, remove
184         duplicate keybinding for 'q'.
185
186 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
187
188         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
189         make it easier to read.
190         (mm-pkcs7-enveloped-magic): Ditto.
191
192 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
193
194         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
195         before `image-type-available-p' to avoid loading the image libraries
196         needlessly.
197
198 2013-06-05  David Engster  <deng@randomsample.de>
199
200         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
201         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
202         to see whether the group was synced before.
203
204 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
207         when opening the connection.
208         Suggested by João Távora <joaotavora@gmail.com> in
209         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
210
211 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
214         assume Date header begins with "Date", that may be customized into
215         something like "X-Sent" using gnus-article-time-format.
216         (article-transform-date): Allow multi-line Date header.
217
218 2013-06-02  David Engster  <deng@randomsample.de>
219
220         * registry.el (initialize-instance, registry-lookup)
221         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
222         (registry-lookup-secondary-value, registry-search, registry-delete)
223         (registry-insert, registry-reindex, registry-size, registry-prune): Do
224         not wrap methods in `eval-and-compile'.  This breaks due to latest
225         changes in EIEIO (introduction of eieio-core.el).
226
227 2013-05-30  Glenn Morris  <rgm@gnu.org>
228
229         * nnmail.el (nnmail-fancy-expiry-target):
230         Also bind mail-dont-reply-to-names.
231
232         * spam-stat.el (spam-stat-save):
233         No need to tweak font-lock in temp buffers.
234
235         * shr.el (shr-put-image): Silence compiler.
236
237 2013-05-29  Glenn Morris  <rgm@gnu.org>
238
239         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
240
241         * gnus-group.el (gnus-sequence-of-unread-articles)
242         (gnus-summary-add-mark, gnus-mark-article-as-read)
243         (gnus-group-make-articles-read): Declare.
244
245         * gnus-sum.el (gnus-parameter-list-identifier)
246         (gnus-article-stop-animations, gnus-stop-downloads)
247         (gnus-article-only-boring-p, article-goto-body)
248         (gnus-flush-original-article-buffer, article-narrow-to-head)
249         (gnus-article-hidden-text-p, gnus-delete-wash-type)
250         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
251
252         * gnus.el: No need to eval-and-compile autoloads.
253
254         * gravatar.el (help-function-arglist): Autoload.
255
256         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
257
258         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
259
260         * spam.el: No need to load spam-report when compiling.
261         No need to eval-and-compile autoloads.
262         (spam-report-resend-to): Declare.
263         (spam-report-resend-register-routine): Require 'spam-report.
264
265 2013-05-24  Julien Danjou  <julien@danjou.info>
266
267         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
268         setup.
269
270 2013-05-23  Glenn Morris  <rgm@gnu.org>
271
272         * gnus-util.el (rmail-swap-buffers-maybe)
273         (rmail-maybe-set-message-counters, rmail-count-new-messages)
274         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
275         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
276
277         * mm-decode.el: No need to load term when compiling.
278         (term-mode, term-char-mode): Declare.
279
280         * mm-util.el: No need to load jka-compr when compiling.
281         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
282
283         * nnmaildir.el: Require is automatically eval-and-compile.
284         (nnmail): Require at run-time too.
285
286         * registry.el (registry-size): Move definition before use.
287
288 2013-05-22  Daiki Ueno  <ueno@gnu.org>
289
290         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
291         signed data to conform the standard.  (Bug#14232)
292
293 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
294
295         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
296         double angle quotation mark.
297
298 2013-05-20  Glenn Morris  <rgm@gnu.org>
299
300         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
301
302 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
303
304         * message.el (message-insert-formatted-citation-line): handle finding
305         first/lastname when more than 2 names appear.
306
307 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
308
309         * shr.el (shr-tag-span): New function.
310
311 2013-05-18  Glenn Morris  <rgm@gnu.org>
312
313         * message.el (message-mode): Use message-mode-abbrev-table,
314         with text-mode-abbrev-table as parent.  (Bug#14413)
315
316 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * message.el (message-expand-group): Decode group names.
319
320 2013-05-16  Julien Danjou  <julien@danjou.info>
321
322         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
323         app-icon.
324
325 2013-05-15  Glenn Morris  <rgm@gnu.org>
326
327         * shr-color.el (shr-color-visible-luminance-min)
328         (shr-color-visible-distance-min): Use shr-color group.
329
330 2013-05-11  Glenn Morris  <rgm@gnu.org>
331
332         * gnus-vm.el: Make it loadable without VM.
333         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
334         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
335
336 2013-05-09  Glenn Morris  <rgm@gnu.org>
337
338         * mml1991.el: Make it loadable.  (Bug#13456)
339
340         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
341         * gnus-async.el (gnus-async-post-fetch-function):
342         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
343         * gnus-html.el (gnus-html-image-cache-ttl):
344         * gnus-notifications.el (gnus-notifications-timeout):
345         * gnus-picon.el (gnus-picon-properties):
346         * gnus-util.el (gnus-completion-styles):
347         * gnus.el (gnus-other-frame-resume-function):
348         * message.el (message-user-organization-file)
349         (message-cite-reply-position):
350         * nnir.el (nnir-summary-line-format)
351         (nnir-retrieve-headers-override-function):
352         * shr-color.el (shr-color-visible-luminance-min):
353         * shr.el (shr-blocked-images):
354         * spam-report.el (spam-report-resend-to):
355         * spam.el (spam-summary-exit-behavior): Fix custom types.
356
357         * gnus-salt.el (gnus-selected-tree-face): Fix default.
358
359 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
362         because of let-binding help-xref-following.  (Bug#14356)
363
364 2013-05-06  Glenn Morris  <rgm@gnu.org>
365
366         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
367
368 2013-05-04  Andrew Cohen  <cohen@bu.edu>
369
370         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
371         entering into the registry.
372
373 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
374
375         * gnus.el: Ma Gnus v0.7 is released.
376
377 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
380         (Bug#14304)
381
382 2013-04-27  Glenn Morris  <rgm@gnu.org>
383
384         * gnus.el (gnus-list-debbugs):
385         Use require rather than autoload.  (Bug#14262)
386
387 2013-04-27  Julien Danjou  <julien@danjou.info>
388
389         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
390         port to "sieve" now that it has an official IANA port assigned.
391
392 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
395         Don't set the MAILHOST environment variable permanently (Bug#14271).
396
397 2013-04-26  Glenn Morris  <rgm@gnu.org>
398
399         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
400
401 2013-04-25  Andrew Cohen  <cohen@bu.edu>
402
403         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
404         string values of 'gcc-self. Thanks to Saroj Thirumalai.
405
406 2013-04-24  Andrew Cohen  <cohen@bu.edu>
407
408         * nnir.el (nnir-close-group): Make sure we are in the right group.
409
410         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
411         dependency table from all newly retrieved headers.
412
413 2013-04-16  David Edmondson  <dme@dme.org>
414
415         Support <img src="data:...">.
416
417         * shr.el (shr-image-from-data): New function.
418         (shr-tag-img): Use it.
419
420 2013-04-14  Andrew Cohen  <cohen@bu.edu>
421
422         * nnir.el (nnir-request-set-mark): Make sure we are in the right
423         group.
424
425 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
428         corresponding to any existing group (Bug#14166).
429
430 2013-04-10  Andrew Cohen  <cohen@bu.edu>
431
432         * nnir.el (number-sequence): No longer used.
433         (nnir-request-set-mark): New function.
434         (nnir-request-update-info): Improve marks updating.
435         (nnir-request-scan): Don't duplicate marks updating.
436         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
437         Use 'assq rather than 'assoc. Quote anonymous function.
438         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
439         Use 'gnus-group-prefixed-p.
440         (gnus-summary-create-nnir-group): Make sure server for method is open.
441
442 2013-04-04  Andrew Cohen  <cohen@bu.edu>
443
444         * nnir.el (gnus-nnir-group-p): New function.
445         (nnir-possibly-change-group): Use it.
446
447         * gnus-msg.el (gnus-setup-message): Use it.
448
449 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * mml.el (mml-minibuffer-read-description): Use `default' insted of
452         `initial-input' for the argument name.
453         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
454
455 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
456
457         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
458         (used by MH-E).
459
460 2013-04-01  Andrew Cohen  <cohen@bu.edu>
461
462         * nnir.el (nnir-request-update-mark): Improve mark updating in original
463         group.
464
465         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
466         fix compilation.
467
468 2013-03-31  Andrew Cohen  <cohen@bu.edu>
469
470         * nnir.el (nnir-method-default-engines): And another typo.
471
472 2013-03-30  Andrew Cohen  <cohen@bu.edu>
473
474         * nnir.el (nnir-method-default-engines): Fix typo.
475
476 2013-03-29  Andrew Cohen  <cohen@bu.edu>
477
478         * nnir.el: Define 'number-sequence for xemacs.
479         (gnus-summary-create-nnir-group): New function to create an nnir group
480         from an nnir summary buffer based on the current query.
481         (nnir-request-create-group): Update to allow nnir group creation based
482         on the current query.
483
484 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * nndraft.el (nndraft-request-expire-articles):
487         Make expiry target always `delete'.
488
489 2013-03-27  Andrew Cohen  <cohen@bu.edu>
490
491         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
492         buffer use the posting-style and gcc of the original article group.
493         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
494
495         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
496         after other deffoos.
497
498 2013-03-25  Andrew Cohen  <cohen@bu.edu>
499
500         * nnir.el: Major rewrite. Cleaner separation between searches and group
501         management. Marks are now shown in nnir summary buffers. Rudimentary
502         support for real (i.e. not ephemeral) nnir groups.
503         (gnus-summary-make-nnir-group): New function for initiating searches
504         from a summary buffer.
505
506 2013-03-18  Sam Steingold  <sds@gnu.org>
507
508         * message.el (message-bury): Minor cleanup.
509
510 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
511
512         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
513
514 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * nndir.el (nndir-request-list): Remove 2nd argument passed to
517         nnml-request-list.  (Bug#13873)
518         (nndir-request-newsgroups): Remove, unused.
519
520         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
521
522 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
523
524         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
525         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
526         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
527
528 2013-03-03  Ted Phelps  <phelps@gnusto.com>
529
530         * shr.el: Make all the overlays set the `evaporate' property so that
531         they're removed properly.
532
533 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
534
535         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
536         shell-quote-argument.
537
538 2013-02-22  David Engster  <deng@randomsample.de>
539
540         * gnus-registry.el (gnus-registry-save): Provide class name when
541         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
542         `condition-case' to stay compatible with older EIEIO versions which
543         only accept one argument.
544
545 2013-02-17  Daiki Ueno  <ueno@gnu.org>
546
547         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
548         (epg-user-id-validity): Autoload.
549         (mml2015-epg-check-user-id): New function.
550         (mml2015-epg-check-sub-key): New function split from
551         mml2015-epg-find-usable-key.
552         (mml2015-epg-find-usable-key): Accept context, name, usage, and
553         optional name-is-key-id, to handle the case when user-id is unusable.
554         Reported by Łukasz Stelmach <stlman@poczta.fm>.
555
556 2013-02-17  Glenn Morris  <rgm@gnu.org>
557
558         * shr.el (shr-put-image): Use image-multi-frame-p if available.
559
560 2013-02-16  Glenn Morris  <rgm@gnu.org>
561
562         * shr.el (shr-put-image): Only animate images that specify a delay.
563         This is consistent with the old image-animated-p behavior.
564
565 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
568         for XEmacs.
569
570 2013-02-13  Juri Linkov  <juri@jurta.org>
571
572         * gnus-art.el (gnus-article-mode-map):
573         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
574         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
575
576 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
577
578         * auth-source.el (auth-source-format-prompt): Don't get confused by
579         any "\" in replacement text.  (Bug#13637)
580
581 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
582
583         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
584         (gnus-backend-trace): Honour gnus-backend-trace.
585
586         * mml.el (mml-insert-part): Insert closing tag.
587
588         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
589
590 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
593         able to find the article, which can happen in debbugs groups,
594         apparently.
595
596 2013-01-16  Glenn Morris  <rgm@gnu.org>
597
598         * smiley.el (smiley-style): Make the file loadable in batch mode.
599
600 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
601
602         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
603         imap process running.
604
605 2013-01-14  Julien Danjou  <julien@danjou.info>
606
607         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
608         Compare addresses against addresses, not against the full From field.
609
610 2013-01-13  Richard Stallman  <rms@gnu.org>
611
612         * message.el (message-forward-make-body-mime): New args BEG, END
613         specify what part of FORWARD-BUFFER to use.  Do the work directly
614         instead of calling `mml-insert-buffer'.
615
616 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
617
618         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
619         cross-reference(s).
620
621         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
622         cross-reference(s).
623
624 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
625
626         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
627         and point-max-marker.
628         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
629
630 2013-01-11  Julien Danjou  <julien@danjou.info>
631
632         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
633         max are almost equal. Also return the correct value for V which is
634         already between 0 and 1.
635
636 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
637
638         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
639         to mml2015-encrypt-to-self.
640         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
641
642 2013-01-09  Daiki Ueno  <ueno@gnu.org>
643
644         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
645         mml-smime-epg-find-usable-secret-key.
646
647 2013-01-08  Glenn Morris  <rgm@gnu.org>
648
649         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
650
651 2013-01-07  Daiki Ueno  <ueno@gnu.org>
652
653         * mml-smime.el: Support signing by sender.
654         Requested by Uwe Brauer.
655         (mml-smime-sign-with-sender): New user option analogous
656         to mml2015-sign-with-sender.
657         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
658         (mml-smime-epg-find-usable-secret-key): New helper function copied from
659         mml2015.el.
660
661 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
664         isn't running, because Gnus will probably not know how to handle the
665         Gcc header (bug#11941).
666
667         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
668         articles.
669
670 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * nnfolder.el (nnfolder-recursive-directory-files): New function.
673         (nnfolder-generate-active-file): Make this function work with recursive
674         folder names.
675
676 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
677
678         * nntp.el (nntp-open-connection): Use HELP as the capability command
679         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
680         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
681
682 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
683
684         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
685         place holder since this gives `Invalid face reference: nil' messages.
686         Use the `default' face instead.  It has the same effect here, even
687         though it is not no-op.
688
689         * gnus-util.el
690         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
691
692 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
695         non-string posting styles (bug#13285).
696
697 2012-12-27  Glenn Morris  <rgm@gnu.org>
698
699         * plstore.el (plstore-passphrase-callback-function):
700         Use plstore-get-file.
701
702 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
703
704         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
705         stderr.
706
707 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
710
711         * gnus-compat.el (set-buffer-multibyte): Remove.
712
713 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
714
715         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
716         temporary file to get PGP key image. Pass no-show-photos when extracting
717         image to avoid having it pop up twice.
718
719 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
722         eligible for treatment.
723
724         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
725         lines.  This makes summary commands with hidden threads work more
726         reliably.
727
728         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
729         button to mark the hidden citations (bug#9395).
730
731 2012-12-26  Daiki Ueno  <ueno@gnu.org>
732
733         * mml2015.el (mml2015-epg-signature-to-string): New function.
734         (mml2015-epg-verify-result-to-string): New function.
735         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
736         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
737         instead of epg-verify-result-to-string.
738         (epg-signature-key-id, epg-signature-to-string): Autoload.
739         (epg-verify-result-to-string): Remove autoload.
740
741 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
742
743         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
744         ID image from GPG public key.
745         (mml2015-epg-key-image-to-string): New function.
746
747 2012-12-25  Leo Liu  <sdl.web@gmail.com>
748
749         * plstore.el (plstore-passphrase-callback-function): Fix error when
750         error when plstore-cache-passphrase-for-symmetric-encryption is set
751         (bug#13264).
752
753 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
754
755         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
756         buffer to the article buffer here, because that clobbers multiple
757         article buffers.
758
759         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
760         buffer always points to the right summary buffer.
761
762 2012-12-25  John Wiegley  <jwiegley@gmail.com>
763
764         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
765         the password (bug#12097).
766
767 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
768
769         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
770         (bug#13263).
771
772         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
773         buffer exists before using it (bug#12475).
774
775         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
776         offline groups (bug#11937).
777
778         * message.el (message-yank-original): When using customize to set the
779         value of `message-cite-style', the variable it set to a symbol that's
780         the name of the variable, which must then be dereferenced (bug#12616).
781
782 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
783
784         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
785         the `face' property with a list whose car is the face specified in the
786         format string and whose cdr is (nil).
787         * lisp/gnus-util.el
788         (gnus-put-text-property-excluding-characters-with-faces):
789         Change accordingly.
790         (gnus-get-text-property-excluding-characters-with-faces): New function.
791         * lisp/gnus-sum.el (gnus-summary-highlight-line):
792         * lisp/gnus-salt.el (gnus-tree-highlight-node):
793         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
794
795 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
796
797         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
798         login methods.
799         (nnimap-login): Respect the `nnimap-authenticator' variable.
800
801         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
802         mark state when moving articles.  Otherwise unticked articles will get
803         their ticks back after moving.
804
805 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
808
809         * message.el (message-ignored-news-headers): Always remove
810         X-Message-SMTP-Method to avoid information leakage if the user
811         mistakenly inserts the header into news messages.
812
813         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
814
815         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
816         right than four characters, this command would move point to
817         `point-max'.  Don't do that.
818
819         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
820         to nil to allow re-selecting groups that gain articles.
821         (gnus-bug-group-download-format-alist): Update the URL.
822
823 2012-12-23  Andreas Schwab  <schwab@suse.de>
824
825         * shr.el (shr-tag-em): Render em as italic, not bold.
826
827 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
828
829         * gnus-int.el (gnus-backend-trace): Factor out into its own function
830         for reuse.
831         (gnus-open-server): Use it to add more tracing.
832         (gnus-finish-retrieve-group-infos): Add backend tracing.
833         (gnus-backend-trace): Also note the elapsed seconds.
834
835 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
836
837         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
838         Set epa-file-encrypt-to from variable to avoid querying.
839
840 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
841
842         * sieve-mode.el (sieve-font-lock-keywords):
843         Keywords should be word delimited.  (Bug#13173)
844
845 2012-12-13  Andreas Schwab  <schwab@suse.de>
846
847         * tls.el (tls-program): Update customize type.
848
849 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
852         instead of <pre> to align message header.
853
854 2012-12-12  Sam Steingold  <sds@gnu.org>
855
856         * gnus.el (gnus-other-frame-resume-function): Add user option.
857         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
858
859 2012-12-06  Sam Steingold  <sds@gnu.org>
860
861         * gnus-start.el (gnus-before-resume-hook): Add.
862         (gnus-1): Run it when Gnus is alive.
863
864 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
867         * gnus-art.el (article-unsplit-urls)
868         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
869         * gnus-registry.el (gnus-registry-get-article-marks)
870         * message.el (message-goto-body): Use it.
871         (message-called-interactively-p): Remove.
872
873         * spam-stat.el (spam-stat-called-interactively-p): New macro.
874         (spam-stat-score-buffer): Use it.
875
876         * spam.el: Silence the warnings against BBDB functions when compiling.
877
878         * gnus-score.el (gnus-score-decode-text-parts):
879         Use append+mapcar instead of the cl function mapcan.
880
881 2012-12-05  Sam Steingold  <sds@gnu.org>
882
883         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
884         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
885         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
886
887 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * gmm-utils.el (gmm-called-interactively-p): Revert.
890         This seems to cause Emacs to get stuck!
891         * gnus-art.el (article-unsplit-urls)
892         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
893         * gnus-registry.el (gnus-registry-get-article-marks)
894         * message.el (message-goto-body)
895         (message-called-interactively-p): Revert.
896
897         * gmm-utils.el (gmm-called-interactively-p): New function.
898         * gnus-art.el (article-unsplit-urls)
899         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
900         * gnus-registry.el (gnus-registry-get-article-marks)
901         * message.el (message-goto-body): Use it.
902         (message-called-interactively-p): Remove.
903
904         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
905         * gnus-sync.el (gnus-sync-lesync-call)
906         * message.el (message-read-from-minibuffer): Use it.
907
908 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * gmm-utils.el (gmm-flet): Remove.
911         * gnus-sync.el (gnus-sync-lesync-call)
912         * message.el (message-read-from-minibuffer): Don't use it.
913
914 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gmm-utils.el (gmm-labels): Use cl-labels if available.
917
918 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
921
922         * gnus-sync.el (gnus-sync-lesync-call)
923         * message.el (message-read-from-minibuffer): Use gmm-flet.
924
925         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
926
927         * gnus-util.el (gnus-macroexpand-all): Remove.
928
929 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
930
931         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
932         to TAB, not [tab].
933         (gnus-summary-article-map): Likewise.
934
935         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
936         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
937
938 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
939
940         * time-date.el: Commentary fix.
941
942 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
943
944         * color.el: Don't require cl.
945         (color-complement): `caddr' -> `nth 2'.
946
947         * time-date.el (time-to-seconds): De-obsolete.
948
949 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * message.el (message-get-reply-headers):
952         Make sure the reply goes to the author if it is a wide reply.
953
954 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
955
956         * gnus-score.el (gnus-score-body):
957         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
958         scoring by body.
959
960 2012-11-16  Glenn Morris  <rgm@gnu.org>
961
962         * gnus-diary.el (nndiary-request-create-group-functions)
963         (nndiary-request-update-info-functions)
964         (gnus-subscribe-newsgroup-functions)
965         (nndiary-request-accept-article-functions):
966         Use new names for hooks rather than obsolete aliases.
967
968 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * dgnushack.el (define-obsolete-variable-alias): Simplify.
971
972 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
975         in meta tag with the one the part specifies in its header.
976
977 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
978
979         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
980         by default.
981
982 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
985         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
986
987 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
990         and a runtime function for it, of which the XEmacs version takes only
991         two arguments.
992
993 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
994
995         * nndiary.el (nndiary-request-create-group-functions)
996         (nndiary-request-update-info-functions)
997         (nndiary-request-accept-article-functions):
998         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
999         "-hooks" suffix.
1000
1001 2012-10-19  Julien Danjou  <julien@danjou.info>
1002
1003         * gnus-art.el: Require gnus-util because it uses
1004         `gnus-timer--function'.
1005
1006 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1007
1008         * starttls.el (starttls-extra-arguments): Doc fix.
1009
1010 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1013         it.
1014
1015 2012-10-06  Glenn Morris  <rgm@gnu.org>
1016
1017         * gnus-notifications.el (gnus-notifications):
1018         Add missing group :version tag.
1019         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1020         (gnus-gcc-post-body-encode-hook):
1021         * gnus-sync.el (gnus-sync-lesync-name)
1022         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1023
1024 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1025
1026         * color.el (color-hsl-to-rgb): Fix incorrect results for
1027         small and large hue values.  (Bug#12559)
1028
1029 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         New UIDL implementation.
1032
1033         * mail-source.el (mail-sources, mail-source-keyword-map):
1034         Add :leave as a pop3 keyword.
1035         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1036
1037         * pop3.el (pop3-leave-mail-on-server): Allow number.
1038         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1039         (pop3-movemail): Add UIDL support.
1040         (pop3-send-streaming-command): Take a list of mail numbers instead of
1041         the number of mails.
1042         (pop3-write-to-file): Add X-UIDL header.
1043         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1044         (pop3-uidl-add-xheader): New functions.
1045
1046         * message.el (message-ignored-resent-headers):
1047         Add X-Content-Length and X-UIDL headers.
1048
1049 2012-10-05  Glenn Morris  <rgm@gnu.org>
1050
1051         * color.el (color-name-to-rgb, color-rgb-to-hex)
1052         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1053         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1054         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1055         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1056
1057 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1060         a user about whether to delete temp files if once a user answered as n.
1061
1062 2012-09-25  Chong Yidong  <cyd@gnu.org>
1063
1064         * password-cache.el (password-read-and-add): Use a declare form to mark
1065         this function obsolete.
1066
1067 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * lpath.el: Bind mail-encode-mml for old Emacsen.
1070
1071 2012-09-17  Richard Stallman  <rms@gnu.org>
1072
1073         * message.el (message-in-body-p): Don't set mark or modify buffer.
1074
1075         * mml.el (mml-attach-file): Doc fix.
1076         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1077         Set mail-encode-mml when in Mail mode.
1078         Simplify code to set HEAD and move back to HEAD.
1079         (mml-insert-multipart, mml-insert-part):
1080         Set mail-encode-mml when in Mail mode.
1081
1082 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-util.el (gnus-timer--function): New function.
1085
1086         * gnus-art.el (gnus-article-stop-animations): Use it.
1087
1088 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1089
1090         Fix glitches caused by addition of psec to timers.
1091         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1092         rather than raw access to timer vector.
1093
1094 2012-09-11  Julien Danjou  <julien@danjou.info>
1095
1096         * gnus-notifications.el (gnus-notifications): Check for nil values in
1097         ignored addresses check.
1098
1099 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1100
1101         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1102
1103 2012-09-07  Chong Yidong  <cyd@gnu.org>
1104
1105         * gnus-util.el
1106         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1107
1108         * gnus-salt.el (gnus-tree-highlight-node):
1109         * gnus-sum.el (gnus-summary-highlight-line):
1110         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1111
1112 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1113
1114         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1115
1116 2012-09-06  Juri Linkov  <juri@jurta.org>
1117
1118         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1119         scheme for buffer names to be more consistent with other group and
1120         article buffer names in Gnus.
1121
1122 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus-util.el
1125         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1126
1127         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1128         Jenkner.
1129
1130         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1131
1132         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1133
1134         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1135
1136 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1139         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1140
1141         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1142         string-prefix-p in Emacs >=23.2.
1143
1144         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1145         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1146         instead of string-match-p.
1147         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1148
1149 2012-09-06  Kenichi Handa  <handa@gnu.org>
1150
1151         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1152         lowercase a..f.
1153
1154 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1155
1156         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1157
1158 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1159
1160         * nnimap.el (nnimap-request-move-article): Decode the group name when
1161         doing internal moves to avoid charset issues.
1162
1163         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1164         TIME is set.
1165
1166 2012-09-05  Juri Linkov  <juri@jurta.org>
1167
1168         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1169         than one group at a time (bug#11961).
1170
1171 2012-09-05  Julien Danjou  <julien@danjou.info>
1172
1173         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1174         this hide the real reason with a message giving absolutely no hint.
1175
1176 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1177
1178         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1179         to the backend (bug#11804).
1180
1181         * message.el (message-insert-newsgroups): Don't insert newsgroup
1182         duplicates (bug#12275).
1183
1184 2012-09-05  John Wiegley  <johnw@newartisans.com>
1185
1186         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1187         sieve rules.
1188
1189 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1190
1191         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1192         function.
1193
1194         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1195
1196         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1197
1198 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1199
1200         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1201         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1202         This should make nnmaildir more usable with offlineimap.
1203
1204 2012-09-05  Julien Danjou  <julien@danjou.info>
1205
1206         * nnimap.el (nnimap-request-list): Revert change that made listing
1207         synchronous.
1208         (nnimap-get-responses): Restore.
1209
1210 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1211
1212         * dgnushack.el: XEmacs 21.5 compilation fix.
1213
1214         * gnus-notifications.el (gnus-notifications-notify): Use it.
1215
1216         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1217         warnings on XEmacs.
1218
1219 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1220
1221         Better seeds for (random).
1222         * gnus-sync.el (gnus-sync-lesync-setup):
1223         * message.el (message-canlock-generate, message-unique-id):
1224         Change (random t) to (random), now that the latter is more random.
1225
1226 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1227
1228         * nnimap.el (nnimap-change-group): Document result value
1229
1230         * auth-source.el (auth-sources): Fix macos keychain access.
1231
1232         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1233         allow the backend `request-head' function to determine the group
1234         name on its own.
1235         (gnus-request-expire-articles): Filter out negative article numbers
1236         during expiry (Bug#11980).
1237
1238         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1239         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1240
1241         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1242         you've found the article when you haven't.
1243
1244         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1245         that nnimap-change-group can return t.
1246
1247 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1248
1249         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1250
1251 2012-08-30  Julien Danjou  <julien@danjou.info>
1252
1253         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1254         `gnus-notifications-timeout'.
1255         (gnus-notifications-timeout): Add.
1256         (gnus-notifications-action): New function.
1257         (gnus-notifications-notify): Add :action using
1258         `gnus-notifications-action'.
1259         (gnus-notifications-id-to-msg): New variable.
1260         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1261         notifications id to messages.
1262
1263 2012-08-30  Kenichi Handa  <handa@gnu.org>
1264
1265         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1266         once.
1267
1268 2012-08-29  Julien Danjou  <julien@danjou.info>
1269
1270         * gnus-notifications.el: New file.
1271         (gnus-notifications-notify): New function.
1272         (gnus-notifications): Use `gnus-notifications-notify'.
1273
1274 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1277         transfer encoding first; bind gnus-newsgroup-charset to the charset
1278         that the article specifies (Bug#12209).
1279
1280 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1283         (gnus-group-customize-done): Encode values posting-style holds.
1284
1285         * gnus-msg.el (gnus-summary-resend-message)
1286         (gnus-configure-posting-styles): Decode values posting-style group
1287         parameter holds.
1288
1289 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1292         `name' and `address' in Resent-From header.
1293
1294 2012-08-14  Chong Yidong  <cyd@gnu.org>
1295
1296         * gnus-art.el (article-display-face): Handle failure in
1297         gnus-create-image (Bug#11802).
1298
1299 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1300
1301         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1302         Use defsetf.
1303
1304 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1305
1306         * auth-source.el: (auth-source-plstore-search)
1307         (auth-source-secrets-search): Ignore :require and :type in search spec.
1308
1309 2012-08-06  Julien Danjou  <julien@danjou.info>
1310
1311         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1312         `nnimap-request-move-article'.
1313
1314         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1315         Remove autoload, already handled by gnus.el.
1316
1317         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1318
1319         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1320         supported by nnimap actually. Reverts previous change.
1321
1322         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1323         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1324         to-buffer argument that is already supported.
1325
1326 2012-08-05  Julien Danjou  <julien@danjou.info>
1327
1328         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1329         Add autoload.
1330
1331 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * gnus.el (gnus-valid-select-methods): Fix custom type.
1334
1335 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1336
1337         * auth-source.el (auth-sources, auth-source-backend-parse)
1338         (auth-source-macos-keychain-search)
1339         (auth-source-macos-keychain-search-items)
1340         (auth-source-macos-keychain-result-append)
1341         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1342         auth-source.el through the /usr/bin/security utility.
1343         (auth-sources): Fix syntax error.
1344         (auth-source-macos-keychain-result-append): Fix variable name.
1345         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1346
1347 2012-07-27  Julien Danjou  <julien@danjou.info>
1348
1349         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1350         Emacs < 24.1
1351
1352 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * message.el (message-kill-address): Don't kill last newline.
1355         (message-skip-to-next-address): Don't move to the next header.
1356         (message-fill-field-address): Work properly.
1357
1358 2012-07-25  Julien Danjou  <julien@danjou.info>
1359
1360         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1361
1362 2012-07-24  Julien Danjou  <julien@danjou.info>
1363
1364         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1365
1366         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1367         (nntp-async-timer-handler): Remove, unused.
1368
1369         * nnimap.el (nnimap-get-responses): Remove, unused.
1370
1371         * nnheader.el (mail-header-set-extra): Remove, unused.
1372
1373         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1374         unused.
1375
1376         * mm-view.el (mm-view-sound-file): Remove, unused.
1377
1378         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1379         (mm-url-encode-multipart-form-data): Remove, unused.
1380
1381         * message.el (message-remove-signature, message-make-host-name)
1382         (message-fill-address): Remove, unused.
1383
1384         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1385         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1386         unused.
1387
1388         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1389         (gnus-xmas-call-region): Remove, unused.
1390
1391         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1392
1393         * gnus-util.el (gnus-extract-address-component-name)
1394         (gnus-extract-address-component-email, gnus-sortable-date)
1395         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1396         (gnus-process-live-p): Remove, unused.
1397
1398         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1399
1400         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1401         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1402         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1403         function.
1404
1405         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1406
1407         * gnus-score.el (gnus-summary-score-crossposting)
1408         (gnus-score-regexp-bad-p): Remove, unused.
1409
1410         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1411
1412         * gnus-range.el (gnus-sublist-p): Remove, unused.
1413
1414         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1415         unused.
1416
1417         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1418
1419         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1420         (gnus-request-associate-buffer): Remove, unused.
1421
1422         * gnus-group.el (gnus-group-set-method-info)
1423         (gnus-group-set-params-info): Remove, unused.
1424
1425         * gnus-fun.el (gnus-shell-command-to-string)
1426         (gnus-shell-command-on-region): Remove, unused.
1427
1428         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1429
1430         * gnus-art.el (gnus-article-text-type-exists-p)
1431         (article-translate-characters, gnus-article-hide-text-of-type)
1432         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1433         Remove, unused.
1434
1435 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1436
1437         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1438
1439 2012-07-21  Julien Danjou  <julien@danjou.info>
1440
1441         * message.el (message-dont-reply-to-names): Replace deprecated
1442         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1443         (message-get-reply-headers): Ditto.
1444
1445 2012-07-18  Julien Danjou  <julien@danjou.info>
1446
1447         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1448         `sieve-upload-and-kill'.
1449
1450         * sieve.el (sieve-bury-buffer): Remove function.
1451         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1452         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1453
1454 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1455
1456         * shr.el (shr-expand-url): Handle URL starting with `//'.
1457
1458 2012-07-13  Chong Yidong  <cyd@gnu.org>
1459
1460         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1461         instead of calling toggle-read-only with a (bogus) argument.
1462
1463 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1464
1465         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1466         of initial input when reading the author to restrict the summary to.
1467
1468 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * mm-decode.el (mm-shr):
1471         Allow overriding charset by mm-charset-override-alist.
1472
1473 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * gnus-art.el (gnus-article-view-part):
1476         Toggle subparts of multipart/alternative part.
1477
1478 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1479
1480         * shr.el (shr-render-buffer): New command.
1481         (shr-visit-file): Use it.
1482
1483 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1486         Set no-byte-compile and no-update-autoloads.
1487
1488 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1491
1492 2012-06-25  Julien Danjou  <julien@danjou.info>
1493
1494         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1495         `nnimap-request-move-articles-find-limit' since we do not use it only
1496         for move operations.
1497         (nnimap-request-accept-article): Use
1498         `nnimap-request-articles-find-limit' to limit search by message-id.
1499
1500 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1501
1502         Support higher-resolution time stamps (Bug#9000).
1503
1504         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1505         VARLIST.  It's optional, for backward compatibility.
1506         (encode-time-value): New optional arg PICO.  New type 3.
1507         (time-to-seconds) [!float-time]: Support the new picoseconds
1508         component if it's used.
1509         (seconds-to-time, time-subtract, time-add):
1510         Support ps-resolution time stamps as well.
1511
1512 2012-06-19  Julien Danjou  <julien@danjou.info>
1513
1514         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1515
1516         * nnimap.el (nnimap-log-buffer): Check that
1517         `window-point-insertion-type' is boundp, since it's not available in
1518         XEmacs.
1519
1520 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1521
1522         * nnimap.el (nnimap-log-buffer): Add this, setting
1523         `window-point-insertion-type' in the buffer to t.
1524         (nnimap-log-command): Use nnimap-log-buffer.
1525
1526 2012-06-19  Julien Danjou  <julien@danjou.info>
1527
1528         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1529         argument to be able to limit the search.
1530         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1531         (nnimap-request-move-articles-find-limit): Add this to limit the search
1532         by Message-Id after a message move.
1533         (nnimap): Add defgroup.
1534
1535 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1536
1537         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1538
1539 2012-06-15  Julien Danjou  <julien@danjou.info>
1540
1541         * nnimap.el (nnimap-find-article-by-message-id): Use
1542         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1543         (nnimap-possibly-change-group): Add read-only argument.
1544         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1545         issuing EXAMINE manually.
1546         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1547         with read-only argument.
1548         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1549         cannot possibly change because we need to be sure that it's either
1550         read-write or read-only.
1551
1552 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1555         being bound to a lambda form.
1556
1557 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1558
1559         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1560         articles when fetch-old is non-nil (bug#11370).
1561
1562 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1563
1564         * gnus-picon.el (gnus-picon-properties): New defcustom.
1565         (gnus-picon-create-glyph): Use it.
1566
1567 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-group.el (gnus-group-get-new-news): Respect
1570         `gnus-group-use-permanent-levels', as documented (bug#11638).
1571
1572 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1573
1574         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1575         groups (bug#11641).
1576
1577 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1578
1579         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1580         is an integer to avoid later problems.
1581
1582 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1585         locales.
1586
1587         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1588         on a handle.
1589
1590         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1591         address as the default.
1592         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1593
1594         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1595         makes no sense to query the user about internal files.
1596
1597         * gnus-spec.el: Remove all the byte-compilation stuff, since
1598         benchmarking shows that it doesn't help when entering large summary
1599         buffers.
1600
1601         * gnus-xmas.el (gnus-xmas-define): Remove.
1602
1603         * gnus-util.el (gnus-byte-code): Remove.
1604
1605         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1606         grouplens stuff.
1607
1608 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1611         (bug#11514).
1612
1613 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1614
1615         * message.el (message-buffers): Return all buffers derived from Message
1616         to make `gnus-dired-attach' work with mu4e.
1617
1618 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1619
1620         * nntp.el: Stop the `letf' madness.
1621         (nntp--report-1): New var.
1622         (nntp-report): Merge nntp-report-1 into it.
1623         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1624         the nntp-report function.
1625
1626         * auth-source.el: Fix comment-style to follow the convention.
1627
1628 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1629
1630         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1631         (mm-dissect-singlepart): Don't guess the MIME type of
1632         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1633         set.
1634         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1635         toplevel MIME type is multipart/encrypted.
1636
1637 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1640         a string so that Gcc works (bug#11514).
1641
1642 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1643
1644         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1645         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1646
1647 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1648
1649         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1650         jumping to *Server* from a dedicated *Group* window.
1651         (gnus-configure-frame): CSE.
1652
1653         * gnus-registry.el: Minor style cleanup.
1654         (gnus-registry--set/remove-mark): New function, extracted from
1655         gnus-registry-install-shortcuts.
1656         (gnus-registry-install-shortcuts): Use it.
1657
1658 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * nnspool.el (news-path): Use eval-and-compile.
1661
1662 2012-05-24  Glenn Morris  <rgm@gnu.org>
1663
1664         * nnspool.el (news-directory, news-path, news-inews-program):
1665         Move here from paths.el.  Don't see a need for these to be autoloaded.
1666
1667         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1668         Merge in doc from paths.el version.  Don't see any need for this to be
1669         autoloaded, or for the warning about users not setting it.
1670
1671 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1672
1673         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1674         format.  In particular, add an optional argument and a docstring.
1675
1676         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1677
1678         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1679         current before calling `gnus-groups-to-gnus-format'.
1680         Note that this was already the case for `gnus-active-to-gnus-format'.
1681
1682 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1683
1684         Fix minor Y10k bug.
1685         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1686
1687 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1688
1689         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1690         message once it's actually open.
1691
1692 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1693
1694         * gnus.el: Ma Gnus v0.5 is released.
1695
1696 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1697
1698         * auth-source.el (auth-source--aput-1, auth-source--aput)
1699         (auth-source--aget): New functions and macros.
1700         Use them instead of aput/aget.
1701
1702 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1703
1704         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1705
1706 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1707
1708         * plstore.el (plstore-called-interactively-p): New compat macro copied
1709         from message.el.
1710         (plstore-mode): Use it.
1711
1712 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1713
1714         * plstore.el: Revive the editing feature.
1715         (plstore-mode): New mode to edit plstore file.
1716         (plstore-mode-toggle-display, plstore-mode-original)
1717         (plstore-mode-decoded): New command.
1718         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1719         (plstore--insert-buffer, plstore--make): New function.
1720         (plstore-open, plstore-save): Simplify by using them.
1721
1722 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1725
1726 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1727
1728         * tls.el (open-tls-stream): Remove unused binding.
1729
1730 2012-04-16  Glenn Morris  <rgm@gnu.org>
1731
1732         * nndraft.el (nndraft-request-list): Fix declaration.
1733
1734 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * mm-decode.el (mm-dissect-buffer): Doc fix.
1737
1738         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1739         don't have a current group.
1740
1741         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1742         buffer if it doesn't exist.
1743
1744         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1745         given, mark the group as ephemeral with the current window conf.
1746
1747         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1748         buffer exists, which it doesn't if we haven't started Gnus.
1749         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1750
1751 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1754         type is.
1755
1756         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1757         `unexists' entries.
1758         (gnus-clean-old-newsrc): Fix last checkin.
1759
1760         * nnimap.el (nnimap-update-info): None of the articles below the active
1761         low-water mark exist.
1762
1763         * dgnushack.el: Get rid of XEmacs compilation warning.
1764
1765         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1766         would have gotten if we posted to the group, and use that to compare
1767         against the message we want to cancel (bug#10808).
1768
1769         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1770         on XEmacs.
1771
1772 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1773
1774         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1775         `scroll-margin'.
1776
1777 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1778
1779         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1780         citation prefix within a block of cited text should be considered part
1781         of that block *only* if it is a blank line.
1782
1783 2012-04-09  Chong Yidong  <cyd@gnu.org>
1784
1785         * binhex.el, hashcash.el, uudecode.el:
1786         Remove * characters from the front of variable docstrings.
1787
1788 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1791         before kinsoku-bol characters nor within kinsoku-eol characters.
1792
1793 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1796         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1797         (gnus-sync-read): Use mapc instead of mapcar.
1798
1799         * mm-archive.el: Require mm-decode for some macros.
1800         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1801         the byte compiler.
1802         (mm-archive-decoders): New function that returns the value of
1803         the mm-archive-decoders variable.
1804
1805         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1806         instead.
1807         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1808
1809         * nnimap.el (gnus-refer-thread-use-nnir):
1810         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1811
1812 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1815
1816 2012-03-12  Peter Münster  <pmrb@free.fr>
1817
1818         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1819         (gnus-demon-cancel): Ditto.
1820         (gnus-demon-run-callback): When function cannot be called due to low
1821         idleness, call it when idleness reaches the expected value, instead of
1822         waiting another timer period.
1823         (gnus-demon-init): Add `time' to arguments of call-back.
1824
1825 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1828
1829         * gnus.el: Register gnus-registry functions.
1830
1831         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1832         indent.
1833
1834         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1835         enabled before warping.
1836
1837 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1838
1839         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1840         registry about each article retrieved.
1841
1842         * gnus-int.el (gnus-select-group-with-message-id): New function.
1843         (gnus-try-warping-via-registry): Ditto.
1844         (gnus-warp-to-article): Fall back on the registry.
1845
1846 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1847
1848         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1849         inboxes.
1850
1851 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1854
1855 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1858         gnus-gcc-self-resent-messages may be a group parameter.
1859         (gnus-summary-resend-message): Don't encode encoded words in header
1860         when Gcc'ing resent message.
1861
1862 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * shr.el (shr-insert): Treat non-breaking space just like normal
1865         space.  This seems to produce more pleasing results.
1866         (shr-insert): Only insert a blank line if we're starting from an image.
1867         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1868         (shr-ensure-paragraph): Consider lines with white space to be blank.
1869
1870 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1871
1872         * Makefile.in: Respect DESTDIR.
1873
1874 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1875
1876         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1877         and gnus-gcc-post-body-encode-hook.
1878
1879 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1882         messages that don't exist.
1883
1884         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1885
1886 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1889         Remove.
1890
1891         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1892
1893         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1894
1895 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1898         have a group name.
1899
1900         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1901         a multibyte buffer (bug#7410).
1902         (article-wash-html): Parse the original article buffer to get the
1903         unencoded data (bug#7410).
1904
1905         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1906         .newsrc.el files.
1907
1908 2012-04-05  Bastien Guerry  <bzg@altern.org>
1909
1910         * color.el (color-lighten-name): Fix typo.
1911
1912 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1915         "#" to avoid having them interpreted as comments.
1916
1917 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * shr.el (shr-insert): Update the text state properly to avoid
1920         inserting spurious paragraph starts.
1921
1922 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * shr.el (shr-table-widths): Divide the extra width more fairly over
1925         the TDs (bug#10973).
1926         (shr-render-td): Don't delete too much padding.
1927         (shr-natural-width): Compute the natural width more correctly.
1928         (shr-insert): Allow the natural width to be computed for tables again.
1929         (shr-tag-table-1): Rework how the natural widths are computed by
1930         rendering the table a third time.
1931         (shr-natural-width): Removed.
1932         (shr-buffer-width): New function.
1933         (shr-expand-newlines): Use it.
1934
1935         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1936         using a `gnus-use-full-window' setup (bug#11013).
1937
1938 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1941         24.1 release.
1942
1943 2012-03-10  David Edmondson  <dme@dme.org>
1944
1945         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1946         'Forwarded Message' header and the start of the message.
1947
1948 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1949
1950         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1951         isn't running (bug#10897).
1952
1953 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1956         This is inconsistent with all the other stream functions, which leave
1957         the setting up to the higher levels (if so wanted) (bug#10931).
1958
1959 2012-02-28  Glenn Morris  <rgm@gnu.org>
1960
1961         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1962         mm-decode.el: Standardize possessive apostrophe usage.
1963
1964 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1967
1968 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1969
1970         * parse-time.el (parse-time-string): Allow extractor to return nil.
1971
1972 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1975
1976 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1977
1978         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1979
1980 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1981
1982         * mm-decode.el (mm-shr): Remove "soft hyphens".
1983
1984         * nnimap.el (nnimap-request-list): Return the group names encoded as
1985         utf8.  Otherwise non-European group names don't work.
1986         (nnimap-request-newgroups): Ditto.
1987
1988         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1989         the default in `read-string' (bug#10757).
1990
1991         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1992         topics (bug#10843).
1993
1994         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1995         buffer.  Suggested by Herbert Valerio Riedel.
1996         (nnimap-request-move-article): Delete the message from the correct IMAP
1997         server.
1998
1999 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2000
2001         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2002         Reported by Peter Münster.
2003
2004 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2005
2006         * shr.el (shr-image-fetched): Make sure we really kill the right
2007         buffer.
2008
2009 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2010
2011         * gnus-start.el (gnus-1): Avoid duplicate entries.
2012
2013 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2014
2015         * imap.el: Remove.
2016
2017         * nntp.el (nntp-coding-system-for-read): Remove.
2018         (nntp-coding-system-for-write): Ditto.
2019         (nntp-open-connection): Just use `binary' directly.
2020
2021         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2022         Gnus 0.3.
2023
2024 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2025
2026         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2027         application/octet-stream parts really is.
2028
2029         * gnus-sum.el (gnus-propagate-marks): Remove.
2030
2031 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2032
2033         * shr.el (shr-rescale-image): Undo previous change; see
2034         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2035
2036 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2037
2038         * gnus.el: Ma Gnus v0.3 is released.
2039
2040 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-sum.el (gnus-summary-local-variables): Make
2043         `gnus-newsgroup-unexist' into a local variable.
2044
2045 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2046
2047         * registry.el (registry-usage-test, registry-persistence-test): Move to
2048         tests/gnustest-registry.el.
2049         (registry-make-testable-db, registry-match-test)
2050         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2051
2052         * gnus-registry.el (gnus-registry-misc-test)
2053         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2054
2055         * tests/gnustest-registry.el: New file with the registry and
2056         gnus-registry ERT tests.
2057
2058 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * gnus-msg.el (gnus-summary-resend-message): Make
2061         gnus-summary-resend-message-insert-gcc be last item in
2062         message-header-setup-hook.
2063
2064 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2065
2066         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2067         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2068         Remove.
2069         (nnfolder-open-server): Don't use marks.
2070         (nnfolder-request-delete-group): Ditto.
2071         (nnfolder-request-rename-group): Ditto.
2072         (nnfolder-request-set-mark, nnfolder-request-marks)
2073         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2074         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2075
2076         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2077         (nnml-marks-modtime): Remove.
2078         (nnml-request-delete-group): Don't use marks.
2079         (nnml-request-rename-group): Ditto.
2080         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2081         (nnml-save-marks, nnml-open-marks): Remove.
2082
2083         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2084         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2085         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2086         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2087         (nntp-server-to-method-cache): Remove.
2088
2089         * shr.el (shr-rescale-image): Fix wrong merge.
2090
2091 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2092
2093         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2094         too-wide lines.
2095
2096 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2097
2098         * nnimap.el (nnimap-record-commands): New variable.
2099         (nnimap-log-command): Use it.
2100         (nnimap-make-process-buffer): Add a space to the process buffer.
2101         (nnimap-transform-headers): Don't bug out on header lines containing
2102         stuff that look like IMAP length encodings.
2103
2104         * shr.el (shr-rescale-image): Allow viewing large images.
2105
2106 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2107
2108         * nnml.el (nnml-request-compact-group): Delete the marks file after
2109         compaction (bug#10800).
2110
2111         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2112         group exit.
2113
2114         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2115         QRESYNC/FETCH output.
2116
2117 2012-02-11  Glenn Morris  <rgm@gnu.org>
2118
2119         * sieve-manage.el (sieve-manage-default-stream):
2120         * shr.el (shr):
2121         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2122         (nnir-retrieve-headers-override-function)
2123         (nnir-imap-default-search-key, nnir-notmuch-program)
2124         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2125         (nnir-method-default-engines):
2126         * message.el (message-cite-reply-position):
2127         * gssapi.el (gssapi-program):
2128         * gravatar.el (gravatar):
2129         * gnus-sum.el (gnus-refer-thread-use-nnir):
2130         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2131         (gnus-registry-max-pruned-entries):
2132         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2133         * gnus-int.el (gnus-after-set-mark-hook)
2134         (gnus-before-update-mark-hook):
2135         * gnus-async.el (gnus-async-post-fetch-function):
2136         * auth-source.el (auth-source-cache-expiry):
2137         Add missing :version tags to new defcustoms and defgroups.
2138
2139 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2140
2141         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2142         `gnus-newsgroup-unexist'.
2143
2144         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2145         marks.
2146         (gnus-article-special-mark-lists): Put the `unexist' in the special
2147         marks list instead.
2148
2149         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2150         articles in the list of articles to be selected.
2151
2152         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2153         articles.
2154         (nnimap-update-info): Keep track of unexisting articles.
2155         (nnimap-update-qresync-info): Ditto.
2156
2157 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2158
2159         * message.el (message-default-send-mail-function): Made into own
2160         function for reuse by emacsbug.el.
2161
2162 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2163
2164         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2165         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2166
2167 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2168
2169         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2170         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2171
2172         * gnus-compat.el: Define `timer-set-function'.
2173
2174         * mm-decode.el (mm-display-external): Output the text from the command
2175         in the buffer after the command finished.  This makes text-based
2176         commands behave better.
2177
2178 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2179
2180         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2181
2182 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2185         23.1.
2186
2187 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2190
2191 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2192
2193         * message.el (smtpmail-smtp-user): Silence compiler warning.
2194
2195 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2196
2197         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2198         SMTP user name.
2199
2200 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-sum.el (gnus-summary-show-thread):
2203         next-single-char-property-change may return nil in XEmacs.
2204         (gnus-summary-article-map): Fix typo.
2205
2206 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2209         running.
2210
2211         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2212
2213         * gnus.el (gnus-server-extend-method): Don't add an -address component
2214         if the method already has one (bug#9676).
2215
2216 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2219         of an initial-input for consistency (bug#10757).
2220
2221         * dgnushack.el: Fix XEmacs compilation warning.
2222
2223         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2224
2225         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2226
2227 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2228
2229         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2230         lines that are narrower than the window width.  Otherwise background
2231         "blocks" will look less readable.
2232
2233 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2234
2235         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2236         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2237         have newlines within the strings, and where the UID comes after the
2238         BODYSTRUCTURE element (bug#10537).
2239
2240         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2241         (bug#10732).
2242
2243         * shr.el (shr-insert-document): Add doc string.
2244         (shr-visit-file): Ditto.
2245         (shr-remove-trailing-whitespace): New function.
2246         (shr-insert-document): Use it to clean up trailing whitespace as the
2247         final step (bug#10714).
2248
2249 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2250
2251         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2252         buffer if `gnus-kill-summary-on-exit' is nil.
2253
2254 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2255
2256         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2257         when just reading a single group from "without" Gnus.
2258
2259 2012-02-06  Chong Yidong  <cyd@gnu.org>
2260
2261         * gnus-sum.el (gnus-summary-show-thread):
2262         next-single-char-property-change never returns nil (Bug#8657).
2263
2264 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2265
2266         * message.el (message-multi-smtp-send-mail): New function.
2267         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2268         header to implement multi-SMTP functionality.
2269
2270         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2271         (gnus-agentize): Don't set it.
2272         (gnus-agent-send-mail): Don't use it.
2273
2274         * gnus-sum.el (gnus-summary-widget-backward): New function and
2275         keystroke.
2276
2277         * gnus-compat.el: More the compat functions more compatible.
2278
2279         * shr.el (shr-put-image): Remove underlines from sliced images.
2280         (shr-zoom-image): Compute the region to be replaced more correctly.
2281
2282 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2285         (gnus-summary-resend-message-insert-gcc): New function.
2286         (gnus-summary-resend-message): Modify message-header-setup-hook and
2287         message-sent-hook to make it work for Gcc.
2288         (gnus-inews-do-gcc): Update the number of unread articles of groups
2289         that messages are Gcc'd to.
2290
2291         * message.el (message-resend): Run message-sent-hook to do Gcc.
2292
2293 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2294
2295         * lpath.el: Fix an XEmacs compilation warning.
2296
2297         * gnus-compat.el: Require `help-fns' to fix compilation error.
2298
2299         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2300         a higher level to silence compilation.
2301
2302         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2303         parameter to allow controlling the scaling.
2304
2305         * shr.el (shr-zoom-image): New command and keystroke.
2306         (shr-put-image): Take a `size' flag to say how to scale the image.
2307
2308         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2309         deletion unless already defined.
2310
2311         * gnus.el (gnus-compat): Require it.
2312
2313         * gnus-compat.el: New file.
2314
2315         * gnus-start.el (gnus-clean-old-newsrc): New function.
2316         (gnus-read-newsrc-file): Use it.
2317
2318         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2319         Use recursive deletion.
2320         (mm-dissect-archive): Add support for zip files.
2321
2322         * gnus-util.el (gnus-recursive-directory-files): New function.
2323
2324         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2325         (mm-archive-decoders): Add tgz support.
2326
2327         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2328         Otherwise inserting text into the Gnus buffer can look odd.
2329
2330         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2331
2332         * mm-archive.el (mm-archive-decoders): Add support for tar.
2333
2334         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2335
2336         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2337
2338 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2339
2340         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2341
2342         * mm-archive.el: New file.
2343
2344         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2345
2346         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2347
2348         * message.el (message-goto-*): Make all the `message-goto-*' commands
2349         push the mark before moving point.  This makes it easier to go back to
2350         where you came from after editing whatever you jumped to.
2351
2352 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2353
2354         * gnus.el: Ma Gnus v0.1 is released.
2355
2356 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2357
2358         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2359         without reconnecting.
2360         (nnimap-possibly-change-group): Ditto.
2361         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2362         connection has died before being called.
2363
2364 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2365
2366         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2367         an initial sync unless we're really doing one.
2368
2369         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2370         address parameter if one already exists (bug#9676).
2371
2372         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2373         not the prefix, as documented (bug#10689).
2374
2375 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2378         the "server".
2379
2380         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2381         the real error message with the useless "previously known to be down".
2382         Which isn't even correct.
2383
2384         * nntp.el (nntp-open-connection): Report the error message if the nntp
2385         server can't be reached.
2386
2387         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2388         groups we do a total scan for.
2389         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2390         doing that.
2391
2392 2012-01-31  Jim Meyering  <jim@meyering.net>
2393
2394         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2395         Correct a comment (insert "not") and hide nominally-doubled "to".
2396
2397 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2398
2399         * gnus.el (gnus-version): Change name to "Ma Gnus".
2400
2401 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2402
2403         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2404         section in the manual.
2405
2406 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2407
2408         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2409         words.
2410         (rfc2047-encode-string): Ditto.
2411         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2412         understand folded filename="..." parameters, for instance.
2413
2414         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2415         the message for greater debuggability.
2416
2417 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2418
2419         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2420         instead of setting it locally, since the latter doesn't seem to have
2421         any effect (most of the time).
2422
2423 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2424
2425         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2426         function call.
2427
2428 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2429
2430         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2431         seconds, and make the repeat clause with HH:MM specs work as
2432         documented.
2433
2434 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2435
2436         * proto-stream.el (proto-stream-capability-open): Fall back on
2437         :end-of-command if :end-of-capability doesn't exist.
2438
2439 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2442         bound globally in old Emacsen and XEmacsen.
2443
2444 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2447         so that previous errors don't prohibit getting new news.
2448
2449         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2450
2451         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2452
2453 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2454
2455         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2456         buffer, not of the string which is its name.
2457
2458 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2459
2460         * proto-stream.el (proto-stream-capability-open): Wait for
2461         :end-of-capability, not :end-of-command.
2462
2463         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2464         non-server-marks groups.
2465         (gnus-group-make-articles-read): Ditto.
2466
2467         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2468         methods (bug#9676).
2469
2470         * gnus.el (gnus-method-ephemeral-p): New function.
2471
2472 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2475         left-to-right.
2476
2477 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2478
2479         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2480         warning.
2481
2482 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2483
2484         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2485         macroexpand the nnir things, since they haven't been defined yet, and
2486         nnir requires gnus-sum.
2487
2488 2012-01-24  Julien Danjou  <julien@danjou.info>
2489
2490         * color.el (color-rgb-to-hsl): Fix value computing.
2491         (color-hue-to-rgb): New function.
2492         (color-hsl-to-rgb): New function.
2493         (color-clamp, color-saturate-hsl, color-saturate-name)
2494         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2495         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2496
2497 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2500
2501 2012-01-19  Julien Danjou  <julien@danjou.info>
2502
2503         * color.el (color-name-to-rgb): Use the white color to find the max
2504         color component value and return correctly computed values.
2505         (color-name-to-rgb): Add missing float conversion for max value.
2506
2507 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2508
2509         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2510         logical server name in addition to the actual machine address.
2511
2512         * auth-source.el (auth-source-user-and-password): Add convenience
2513         wrapper to search by just host and optionally user.
2514
2515 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2518         after rendering.
2519
2520 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2521
2522         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2523         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2524         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2525
2526 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2529         (bug#9693).
2530         (gnus-summary-setup-buffer): Document return value (bug#9697).
2531
2532         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2533         since ido doesn't work on symbols (bug#9632).
2534
2535         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2536         when getting a single value as when getting all the values.  This means
2537         that atoms like `gcc-self' work cumulatively, like variable settings,
2538         instead of getting the value from the last matching clause.
2539         (gnus-group-find-parameter): Protect against the group buffer not
2540         existing (bug#9585).
2541
2542 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-start.el (gnus-activate-group): Document more parameters
2545         (bug#9694).
2546
2547         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2548         (bug#9692).
2549
2550         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2551         article was fetched, so that it can be expired later (bug#9958).
2552         (gnus-agent-summary-fetch-series): Add doc string.
2553         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2554         (bug#9517).
2555
2556         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2557         retrieval is happening.
2558
2559         * gnus.el (gnus-parameters): Doc fix.
2560
2561 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2562
2563         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2564         show the thread after expansion.
2565
2566 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * gnus-art.el (article-narrow-to-head): If the head is completely
2569         empty, narrow to the empty region (bug#9764).
2570
2571         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2572         read, and then mark them as unread only when the unread mark is used.
2573         This makes `C-- T k' actually work, even though it's confusing.
2574
2575         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2576         alive before we try to find its window.
2577
2578 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2579
2580         * mm-decode.el (mm-display-external): Use a longer timeout for the
2581         deletion to allow slow programs to display the file.
2582
2583 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2586         prompt to be less confusing.
2587
2588         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2589         argument to `message-reply'.  This broke `special-display-*' frame
2590         pop-uping (bug#10238).
2591
2592 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2595         systems, since these allegedly don't work there.
2596
2597 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2598
2599         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2600         live buffer.
2601
2602 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * nnir.el (nnir-retrieve-headers): Protect against the article not
2605         existing on the server (bug#10335).
2606
2607 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2608
2609         * gnus-agent.el (gnus-agent-load-local): Recompute
2610         gnus-agent-article-local on changing method.
2611
2612 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * gnus.el (gnus-parameters): Note precedence.
2615
2616 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2617
2618         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2619         in the group buffer.
2620
2621 2012-01-04  Julien Danjou  <julien@danjou.info>
2622
2623         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2624         change.
2625
2626 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2629         too.
2630
2631         * nntp.el (nntp-retrieve-group-data-early): Use it.
2632
2633 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * nntp.el (nntp-retrieval-in-progress): New variable.
2636         (nntp-make-process-buffer): Make it buffer-local.
2637
2638         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2639         2010.
2640         (gnus-demon-init): Use it to compute the time if time is on the form
2641         "04:23".
2642
2643         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2644
2645         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2646         status in the correct buffer.
2647
2648 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2649
2650         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2651         when opening topics (bug#10407).
2652
2653 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2654
2655         * gnus-cus.el (gnus-score-customize):
2656         * gnus-sum.el (gnus-sort-gathered-threads):
2657         * message.el (message-shorten-references):
2658         * nnmairix.el (nnmairix-request-group):
2659         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2660
2661 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2662
2663         * gnus-agent.el (gnus-agent-regenerate-group):
2664         * gnus-int.el (gnus-retrieve-group-data-early):
2665         * mm-util.el (mm-codepage-ibm-list):
2666         * nndiary.el (Commentary, nndiary-get-new-mail):
2667         * nnir.el (nnir):
2668         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2669
2670 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * mm-view.el (mm-display-inline-fontify): Add comment.
2673
2674 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2675
2676         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2677         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2678
2679 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2680
2681         * gnus-art.el (gnus-split-methods):
2682         * gnus-msg.el (gnus-configure-posting-styles):
2683         * gnus-spec.el (gnus-parse-simple-format):
2684         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2685         * message.el (message-do-actions): Spelling fix.
2686
2687 2011-12-15  Juri Linkov  <juri@jurta.org>
2688
2689         * mm-decode.el (mm-inline-media-tests): Add missing
2690         `mm-handle-media-subtype'.
2691
2692 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2693
2694         * gnus-group.el (gnus-group-tool-bar):
2695         * gnus-sum.el (gnus-summary-tool-bar):
2696         * message.el (message-tool-bar):
2697         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2698
2699 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2700
2701         * plstore.el (plstore--insert-buffer): Spelling fix.
2702
2703 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2704
2705         * message.el (message-valid-fqdn-regexp): Update with newly approved
2706         top-level domain names ".tel" and ".asia".
2707
2708 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2711         unconditionally.
2712
2713 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2716         pop-to-buffer-same-window for old Emacsen.
2717
2718 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2719
2720         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2721
2722 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2723
2724         * netrc.el (netrc-credentials): Spelling fix.
2725
2726 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2727
2728         * gnus-fun.el (gnus-fun-ppm-change-string):
2729         * gnus-msg.el (gnus-inews-do-gcc):
2730         * gnus-sum.el (gnus-summary-find-for-reselect):
2731         * gnus.el (gnus-summary-cancelled):
2732         * message.el (message-cancel-hook, message-send-news):
2733         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2734         * nnir.el (nnir-run-hyrex):
2735         * nntp.el (nntp-with-open-group-function):
2736         * pgg.el (pgg-pending-timers): Spelling fix.
2737
2738 2011-12-04  Chong Yidong  <cyd@gnu.org>
2739
2740         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2741         change (Bug#10200).
2742
2743 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * compface.el (uncompface):
2746         * gnus-art.el (gnus-article-x-face-command): Update the header format
2747         of icon data for the most recent icontopbm program.
2748
2749 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * gnus-msg.el (gnus-inews-do-gcc):
2752         * message.el (message-send-mail):
2753         * mml.el (mml-generate-mime): Share the value of the buffer-local
2754         `message-options' variable between a draft buffer and temprary working
2755         buffers.
2756
2757 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2758
2759         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2760
2761 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2764         for Cygwin.
2765
2766 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2767
2768         * gnus-group.el (gnus-group-prepare-flat):
2769         * mm-bodies.el (mm-encode-body):
2770         * mml.el (mml-preview):
2771         * nnml.el (nnml-request-compact-group):
2772         * pop3.el (pop3-stream-type): Spelling fix.
2773
2774 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2775
2776         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2777
2778 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2779
2780         * color.el (color-rgb-to-hsl):
2781         * gmm-utils.el (gmm-tool-bar-style):
2782         * gnus-group.el (gnus-group-prepare-flat):
2783         * gnus-topic.el (gnus-topic-prepare-topic):
2784         * mm-decode.el (mm-discouraged-alternatives):
2785         * rfc2047.el (rfc2047-encode-1):
2786         * starttls.el: Spelling fix.
2787
2788 2011-11-24  Glenn Morris  <rgm@gnu.org>
2789
2790         * binhex.el (binhex-begin-line): Give it basic doc-string.
2791
2792         * starttls.el, tls.el: Fix case of "GnuTLS".
2793
2794 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2795
2796         * gnus-group.el (gnus-group-highlight): Fix typo.
2797
2798 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2799
2800         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2801         value of `delete-file', that returns nil for a local file but returns t
2802         for a remote file using ssh.
2803
2804 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2805
2806         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2807
2808 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2811         avoid later breakage.
2812
2813 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2816         article buffers' name.
2817
2818 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2821         by Paul Eggert's spellfixes two days ago.
2822
2823 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2826         doesn't have it.
2827
2828         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2829         buffer-local instead of binding them to avoid warnings.  Also demote
2830         errors (bug#10063).
2831         (font-lock-mode-hook): Shut up byte compiler.
2832
2833 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2834
2835         * mm-util.el (mm-charset-after):
2836         * nnir.el (nnir-run-hyrex):
2837         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2838         (ntlm-get-password-hashes, ntlm-md4hash):
2839         * smime.el: Fix typo.
2840
2841 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2842
2843         * gnus-agent.el (gnus-agent-expire-group-1):
2844         * nndiary.el (nndiary-last-occurence):
2845         * nnimap.el (nnimap-request-set-mark):
2846         * nnmairix.el (nnmairix-only-use-registry):
2847         * gnus-group.el (gnus-group-prepare-flat):
2848         * gnus-sum.el (gnus-decode-encoded-word-methods):
2849         * message.el (message-wash-subject):
2850         * nntp.el (nntp-retrieve-headers-with-xover):
2851         * smime.el (smime-certificate-directory): Spelling fix.
2852
2853 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2854
2855         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2856
2857         * color.el:
2858         * gnus-agent.el (gnus-agent-possibly-alter-active):
2859         * gnus-dired.el (gnus-dired-print):
2860         * mail-parse.el:
2861         * nnmairix.el (nnmairix-request-group):
2862         * shr.el (shr-image-displayer):
2863         * sieve-manage.el:
2864         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2865
2866 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2867
2868         * gnus-sum.el (gnus-auto-select-subject):
2869         * spam-report.el (spam-report-resend): Spelling fix.
2870
2871 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2872
2873         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2874         * gnus-art.el (gnus-default-article-saver):
2875         * gnus-srvr.el (gnus-server-copy-server):
2876         * gnus.el (gnus-sloppily-equal-method-parameters):
2877         * html2text.el (html2text-format-tag-list):
2878         * message.el (message-narrow-to-head):
2879         * nndiary.el:
2880         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2881         * sieve.el: Spelling fix.
2882
2883 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2884
2885         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2886         * gnus-sum.el (gnus-summary-make-menu-bar):
2887         * gnus-uu.el (gnus-uu-decode-postscript)
2888         (gnus-uu-decode-postscript-and-save):
2889         * mailcap.el (mailcap-print-command):
2890         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2891         Fix typos.
2892
2893 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2894
2895         * gnus-art.el (gnus-article-part-wrapper):
2896         * html2text.el (html2text-fix-paragraphs):
2897         * mm-decode.el (mm-image-fit-p):
2898         * rfc2047.el (rfc2047-encode-message-header):
2899         * shr-color.el (shr-color-visible-distance-min)
2900         (shr-color-relative-to-absolute, set-minimum-interval)
2901         (shr-color-visible): Fix typos.
2902
2903 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2904
2905         * gmm-utils.el (gmm-tool-bar-item):
2906         * gnus-art.el (gnus-treat-body-boundary):
2907         * gnus-diary.el (gnus-user-format-function-d):
2908         * gnus-start.el (gnus-get-unread-articles):
2909         * pgg-gpg.el (pgg-gpg-update-agent):
2910         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2911
2912 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2913
2914         * gnus-topic.el (gnus-group-prepare-topics):
2915         * gnus-uu.el (gnus-extract-view):
2916         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2917
2918 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2919
2920         * spam.el: Move BBDB autoloads.
2921         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2922         BBDB 2 and 3.
2923         (spam-check-BBDB): Use it.
2924         (spam-enter-ham-BBDB): Use it.
2925
2926 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2927
2928         * smime.el (smime-draw-buffer): Spelling fix.
2929
2930 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2931
2932         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2933         for scanning exactly one level.
2934         * gnus-start.el (gnus-get-unread-articles): Ditto.
2935
2936 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2939         slightly clearer.
2940
2941 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2942
2943         * gnus-sync.el: More commentary about setup.
2944
2945 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * message.el (message-send-and-exit): Document `arg'.
2948
2949 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2950
2951         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2952
2953 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2954
2955         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2956
2957         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2958         we don't use `bound-and-true-p'.
2959
2960 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2961
2962         * gnus-util.el (gnus-bound-and-true-p): Remove.
2963         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2964         * nnir.el: Use it.
2965         * nnmairix.el: Use it.
2966
2967 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * gnus-sync.el: Improve docs about CouchDB admins.
2970
2971         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2972         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2973         for reasons unknown.
2974         * nnir.el: Use it.
2975         * nnmairix.el: Use it.
2976
2977         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2978         * nnir.el: Ditto.
2979         * nnmairix.el: Ditto.
2980
2981         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2982
2983 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2986         not needed.  Provide xmlplistread list function to produce XML plist
2987         output for non-Gnus LeSync clients.
2988
2989 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2990
2991         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2992
2993         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2994         and save against it.  Group subscriptions, read marks, other marks,
2995         subscription levels, topic names, and topic offsets (the group's
2996         position within the topic) are saved.  This is an experimental backend
2997         and may change significantly.  Load json.el from the gnus-fallback-lib
2998         if it's not available otherwise.
2999         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3000
3001 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3002
3003         * message.el (message-completion-function): Make sure
3004         message-tab-body-function is not attempted if one of
3005         message-completion-alist fails to find a completion (bug#9158).
3006
3007 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3008
3009         * mml.el (mml-quote-region): Quote <#secure> tag.
3010         (mml-generate-mime-1): Unquote <#secure> tag.
3011
3012 2011-10-20  Chong Yidong  <cyd@gnu.org>
3013
3014         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3015         calling a minor mode from Lisp with nil arg enables it, so we have to
3016         make the wording a bit ambiguous here).
3017
3018 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3019
3020         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3021         * nnir.el (nnir-mode): Use it.
3022         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3023         Use it.
3024
3025         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3026         * nnmairix.el (gnus-registry-enabled): Ditto.
3027
3028 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3029
3030         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3031         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3032         only while we need to find out if it should be t or nil.
3033         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3034         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3035         the registry is installed.  Set it to nil when it's unloaded.
3036         (gnus-registry-install-p): Provide user guidance for the initial value
3037         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3038         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3039         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3040         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3041         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3042         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3043         `gnus-registry-install'.
3044
3045 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3046
3047         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3048         previous change.
3049         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3050         primary key is marked as disabled.
3051
3052 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3053
3054         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3055         primary key is marked as disabled.
3056
3057 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3058
3059         * html2text.el (html2text-clean-anchor): Check for quotes around
3060         `href' value.
3061
3062 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3063
3064         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3065         searching.  Drop `bbdb-cache'.
3066
3067 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * message.el (message-signed-or-encrypted-p): Exclude header when
3070         checking if there is signed or encrypted body in text/plain message.
3071
3072 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3073
3074         * html2text.el (html2text-get-attr): Correctly handle attribute values
3075         containing "=".
3076
3077 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3078
3079         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3080         handle bindings.
3081
3082 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * gnus-win.el (gnus-configure-windows): Protect against reading
3085         ephemeral groups outside of Gnus.
3086
3087 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * shr.el (shr-tag-img): Don't get images displayed in tables.
3090
3091 2011-10-03  Glenn Morris  <rgm@gnu.org>
3092
3093         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3094         the "maintainer" version of debbugs.gnu.org reports.
3095
3096 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3099         make asynchronous adjacent image insertion work better.
3100
3101 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3102
3103         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3104         documentation.
3105
3106 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3109         `gnus-asynchronous' isn't shadowed.
3110
3111 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3114
3115         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3116         (nnimap-insert-partial-structure): The charset parameter isn't
3117         case-sensitive.
3118
3119         * nnheader.el (nnheader-message-maybe): New function.
3120
3121         * shr.el (shr-tag-table): Render totally broken tables better.
3122
3123         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3124         computing the boundary.
3125
3126 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * pop3.el (pop3-number-of-responses): Remove.
3129         (pop3-wait-for-messages): Rewrite to take linear time instead of
3130         exponential time.
3131
3132 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3135         re-fetch images.
3136
3137         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3138         re-fetch images when hitting `g' in Gnus.
3139
3140 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3143         (mml-compute-boundary): Don't check collision if it is non-nil.
3144         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3145         before checking collision.
3146
3147 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * message.el (message-indent-citation): Really make sure there's a
3150         newline at the end.
3151
3152         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3153         Fix suggested by John Wiegley.
3154
3155         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3156
3157         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3158
3159         * message.el (message-default-send-rename-function): Break out into its
3160         own function.
3161
3162         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3163         doesn't work under XEmacs.
3164
3165         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3166         of "imaps" to word around Windows problems.
3167         (nnimap-open-connection-1): Use it.
3168
3169         * message.el (message-indent-citation): Revert last change which made
3170         `F' not work.
3171
3172 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3173
3174         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3175         terminal as well.
3176
3177 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3180         because it displays images using overlays that aren't easy to copy to
3181         the article buffer.
3182
3183 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3184
3185         * message.el (message-indent-citation): Fix empty line removal at the
3186         end of the citation.
3187
3188 2011-09-20  Julien Danjou  <julien@danjou.info>
3189
3190         * auth-source.el (auth-source-netrc-create): Use default value for
3191         password if specified.  Evaluate default.
3192         (auth-source-plstore-create): Ditto.
3193         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3194         value evaluation.
3195         (auth-source-netrc-create): Typo fix.
3196         (auth-source-plstore-create): Ditto.
3197
3198         * password-cache.el (password-cache-remove): Remove entries even if the
3199         value is nil, so that password with a nil value (negative caching) is
3200         possible to invalidate.
3201
3202         * auth-source.el (auth-source-format-cache-entry): New function.
3203
3204 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3207
3208 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3211
3212 2011-09-19  Julien Danjou  <julien@danjou.info>
3213
3214         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3215         which work with things that are not ASCII.
3216
3217 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3220
3221 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3224         message level.
3225
3226 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3229
3230 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3233
3234 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3235
3236         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3237         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3238
3239 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3240
3241         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3242         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3243         articles.
3244
3245 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3246
3247         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3248         (message-mail-other-window, message-mail-other-frame)
3249         (message-news-other-window, message-news-other-frame):
3250         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3251         instead of setting buffer display varibles.
3252
3253 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3256
3257         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3258
3259 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3262         duplicates" to a higher level.
3263
3264         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3265         most egregious messages.
3266
3267 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3270
3271 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3272
3273         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3274         up the file (bug#9351).
3275
3276 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3279         it does with all other backends, but decode the names immediately after
3280         getting them.
3281
3282         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3283         decoding nnimap groups.
3284
3285         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3286         newsrc file.  It doesn't seem like an important optimization any more.
3287
3288 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3289
3290         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3291         overflows.
3292
3293 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3296         (gnus-interactive-exit): Extend to `quiet'.
3297
3298         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3299
3300         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3301         string.
3302
3303         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3304         renaming function arguments from `this'.
3305
3306         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3307
3308         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3309         has been renamed.
3310         (gnus-lrm-string-p): Include RLM and PDF, too.
3311
3312         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3313         (bug#9225).
3314
3315 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3316
3317         Add autoload cookies for functions used by sendmail.el.
3318         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3319
3320         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3321
3322 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * gnus-art.el (article-date-ut): Work properly even when there are
3325         things like Date header in the body; work for forwarded parts.
3326
3327 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3328
3329         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3330         original-article-buffer.
3331
3332 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3333
3334         * nnir.el (nnir-compose-result): Fix matching of server type.
3335         (nnir-run-swish++): Ditto.
3336         (nnir-run-namazu): Ditto.
3337         (nnir-run-notmuch): Ditto.
3338
3339 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3342         (bug#9405).
3343
3344         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3345         (bug#9421).
3346
3347         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3348         (bug#9425).
3349
3350         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3351         thing (bug#9426).
3352
3353 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3356         the error message.
3357
3358 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3359
3360         * message.el (message-setup-1): Return t (Bug#9392).
3361
3362 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3363
3364         * gnus-sum.el: When adding article headers to a summary buffer also
3365         update gnus-newsgroup-articles (bug#9386).
3366
3367 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * auth-source.el: Autoload help-mode.
3370
3371 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3374         names.
3375
3376 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3377
3378         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3379         mm-replace-in-string for compatibility issues.
3380         * mml2015.el (mml2015-epg-verify): Ditto.
3381
3382 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3385
3386         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3387
3388 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3391         continue on and do the clean-up phase (bug#9188).
3392
3393         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3394         just ignore groups that can't be opened instead of erroring out
3395         (bug#9225).
3396
3397         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3398         nil since some many people are fuddy-duddies.
3399
3400         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3401         images.
3402
3403         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3404         instead.
3405
3406         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3407
3408         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3409
3410         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3411         processing.
3412
3413         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3414         buffer to avoid warnings.
3415
3416 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3417
3418         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3419         specified to reduce precision.
3420
3421 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422
3423         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3424         bodystructures (bug#9314).
3425
3426 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3429         Make button keymap non-sticky after buttons.
3430
3431 2011-08-18  David Engster  <dengste@eml.cc>
3432
3433         * nnmairix.el (nnmairix-request-set-mark)
3434         (nnmairix-goto-original-article): Remove adding of article to registry,
3435         since `gnus-registry-add-group' isn't available anymore.
3436         (nnmairix-determine-original-group-from-registry):
3437         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3438         available anymore.
3439
3440 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3441
3442         * starttls.el (starttls-any-program-available): Define as obsolete
3443         function.
3444
3445 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3448         versions which Gnus use when appropriate.
3449
3450         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3451         a pretty destructive command.
3452
3453         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3454
3455 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * message.el (message-fix-before-sending): Make a different warning
3458         about NUL characters (bug#9270).
3459
3460         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3461         from custom (bug#9260).
3462
3463         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3464         things work in Emacs 22 and XEmacs, too.
3465
3466         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3467         default From.
3468
3469         * gnus-spec.el (gnus-lrm-string-p): New macro.
3470         (gnus-lrm-string): New constant.
3471         (gnus-summary-line-format-spec): LRM-ify the from.
3472         (gnus-tilde-max-form): LRM-ify string chopping.
3473
3474         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3475
3476         * message.el (message-is-yours-p): Allow disabling canlock checking
3477         (bug#9295).
3478         (message-shoot-gnksa-feet): Add `canlock-verify'.
3479         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3480         message directory isn't writable (bug#9304).
3481
3482         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3483         non-world-readable.
3484
3485 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3488         articles.
3489
3490 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3491
3492         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3493         copy-list.
3494
3495 2011-08-12  Sam Steingold  <sds@gnu.org>
3496
3497         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3498         in the reverse order to avoid modifying the cache with `nreverse'.
3499         (gnus-all-score-files): Do not modify the value returned by
3500         `gnus-score-find-alist' because it lives in a cache variable.
3501         (gnus-current-home-score-file): No need to `nreverse' the return value
3502         of `gnus-score-find-alist', it is already in the correct order.
3503
3504 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3505
3506         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3507         type MESSAGE and subtype RFC822 is slightly different from those of
3508         type TEXT.
3509
3510 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3511
3512         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3513         This allows article-referral to work from an nnir group.
3514
3515 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3516
3517         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3518
3519 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3520
3521         * mml1991.el (mml1991-epg-find-usable-key)
3522         (mml1991-epg-find-usable-secret-key): New function.
3523         (mml1991-epg-sign): Check if signing key is usable.
3524         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3525
3526 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3527
3528         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3529         server-variables only.  This should fix a bug introduced with commit
3530         e1889675b7f4adf057833c5513c9374134c4e053.
3531         (nnir-run-query): 'nnir-search-engine should not be set from the global
3532         environment.
3533
3534 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3535
3536         * nnir.el (nnir-search-thread): Position point on referring article
3537         line.
3538         (nnir-warp-to-article): Clean up summary buffers.
3539
3540         * nnimap.el (nnimap-request-thread): Whitespace fix.
3541
3542 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3543
3544         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3545
3546 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * starttls.el (starttls-available-p): Rename from
3549         `starttls-any-program-available' and changed return convention.
3550
3551 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3552
3553         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3554         `unix-sync' unless it's defined.
3555
3556 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3557
3558         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3559         `aref' for XEmacs compatibiltiy.
3560
3561 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3564
3565 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3566
3567         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3568         closures, quote the form properly (bug#9194).
3569
3570 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3573         (gnus-summary-insert-new-articles): Protect against servers that are
3574         down.
3575
3576 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3577
3578         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3579         in mm handle if none is specified.
3580
3581 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3582
3583         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3584
3585 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3586
3587         * nnir.el (nnir-search-thread): New function to make an nnir group
3588         based on a thread query.
3589
3590         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3591         of nnir in thread referral.
3592         (gnus-summary-refer-thread): Use it.
3593
3594         * nnimap.el (nnimap-request-thread): Use it.
3595
3596 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * shr.el (shr-tag-comment): Ignore HTML comments.
3599
3600 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3601
3602         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3603         argument.
3604         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3605         Use `nnir-address' to handle server info rather than passing an arg.
3606
3607         * nnimap.el (nnimap-make-thread-query): New utility function to format
3608         an imap thread search query.
3609         (nnimap-request-thread): Use it.
3610
3611         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3612         right select-method if we are not going back to the group buffer.
3613
3614 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3617         enter invalid buffer configurations into the quit form (bug#9107).
3618         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3619         unplugged/plugged.
3620
3621         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3622         keep track of which ones are unread (bug#9061).
3623
3624         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3625         (bug#9055).
3626
3627         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3628         (bug#9041).
3629
3630         * gnus-html.el (mm-util): Require (bug#9073).
3631
3632         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3633         (gnus-summary-refer-thread): Use it to remove duplicates in the
3634         un-threaded view (bug#9053).
3635         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3636
3637 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3638
3639         * nnir.el (nnir-read-server-parm): Use default value from global
3640         variable.  Without this the default search engine parameters aren't
3641         used at all.
3642
3643 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * message.el (message-unique-id): Don't use the undocumented return
3646         value from (random t) (bug#9118).
3647
3648 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * message.el (message-auto-save-directory): If the ~/Mail directory
3651         doesn't exist, use ~ as the auto-save directory (bug#4432).
3652
3653         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3654         hasn't already been started.
3655
3656 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3659
3660         * message.el (message-reply): Work around mysterious bug where
3661         `message-mode' seems to overwrite the locally bound `subject' variable.
3662
3663 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3664
3665         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3666         correct group.
3667
3668         * gnus-int.el (gnus-request-thread): Add group argument.
3669
3670         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3671
3672 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3675
3676         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3677         renamed to `debbugs-gnu-*'.
3678
3679 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3680
3681         * plstore.el: Revert the editing feature since it is not urgent.
3682         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3683         (plstore-mode-decoded): Remove.
3684
3685 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3688         isn't very interesting any more, and it leaks potentially secret data.
3689         (gnus-debug): Remove.
3690
3691         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3692         use of :custom-show.
3693
3694 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3695
3696         * plstore.el: Add documentation.
3697         (plstore-mode): New mode to edit plstore file.
3698         (plstore-mode-toggle-display, plstore-mode-original)
3699         (plstore-mode-decoded): New command.
3700         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3701         (plstore--insert-buffer, plstore--make): New function.
3702         (plstore-open, plstore-save): Simplify by using them.
3703
3704 2011-07-06  Glenn Morris  <rgm@gnu.org>
3705
3706         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3707
3708 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3711         no longer is much used.
3712         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3713         Articles".
3714
3715 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3716
3717         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3718         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3719         `notmuch' backend.
3720
3721 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * mm-decode.el (mm-text-html-renderer): Doc fix.
3724
3725         * gnus-msg.el (gnus-bug): Fix the MML tag.
3726
3727         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3728
3729 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3730
3731         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3732         secondary methods if started with `gnus-no-server'.
3733
3734 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3735
3736         * message.el (message-return-action): Fix typo in docstring.
3737
3738 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3741         bug reports at once.
3742
3743         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3744
3745 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * nndraft.el: Require gnus-group.
3748         (nndraft-request-list): Declare.
3749
3750         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3751         no unread article unless it matches gnus-permanently-visible-groups.
3752
3753         * nndraft.el (nndraft-update-unread-articles): New function.
3754         (nndraft-request-associate-buffer): Use it to update the number of
3755         unread articles for the nndraft groups in the group buffer when saving
3756         or killing a draft message.
3757
3758 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3761         systems to binary before writing and reading the mbox files.
3762
3763         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3764         instead of trying to list them all (bug#8978).
3765
3766 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3767
3768         * pop3.el (pop3-open-server): Use :end-of-capability.
3769
3770 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3773         the id is always a number.
3774
3775         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3776
3777         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3778         debbugs mode, if possible.
3779
3780 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3781
3782         * auth-source.el (auth-source-token-passphrase-callback-function):
3783         Reindent.
3784         (epg-context-operation): Remove unnecessary autoload.
3785
3786 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787
3788         * gnus.el (gnus-list-debbugs): New command.
3789
3790         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3791         mboxstat instead of the maintbox, since the stat seems to be fuller.
3792
3793         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3794         summary buffers.
3795
3796         * message.el (message-get-reply-headers): Delete all duplicates,
3797         instead of the first.
3798         (message-get-reply-headers): Ensure that we have progress while
3799         deleting duplicates.
3800
3801         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3802         gnus-posting-style value from the summary buffer to make it easier to
3803         make that a per-buffer conf.
3804
3805 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3806
3807         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3808         found by setting `shortcut' in 'query.
3809         (nnir-request-article): Use `shortcut' setting when requesting article
3810         by Message-ID.
3811
3812 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3813
3814         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3815         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3816         Bring the pseudo-headers back too.
3817
3818 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3819
3820         * auth-source.el (auth-source-token-passphrase-callback-function):
3821         Simplify and remove EPA dependency.
3822
3823 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3824
3825         * nnir.el (nnir-request-article): Fix error message text.
3826
3827 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3828
3829         * auth-source.el (plstore-delete): Autoload.
3830         (auth-source-plstore-search): Support delete operation.
3831         * plstore.el (plstore-delete): New function.
3832
3833 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3836         mark actually existing articles as unread rather than the ones that
3837         active asserts.
3838
3839 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3840
3841         * nntp.el (nntp-record-command):
3842         * gnus-util.el (gnus-message-with-timestamp-1):
3843         Use format-time-string rather than decoding time stamps by hand.
3844         This is simpler and insulates the code from potential changes to
3845         current-time format.
3846
3847 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3850
3851 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3852
3853         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3854         (plstore-save): Support public key encryption.
3855         (plstore--init-from-buffer): New function.
3856         (plstore-open): Use it; fix error when opening a non-existent file.
3857         (plstore-revert): Use plstore--init-from-buffer.
3858
3859 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3860
3861         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3862
3863 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3866         for old Emacsen.
3867
3868 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3869
3870         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3871         is not fully working.
3872
3873 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * dgnushack.el: Autoload sha1 on XEmacs.
3876
3877         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3878         quit window configuration.
3879
3880         * auth-source.el (epg-context-set-passphrase-callback):
3881         Remove duplicate autoload.
3882
3883 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3884
3885         * nnir.el (nnir-request-article): Allow requesting articles by
3886         Message-ID with nnimap.
3887
3888         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3889         current server.
3890
3891 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3892
3893         * auth-source.el: Autoload EPA/EPG functions.
3894         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3895         changed when EPA/EPG is not available.
3896         (auth-source-backend): Rename "arg" member to "data".
3897         (auth-source-backend-parse, auth-source-plstore-search)
3898         (auth-source-plstore-create): Use it.
3899
3900 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3901
3902         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3903         `gnus-refer-article-methods'.
3904
3905 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3906
3907         * auth-source.el: Require EPA and EPG.
3908         (auth-source-passphrase-alist): New variable.
3909         (auth-source-passphrase-callback-function)
3910         (auth-source-token-passphrase-callback-function): Callbacks for the
3911         netrc field encryption (GPG tokens).
3912         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3913         Symmetric encryption and decryption of the netrc GPG tokens.
3914         (auth-source-netrc-normalize): Use them, simplifying the closure.
3915
3916 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3919         is available.
3920
3921 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3924         non-nil, and `nnimap-split-methods' is nil, use the former.
3925
3926 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3927
3928         * plstore.el (plstore-revert): New function.
3929         (plstore-open): Use it; hide the buffer from user.
3930
3931 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3932
3933         * auth-source.el (auth-source-backend): New member "arg".
3934         (auth-source-backend-parse): Handle new backend 'plstore.
3935         * plstore.el: New file.
3936
3937 2011-06-30  Glenn Morris  <rgm@gnu.org>
3938
3939         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3940
3941 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3944         expiring articles to.
3945
3946         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3947         variations as ASCII (bug#5458).
3948
3949 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3952
3953 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * message.el (message-point-in-header-p): Tweak the function to default
3956         to saying that we're not in the headers if there is no separator at
3957         all.  This makes it possible to use the Message version of `M-q' in
3958         buffers with no headers (bug#7987).
3959         (message-point-in-header-p): Fix last checkin to work with an empty
3960         mail-header-separator, too.
3961
3962         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3963         again, save the choice via customize.
3964
3965 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3968
3969         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3970         ended the connection, bail out before waiting infinitely on a new
3971         connection.
3972
3973 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3976         reports.
3977
3978         * gnus.el (gnus-bug-package): Use "gnus."
3979         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3980
3981 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * dgnushack.el: Make the timer warning go away on XEmacs.
3984
3985         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3986         animations going on at article exit time.
3987
3988         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3989         since removing it breaks people upgrading.
3990
3991         * shr.el (shr-put-image): Use the new interface for animating images.
3992         (shr-put-image): Animate for 60 seconds.
3993
3994         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3995         avoid compiler warnings.
3996
3997         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3998         error with `find-file-hooks' on Emacs 22.
3999         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4000         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4001         on all architectures.
4002
4003         * spam.el (spam-stat): Require in a normal fashion without binding
4004         `spam-stat-install-hooks' to avoid compilation warnings.
4005
4006         * spam-stat.el (spam-stat-install-hooks): Remove.
4007         (spam-stat-install-hooks): Don't run automatically.
4008
4009 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4010
4011         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4012         and keystroke.
4013
4014 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * auth-source.el (auth-source-netrc-cache): Move forward.
4017
4018 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * proto-stream.el (proto-stream-open-starttls): Use
4021         `gnutls-available-p' to see whether we have built-in support.
4022
4023         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4024         we already know.
4025         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4026         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4027
4028 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4031         %S format, since that looks odd.
4032         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4033         file, especially when saving.
4034
4035 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4036
4037         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4038         article found.
4039
4040 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4041
4042         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4043         `auth-source-save-secrets' with a more sensitive alist that can be
4044         configured per file.  Experimental, so defaults to 'never.
4045         (auth-source-netrc-create): Use it.  Still experimental code.
4046         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4047         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4048
4049 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4050
4051         * auth-source.el (auth-source-save-secrets): New variable to control if
4052         secret tokens should be saved encrypted.
4053         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4054         to `auth-source-netrc-normalize'.
4055         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4056         on the EPA variables being defined.
4057         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4058         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4059         the lexical-let closure.
4060         (auth-source-netrc-create): Create "gpg:" tokens according to
4061         `auth-source-save-secrets'.
4062
4063 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-group.el (gnus-group-update-group): Add new argument
4066         `info-unchanged' that stops updating dribble buffer.
4067
4068         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4069         deletes lines matching to it in dribble buffer.
4070
4071         * gnus-agent.el (gnus-agent-fetch-group-1):
4072         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4073         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4074         * gnus-start.el (gnus-group-change-level):
4075         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4076
4077         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4078         if newsgroup info is not changed.
4079
4080         * gnus-group.el (gnus-group-get-new-news-this-group):
4081         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4082         Don't update dribble buffer.
4083
4084 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4085
4086         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4087         remove entries with groups we ignore.
4088
4089 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4092         the underline comes at the bottom.
4093
4094 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4095
4096         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4097         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4098         (gnus-registry-article-marks-to-names): Rename from
4099         `gnus-registry-user-format-function-M2'.
4100
4101 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4104         ephemeral group.
4105
4106 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * shr.el (shr-browse-image): Copy the URL if called interactively.
4109
4110 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4113         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4114         done, then unselected articles may be marked as read.
4115
4116         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4117         since not doing this seems to lead to a race condition in pop3-logon.
4118
4119         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4120         so that the call chain it correct when we call "upwards".
4121
4122         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4123         in read-only groups.
4124
4125         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4126
4127         * message.el (message-cite-reply-position): Doc string fix.
4128
4129         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4130         avoid regexp overflow.
4131         (nnimap-transform-split-mail): Ditto.
4132
4133         * pop3.el (pop3-retr): Error out if the server closes the connection.
4134
4135 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4136
4137         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4138         mm-with-unibyte-current-buffer.  The buffer should not contain any
4139         multibyte chars anyway at this stage.
4140
4141 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4144         at the end of lines.
4145
4146 2011-05-29  Julien Danjou  <julien@danjou.info>
4147
4148         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4149
4150 2011-05-27  Glenn Morris  <rgm@gnu.org>
4151
4152         * gnus-group.el (gnus-bug-group-download-format-alist):
4153         Use the "maintainer" version of debian reports as well.
4154
4155 2011-05-26  Glenn Morris  <rgm@gnu.org>
4156
4157         * gnus-group.el (gnus-bug-group-download-format-alist):
4158         Use the "maintainer" version of debbugs.gnu.org reports.
4159
4160 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4163
4164 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4165
4166         * gnus-cus.el (gnus-agent-customize-category):
4167         * gnus-delay.el (gnus-delay-send-queue):
4168         * gnus.el (gnus-other-frame):
4169         Don't quote lambda expressions with `quote'.
4170
4171 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4172
4173         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4174         the thread moves us backwards and so we loop forever.
4175
4176 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4179         whitespace in base64 data lines.
4180
4181 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4182
4183         * gnus-registry.el (gnus-registry-user-format-function-M):
4184         Use `mapconcat'.
4185         (gnus-registry-user-format-function-M2): Use to see the full text of
4186         the marks.  Make "," the mark text separator.
4187
4188         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4189         authentication with auth-source.
4190
4191 2011-05-17  Glenn Morris  <rgm@gnu.org>
4192
4193         * gnus-group.el (gnus-import-other-newsrc-file):
4194         Use insert-file-contents.
4195
4196 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4197
4198         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4199         1000 iterations.
4200
4201 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * nntp.el (nntp-open-connection): Check if process-type is available.
4204
4205 2011-05-16  Julien Danjou  <julien@danjou.info>
4206
4207         * shr.el (shr-tag-del): Add support for del tag.
4208
4209 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-html.el (gnus-html-put-image): Register a displayer.
4212
4213         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4214
4215 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4216
4217         * registry.el (prune-factor): New initialization parameter defaulting
4218         to 0.1.
4219         (registry-prune-hard): Use it.
4220
4221         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4222         0.1 expicitly.
4223
4224 2011-05-13  Glenn Morris  <rgm@gnu.org>
4225
4226         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4227         is bound, since this function requires sendmail.
4228
4229 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4230
4231         * registry.el (registry-usage-test): Disable pruning test.
4232
4233 2011-05-11  David Engster  <dengste@eml.cc>
4234
4235         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4236         Bind set-network-process-option for XEmacs.
4237
4238 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         * registry.el (registry-prune-hard-candidates)
4241         (registry-prune-soft-candidates): Helper methods for registry pruning.
4242         (registry-prune): Use them.  Make the sort function optional.
4243
4244 2011-05-10  Jim Meyering  <meyering@redhat.com>
4245
4246         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4247
4248 2011-05-10  Julien Danjou  <julien@danjou.info>
4249
4250         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4251         symbol and not a list.
4252
4253 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * gnus-art.el (gnus-article-mode): Move binding of
4256         shr-put-image-function here from gnus-article-prepare-display.
4257
4258         * shr.el (shr-put-image-function): New variable.
4259         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4260         (shr-put-image): Return scaled image.
4261
4262         * gnus-art.el (gnus-shr-put-image): New function.
4263         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4264
4265         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4266         original ones, as deletable.
4267
4268 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4269
4270         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4271
4272 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4273
4274         * registry.el (registry-full): Add convenience method.  Fix logic.
4275         (registry-insert): Use it.  Fix logic here too.
4276
4277         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4278         `registry-prune' if `registry-full' returns t.
4279         (gnus-registry-handle-action)
4280         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4281         (gnus-registry-usage-test): Use it.
4282
4283 2011-05-07  Julien Danjou  <julien@danjou.info>
4284
4285         * shr.el (shr-link): Make shr-link inherit from link by default.
4286
4287 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4290
4291 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4294         error out because the face is not a list.
4295
4296 2011-05-05  Glenn Morris  <rgm@gnu.org>
4297
4298         * proto-stream.el (gnutls-negotiate): Fix declarations.
4299
4300         * gnus-start.el (gnus-propagate-marks): Declare.
4301
4302 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * registry.el (registry-reindex): Fix percentage message.
4305
4306         * proto-stream.el (network-stream-open-starttls): Adjust to call
4307         `gnutls-negotiate' with :process and :hostname arguments.
4308
4309 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4310
4311         * shr.el: Add shr-link face for links.
4312         (shr-urlify): Use it.
4313
4314         * registry.el (registry-insert): Make error message more helpful.
4315
4316 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus-html.el (gnus-html-schedule-image-fetching):
4319         Use url-queue-retrieve, if it exists.
4320
4321         * shr.el (shr-tag-img): Ditto.
4322
4323         * gnus.el: Autoload more gnus-agent functions.
4324
4325         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4326         agent if we haven't already (bug#8502).
4327
4328         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4329         into the Agent, too.
4330
4331         * gnus-agent.el (gnus-agent-store-article): New function.
4332
4333         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4334         and moved from that file for reuse.
4335
4336         * pop3.el (pop3-open-server): Error messages are "-ERR".
4337
4338 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4341         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4342
4343 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4344
4345         * gnus.el: No Gnus v0.17 is released.
4346
4347 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4348
4349         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4350         buffer has moved to a different frame.
4351
4352 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4355         to get the conversion from unibyte to multibyte buffers to work on
4356         Emacs 22.
4357
4358         * nntp.el (nntp-request-article): Slight clean-up.
4359
4360 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * shr.el (shr-strike-through): New face.
4363         (shr-tag-s): Use it to provide <s> support.
4364         (shr-tag-s): Remove duplicate definition.
4365
4366 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4367
4368         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4369         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4370
4371 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4372
4373         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4374         `gnutls-negotiate'.
4375         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4376
4377 2011-04-23  Glenn Morris  <rgm@gnu.org>
4378
4379         * gnus-sum.el (gnus-extra-headers): Bump :version.
4380
4381 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * shr.el (shr-tag-sup): New function.
4384         (shr-tag-sub): Ditto.
4385
4386 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4389         for the case where `gnus-registry-ignored-groups' is a list of lists,
4390         and don't call `gnus-parameter-registry-ignore' otherwise.
4391
4392 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * nnimap.el (nnimap-user): New backend variable.
4395         (nnimap-open-connection-1): Use it.
4396         (nnimap-credentials): Accept user parameter so it's explicit what user
4397         name is desired.
4398
4399         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4400         default.
4401
4402         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4403         not gnus-registry.el.
4404
4405         * gnus-registry.el: Mention in comments how to modify
4406         `gnus-extra-headers' for proper recipient tracking and that it may
4407         already have To and Cc recently, which it does as of this commit.
4408         (gnus-registry-ignored-groups): Remove defcustom.
4409         Explain why in comments.
4410         (gnus-registry-action): Fix data-header reference to use the extra
4411         headers.  Explain in package commentary how to add To and Cc headers to
4412         the gnus-extra-headers.
4413         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4414         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4415         parameter list or a string list in `gnus-registry-ignored-groups'.
4416         Fix logic error.
4417
4418 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * shr.el (shr-expand-url): Protect against null urls.
4421
4422 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * shr.el (shr-base): New binding.
4425         (shr-tag-base): Keep track of <base>.
4426         (shr-expand-url): New function used throughout.
4427
4428 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4429
4430         * gnus-registry.el
4431         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4432         (gnus-registry-ignored-groups): New variable.
4433         (gnus-registry-ignore-group-p): Use it.
4434         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4435         set the destination group to nil (same as delete) if it's ignored.
4436
4437 2011-04-20  David Engster  <dengste@eml.cc>
4438
4439         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4440
4441         * Makefile.in (test-nntp): New rule.
4442         (check): Add it.
4443         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4444
4445 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-registry.el (gnus-registry-action)
4448         (gnus-registry-fetch-header-fast):
4449         Don't use mail-header that looks an internal function of mailheader.el.
4450
4451 2011-04-19  Glenn Morris  <rgm@gnu.org>
4452
4453         * time-date.el (time-to-days): Remove unused local variables.
4454
4455 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * gnus-registry.el: Eliminate cl functions.
4458         (gnus-registry-sort-addresses): New function that replaces mapcan.
4459         (gnus-registry-action, gnus-registry-spool-action)
4460         (gnus-registry-split-fancy-with-parent)
4461         (gnus-registry-fetch-recipients-fast): Use it.
4462         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4463
4464         * registry.el (initialize-instance, registry-lookup)
4465         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4466         (registry-lookup-secondary-value, registry-search, registry-delete)
4467         (registry-insert, registry-reindex, registry-size, registry-prune):
4468         Use eval-and-compile.
4469
4470 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4471
4472         * registry.el (registry-reindex): New method to recreate the secondary
4473         registry indices.
4474
4475         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4476         tracked field changes.
4477         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4478         (gnus-registry-action, gnus-registry-spool-action)
4479         (gnus-registry-handle-action)
4480         (gnus-registry--split-fancy-with-parent-internal)
4481         (gnus-registry-split-fancy-with-parent)
4482         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4483         move, and delete actions, and for fancy splitting with parent.
4484         (gnus-registry-extract-addresses)
4485         (gnus-registry-fetch-recipients-fast)
4486         (gnus-registry-fetch-header-fast): Convenience functions.
4487         (gnus-registry-misc-test): ERT test of
4488         `gnus-registry-extract-addresses'.
4489
4490 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4493         Track by subject first, then sender.
4494
4495 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4496
4497         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4498
4499         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4500         Lisp.
4501
4502         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4503         (gnus-draft-send): Use it to avoid popping
4504         up frames from gnus-group-send-queue.
4505
4506 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4507
4508         * gnus-registry.el: Updated gnus-registry docs.
4509
4510 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4513         Fix logic bug.
4514         (gnus-registry-post-process-groups): Fix logging of no results and
4515         quote sender and subject.
4516
4517 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518
4519         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4520         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4521         gnutls-cli are too slow to be done opportunistically.
4522
4523         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4524         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4525         we had no early-data returned.
4526         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4527         two async commands to the same server at the same time.
4528
4529 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4530
4531         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4532
4533 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4536         "warning" level.
4537
4538         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4539         (mm-url-insert-file-contents): Don't set the package names.
4540
4541 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4542
4543         * gnus-registry.el (gnus-registry-action): Remove properties and
4544         simplify subject in `gnus-registry-handle-action'.
4545         (gnus-registry-spool-action): Get subject and sender from message if
4546         they are not passed in.
4547         (gnus-registry-handle-action): Remove properties and simplify subject
4548         consistently.
4549
4550 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4551
4552         * registry.el: Require CL before using defmacro*.
4553
4554 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-art.el (article-treat-date): Assume that
4557         gnus-article-date-headers may be a group parameter.
4558
4559 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4562
4563         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4564         interactively so the newsrc file can contain foreign groups too.
4565         Useful for debugging but not much for users.
4566
4567 2011-04-07  David Engster  <dengste@eml.cc>
4568
4569         * registry.el (registry-usage-test): Only do
4570         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4571         lexical binding.
4572
4573 2011-04-07  David Engster  <dengste@eml.cc>
4574
4575         * Makefile.in (check, test-registry): New rules for test-suite.
4576
4577 2011-04-06  David Engster  <dengste@eml.cc>
4578
4579         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4580         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4581
4582 2011-04-06  David Engster  <dengste@eml.cc>
4583
4584         * registry.el (initialize-instance): Change :after to :AFTER to be
4585         compatible with old EIEIO version in XEmacs.
4586
4587 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * gnus-registry.el (gnus-registry-post-process-groups)
4590         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4591         and provide better messaging.
4592
4593 2011-04-06  David Engster  <dengste@eml.cc>
4594
4595         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4596         errors.
4597
4598         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4599         dgnushack-compile with error-on-warn enabled, and to signal an error if
4600         clean compilation failed.
4601         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4602         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4603
4604 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4605
4606         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4607         unconditionally anyway, discarding errors.
4608         (gnus-registry-delete-entries): New convenience function.
4609         (gnus-registry-import-eld): Import from old .eld registry.
4610
4611         * registry.el: Don't use ERT if it's not available.  Load it
4612         unconditionally anyway, discarding errors.
4613
4614         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4615         version from the Claudio Bley GnuTLS patch (extra optional parameters
4616         and host name).
4617
4618 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4621         fixup the parameters that can be customized by the user between
4622         save/read cycles.
4623         (gnus-registry-read): Use it.
4624         (gnus-registry-make-db): Use it.
4625         (gnus-registry-spool-action, gnus-registry-handle-action):
4626         Fix messaging.
4627         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4628         Map references to actual group names with sender and subject tracking.
4629         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4630         (gnus-registry-usage-test): Add subject lookup test.
4631
4632         * registry.el (registry-db, initialize-instance): Set up constructor
4633         instead of :initform arguments for the sake of older Emacsen.
4634         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4635         pre-lexbind merge bug.
4636         (registry-usage-test): Use it.
4637         (initialize-instance, registry-db): Move the non-function initforms
4638         back to the class definition.
4639
4640 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         * registry.el: New library to manage gnus-registry-style data.
4643
4644         * gnus-registry.el: Use it (major rewrite).
4645
4646         * nnregistry.el: Use it.
4647
4648         * spam.el: Use it.
4649
4650 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4653         marks on non-selected articles.
4654
4655 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4656
4657         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4658         parameter to open-protocol-stream.
4659
4660 2011-04-01  Julien Danjou  <julien@danjou.info>
4661
4662         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4663         fundamental-mode.
4664
4665 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4668         servers.
4669
4670 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4673         made marks not propagate, again.
4674
4675 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4676
4677         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4678         Make this the default type.
4679         (proto-stream-open-plain): Rename from proto-stream-open-default.
4680         (open-protocol-stream, proto-stream-open-starttls)
4681         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4682         with `plain'.
4683
4684         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4685         value.
4686
4687         * nntp.el (nntp-open-connection-function): Document the fact that some
4688         values are not functions but are instead handled specially.
4689         Recognize nntp-open-plain-stream value.
4690         (nntp-open-connection): Recognize that value.
4691
4692 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4695         where it seems to be needed.
4696
4697 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4700         stuff.
4701
4702         * gnus-score.el (gnus-score-string): Fix calling convention of
4703         `gnus-simplify-buffer-fuzzy' after last patches.
4704
4705         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4706         server for articles we didn't get any headers for.  This is a sanity
4707         check.
4708
4709 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4710
4711         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4712         new CAPABILITY, use it.
4713
4714 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4717         downloading anything.
4718
4719         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4720
4721 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4722
4723         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4724         colors.
4725         (gnus-splash-svg-color-symbols): New function.
4726
4727 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4730         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4731         (gnus-simplify-subject-fuzzy): Use the local
4732         gnus-simplify-subject-fuzzy-regex instead of the global one.
4733         This makes using this variable in group parameters work.
4734
4735 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4736
4737         * gnus-registry.el (gnus-registry-unfollowed-groups):
4738         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4739         archive:sent-YYYY-MM-DD groups).
4740         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4741         tracking if there are more than `gnus-registry-max-track-groups'
4742         matches.
4743
4744 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4745
4746         * message.el (message--yank-original-internal): New function to do the
4747         insertion cleanly inside eval in `message-yank-original'.
4748         (message-yank-original): Use it.
4749
4750 2011-03-29  Julien Danjou  <julien@danjou.info>
4751
4752         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4753         local variables disabled rather than `normal-mode'.
4754
4755 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4756
4757         * imap.el (imap-shell-open, imap-process-connection-type):
4758         Use imap-process-connection-type for 'shell' streams as well as
4759         Kerberos, SSL, other subprocesses.
4760
4761 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4762
4763         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4764         with open-network-stream.
4765         (proto-stream-always-use-starttls): Option removed.
4766         (open-protocol-stream): Return a process object by default.  Provide a
4767         new parameter :return-list specifying a list-type return value, which
4768         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4769         :type `network' to `try-starttls', and `network-only' to `default'.
4770         Make `default' the default, for compatibility with open-network-stream.
4771         Handle the no-parameter case exactly as open-network-stream, with no
4772         additional stream processing.  Search plists using plist-get.
4773         Explicitly add :end-of-commend parameter if it is missing.
4774         (proto-stream-open-default): Rename from
4775         proto-stream-open-network-only.  Return 'default as the type.
4776         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4777         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4778         failed.  Always return a list with a (possibly dead) process as the
4779         first element, for compatibility with open-network-stream.
4780         (proto-stream-open-tls): Use plist-get.  Always return a list.
4781         (proto-stream-open-shell): Return `default' as connection type.
4782         (proto-stream-capability-open): Use plist-get.
4783         (proto-stream-eoc): Function deleted.
4784
4785         * nnimap.el (nnimap-stream, nnimap-open-connection)
4786         (nnimap-open-connection-1): Handle renaming of :type parameter for
4787         open-protocol-stream.
4788         (nnimap-open-connection-1): Pass a :return-list parameter
4789         open-protocol-stream to obtain a list return value.  Parse this list
4790         using plist-get.
4791
4792         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4793         for open-protocol-stream.  Accept open-protocol-stream return value
4794         that is a subprocess object instead of a list.  Handle the case of a
4795         dead returned process.
4796
4797 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4800
4801         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4802
4803 2011-03-21  Julien Danjou  <julien@danjou.info>
4804
4805         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4806         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4807         query.
4808         (mm-inline-text): Render normal text with fontification whenever
4809         possible.
4810
4811         * gnus-sum.el (gnus-summary-save-parts-1):
4812         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4813         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4814         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4815         Use `mm-handle-filename'.
4816
4817         * mm-util.el (mm-handle-filename): New function, return the filename of
4818         an handle.
4819
4820 2011-03-18  Julien Danjou  <julien@danjou.info>
4821
4822         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4823         (gnus-buffer-live-p): Check that buffer is not nil.
4824
4825 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4826
4827         * gnus.el: No Gnus v0.15 is released.
4828
4829 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4832         avoid warning on XEmacs.
4833
4834         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4835         on XEmacs.
4836
4837         * gnus-art.el: Require mouse, which the build bot seems to say is
4838         needed.
4839
4840         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4841
4842         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4843         XEmacs, since it doesn't have url-retrieve-synchronously.
4844
4845         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4846         since assoc-string doesn't exist in XEmacs.
4847
4848 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4849
4850         * gnus-group.el (gnus-group-list-ticked): New function.
4851         (gnus-group-make-menu-bar): Provide a menu entry for it.
4852         (gnus-group-list-map): Provide a binding for it.
4853
4854 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * shr.el (shr-visit-file): New command.
4857
4858         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4859
4860 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4861
4862         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4863         servers.
4864
4865 2011-03-16  Julien Danjou  <julien@danjou.info>
4866
4867         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4868         inline.
4869
4870         * gnus-art.el (article-hide-list-identifiers):
4871         Use gnus-group-get-list-identifiers.
4872
4873         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4874         (gnus-summary-remove-list-identifiers):
4875         Use gnus-group-get-list-identifiers to get regexp.
4876         (gnus-select-newsgroup, gnus-summary-insert-subject)
4877         (gnus-summary-insert-articles):
4878         Call gnus-summary-remove-list-identifiers unconditionally.
4879
4880 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4883         we're selecting a group with unread articles.
4884
4885         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4886
4887         * gssapi.el: New file separated out from imap.el to provide a general
4888         Kerberos 5 connection facility for Emacs.
4889
4890         * message.el (message-elide-ellipsis): Document the format spec
4891         ellipsis.
4892
4893 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4894
4895         * message.el (message-elide-region): Allow the ellipsis to say how many
4896         lines were removed.
4897
4898 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4901         window configurations containing buffers that are now dead.
4902
4903         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4904         parsing to avoid integer overflows.
4905         (nnimap-parse-flags): Simplify the last change.
4906         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4907         too large for 32-bit Emacsen.
4908
4909 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4910
4911         * auth-source.el (auth-source-netrc-create):
4912         * message.el (message-yank-original): Fix use of `case'.
4913
4914 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4915
4916         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4917         XEmacs, which was one character too wide.
4918
4919 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4920
4921         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4922         default number of articles to display.
4923         (gnus-articles-to-read): Use pretty names for prompt.
4924
4925 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * gnus-int.el (gnus-open-server): Ditto.
4928
4929         * gnus-start.el (gnus-activate-group): Give a backtrace if
4930         debug-on-quit is set and the user hits `C-g'.
4931         (gnus-read-active-file): Ditto.
4932
4933         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4934
4935 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4936
4937         * message.el (message-yank-original): Use cond instead of CL case.
4938
4939 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4940
4941         * auth-source.el (auth-source-netrc-create): Use usual format for the
4942         default in prompts.
4943
4944 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * lpath.el: Fbind read-char-choice for XEmacs.
4947
4948 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4949
4950         * auth-source.el (auth-source-netrc-create): Show the default in the
4951         prompt when prompting for token creation.
4952
4953 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4954
4955         * auth-source.el (auth-source-format-prompt): Always convert the value
4956         to a string to avoid evaluating non-string arguments.
4957         (auth-source-netrc-create): Offer default properly, not as initial
4958         content in `read-string'.
4959         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4960         of line to determine if we've been run before.  If so, don't run again,
4961         but print a trivial message to indicate the cache was hit instead.
4962
4963 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4964
4965         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4966         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4967         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4968         Gnus.
4969
4970 2011-03-11  Julien Danjou  <julien@danjou.info>
4971
4972         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4973         modified file".
4974
4975 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4976
4977         * auth-source.el (auth-source-read-char-choice): New function to read a
4978         character choice using `dropdown-list', `read-char-choice', or
4979         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4980         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4981         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4982         (auth-source-netrc-saver): Use it.
4983         (auth-source-pick-first-password): New convenience function.
4984
4985 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4988         parameter in the credentials.
4989         (nnimap-open-connection-1): Use it after a successful login.
4990         (nnimap-credentials): Add IMAP-specific user and password prompt.
4991
4992         * auth-source.el (auth-source-search): Add :require parameter, taking a
4993         list.  Document it and the :save-function return token.  Pass :require
4994         down.  Change the CREATED message from a warning to a debug statement.
4995         (auth-source-search-backends): Pass :require down.
4996         (auth-source-netrc-search): Pass :require down.
4997         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4998         Change save prompt to indicate all modifications saved here are
4999         deletions.
5000         (auth-source-netrc-create): Take user login name as default in user
5001         prompt.  Move all the save functionality to a lexically bound function
5002         under the :save-function token in the returned list.  Set up clearer
5003         default prompts for user, host, port, and secret.
5004         (auth-source-netrc-saver): New function, intended to be wrapped for
5005         :save-function.
5006
5007 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5010         lines to be spaces instead.
5011
5012 2011-03-07  Julien Danjou  <julien@danjou.info>
5013
5014         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5015         (sieve-sasl-auth): Check that auth-source-search did return something,
5016         or just return an empty string.
5017
5018 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5019
5020         * gnus.el (gnus-interactive): Use read-directory-name.
5021
5022         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5023         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5024         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5025         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5026         Likewise.
5027
5028         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5029
5030 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5033         onto the list of killed groups, too.  This makes killed nnimap groups,
5034         for instance, more reliably not reappear.
5035
5036         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5037         the parent.
5038
5039         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5040
5041         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5042         really have server-side marks.
5043
5044         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5045         since most backends do not usefully have server-side marks.
5046         (gnus-update-read-articles): Propagate marks to all backends that
5047         really have server-side marks.
5048
5049 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5050
5051         * message.el (message-cite-reply-position, message-cite-style):
5052         New variables.
5053         (message-yank-original): Use the new citation styles.
5054
5055 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5056
5057         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5058         buffer-local issue); don't mark it buffer-local when running under
5059         XEmacs.
5060
5061 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5062
5063         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5064         numbers too big to be `read'.
5065
5066 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5067
5068         * password-cache.el (password-in-cache-p): Add autoload.
5069
5070         * message.el (message-options): Make buffer-local two ways to attempt
5071         to fix a XEmacs bug.
5072
5073 2011-03-02  Julien Danjou  <julien@danjou.info>
5074
5075         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5076
5077 2011-03-01  Julien Danjou  <julien@danjou.info>
5078
5079         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5080         group.
5081         (article-hide-list-identifiers): Use list-identifier group parameter.
5082
5083 2011-02-28  Julien Danjou  <julien@danjou.info>
5084
5085         * sieve.el (sieve-buffer-script-name): New local variable to store
5086         sieve script name.
5087         (sieve-edit-script): Store sieve script name.
5088         (sieve-upload): Use sieve script name when uploading.
5089         (sieve-upload): Use substitute-command-keys.
5090         (sieve-edit-script): Use substitute-command-keys.
5091         (sieve-refresh-scriptlist): Use substitute-command-keys.
5092         (sieve-manage-mode-map): Define keymap properly.
5093         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5094         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5095         Remove commented code about cvs.
5096         (sieve-manage-quit): New function.
5097         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5098
5099 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5100
5101         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5102
5103 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5104
5105         * auth-source.el (auth-source-search): Cache empty result sets.
5106
5107         * password-cache.el (password-in-cache-p): Convenience function to
5108         check if a key is in the cache, even if the value is nil.
5109
5110         * auth-source.el (auth-source-save-behavior): New variable to replace
5111         `auth-source-never-create'.
5112         (auth-source-netrc-create): Use it.
5113         (auth-source-never-save): Remove.
5114
5115 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5116
5117         * nnimap.el (nnimap-stream): Doc fix.
5118         (nnimap-open-connection-1): Reverse the order of the ports to that the
5119         prompted-for port is first.
5120
5121         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5122         retrieval by the no-group selection.
5123
5124         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5125         numerical parameters.
5126
5127 2011-02-25  Julien Danjou  <julien@danjou.info>
5128
5129         * gnus-gravatar.el: Use gnus-with-article-buffer.
5130
5131         * gnus-art.el (gnus-with-article-buffer): Check that the
5132         gnus-article-buffer is alive.
5133
5134 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5135
5136         * auth-source.el (auth-source-creation-prompts): New variable to manage
5137         creation-time prompts.
5138         (auth-source-search): Document it.
5139         (auth-source-format-prompt): Add utility function.
5140         (auth-source-netrc-create): Don't default the user name to
5141         user-login-name.  Use `auth-source-creation-prompts' and some default
5142         prompts for user, host, port, and password (the default generic prompt
5143         remains ugly).
5144         (auth-source-never-save): Add customizable option to never save info.
5145         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5146         mode excursion.
5147
5148 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5151         argument that XEmacs doesn't support.
5152
5153         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5154         compiled for Emacsen having no `libxml-parse-html-region' support.
5155
5156         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5157
5158         * lpath.el: Bind buffer-save-without-query for XEmacs.
5159
5160 2011-02-23  Julien Danjou  <julien@danjou.info>
5161
5162         * gnus-art.el (article-make-date-line): Ignore errors if time is
5163         invalid and not convertible.
5164         (article-make-date-line): Only add lapsed time if time is not nil.
5165
5166 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5169         `read-char-choice' for backwards compatibility.
5170         (auth-source-netrc-element-or-first): New function to DTRT for
5171         parameter extraction.
5172         (auth-source-netrc-create): Use it and fix multiple parameter print
5173         bug.  Use the default passed from above (given-default) or the
5174         built-in (user-login-name for :user).
5175
5176 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5177
5178         * gnus-start.el (gnus-dribble-read-file):
5179         Set buffer-save-without-query, since we always want to save the dribble
5180         file, probably.
5181
5182         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5183         nnimap.
5184
5185         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5186         -summary- since it's a user-visible variable.
5187
5188         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5189         first time you use the new Gnus.
5190
5191 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5192
5193         * auth-source.el: Don't load netrc.el.
5194         (auth-sources): Search ~/.netrc as well by default.
5195         (auth-source-debug): Add 'trivia option for extra output.
5196         (auth-source-do-trivia): Use it.
5197         (auth-source-search): Simplify logic to use
5198         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5199         appropriate.  Don't keep a running count at this level.  Layer :create
5200         and :delete options appropriately on the first and second passes.
5201         Don't track the backend with the search results.
5202         (auth-source-search-backends): New function to search a list of
5203         backends for a processed spec.
5204         (auth-source-netrc-parse): Cache all netrc files, making
5205         auth-source-netrc-cache an alist keyed by the file name and using the
5206         file mtime as the caching criterion.  Keep the obfuscated data secret
5207         with a lexical bind.
5208         (auth-source-netrc-search): Don't calculate the length of the results
5209         unnecessarily.
5210         (auth-source-search-backends): Fix bug.
5211         (auth-source-netrc-create): Rework prompts.
5212
5213 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5214
5215         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5216         Lower case names of search constraints.
5217         (nnir-run-query): Cache and reuse search constraints for all imap
5218         servers.
5219
5220 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5221
5222         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5223         after exit.
5224         (gnus-setup-message): Define missing variable from last checkin.
5225
5226         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5227         value, show the raw article.
5228
5229 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5230
5231         * gnus.el: No Gnus v0.13 is released.
5232
5233 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5234
5235         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5236         auth-source now accepts numbers.
5237
5238         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5239         spec, too.
5240         (auth-source-ensure-strings): New function.
5241
5242         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5243         (gnus-article-setup-buffer): Always restart the date timer so that user
5244         changes to the frequency is respected.
5245
5246         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5247         port numbers, so make sure it gets that if nnimap-server-port is
5248         explicit.
5249
5250 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5251
5252         * nnimap.el (nnimap-inbox): Doc fix.
5253
5254 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5255
5256         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5257         Autoload.  Add optional arg FRAME, and pass it to color-values.
5258         (color-complement): Caller changed.  Doc fix.
5259         (color-gradient): Rewrite for better clarity and efficiency.
5260
5261 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5262
5263         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5264         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5265         color-lab-to-srgb.
5266
5267 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5268
5269         * color.el: First part of merge from hexrgb.el.
5270         (color-rgb-to-hex): Rename from color-rgb->hex.
5271         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5272         saturation to zero if the value is too small.
5273         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5274         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5275         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5276         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5277         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5278         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5279         (color-cie-de2000): Doc fix.
5280
5281 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5282
5283         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5284         given method as in the group name if we're using an extended method.
5285         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5286         command, if we're using that, instead of waiting for the beginning.
5287
5288         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5289         we're sure to get unique server names, and we don't output two async
5290         commands in the same buffer.  This fixes an NNTP hang for some users.
5291
5292 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5293
5294         * gnus.el: No Gnus v0.11 is released.
5295
5296 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5297
5298         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5299         summary buffer before reading going to the next buffer.  This avoids
5300         putting the point in the group buffer if you `C-g' the command.
5301
5302         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5303         cache (for now) to make ~/.authinfo.gpg files usable.
5304
5305         * nnfolder.el (copyright-update): Define for the compiler.
5306
5307         * auth-source.el (auth-source-search): Fix unbound variable.
5308
5309 2011-02-19  Glenn Morris  <rgm@gnu.org>
5310
5311         * gnus.el (gnus-meta): Doc fix.
5312
5313 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5314
5315         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5316         in case it's not yet loaded.
5317
5318 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5319
5320         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5321         line we're waiting for.
5322
5323 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5324
5325         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5326         face with line-width greater than zero will cause RET in gnus summary
5327         buffer to scroll down article page-wise because auto vscroll happens,
5328         it should be temporally disabled when doing a scroll-up.
5329
5330 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5331
5332         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5333         outputs from the server.
5334
5335 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5336
5337         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5338         later so that bbdb can hook in easier.
5339
5340 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5341
5342         * auth-source.el (auth-source-search): Don't try to create credentials
5343         if the caller doesn't want that.
5344         (auth-source-search): If we don't find a match, don't bug out on
5345         non-bound variables.
5346         (auth-source-search): Only ask a single backend to create the
5347         credentials.
5348
5349         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5350         logging.
5351         (nnimap-credentials): Protect against auth-source-search returning nil.
5352         (nnimap-request-list): Protect against not being able to open the
5353         server.
5354
5355 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5356
5357         * auth-source.el (auth-source-search): Do a two-phase search, one with
5358         no :create to get the responses from all backends.
5359
5360         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5361         when getting credentials.
5362
5363         * gnus-util.el (gnus-delete-duplicates): New function.
5364
5365 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5368         a creation default, pass the whole port list down.  It will be
5369         completed.
5370
5371         * auth-source.el (auth-source-search): Updated docs to talk about
5372         multiple creation choices.
5373         (auth-source-netrc-create): Accept a list as a value (from the search
5374         parameters) and do completion on that list.  Keep a separate netrc line
5375         with the password obscured for showing the user.
5376
5377         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5378         first choice to `auth-source-search' so it will be used for entry
5379         creation instead of the server's Gnus-specific name.
5380         (nnimap-credentials): Rely on the auth-source library to select which
5381         port is actually wanted in the new netrc entry, so don't override
5382         `auth-source-creation-defaults'.
5383
5384         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5385         :protocol and accept a missing user, host, or port as a wildcard match.
5386         (auth-source-debug): Default to off.
5387
5388         (auth-source-netrc-search, auth-source-netrc-create)
5389         (auth-source-secrets-search, auth-source-secrets-create)
5390         (auth-source-user-or-password, auth-source-backend, auth-sources)
5391         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5392         instead of :protocol.
5393
5394         * nnimap.el (nnimap-credentials): Pass a port default to
5395         `auth-source-search' in case an entry needs to be created.
5396         (nnimap-open-connection-1): Use :port instead of :protocol.
5397
5398 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * auth-source.el: Bind load-path when loading EIEIO from
5401         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5402         21.4 doesn't support, to `require'.
5403         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5404         delete-dups that is not available in XEmacs 21.4.
5405
5406 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5407
5408         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5409         as EIEIO must also be loaded when auth-source.el is being
5410         byte-compiled.
5411
5412 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5413
5414         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5415
5416         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5417
5418         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5419
5420         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5421
5422         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5423
5424         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5425
5426         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5427
5428         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5429         necessary.
5430
5431 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5432
5433         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5434         nil means that nnimap doesn't get updated.
5435
5436 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5437
5438         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5439         result when the user doesn't want to write to the file.
5440         (auth-source-netrc-search): Expect a synthetic result and proceed
5441         accordingly.
5442         (auth-source-cache-expiry): New variable to override
5443         `password-cache-expiry'.
5444         (auth-source-remember): Use it.
5445
5446         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5447         parameter.  Create entry if necessary by using :create t.
5448         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5449
5450 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * auth-source.el (auth-source-debug): Enable by default and don't
5453         mention the obsolete `auth-source-hide-passwords'.
5454         (auth-source-do-warn): New function to debug unconditionally.
5455         (auth-source-do-debug): Use it.
5456         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5457         and for Secrets API entries when the secrets.el library is not
5458         available.
5459
5460 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5463         (gnus-summary-exit): Kill the correct article buffer on exit from a
5464         `C-d' group.
5465
5466         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5467         gnus-propagate-marks.
5468
5469         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5470         before killing the buffers so that a non-full window conf gets handled
5471         correctly.
5472         (gnus-summary-exit): Ditto.
5473         (gnus-summary-read-group-1): Ditto.
5474
5475         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5476         async code again so that we can debug it properly.
5477
5478         * message.el (message-reply): Take an optional switch-buffer parameter
5479         so that Gnus window confs are respected better.
5480
5481 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5482
5483         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5484         `plist-get' to accept non-list parameters (XEmacs issue).
5485         Fix docstring.
5486         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5487         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5488         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5489         Login collection is "Login" and not "login".
5490
5491 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5492
5493         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5494         multiple headers.
5495
5496         * nnimap.el (nnimap-inhibit-logging): New variable.
5497         (nnimap-log-command): Don't log login commands.
5498
5499         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5500         to have more parameters.
5501
5502         * nnimap.el (nnimap-send-command): Mark the command time for each
5503         command, so that we don't get NOOPs stepping on our toes.
5504
5505         * gnus-art.el (article-date-ut): Get the date from the Date header on
5506         `t'.
5507
5508 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * auth-source.el (auth-source-search): Use copy-sequence instead of
5511         the cl.el copy-list.
5512
5513 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5514
5515         * imap.el: Bring it back (revert
5516         84d800cd31de3064f0ed39617d725709a2f8f42f).
5517
5518 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5519
5520         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5521         Improve prompt.
5522
5523 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5524
5525         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5526         washing status from the default format.  It isn't very informative.
5527
5528 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5529
5530         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5531         Fix Gcc processing on imap.
5532
5533 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         * imap.el: Remove file.  All the functionality is in nnimap.el.
5536
5537 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5538
5539         * message.el (message-bury): Don't pop up a new window when selected
5540         window is dedicated.
5541
5542 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5543
5544         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5545
5546 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5547
5548         * sieve-manage.el: Autoload `auth-source-search'.
5549         (sieve-sasl-auth): Use it.
5550
5551 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5552
5553         * nnimap.el: Autoload `auth-source-forget+'.
5554         (nnimap-open-connection-1): Use it if the connection fails.
5555
5556         * auth-source.el: Require `password-cache'.
5557         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5558         obsolete.
5559         (auth-source-magic): Marker for `password-cache' keys.
5560         (auth-source-do-cache): Update docstring.
5561         (auth-source-search): Use and check cache.
5562         (auth-source-forget-all-cached, auth-source-remember)
5563         (auth-source-recall, auth-source-forget, auth-source-forget+)
5564         (auth-source-specmatchp): Caching support functions.
5565         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5566         Remove and obsolete.
5567         (auth-source-user-or-password): Remove caching to further discourage
5568         using it.  Always hide passwords.
5569
5570         * password-cache.el (password-cache-remove): Accept secrets that are
5571         not strings.
5572
5573 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5574
5575         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5576         code for now, since it doesn't work for all users.
5577
5578 2011-02-09  Julien Danjou  <julien@danjou.info>
5579
5580         * message.el (message-options): Make message-options really buffer
5581         local.
5582
5583 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5584
5585         * mail-source.el: Autoload `auth-source-search'.
5586         (mail-source-keyword-map): Note order matters.
5587         (mail-source-set-1): Get all the mail-source source values and
5588         defaults and search auth-source on those if needed.  This can all
5589         probably be simplified.
5590
5591         * nnimap.el: Autoload `auth-source-search'.
5592         (nnimap-credentials): Use it.
5593         (nnimap-open-connection-1): Ask for the virtual server and physical
5594         address in one shot.
5595
5596         * nntp.el: Autoload `auth-source-search'.
5597         (nntp-send-authinfo): Use it.  Note TODO.
5598
5599 2011-02-08  Julien Danjou  <julien@danjou.info>
5600
5601         * shr.el (shr-tag-body): Add support for text attribute in body
5602         markups.
5603
5604         * message.el (message-options): Make message-options a local variable.
5605
5606 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5607
5608         * auth-source.el (auth-source-secrets-search)
5609         (auth-source-user-or-password): Use `append' instead of `nconc'.
5610         (auth-source-user-or-password): Build return list better and protect
5611         against nil :secret.
5612
5613 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5614
5615         * nnimap.el (nnimap-update-info): Refactor slightly.
5616         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5617         (nnimap-update-info): Clean up slightly.
5618         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5619         characters.
5620         (nnimap-process-quirk): Rename function to avoid collision.
5621         (nnimap-update-info): Fix macrology bug-out.
5622         (nnimap-update-info): Simplify split history test.
5623
5624 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5625
5626         * auth-source.el (top): Require 'eieio unconditionally.
5627         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5628         (auth-source-secrets-search): Limit search when `max' is greater than
5629         number of results.
5630
5631 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5632
5633         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5634         part not returning any data.
5635
5636         * proto-stream.el (open-protocol-stream): Document the return value.
5637
5638 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5639
5640         * auth-source.el (auth-source-secrets-search): Add examples.
5641
5642 2011-02-06  Julien Danjou  <julien@danjou.info>
5643
5644         * message.el (message-setup-1): Handle message-generate-headers-first
5645         set to t.
5646
5647 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5648
5649         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5650         API with a string "secrets:collection-name" and with 'default.
5651         (auth-source-backend-parse): Parse "secrets:collection-name" and
5652         'default.  Recurse on parses instead of repeating code.  Use the
5653         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5654         message when ignoring a source.
5655         (auth-source-search): List ignored search keys at the top level.
5656         (auth-source-netrc-create): Use `case' instead of `cond'.
5657         (auth-source-secrets-search): Created with TODOs.
5658         (auth-source-secrets-create): Created with TODOs.
5659         (auth-source-retrieve, auth-source-create, auth-source-delete)
5660         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5661         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5662         (auth-source-user-or-password-sftp)
5663         (auth-source-user-or-password-smtp): Remove.
5664         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5665         around `auth-source-search'.  Not tested thoroughly.
5666
5667 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5668
5669         * auth-source.el: Bring in assoc and eioeio libraries.
5670         (secrets-enabled): New variable to track the status of the Secrets API.
5671         (auth-source-backend): New EIOEIO class to represent a backend.
5672         (auth-source-creation-defaults): New variable to set prompt defaults
5673         during token creation (see the `auth-source-search' docstring for
5674         details).
5675         (auth-sources): Simplify to allow a simple string as a netrc backend
5676         spec.
5677         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5678         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5679         (auth-source-search): Main auth-source API entry point.
5680         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5681         (auth-source-search-collection): Helper function for searching.
5682         (auth-source-netrc-parse, auth-source-netrc-normalize)
5683         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5684         Supports search, create, and delete.
5685         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5686         backend stubs.
5687         (auth-source-user-or-password): Call `auth-source-search' but it's not
5688         ready yet.
5689
5690 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5691
5692         * message.el (message-setup-1): Remove the read-only stuff, since it
5693         doesn't work under XEmacs, for some reason.
5694
5695         * gnus-sum.el (gnus-user-date): Rename back from
5696         gnus-summary-user-date since user code refers to it.
5697
5698         * shr.el (shr-render-td): Store the actual background color used.
5699
5700         * message.el (message-setup-1): Don't bind the constant
5701         -forbidden-properties.
5702         (message-setup-1): Revert previous change, since it needs to bind the
5703         props to insert them.
5704         (message-resend): Allow removing the read-only separator line.
5705
5706 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5707
5708         * nnimap.el (nnimap-request-accept-article): Give an error message if
5709         the APPEND wasn't successful.
5710
5711 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5712
5713         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5714         that have no groups.
5715
5716 2011-02-03  Julien Danjou  <julien@danjou.info>
5717
5718         * gnus-draft.el: Remove progn around gnus-draft-setup.
5719
5720 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5721
5722         * gnus-start.el (gnus-read-active-for-groups): This function is never
5723         called with a nil `infos', so clean that up.
5724         (gnus-get-unread-articles): Request active files from primary/secondary
5725         methods that have no groups (yet).
5726
5727 2011-02-03  Julien Danjou  <julien@danjou.info>
5728
5729         * message.el (message-setup-1): Always generate References first.
5730         (message-mail): Return the return value of message-setup, not always t.
5731         (message-setup-1): Insert mail-header-separator with read-only and
5732         intangible properties set.
5733
5734         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5735         user-date in docstring.
5736
5737         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5738
5739         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5740         docstring.
5741
5742         * gnus.el (gnus-user-date-format-alist): Change default value.
5743         Use defcustom, with type and group. Move from gnus-util.el.
5744         Rename to gnus-summary-user-date-format-alist.
5745
5746 2011-02-03  Glenn Morris  <rgm@gnu.org>
5747
5748         * nnimap.el (gnus-fetch-headers): Declare.
5749
5750         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5751
5752 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5753
5754         * message.el (message-forward-make-body-digest-plain)
5755         (message-followup, message-reply): Clean up things noted by Stefan.
5756
5757         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5758         gnus-article-update-date-headers is nil.
5759         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5760         it didn't really work with defcustom.
5761         (article-update-date-lapsed): Make sure the window start doesn't move,
5762         either.
5763
5764 2011-02-01  Julien Danjou  <julien@danjou.info>
5765
5766         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5767         format.
5768
5769         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5770         standard in Emacs nowadays.
5771
5772         * color.el (color-gradient): Add a color-gradient function.
5773
5774 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5775
5776         * message.el (message-expand-name): Don't trust the return value of
5777         bbdb-complete-name.
5778         (message-check-news-header-syntax): Remove unused var `start'.
5779         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5780         (message-inhibit-body-encoding): Move to before first use.
5781         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5782         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5783         (Organization, Message-ID, Date, mh-previous-window-config):
5784         Defvar the vars using dynamic scoping.
5785
5786 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5787
5788         * shr.el (shr-render-td): Only do colors at the final rendering.
5789         Should be slightly faster.
5790         (shr-insert-table): Fix up TD background colors when doing the
5791         vertical padding.
5792
5793         * gnus-art.el (article-date-ut): Protect against articles with no Date
5794         header.
5795         (article-update-date-lapsed): Don't use current-column to find the
5796         horizontal position.  It's fragile in the presence of \003 characters.
5797
5798         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5799
5800 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5801
5802         * gnus-art.el (article-transform-date): Rewrite to still work when
5803         there are several rfc2822 parts.
5804         (article-transform-date): Fix infinite recursion.
5805         (article-date-ut): Replace infinitely many Date headers with a single
5806         one when called interactively.
5807
5808         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5809         secure manner.
5810
5811         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5812         move around by not using save-window-excursion.  It seems to work...
5813
5814 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-art.el (article-make-date-line): Work for user-defined format.
5817
5818 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5819
5820         * nntp.el (nntp-retrieve-group-data-early)
5821         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5822         fetching functions.
5823
5824         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5825         thoroughly for all backends that have no known groups.  This should
5826         allow new nnml methods to retrieve mail.
5827
5828         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5829         that Gnus doesn't know exists again.
5830
5831         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5832         (gnus-treat-date-ut): Ditto.
5833         (gnus-article-update-date-header): Rename.
5834         (gnus-treat-date-local): Remove.
5835         (gnus-treat-date-english): Remove.
5836         (gnus-treat-date-lapsed): Remove.
5837         (gnus-treat-date-combined-lapsed): Remove.
5838         (gnus-treat-date-original): Remove.
5839         (gnus-treat-date-iso8601): Remove.
5840         (gnus-treat-date-user-defined): Remove.
5841         (gnus-article-date-headers): New variable to control all the date
5842         header options.
5843         (article-date-ut): Rewrite to allow using the new way to format date
5844         headers(s).
5845
5846 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5847
5848         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5849         method.
5850         (nnmail-article-group): A better test for fanciness.
5851
5852         * nnimap.el (nnimap-request-head): Protect against not finding the
5853         article by Message-ID.
5854
5855 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5856
5857         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5858         keep point at the "same place".
5859
5860 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5861
5862         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5863         data if the group is inactive.
5864
5865 2011-01-28  Julien Danjou  <julien@danjou.info>
5866
5867         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5868         (gnus-all-windows-visible-p): Remove old compatibility code.
5869         (gnus-window-top-edge): Add docstring.
5870
5871         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5872
5873 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5874
5875         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5876         older request-update-info.
5877
5878         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5879
5880 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5881
5882         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5883         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5884
5885 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5886
5887         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5888         groups.  This makes the nndraft:queue group pop up if it's not already
5889         there.
5890
5891         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5892         messages" logic, which was reversed.
5893
5894         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5895         the "same place" even if point is on the line being replaced.
5896         (article-update-date-lapsed): Allow updating both the combined lapsed
5897         and the lapsed headers.
5898         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5899         (article-make-date-line): Limit the number of segments dynamically to
5900         avoid too-long lines.
5901
5902 2011-01-27  Julien Danjou  <julien@danjou.info>
5903
5904         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5905         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5906
5907 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5910         Use plist-get instead of the cl function getf.
5911
5912 2011-01-27  Glenn Morris  <rgm@gnu.org>
5913
5914         * gnus-util.el (float-time): Get rid of compiler warning, again.
5915
5916 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5917
5918         * shr.el (shr-put-color): Special-case background colors: Do put them
5919         at the blank parts at the front of the lines.
5920
5921         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5922         exit hook to nix out all data on readedness on group exit.
5923
5924         * gnus-util.el (float-time): If float-time is bound, always use it on
5925         all Emacsen.  It's unclear why the subrp check was there.
5926         (time-date): Require to make some autoload issues on XEmacs go away.
5927
5928         * shr.el (shr-put-color): Don't do the box padding in tables, since
5929         they're already padded.
5930
5931 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5932
5933         * gnus-art.el (gnus-article-next-page): When the last line of the
5934         article is displayed, scroll down once more instead of going to the
5935         next article at once.
5936         (article-lapsed-string): Refactor out and allow specifying how many
5937         segments you want.
5938         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5939         (gnus-article-update-lapsed-header): New variable.
5940
5941         * shr.el: Revert change that made headings use different-sized faces.
5942         The Emacs display engine isn't advanced enough that, for instance,
5943         tables can comfortably use differently-sized faces.
5944
5945 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5946
5947         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5948         used.
5949         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5950         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5951         we're using an encrypted connection.
5952
5953         * proto-stream.el: Alter the interface functions to also return the
5954         actual stream type used: network or tls.
5955
5956 2011-01-25  Julien Danjou  <julien@danjou.info>
5957
5958         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5959         (mm-display-javascript-inline): New function.
5960
5961         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5962         viewing function.
5963
5964 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * shr.el (shr-expand-newlines): Fix variable name.
5967
5968 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5969
5970         * shr.el (shr-expand-newlines): Make nested boxes work.
5971
5972 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5973
5974         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5975         backgrounds.
5976         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5977         in a more sensible manner.
5978
5979 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5980
5981         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5982         if EPG is loaded.
5983
5984 2011-01-24  Julien Danjou  <julien@danjou.info>
5985
5986         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5987         tags.
5988
5989 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5990
5991         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5992         commands.
5993
5994         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5995         in the article buffer.
5996         (gnus-gravatar-insert): Use blank space from the current buffer to
5997         avoid breaking text properties.  This makes X-Sent updating work again.
5998
5999         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6000
6001 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6002
6003         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6004         fix the bug in url-http.el instead.
6005
6006         * shr.el (shr-image-fetched): Ditto.
6007
6008         * shr.el (shr-image-fetched): Avoid having point move in the article
6009         buffer.
6010
6011         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6012         buffer after being called.  It's apparently being killed by url.el, and
6013         killing it made point move to end-of-buffer in a random buffer.
6014
6015         * shr.el (shr-image-fetched): Ditto.
6016
6017 2011-01-23  Julien Danjou  <julien@danjou.info>
6018
6019         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6020
6021         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6022         text/x-org.
6023
6024 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6025
6026         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6027         (i.e., nnimap) returning nil as the article number.
6028
6029 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6030
6031         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6032         "DelSp" parameter in RFC3676.
6033
6034 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6035
6036         * message.el (message-check-recipients): Display the encoded version of
6037         the bogus address if they differ.
6038
6039         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6040         after sending.
6041
6042         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6043
6044         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6045
6046         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6047         group buffer after sending the queue.
6048
6049         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6050
6051 2011-01-22  Julien Danjou  <julien@danjou.info>
6052
6053         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6054
6055 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6056
6057         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6058         nested related parts.
6059
6060         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6061         unexpired articles.  This fixes the regression that led expiry marks to
6062         disappear from nnfolder groups.
6063
6064 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6065
6066         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6067         Don't confuse the "ret" of "retrograde" with RET.
6068
6069 2011-01-21  Julien Danjou  <julien@danjou.info>
6070
6071         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6072         than mm-insert-inline.
6073
6074 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6077         Widen article buffer.
6078
6079 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6080
6081         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6082         the temp buffer.
6083         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6084
6085 2011-01-20  Julien Danjou  <julien@danjou.info>
6086
6087         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6088
6089         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6090         than mm-insert-inline to insert inline part: this respect
6091         mm-inline-media-tests displayers.
6092
6093         * mm-view.el (mm-display-shell-script-inline): New function.
6094
6095         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6096
6097         * mm-uu.el (mm-uu-type-alist): Add org block.
6098         (mm-uu-org-src-code-block-extract): New function.
6099
6100         * mm-view.el (mm-display-org-inline): New function.
6101
6102         * mm-decode.el (mm-automatic-display): Add text/org.
6103
6104         * mailcap.el (mailcap-mime-extensions): Add .org.
6105
6106 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6109         gnus-article-add-buttons.
6110
6111 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6112
6113         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6114         From header with a date and "nobody" as the sender.
6115
6116 2011-01-19  Julien Danjou  <julien@danjou.info>
6117
6118         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6119         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6120         if you have the same regexp several times.
6121         (gnus-button-push): Fix matching when regexp is symbol.
6122
6123 2011-01-15  Glenn Morris  <rgm@gnu.org>
6124
6125         * message.el (message-mail): A compose-mail function should
6126         accept headers as strings.
6127
6128 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6129
6130         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6131         Add :vert-only tags.
6132         (message-mail): New arg RETURN-ACTION.
6133         (message-return-action): New var.
6134         (message-bury): Use it.
6135         (message-mode): Make it buffer-local.
6136         (message-send-and-exit): Always call message-bury.
6137
6138         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6139         message-mail.
6140
6141 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * nnimap.el (nnimap-convert-partial-article): Protect against
6144         zero-length body parts.
6145
6146         * mm-decode.el (mm-preferred-alternative-precedence):
6147         Discourage showing empty parts.
6148
6149         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6150         and stuff if the backend didn't return the article number.  This fixes
6151         an Exchange-related nnimap bug.
6152
6153         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6154         group window, because it does the wrong thing when a separate frame
6155         displays the group buffer.
6156
6157         * proto-stream.el (open-protocol-stream): Protect against the low-level
6158         transport functions returning nil.
6159
6160 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6161
6162         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6163         (mml2015-epg-find-usable-secret-key): New function.
6164         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6165         mml2015-epg-find-usable-key (Bug#7797).
6166         (mml2015-epg-encrypt): Ditto.
6167
6168 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * dgnushack.el (rot13-string): Fix the way to get the argument.
6171
6172 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6173
6174         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6175
6176 2011-01-03  Glenn Morris  <rgm@gnu.org>
6177
6178         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6179
6180         * sieve.el (sieve-open-server): Give a more explicit error if
6181         sieve-manage-open returns nil.  (Bug#7720)
6182
6183 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6184
6185         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6186
6187 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6190         This avoids sending passwords in plain text over non-encrypted
6191         channels.
6192
6193         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6194
6195         * nnimap.el (nnimap-login): Refactored out into own function, and
6196         implement CRAM-MD5.
6197         (nnimap-wait-for-line): Refactored out.
6198
6199         * mm-view.el (mml-smime): Require.
6200
6201 2010-12-20  David Engster  <deng@eml.cc>
6202
6203         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6204         use EPG to decrypt S/MIME messages instead of openssl.
6205
6206 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6209
6210         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6211         status is the group clearly is unreachable.
6212
6213         * auth-source.el (auth-source-create): Add the optional second
6214         parameter to `local-variable-p' to be compatible with XEmacs.
6215
6216 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6217
6218         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6219         work when using a compressed nnml folder.
6220
6221 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6224         backends after sanitising on entry, because this never makes sense:
6225         If the articles have gone missing, then the data no longer exists on
6226         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6227         overwrite anything anyway.
6228
6229         * shr.el (shr-insert-document): Bind shr-width dynamically to
6230         window-width if it's nil.
6231
6232 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6233
6234         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6235         with the meaning of using the full emacs window width for rendering.
6236
6237 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6238
6239         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6240         case when sender is not given.
6241
6242 2010-12-23  Julien Danjou  <julien@danjou.info>
6243
6244         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6245         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6246         the addresses, otherwise we might misplaced the gravatar.
6247
6248 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6249
6250         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6251         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6252         obsolete in Emacs.
6253
6254 2010-12-20  Julien Danjou  <julien@danjou.info>
6255
6256         * gnus-util.el (gnus-rescale-image): Revert last change.
6257
6258 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6259
6260         * binhex.el: Improve commentary (Bug#7482).
6261
6262 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * gnus-group.el (gnus-group-delete-articles): New command.
6265
6266 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6267
6268         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6269
6270 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6271
6272         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6273         here, since it's up to the backends to do CRLF removal if their
6274         protocol has it.
6275
6276         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6277
6278 2010-12-17  Julien Danjou  <julien@danjou.info>
6279
6280         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6281         they are from file.  Can also scale up.
6282
6283 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6284
6285         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6286         Restore gnus-use-agent.
6287         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6288
6289         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6290
6291 2010-12-17  Julien Danjou  <julien@danjou.info>
6292
6293         * gravatar.el (gravatar-retrieve-synchronously): New function.
6294         (gravatar-get-data): Make more robust.
6295
6296 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6299
6300 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6303         to really consider the last line.
6304
6305 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6306
6307         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6308         list of recipient keys, or use symmetric encryption if not a list.
6309         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6310         EPA override, replacing the call to `netrc-store-data'.
6311
6312 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6313
6314         * gnus-srvr.el: Avoid passing nil regexp argument to
6315         delete-matching-lines.
6316
6317 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318
6319         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6320         fetching stops when Gnus exits.
6321
6322         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6323         function.
6324         (nnfolder-request-expire-articles): Save all the buffers after doing
6325         expiry.
6326
6327         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6328         the last article", since that led to serious performance regressions
6329         when expiring nnml groups.
6330
6331 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6332
6333         * nnir.el: Improve customizations.
6334
6335 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6338
6339         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6340         group has been killed.
6341         (gnus-group-yank-group): Ditto.
6342
6343         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6344
6345         * nnimap.el (nnimap-request-update-group-status): New function.
6346
6347         * gnus-int.el (gnus-request-update-group-status): New interface
6348         function.
6349
6350         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6351         copying read-ness to the backends.
6352
6353         * nnimap.el (nnimap-quirk): New function.
6354         (nnimap-retrieve-group-data-early): Use it.
6355         (nnimap-quirks): New alist.
6356
6357 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6360         don't delete it within indentation.
6361
6362 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6363
6364         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6365         previous line.
6366
6367 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6368
6369         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6370         QRESYNC command by deleting a superfluous space which broke Cyrus
6371         servers.  This change will break other servers that are buggy the other
6372         way around.
6373
6374 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6375
6376         * spam.el: Reindent and fix long lines.
6377         (spam-copy-or-move-routine): Exclude invalid move destinations.
6378
6379 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6380
6381         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6382         installed the registry.
6383
6384 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6387
6388 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6389
6390         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6391         groupname doesn't contain "gmane".
6392
6393 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6394
6395         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6396         and netrc-bound-and-true-p bindings.
6397         (netrc-parse): Cache the netrc contents.
6398
6399         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6400         (gnus-1): Don't create the nndrafts group twice.
6401         (gnus-setup-news): There's no need to read the active file here, since
6402         that's done again later on a per-backend basis.
6403         (gnus-start-draft-setup): Make sure that the new group is started out
6404         empty.
6405
6406         * gnus-agent.el (gnus-agentize): Don't create the queue group
6407         automatically on startup.  It'll be created later, if needed.
6408
6409         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6410         of automatically subscribed groups.
6411         (gnus-auto-subscribed-categories): New variable.
6412         (gnus-matches-options-n): Use it.
6413         (gnus-default-subscribed-newsgroups): Remove unused variable.
6414         (gnus-start-draft-setup): Message a bit less.
6415
6416 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6417
6418         * nnir.el (nnir-run-imap): Return article list in order of increasing
6419         UID.
6420
6421 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * gnus-sum.el (gnus-summary-enter-digest-group):
6424         Mention gnus-auto-select-on-ephemeral-exit.
6425
6426         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6427         convention of the network-only option.
6428
6429 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430
6431         * proto-stream.el (proto-stream-open-network-only): New function to
6432         have a way to specify non-STARTTLS upgrade connections.
6433
6434 2010-12-10  Julien Danjou  <julien@danjou.info>
6435
6436         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6437         email address is nil.
6438
6439         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6440
6441 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6442
6443         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6444         deletion.
6445         (nnir-run-imap): Only need to parse list once.
6446
6447 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6448
6449         * shr.el (shr-tag-script): Ignore <script>.
6450         (shr-tag-label): Add <label> support.
6451
6452 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6455
6456         * shr.el (shr-image-displayer): Work for images lined side by side.
6457
6458 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6459
6460         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6461         parameter, since XEmacs doesn't accept t as a parameter.
6462
6463 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6464
6465         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6466         ids.
6467         (nnir-run-gmane): Simplify groupspec formatting.
6468         (nnir-request-expire-articles): New function.
6469
6470 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6473         overflow, possibly.
6474
6475         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6476         (shr-render-td): Handle td style="" better.
6477         (shr-tag-table): Use the color from the style sheet.
6478         (shr-render-td): Make sure we copy over all the overlays, too.
6479
6480 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6481
6482         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6483         (nnir-request-article): Improve article retrieval.
6484
6485 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * mm-util.el (mm-extra-numeric-entities): New variable.
6488
6489         * mm-url.el (mm-url-decode-entities):
6490         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6491
6492         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6493
6494 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6495
6496         * message.el: Use completion-at-point.
6497         (message-completion-function): New fun, extracted from message-tab.
6498         (message-mode): Use it for completion-at-point-functions.
6499         (message-tab): Use it and completion-at-point.
6500
6501 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6504         character if a non-breakable character follows.
6505
6506 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6509         any stream.
6510
6511         * shr.el (shr-tag-font): Colorize the region.
6512         (shr-tag-body): Ditto.
6513         (shr-tag-font): Actually let the styles be inherited instead of
6514         overwriting them.
6515         (shr-tag-font): Get the background color right.
6516         (shr-tag-style): Ignore all <style> tags for the moment.
6517
6518         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6519         a Message-ID to avoid having nnimap depend on gnus-sum.
6520
6521         * shr.el (shr-descend): Only colorize something if we have a node that
6522         sets colors.
6523
6524 2010-12-06  Julien Danjou  <julien@danjou.info>
6525
6526         * shr.el (shr-render-td): Render td content with shr-descend, so style
6527         will be applied to <td> too.
6528         (shr-colorize-region): Colorize region even if we only have a background.
6529         (shr-tag-body): Fix color and background color inheritance.
6530         Do not recolorize after shr-generic.
6531         (shr-tag-font): Let shr-generic colorize via inheritance.
6532
6533 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6536
6537 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6538
6539         * nnir.el (nnir-request-move-article): Remove obsolete code.
6540
6541 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6544
6545 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546
6547         * gnus-sum.el (gnus-summary-respool-article): The completion function
6548         expects a list instead of an alist.
6549
6550         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6551         string as the parameter.
6552
6553         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6554
6555         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6556         styles.
6557         (shr-colorize-region): New function.
6558         (shr-insert-background-overlay): Remove.
6559         (shr-render-td): Background setting should be taken care of on a higher
6560         level.
6561         (shr-tag-body): Use post-hoc colorizations.
6562         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6563         (shr-put-color-1): Don't overwrite old colors.
6564         (shr-colorize-region): When the background color isn't explicit, use
6565         a fixed background.
6566
6567         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6568         nnmail variables.
6569
6570 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6571
6572         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6573         unless necessary.
6574
6575 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6576
6577         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6578         server.
6579
6580 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6581
6582         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6583         so that TAB works.
6584
6585         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6586         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6587
6588         * shr.el (shr-urlify): Show the URL before the title to avoid
6589         misleading URLs.
6590
6591 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6592
6593         * shr.el (shr-urlify): Display the title in <a> tags.
6594
6595 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6596
6597         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6598
6599 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6600
6601         * nnir.el: Rearrange code to allow macros to be autoloaded by
6602         gnus-sum.el.
6603         (nnir-retrieve-headers-override-function): Make this variable
6604         customizable.
6605         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6606
6607         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6608         from nnir.el.
6609
6610 2010-12-03  Julien Danjou  <julien@danjou.info>
6611
6612         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6613
6614 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6617         allow optional argument `environment'.
6618
6619 2010-12-03  Glenn Morris  <rgm@gnu.org>
6620
6621         * mm-extern.el (message-goto-body): Update declaration.
6622
6623 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * gnus-util.el (gnus-macroexpand-all): New function.
6626
6627         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6628         instead of macroexpand-all that is unavailable in XEmacs.
6629
6630 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6631
6632         * nnir.el (nnir-summary-line-format): New variable.
6633         (nnir-mode): Use it.
6634         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6635         (nnir-article-ids): Reimplement as defsubst.
6636         (nnir-retrieve-headers): Don't mangle the subject header.
6637         (nnir-run-imap): Use 100 as RSV score.
6638         (nnir-run-find-grep): Fix for full server searching.
6639         (nnir-run-gmane): Better restriction to gmane groups.
6640
6641         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6642         summary buffers.
6643
6644 2010-12-02  Julien Danjou  <julien@danjou.info>
6645
6646         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6647
6648         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6649
6650         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6651         support.
6652
6653 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6654
6655         * nnir.el: Update to handle the registry better.
6656         (autoload): Silence byte-compiler.
6657         (nnir-open-server): Add a hook for nnir groups.
6658         (nnir-request-move-article): Don't mangle the header.  Better to use
6659         formatting variables (which will be added in the future).
6660         (nnir-registry-action): Update the registry using the original article
6661         group name.
6662         (nnir-mode): Install nnir-specific hooks for updating the registry.
6663
6664         * gnus-sum.el
6665         (gnus-article-original-subject,gnus-newsgroup-original-name):
6666         Remove obsolete variables.
6667         (gnus-summary-move-article): Remove use of obsolete variables.
6668         (gnus-summary-local-variables): Make move and delete hooks local to
6669         summary buffers.
6670
6671 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * rtree.el: New file.
6674
6675 2010-12-01  Julien Danjou  <julien@danjou.info>
6676
6677         * message.el (message-user-organization): Do not use
6678         gnus-local-organization.
6679
6680         * gnus.el: Remove gnus-local-organization.
6681
6682         * gnus-msg.el: Remove nastygram thing.
6683
6684 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6687         funcall.
6688
6689 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6692         names.
6693
6694         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6695         characters.
6696
6697         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6698         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6699         Suggested by Štěpán Němec <stepnem@gmail.com>.
6700         (gnus-gravatar-transform-address): Use mail-extract-address-components
6701         that supports non-ASCII names rather than mail-header-parse-addresses.
6702
6703 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704
6705         * proto-stream.el (open-protocol-stream): All starttls connections are
6706         handled by the network handler.
6707
6708 2010-11-30  Julien Danjou  <julien@danjou.info>
6709
6710         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6711         (nnimap-open-connection-1): Fix PREAUTH.
6712
6713         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6714
6715 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6718         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6719         (shr-insert): Use them.
6720         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6721
6722 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6723
6724         * nnir.el (nnir-request-move-article): Bail out if original group
6725         doesn't support article moves.
6726         (nnir-get-active): Improve active list retrieval.
6727
6728 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6731
6732 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6733
6734         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6735         seem to accept strings-with-numbers as port numbers.
6736
6737 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6738
6739         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6740         change the registry.
6741
6742 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6745         delete-dups that is not available in XEmacs 21.4.
6746
6747         * mm-util.el (mm-delete-duplicates): Add comment.
6748
6749 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6750
6751         * nnir.el (nnir-ignored-newsgroups): New variable.
6752         (nnir-get-active): Use it.
6753
6754 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6755
6756         * proto-stream.el (proto-stream-open-network): Add some comments.
6757
6758         * nntp.el (nntp-open-connection): Provide a :success condition.
6759
6760         * nnimap.el (nnimap-open-connection-1): Ditto.
6761
6762         * proto-stream.el (proto-stream-open-network): See what the response to
6763         the STARTTLS command is.
6764
6765         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6766         backwards compatibility).
6767         (nnimap-open-connection-1): Really respect nnimap-server-port.
6768
6769         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6770         TLS upgrades we don't really care about the identity of the peer.
6771         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6772         that what we've checked for.
6773         (proto-stream-always-use-starttls): Only default to t if
6774         open-gnutls-stream exists.
6775         (proto-stream-open-network): If STARTTLS failed, then just open a
6776         normal connection.
6777         (proto-stream-open-network): Wait until the greeting before doing
6778         STARTTLS.
6779
6780         * nntp.el (nntp-open-connection): Report what the connection error is.
6781
6782         * proto-stream.el (open-protocol-stream): Rename from
6783         open-proto-stream.
6784
6785 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6786
6787         * nnimap.el (nnimap-stream): Change default to `undecided'.
6788         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6789         first, and then network.
6790         (nnimap-open-connection-1): Respect nnimap-server-port.
6791         (nnimap-open-connection): Be more backwards-compatible.
6792
6793         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6794         (proto-stream-open-starttls): De-duplicate the starttls code.
6795         (proto-stream-open-starttls): Folded back into the main function.
6796         (proto-stream-open-network): Fix typo in the gnutls path.
6797         (proto-stream-command): Refactor out.
6798
6799         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6800
6801         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6802         starttls.el STARTTLS.
6803
6804         * color.el (color-lab->srgb): Fix function call name.
6805
6806         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6807         if we're using tls.el.
6808         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6809         built in, then don't try to establish a STARTTLS connection.
6810
6811         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6812         servers.
6813
6814         * proto-stream.el (open-proto-stream): Use network, not stream.
6815         (open-proto-stream): Add a way to specify what the end of a command is.
6816
6817         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6818         connections types.
6819         (nntp-open-network-stream): Remove.
6820         (nntp-open-ssl-stream): Remove.
6821         (nntp-open-tls-stream): Remove.
6822         (nntp-ssl-program): Remove.
6823
6824         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6825
6826 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6827
6828         * nnir.el: Fix typos.
6829         (nnir-retrieve-headers-override-function): Rename variable to reflect
6830         new semantics.
6831         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6832         macros.
6833         (nnir-request-article, nnir-request-move-article): Use them.
6834         (nnir-categorize): New function.
6835         (nnir-run-query): Use it.
6836         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6837         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6838         sorted.
6839         (nnir-group-full-name): Use gnus-group-full-name instead.
6840         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6841         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6842
6843 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6846
6847         * proto-stream.el: New library to provide protocol-specific
6848         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6849         protocols.
6850         (open-proto-stream): Complete the documentation.
6851         (proto-stream-open-network): Fix some typos.
6852
6853         * nnimap.el (nnimap-open-connection): Use it.
6854
6855 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6856
6857         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6858         negotiation.
6859
6860 2010-11-26  Julien Danjou  <julien@danjou.info>
6861
6862         * color.el: Rename various rgb functions to srgb.
6863
6864 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6867         names.
6868
6869 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * shr.el (shr-insert): Revert last change.
6872         (shr-find-fill-point): Never leave point being at bol;
6873         relax the kinsoku limitation when rendering tables.
6874
6875 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6876
6877         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6878         results from -accept-article.
6879
6880         * shr-color.el: Require cl when compiling.
6881
6882         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6883         checkin.
6884
6885         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6886
6887         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6888
6889         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6890         'add and 'delete to set backend marks.
6891
6892         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6893
6894         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6895
6896         * nntp.el (nntp-request-set-mark): Use it.
6897
6898         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6899
6900         * nnml.el (nnml-request-set-mark): Ditto.
6901
6902         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6903         introduces regressions in article selection.
6904         (nnimap-find-uid-response): New function.
6905         (nnimap-request-accept-article): Use the UID returned, if any.
6906         (nnimap-request-move-article): Use the UID returned, if any.
6907         (nnimap-get-groups): Reimplement to work with folded lines.
6908         (nnimap-find-uid-response): The UID is the last element in the list.
6909         (nnimap-request-set-mark): Extend syntax with 'set.
6910
6911         * nnml.el (nnml-request-set-mark): Ditto.
6912
6913         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6914
6915         * nntp.el (nntp-request-set-mark): Ditto.
6916
6917 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * message.el (message-called-interactively-p): A temporary macro.
6920         (message-goto-body): Use it temporarily.
6921
6922 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6925         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6926         (nnimap-last-response-string): Fix last unfolding fix.
6927
6928 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * shr.el (shr-insert): Fix the way to fold lines.
6931
6932 2010-11-25  Julien Danjou  <julien@danjou.info>
6933
6934         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6935
6936         * color.el: Rename from color-lab.el
6937         (color-rgb->hex): Add.
6938         (color-complement): Add.
6939         (color-complement-hex): Add.
6940
6941         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6942
6943 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * shr-color.el (shr-color-visible): Don't bug out if the color names
6946         don't exist.
6947
6948 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6951         assuming that article displaying or another mml-preview may be
6952         interrupted for an error or for the like.
6953
6954         * shr.el (shr-get-background): Fix argument name.
6955
6956 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6959
6960         * gnus-sum.el (gnus-summary-include-articles): New function.
6961
6962         * message.el (message-goto-body): called-interactively-p needs a
6963         parameter, so use `any'.
6964
6965         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6966         clear marks before moving, since they're synced from the Gnus side
6967         first.
6968
6969         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6970         (gnus-summary-move-article): Copy over all marks before moving, so that
6971         IMAP doesn't think a new article has arrived.
6972
6973 2010-11-24  Julien Danjou  <julien@danjou.info>
6974
6975         * shr.el (shr-insert-background-overlay): Fix typo.
6976         (shr-render-td): Copy the background before rendering.
6977
6978         * shr-color.el (shr-color-visible): Fix docstring.
6979
6980         * shr.el (shr-tag-table): Add bgcolor support.
6981         (shr-render-td): Add bgcolor support.
6982         (shr-get-background): Add.
6983         (shr-insert-foreground-overlay): Use shr-get-background.
6984
6985         * message.el (message-goto-body): Use called-interactively-p.
6986         (message-in-body-p): message-goto-body returns point.
6987
6988 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6989
6990         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6991         Fixes something or other in Emacs 23, and is backwards compatible.
6992
6993         * message.el (message-goto-body): Remove the <#secure special-casing,
6994         which is too special.
6995
6996         * shr.el (shr-parse-style): Drop !important from styles.
6997
6998 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6999
7000         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7001         this function to return incorrect results when calling it with an
7002         explicit article argument different from
7003         (gnus-summary-article-number).
7004
7005 2010-11-24  Julien Danjou  <julien@danjou.info>
7006
7007         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7008         (shr-tag-body): Add background support.
7009         (shr-descend): Add background support.
7010         (shr-tag-title): Add.
7011
7012         * shr-color.el (shr-color-visible): Really return original background
7013         if fixed.
7014
7015 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * shr.el (shr-color-check): Protect against non-existent color names.
7018
7019 2010-11-24  Julien Danjou  <julien@danjou.info>
7020
7021         * color-lab.el: Require 'cl when compiling.
7022
7023         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7024
7025         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7026         matched part.
7027
7028         * color-lab.el: Fix all expt calls to use float type.
7029
7030 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7033         expression to shr-color-check as is.
7034
7035         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7036
7037         * color-lab.el: Add coding cookie.
7038         (float-pi): Use eval-and-compile.
7039
7040         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7041         compiled for Emacsen having no `libxml-parse-html-region' support.
7042
7043 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7044
7045         * shr.el (shr-insert-color-overlay): Split stuff like
7046         "#444444 !important" to find the real color.
7047         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7048         parse <font color="red"> entries.
7049
7050 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7051
7052         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7053         point when parsing headers.
7054
7055         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7056         is positioned properly when parsing headers.
7057
7058 2010-11-23  Julien Danjou  <julien@danjou.info>
7059
7060         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7061
7062         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7063
7064         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7065
7066         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7067         Use shr-color-hue-to-rgb.
7068         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7069
7070 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071
7072         * shr.el (shr-color->hexadecimal): Autoload.
7073         (shr-descend): Add color to all tags.
7074
7075 2010-11-22  Julien Danjou  <julien@danjou.info>
7076
7077         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7078         shr-color->hexadecimal.
7079
7080         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7081         RGB() or HSL() color representation.
7082
7083         * shr.el (shr-tag-font): Add.
7084         (shr-tag-color-check): New function to get better colors.
7085         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7086         tag-span.
7087
7088         * shr-color.el: New file.
7089
7090         * color-lab.el: New file.
7091
7092         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7093
7094 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7095
7096         * nnir.el: Fix typo in comments.
7097         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7098         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7099
7100 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101
7102         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7103
7104         * nnimap.el (nnimap-get-capabilities): Refactor out.
7105         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7106
7107 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7108
7109         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7110         appearing when `mm-uu-hide-markers' is nil.
7111
7112 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * nnimap.el (nnimap-unselect-group): Make into its own function.
7115         (nnimap-request-rename-group): Unselect group before renaming.
7116         This had gotten lost somewhere.
7117         (nnimap-request-accept-article): Keep track of examined groups, and
7118         unselect the group before APPENDing to read-only groups.
7119         (nnimap-request-move-article): Clear flags before moving so that they
7120         can be re-set later.
7121
7122 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7125         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7126
7127 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-art.el (gnus-mime-display-single):
7130         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7131         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7132         parameter.
7133
7134 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7137         (shr-table-vertical-line): New variable.
7138         (shr-insert-table): Use it.
7139
7140 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * gnus-html.el (gnus-html-wash-images): Don't display images if
7143         gnus-inhibit-images is non-nil; register displayer for cid images.
7144         (gnus-html-display-image): Work for cid image.
7145         (gnus-html-insert-image): Allow arguments.
7146         (gnus-html-put-image): Inhibit read-only.
7147         (gnus-html-prefetch-images): Don't prefetch images if
7148         gnus-inhibit-images is non-nil.
7149
7150 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * shr.el (shr-put-image): Break lines when inserting big pictures.
7153
7154 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7155
7156         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7157         sender, thanks Katsumi Yamaoka.
7158
7159 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7160
7161         * nnir.el (nnir-run-imap): Reverse the article list for each group
7162         rather than the whole list.
7163
7164 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * shr.el (shr-image-displayer): Protect function against non-existent
7167         image source.
7168
7169         * gnus-art.el (gnus-inhibit-images): New user option.
7170         (gnus-mime-display-single): Don't display image if it is non-nil.
7171
7172         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7173         gnus-inhibit-images.
7174
7175         * shr.el (shr-image-displayer): New function.
7176         (shr-tag-img): Use it.
7177
7178 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7179
7180         * mml2015.el (mml2015-epg-sign): Use From header.
7181
7182 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7185
7186         * gnus-util.el (gnus-find-text-property-region): Return markers.
7187
7188         * shr.el (shr-tag-img): Put a displayer in the text property.
7189
7190         * gnus-util.el (gnus-find-text-property-region): New utility function.
7191
7192         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7193         (gnus-html-show-images): Remove.
7194
7195         * gnus-art.el (gnus-article-show-images): New, more general function.
7196
7197         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7198         image url text properties.
7199
7200         * shr.el: Ditto.
7201
7202         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7203         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7204
7205 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7208         work for two or more articles.
7209
7210 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7213         divide an image that's in an html article to two or more when washing
7214         non-ASCII characters in alt text of it.
7215
7216 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7219         smime-decrypt-region using function argument.
7220         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7221
7222         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7223
7224         * smime.el (smime-decrypt-region): Catch it.
7225
7226 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7227
7228         * smime.el (smime-mode-map): Move initialization into declaration.
7229         (gnus-run-mode-hooks): Don't autoload.
7230         (smime-mode): Use define-derived-mode.
7231
7232 2010-11-11  Glenn Morris  <rgm@gnu.org>
7233
7234         * smime.el (from): Restrict declaration to XEmacs.
7235
7236         * nnir.el (gnus-group-topic-name): Autoload.
7237
7238 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * shr.el (shr-insert): Don't break long line if it is because of
7241         kinsoku-bol characters in the line end.
7242
7243 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7244
7245         * nnir.el (nnir-request-move-article): Fix to provide original group
7246         and subject.
7247         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7248         been retrieved.
7249
7250         * gnus-sum.el (gnus-summary-move-article): Use original group and
7251         subject for virtual articles such as those in an nnir summary buffer.
7252
7253 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7256         least 21.5).
7257
7258         * smime.el (from): Declare it again for XEmacs.
7259
7260 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261
7262         * message.el (message-resend): Don't disable encoding unless it's
7263         already encoded.
7264
7265         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7266         low-numbered articles.
7267
7268 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * rfc2047.el (rfc2047-syntax-table): Simplify.
7271
7272         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7273
7274         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7275         set-char-table-range for XEmacs.
7276
7277 2010-11-10  Glenn Morris  <rgm@gnu.org>
7278
7279         * time-date.el (time-to-seconds): Always an alias on Emacs,
7280         never a real function.
7281         (with-no-warnings): Remove compat stub, now unused.
7282         (time-less-p): Doc fix.
7283         (time-to-number-of-days): Simplify.
7284
7285         * smime.el (from): Remove unused declaration.
7286
7287         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7288         (gnus-float-time): On Emacs, always an alias.
7289
7290         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7291         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7292
7293 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * dgnushack.el: Don't use ignore-errors in the top level form since it
7296         is unavailable in XEmacs even if cl is loaded.
7297
7298         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7299
7300 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * shr.el (browse-url-mailto): Autoload.
7303
7304         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7305
7306         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7307         regexp doesn't need quoting.
7308
7309 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7310
7311         * message.el (message-subject-trailing-was-ask-regexp)
7312         (message-subject-trailing-was-regexp): Match was: in addition to was.
7313
7314 2010-11-09  Glenn Morris  <rgm@gnu.org>
7315
7316         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7317         (nnbabyl-check-mbox): Use point-at-bol.
7318
7319 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7322
7323         * message.el (message-mailto): New function.
7324         (message-mailto): Should accept other parameters.
7325         (message-mailto): Remove since it duplicates browse-url-mailto
7326         functionality.
7327
7328 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7331         methods.
7332         (gnus-read-active-file): Ditto.
7333
7334         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7335         ": " from the prompt.
7336         (gnus-group-make-group): Ditto.
7337
7338 2010-11-07  Glenn Morris  <rgm@gnu.org>
7339
7340         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7341         (gnus-bookmark-kill-line): Use point-at-eol.
7342
7343 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7346         asterisks in From header.
7347
7348 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7351         string to avoid making the From headers syntactically invalid.
7352
7353         * message.el (message-send-mail): Don't insert courtesy messages if the
7354         message already has List-Post and List-ID messages.
7355
7356 2010-11-06  Glenn Morris  <rgm@gnu.org>
7357
7358         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7359         `condition', `type', `length' a prefix.
7360         (gnus-treat-predicate): Update for above name changes.
7361
7362 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7363
7364         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7365         binding.  Handled by `gnus-summary-refer-thread' instead.
7366         (nnir-warp-to-article): New backend function.
7367
7368         * nnimap.el (nnimap-request-thread): Force dependency updating.
7369
7370         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7371         (gnus-summary-refer-thread): Rework to improve thread-referral.
7372
7373         * gnus-int.el (gnus-warp-to-article): New function.
7374
7375         * gnus-sum.el (gnus-summary-article-map): Bind it.
7376
7377 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7378
7379         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7380         gnus-summary-refer-thread.
7381
7382         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7383         headers.
7384         (gnus-summary-limit-include-thread): Prevent articles in thread from
7385         being cut in gnus-cut-threads.
7386         (gnus-summary-refer-thread): Limit retrieved headers to those in
7387         thread.
7388
7389 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7390
7391         * message.el (message-send-mail): Use the value of
7392         message-courtesy-message from the message buffer.
7393
7394         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7395
7396         * shr.el (shr-browse-url): Implement mailto: URLs.
7397
7398         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7399         "raw".
7400
7401         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7402         if it's already selected.
7403
7404         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7405
7406 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7409         to measure the length and truncate alt text.
7410
7411 2010-11-03  Glenn Morris  <rgm@gnu.org>
7412
7413         * nndiary.el (nndiary-generate-nov-databases-1)
7414         (nndiary-generate-active-info): Rename dynamic variable `files' to
7415         something less generic.
7416
7417 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7418
7419         * nnir.el (nnir-request-move-article): Call the underlying backend to
7420         move articles from nnir.
7421
7422 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7425
7426 2010-11-02  Julien Danjou  <julien@danjou.info>
7427
7428         * nnir.el: Remove wais support.
7429
7430 2010-11-02  Glenn Morris  <rgm@gnu.org>
7431
7432         * gnus-html.el: Reorder requirements to quieten compiler.
7433
7434 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7437         properly for XEmacs as well.
7438         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7439         (gnus-article-natural-long-line-p): Use window-width rather than
7440         frame-width.
7441
7442 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7443
7444         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7445         (nnir-read-parms): Don't modify query.
7446         (nnir-run-query): Add ability to search topic on current line.
7447         (nnir-get-active): Clean up.
7448
7449 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7450
7451         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7452         degenerate articles.
7453
7454         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7455         (gnus-print-buffer): Just print the buffer as is, without any copying
7456         to a buffer and then re-highlighting.
7457
7458         * nnimap.el (nnimap-request-group): Store the new updated info.
7459         (nnimap-request-group): Select the group when we don't know whether it
7460         exists or not.
7461
7462         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7463         groups.
7464
7465         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7466         groups.
7467
7468         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7469         groups.
7470
7471         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7472         long-lines case by only filling the long lines.
7473
7474         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7475         (bug #7311).
7476
7477 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * shr.el: No need to declare `declare-function' since shr.el is for
7480         only Emacsen that provide `libxml-parse-html-region'.
7481
7482         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7483         effective only in a file it is referred to.
7484
7485 2010-11-01  Glenn Morris  <rgm@gnu.org>
7486
7487         * mm-util.el (gnus-completing-read): Autoload.
7488         (mm-read-coding-system): Simplify Emacs definition.
7489
7490         * nnmail.el (gnus-activate-group):
7491         * nnimap.el (gnutls-negotiate):
7492         * nntp.el (netrc-parse): Fix declarations.
7493
7494 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7497         string-match-p in Emacs >=23.
7498
7499         * gnus-msg.el (gnus-configure-posting-styles):
7500         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7501
7502 2010-11-01  Glenn Morris  <rgm@gnu.org>
7503
7504         * nnir.el (declare-function): Add compat stub.
7505         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7506         (nnir-run-gmane): Require 'mm-url.
7507
7508         * mm-util.el (mm-string-to-multibyte): Simplify.
7509
7510         * shr.el (declare-function): Add compat stub.
7511         (url-cache-create-filename): Declare.
7512         (mm-disable-multibyte, widget-convert-button): Autoload.
7513
7514         * smime.el (ldap-search): Declare.
7515         (smime-cert-by-ldap-1): Require ldap on Emacs.
7516
7517         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7518         (nnimap-keepalive): Use gnus-float-time.
7519
7520         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7521         (mail-source-delete-crash-box): Use gnus-float-time.
7522
7523         * gnus-dired.el (gnus-completing-read): Autoload.
7524
7525         * mm-view.el (gnus-rescale-image): Autoload.
7526
7527         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7528
7529         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7530
7531         * sieve-manage.el: Require 'cl when compiling.
7532
7533         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7534         (gnus-iswitchb-completing-read): Require iswitchb.
7535         (gnus-select-frame-set-input-focus): Silence compiler.
7536
7537 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7538
7539         * message.el (message-subject-trailing-was-query): Change default to t,
7540         since I think that's what most people want.
7541
7542         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7543         appending for easier debugging.
7544         (nnimap-wait-for-connection): Take a regexp.
7545         (nnimap-request-accept-article): Wait for the continuation line before
7546         sending anything unless we're streaming.
7547
7548         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7549         leave the header washing to take place.
7550
7551 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7552
7553         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7554         regular expression match and replace in posting styles.
7555
7556 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7557
7558         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7559         an entire server.
7560         (nnir-get-active): New function.
7561         (nnir-run-imap): Use it.
7562         (nnir-run-gmane): Who knew, gmane search returns an article score!
7563
7564         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7565         server on the current line with nnir.
7566
7567 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7568
7569         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7570         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7571         left edge.
7572         (gnus-article-foldable-buffer): Skip past the prefix when determining
7573         raggedness.
7574
7575         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7576         the raw article, and change `C-u g' to show the article without doing
7577         treatments.
7578
7579         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7580         on to `gnus-treat-article'.
7581         (gnus-inhibit-article-treatments): New variable.
7582
7583         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7584
7585         * gnus-art.el (gnus-treatment-function-alist): Have
7586         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7587         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7588         sections.
7589
7590         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7591         parameter.
7592         (gnus-article-fill-cited-long-lines): New function.
7593         (gnus-article-fill-cited-article): Allow filling only long sections.
7594
7595         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7596         and non-punctuation (like after the apostrophe in "'We").
7597
7598         * gnus-sum.el (gnus-summary-select-article): Make sure
7599         gnus-original-article-buffer is alive.
7600
7601         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7602         reflect the order they're in in the digest.
7603
7604         * gnus.el (gnus-group-startup-message): Move point to the start of the
7605         buffer.
7606
7607         * nnimap.el (nnimap-capability): New function.
7608         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7609         is set.
7610
7611 2010-10-31  David Engster  <dengste@eml.cc>
7612
7613         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7614         conform with changes to gnus-completing-read.
7615
7616 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7617
7618         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7619
7620 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7621
7622         * nnir.el: Move defvar, defcustom around to keep file organized
7623         and keep byte-compiler quiet.
7624         (nnir-read-parms): Accept search-engine as arg.
7625         (nnir-run-query): Pass search-engine as arg.
7626         (nnir-search-engine): Remove.
7627
7628 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7629
7630         * shr.el (shr-generic): The text nodes should be text, not :text.
7631
7632         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7633         later in the file.
7634
7635 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7636
7637         * nnir.el: General clean up.  Allow searching with multiple engines.
7638         Allow separate extra-parameters for each engine.
7639         Batch queries when possible.
7640         (nnir-imap-default-search-key,nnir-method-default-engines):
7641         Add customize interface.
7642         (nnir-run-gmane): New engine.
7643         (nnir-engines): Use it.  Qualify all prompts with engine name.
7644         (nnir-search-engine): Remove global variable.
7645         (nnir-run-hyrex): Restore for now.
7646         (nnir-extra-parms,nnir-search-history): New variables.
7647         (gnus-group-make-nnir-group): Use them.
7648         (nnir-group-server): Remove in favor of gnus-group-server.
7649         (nnir-request-group): Avoid searching twice.
7650         (nnir-sort-groups-by-server): New function.
7651
7652 2010-10-30  Julien Danjou  <julien@danjou.info>
7653
7654         * gnus-group.el: Remove gnus-group-fetch-control.
7655
7656         * gnus-start.el (gnus-find-new-newsgroups):
7657         Remove gnus-check-first-time-used.
7658
7659         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7660
7661 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7662
7663         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7664         set on groups that don't have \* permanentflags.
7665
7666 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667
7668         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7669         control the background color.
7670         (shr-tag-img): Ignore very small web bug type images.
7671         (shr-put-image): Add help-echo alt texts to the images.
7672         (shr-tag-video): Show the video poster image.
7673
7674 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7675
7676         * shr.el (shr-table-depth): New variable.
7677         (shr-tag-table-1): Only insert the images after the top-level table.
7678
7679         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7680
7681         * gnus-util.el (gnus-list-memq-of-list): New function.
7682
7683         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7684         selected.
7685         (nnimap-unsplittable-articles): New slot.
7686         (nnimap-new-articles): Use it.
7687
7688 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7689
7690         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7691         move to the previous line on `M-g'.
7692
7693 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7696         *-request-group, which seems unnecessary.
7697
7698         * nnimap.el (nnimap-quote-specials): Function copied over from
7699         imap.el.
7700         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7701         they support that.  Suggested by Tom Regner.
7702
7703 2010-10-29  Julien Danjou  <julien@danjou.info>
7704
7705         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7706         defalias.
7707         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7708
7709         * gnus.el: Remove `gnus-nntp-service' variable.
7710         (gnus-secondary-servers): Make obsolete.
7711         (gnus-nntp-server): Make obsolete.
7712
7713         * gnus-start.el (gnus-1): Remove x-splash calls.
7714
7715         * gnus-ems.el (gnus-x-splash): Remove.
7716
7717         * gnus.el (gnus-group-startup-message): Simplify/update code.
7718
7719         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7720         definition.
7721
7722         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7723         capability before doing anything.
7724         (gnus-group-insert-group-line): Remove useless
7725         gnus-group-remove-excess-properties.
7726
7727 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7730
7731 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7732
7733         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7734         config after reselecting.
7735
7736 2010-10-28  Julien Danjou  <julien@danjou.info>
7737
7738         * shr.el (shr-put-image): Use point even if only inserting text.
7739         (shr-put-image): Save excursion when inserting alt text on non-graphic
7740         display, so the behavior is the same when we are on a graphic display.
7741
7742         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7743
7744 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7747         (gnus-mime-copy-part): Check coding system, not charset.
7748         (gnus-mime-view-part-externally): Never remove part.
7749         (gnus-mime-view-part-internally): Don't remove part here.
7750         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7751         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7752         multipart/alternative.
7753
7754         * mm-decode.el (mm-display-part): Take optional arg `force'.
7755
7756 2010-10-26  Julien Danjou  <julien@danjou.info>
7757
7758         * gnus-group.el (gnus-group-default-list-level): Add this function to
7759         compute the default list level.
7760         (gnus-group-default-list-level): Add possibility to use a function.
7761
7762 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7765
7766         * gnus-group.el (gnus-group-completing-read)
7767         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7768         gnus-replace-in-string.
7769
7770 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * shr.el (shr-tag-div): Add.
7773
7774         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7775
7776 2010-10-25  Julien Danjou  <julien@danjou.info>
7777
7778         * gnus-util.el: Remove `gnus-with-local-quit'.
7779
7780         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7781
7782 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7785         the original article buffer.
7786
7787 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * nnimap.el (nnimap-request-head): New function.
7790         (nnimap-request-move-article): Try to be slightly faster by not
7791         requesting the entire message when moving.
7792         (nnimap-transform-headers): Don't bug out on bodiless articles.
7793         (nnimap-send-command): Have no outstanding messages if the IMAP server
7794         doesn't support streaming.
7795         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7796
7797 2010-10-24  Julien Danjou  <julien@danjou.info>
7798
7799         * message.el (message-default-headers): Fix type.
7800
7801 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7804         prefetching images.
7805
7806         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7807         backend for unknown groups.  This is mainly useful for nnimap groups.
7808
7809         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7810         group isn't covered by the agent.
7811
7812 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7813
7814         * nnir.el (nnir-method-default-engines): New variable.
7815         (nnir-run-query): Use it.
7816         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7817         (gnus-summary-nnir-goto-thread): Change group if needed.
7818
7819         * gnus-group.el (gnus-group-group-map): Add key binding for
7820         gnus-group-make-nnir-group.
7821
7822 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7823
7824         * shr.el (shr-tag-object): Add.
7825
7826         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7827         original article buffer live.
7828         (gnus-summary-select-article-buffer):
7829         Mention gnus-widen-article-buffer.
7830
7831 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7832
7833         * shr.el (shr-tag-strong): Add.
7834
7835 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836
7837         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7838         group names.  They mess up the group buffer badly.
7839
7840         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7841
7842         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7843         instead of the summary one.
7844
7845 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * mml.el (mml-preview): Work properly when editing article.
7848
7849         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7850         gnus-have-read-active-file if it's already been in.
7851
7852 2010-10-22  Tom Tromey  <tromey@redhat.com>
7853
7854         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7855         gnus-group-completing-read.
7856
7857 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7858
7859         * message.el (message-mode-map): Don't bind M-; to comment region, to
7860         allow the global comment-dwim to work.
7861
7862 2010-10-21  Julien Danjou  <julien@danjou.info>
7863
7864         * message.el (message-setup-1): Allow message-default-headers to be a
7865         function.
7866
7867 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * shr.el (shr-tag-table): Simplify.
7870
7871 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872
7873         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7874         to avoid trying to snarf invalid stuff.
7875
7876         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7877
7878         * gnus.el (gnus-message-archive-group): Quote value.
7879         (gnus-message-archive-group): Mark as changed.
7880
7881         * shr.el (shr-add-font): Don't put the font properties on the newline
7882         or the indentation.
7883
7884         * message.el (message-fix-before-sending): Change options when sending
7885         non-printable characters.
7886
7887         * gnus.el (gnus-message-archive-method): Change the default to
7888         monthly outgoing groups.
7889
7890         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7891         that have gotten new numbers.
7892
7893         * nnimap.el (nnimap-request-replace-article): New function.
7894
7895 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7898         (nnrss-request-article): Don't use special html washing code.
7899
7900 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * shr.el (shr-tag-table): Remove useless nconc.
7903
7904 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7905
7906         * gnus-art.el (article-wash-html): Simplify and remove the charset
7907         stuff.  Use the normal html rendering code instead of the special html
7908         washing code.
7909
7910         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7911         `gnus-w3m' symbols.
7912         (mm-text-html-washer-alist): Remove.
7913
7914         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7915         (mm-inline-media-tests): Remove use.
7916         (mm-text-html-renderer): Change default to the `shr' symbol.
7917
7918         * mm-view.el (mm-inline-text-html): Remove use.
7919
7920         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7921         `gnus-blocked-images' to be a function.
7922         (gnus-article-wash-function): Remove.
7923
7924 2010-10-20  Julien Danjou  <julien@danjou.info>
7925
7926         * spam.el (spam-list-of-processors): Mark as obsolete.
7927
7928         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7929         (nnimap-insert-partial-structure): Fix boundary detection.
7930
7931 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7932
7933         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7934         run file-truename on remote files.  This can be expensive and even
7935         prevent one from editing drafts if some unrelated buffer has a stale
7936         connection.
7937
7938 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7941         kinsoku-eol regardless of shr-kinsoku-shorten.
7942         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7943         (shr-tag-table): Support caption, thead, and tfoot.
7944
7945 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7946
7947         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7948         lines.
7949         (shr-save-contents): New command and keystroke.
7950
7951         * nndoc.el (nndoc-type-alist): Add git support.
7952         (nndoc-git-type-p): New function.
7953         (nndoc-transform-git-article): Ditto.
7954         (nndoc-transform-git-headers): Ditto.
7955         (nndoc-transform-git-headers): Generate Subject headers.
7956
7957         * shr.el (shr-parse-style): New function.
7958         (shr-tag-span): Ditto.
7959
7960         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7961         to `G G' to avoid collisions.
7962
7963 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * shr.el: Load kinsoku if necessary.
7966         (shr-kinsoku-shorten): New internal variable.
7967         (shr-find-fill-point): Make kinsoku shorten text line if
7968         shr-kinsoku-shorten is bound to non-nil.
7969         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7970         shr-indentation too when testing if table is wider than frame width.
7971         (shr-insert-table): Use `string-width' instead of `length' to measure
7972         text width.
7973         (shr-insert-table-ruler): Make sure indentation is done at bol.
7974
7975 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7976
7977         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7978         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7979         undecoded network data.
7980
7981 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7984         name in the mode line spec so that the mode line menu works
7985         (bug #2431).
7986
7987         * message.el (message-get-reply-headers): If we're fed `to-address',
7988         then always use that.
7989
7990         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7991         aren't so wide as to need to switch off the edit menu.
7992
7993         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7994         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7995
7996         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7997         `M-g'.
7998         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7999         the permanent marks.
8000
8001 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8002
8003         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8004         Splitting according to references/in-reply-to obeys the ignore-groups
8005         variable, while splitting by sender and subject do not.
8006
8007 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8008
8009         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8010         alist, so that we can look for non-Unicode chars.
8011         (article-translate-strings): Allow both character and string maps.
8012
8013 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * shr.el (shr-insert): Don't insert space behind a wide character
8016         categorized as kinsoku-bol, or between characters both categorized as
8017         nospace.
8018
8019 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8020
8021         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8022         headers to gnus-newsgroup-headers.
8023
8024 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025
8026         * shr.el (shr-tag-img): Don't align images -- since we're not
8027         rescaling, this often leads to ugly displays.
8028
8029 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8030
8031         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8032         duplicates.
8033
8034 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8035
8036         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8037         call.
8038
8039 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * gnus.el: Autoload gnus-html-show-images.
8042
8043         * nnimap.el: Use nnheader-message throughout.
8044
8045         * shr.el (shr-tag-img): Ignore images with no data.
8046
8047 2010-10-15  Julien Danjou  <julien@danjou.info>
8048
8049         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8050         a possibility to disable format=flow encoding when using hard newlines.
8051
8052 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * shr.el (shr-insert): Remove space inserted before or after a
8055         breakable character or at the beginning or the end of a line.
8056         (shr-find-fill-point): Do kinsoku; find the second best point or give
8057         it up if there's no breakable point.
8058
8059 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * nnimap.el (nnimap-open-connection): Message when opening connection
8062         for debugging purposes.
8063
8064         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8065         on every setup buffer call to allow this to change from article to
8066         article.
8067
8068         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8069         buffers where we have a wide table.
8070
8071 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8072
8073         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8074         uses *-request-thread.
8075
8076 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8077
8078         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8079         incantation, which is no longer valid.
8080
8081 2010-10-14  Julien Danjou  <julien@danjou.info>
8082
8083         * shr.el: Fix defcustom type (char -> character).
8084
8085 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8086
8087         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8088         programs.
8089
8090 2010-10-14  Julien Danjou  <julien@danjou.info>
8091
8092         * shr.el (shr-tag-a): Use url-link as widget type.
8093
8094         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8095         `gnus-group-get-icon'.
8096
8097 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098
8099         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8100         This should make server editing work better.
8101
8102         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8103
8104         * tls.el (tls-program): Remove spurious %s from openssl.
8105
8106         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8107         (nnimap-parse-flags): Fix regexp.
8108
8109         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8110         probably work for CJVK text, too.
8111
8112         * nnimap.el (nnimap-extend-tls-programs): Remove.
8113         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8114
8115         * tls.el (tls-starttls-switches): Remove starttls hack.
8116         (open-tls-stream): Ditto.
8117         (tls-find-starttls-argument): Ditto.
8118
8119 2010-10-13  Julien Danjou  <julien@danjou.info>
8120
8121         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8122         responses.
8123
8124 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8127
8128         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8129         anything in Emacs.
8130
8131         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8132
8133 2010-10-13  Julien Danjou  <julien@danjou.info>
8134
8135         * shr.el (shr-width): Make shr-width a defcustom with default to
8136         fill-column.
8137         (shr-tag-img): Use shr-width rather than fill-column.
8138
8139 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * dgnushack.el (byte-optimize-apply):
8142         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8143
8144         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8145         position when (X-)Faces exist.
8146         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8147         avatars when called interactively.
8148
8149 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8152         gnus-article-x-face-too-ugly is bound.
8153
8154 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8155
8156         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8157
8158         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8159         mailbox that doesn't exist.
8160
8161 2010-10-12  Julien Danjou  <julien@danjou.info>
8162
8163         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8164         (shr-get-image-data): Encode URL properly when fetching from cache.
8165         (shr-tag-img): Use aligned-to spaces to align correctly images.
8166
8167         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8168         before inserting the Gravatar.
8169
8170         * shr.el (shr-tag-img): Add align attribute support for <img>.
8171
8172 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * gnus-gravatar.el (gnus-art): Require.
8175
8176         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8177         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8178         Remove long obsoleted functions.
8179
8180 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8183
8184         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8185
8186         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8187         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8188         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8189         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8190         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8191         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8192         * sieve-manage.el, smime.el, spam.el:
8193         Fix comment for declare-function.
8194
8195 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * nnimap.el (nnimap-request-rename-group): Select group read-only
8198         before renaming it.
8199
8200         * shr.el (shr-insert): Fix up the white space only regexp.
8201
8202         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8203         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8204
8205         * shr.el (shr-current-column): New function.
8206         (shr-find-fill-point): New function.
8207
8208 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8209
8210         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8211         numbers.
8212
8213 2010-10-11  Julien Danjou  <julien@danjou.info>
8214
8215         * shr.el (shr-hr-line): Add.
8216         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8217         display hr lines.
8218         (shr-max-columns): Do not change state to nil if we just inserting
8219         spaces.
8220
8221 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8224         select the last group.
8225
8226 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8227
8228         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8229
8230 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8231
8232         * dig.el (dig-mode-map): Declare and define in one step.
8233
8234 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8235
8236         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8237         for Gnus.
8238         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8239         (nnimap-update-qresync-info): Mark \Seen articles as read.
8240
8241         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8242         non-variable, too.
8243
8244         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8245         available.
8246         (nnimap-update-info): Rely more on the current active than the param
8247         active to avoid marking articles as read too much.
8248
8249         * auth-source.el (auth-source-create): Use (user-login-name) for the
8250         user name default.
8251
8252         * nnimap.el (nnimap-update-info): If the server doesn't return any
8253         useful info, just use the previous info.
8254         (nnimap-update-info): Prefer old info over start-article.
8255         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8256
8257 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8258
8259         * nnir.el (autoload): Clean up autoloads.
8260         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8261         Use key rather than value.
8262         (nnir-imap-search-other): New variable.
8263         (nnir-read-parm): Use it.
8264         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8265         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8266
8267 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8268
8269         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8270         the process, too.
8271
8272 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8273
8274         * spam.el (gnus-summary-mode-map): Bind to "$".
8275         Suggested by Russ Allbery.
8276
8277         * shr.el: Rework the way things are indented by <li> slightly.
8278
8279         * gnus.el (gnus-group-set-parameter): Fix typo.
8280
8281         * nnimap.el: Start implementing QRESYNC support.
8282
8283 2010-10-09  Julien Danjou  <julien@danjou.info>
8284
8285         * nnir.el (nnir-engines): Fix too many arguments.
8286
8287 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8288
8289         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8290         group is the "last", so that the backends like nnfolder actually save
8291         their folders.
8292
8293         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8294         try to use that for the tls stream.
8295         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8296         UIDVALIDITY and find out which groups are read-only and not.
8297         (nnimap-get-flags): Use the same marks parsing code as the rest of
8298         nnimap.
8299
8300 2010-10-09  Julien Danjou  <julien@danjou.info>
8301
8302         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8303
8304         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8305         retrieving gravatars.
8306
8307         * shr.el (shr-table-corner): Add.
8308         (shr-table-line): Add.
8309         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8310
8311 2010-10-08  Julien Danjou  <julien@danjou.info>
8312
8313         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8314
8315 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8318
8319         * gnus-sum.el (gnus-mark-article-as-unread)
8320         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8321         (gnus-summary-set-bookmark): Use it.
8322
8323         * gnus-msg.el (gnus-setup-message): Use it.
8324
8325         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8326
8327         * gnus.el (gnus-group-remove-parameter): Use it.
8328
8329         * gnus-group.el (gnus-group-make-web-group): Use it.
8330
8331         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8332
8333         * nnregistry.el: Update docs to mention manual.
8334
8335         * gnus-registry.el: Update docs to mention nnregistry.el.
8336         (gnus-registry-initialize): Don't install nnregistry refer method
8337         automatically.
8338         (gnus-registry-install-nnregistry): Remove it.
8339
8340 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341
8342         * shr.el (shr-insert): Don't insert double spaces.
8343
8344 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-gravatar.el (gnus-treat-from-gravatar)
8347         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8348         called interactively.
8349
8350         * gnus-art.el (gnus-mime-view-part-externally)
8351         (gnus-mime-view-part-internally): Make predicate function passed to
8352         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8353         of a mime type.
8354
8355         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8356
8357 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * shr.el (require): Require cl when compiling.
8360         (shr-tag-hr): New function.
8361
8362         * nnimap.el (nnimap-update-info): Remove double setting of high.
8363         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8364         This makes nnimap work properly on Courier again.
8365
8366         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8367         the variable for backwards compatibility.
8368
8369         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8370         the file name before using to avoid setting mm-default-directory to
8371         nil.
8372
8373         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8374         bidning gnus-agent variables.
8375
8376         * shr.el (shr-render-td): Use a cache for the table rendering function
8377         to avoid getting an exponential rendering behavior in nested tables.
8378         (shr-insert): Rework the line-breaking algorithm.
8379         (shr-insert): Don't leave trailing spaces.
8380         (shr-insert-table): Also insert empty TDs.
8381         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8382
8383 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8384
8385         * gnus-sum.el (gnus-number): Rename from `number'.
8386         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8387         (gnus-summary-limit-children): Update uses correspondingly.
8388
8389 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8392         (gnus-gravatar-transform-address): Don't show avatars of people of
8393         which mail addresses match gnus-gravatar-too-ugly.
8394
8395 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8396
8397         * shr.el (shr-table-widths): Expand TD elements to fill available
8398         space.
8399
8400 2010-10-07  Julien Danjou  <julien@danjou.info>
8401
8402         * nnimap.el (nnimap-request-rename-group): Add this method.
8403
8404 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8407         name from XEmacs' function-arglist.
8408
8409         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8410         gravatar under XEmacs.
8411
8412 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8413
8414         * auth-source.el: Update docs with TODO items.
8415
8416         * gnus-sync.el: Update docs to explain state and plans.
8417
8418         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8419         Hooks for mark updates.
8420         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8421
8422         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8423         hooks with arguments, which is needed for mark update hooks.
8424
8425 2010-10-06  Julien Danjou  <julien@danjou.info>
8426
8427         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8428         was matched.
8429
8430         * sieve-manage.el: Update example in `Commentary'.
8431
8432         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8433
8434         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8435         not 2000.
8436         (sieve-manage-authenticate): Re-add function.
8437
8438 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * shr.el (shr-insert): Get 'space transition right.
8441         (shr-render-td): Only delete space at the end of the TD.
8442
8443         * nnimap.el (nnimap-open-connection): Prepare to support
8444         open-gnutls-stream.
8445
8446         * shr.el: Rearrange function order to be more logical.
8447
8448 2010-10-06  Julien Danjou  <julien@danjou.info>
8449
8450         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8451         (nnrss-discover-feed): Remove 404 URL in docstring.
8452
8453         * nnir.el: Fix Swish-E URL.
8454         Fix Namazu URL.
8455
8456         * message.el (message-change-subject): Remove 404 URL in a comment.
8457
8458 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8461         called interactively.
8462
8463         * gnus-util.el (gnus-remove-if): Allow hash table.
8464         (gnus-remove-if-not): New function.
8465
8466         * gnus-art.el (gnus-mime-view-part-as-type):
8467         * gnus-score.el (gnus-summary-score-effect):
8468         * gnus-sum.el (gnus-read-move-group-name):
8469         Replace remove-if-not with gnus-remove-if-not.
8470
8471         * gnus-group.el (gnus-group-completing-read):
8472         Regard collection as a hash table if it is not a list.
8473
8474 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8475
8476         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8477
8478         * shr.el: Document the table-rendering algorithm.
8479
8480 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8483         for Emacsen having no `libxml-parse-html-region' support.
8484
8485 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8486
8487         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8488         invalid URLs.
8489
8490         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8491         line-broken.
8492         (shr-tag-img): Ignore image fetching errors.
8493         (shr-overlays-in-region): Compute overlay positions correctly.
8494
8495         * mm-decode.el (mm-shr): Require shr.
8496
8497         * gnus-art.el (gnus-blocked-images): Move variable here.
8498
8499         * shr.el (shr-insert-table): Bind free variable.
8500
8501         * mm-decode.el (mm-shr): Bind shr-content-function.
8502
8503         * shr.el (shr-content-function): New variable.
8504
8505         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8506         added for symmetry.
8507
8508         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8509
8510         * gnus-group.el (gnus-group-make-group): Doc fix.
8511
8512         * nnimap.el (nnimap-request-newgroups): Return success.
8513
8514         * shr.el (shr-find-elements): New function.
8515         (shr-tag-table): Put all the images after the table.
8516         (shr-tag-table): Really inhibit images inside the table.
8517         (shr-collect-overlays): Copy over overlays from the TD elements to the
8518         main document.
8519
8520         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8521         gnus-blocked-images.
8522
8523 2010-10-05  Julien Danjou  <julien@danjou.info>
8524
8525         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8526
8527         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8528         (gnus-html-maximum-image-size): Add this function.
8529         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8530
8531         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8532         server-value of the capability is nil.
8533
8534 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * shr.el (shr-tag-em): Add <EM> tag.
8537
8538 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8539
8540         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8541         customizable.
8542
8543         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8544         handing broken links to browse-url.
8545
8546 2010-10-05  Julien Danjou  <julien@danjou.info>
8547
8548         * gnus-util.el (gnus-emacs-completing-read)
8549         (gnus-iswitchb-completing-read): Use autoload rather than require.
8550
8551 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8554         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8555         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8556         iswitchb-temp-buflist for XEmacs.
8557
8558         * gnus-util.el (gnus-completing-read-function): Exclude
8559         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8560         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8561         XEmacs.
8562
8563         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8564         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8565
8566         * gnus-html.el: Don't require help-fns under XEmacs.
8567         (gnus-html-schedule-image-fetching): Work for XEmacs.
8568
8569         * mm-decode.el (mm-shr): Decode contents by charset.
8570
8571 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572
8573         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8574         unknown.
8575
8576         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8577         (shr-get-image-data): Ensure against the cache file missing.
8578
8579         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8580         for data.
8581
8582         * spam-report.el (spam-report-url-ping-plain): Don't query about
8583         killing the process.
8584
8585         * shr.el (shr-render-td): Protect against too-wide text.
8586
8587 2010-10-04  Julien Danjou  <julien@danjou.info>
8588
8589         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8590         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8591
8592         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8593         retrieved.
8594
8595 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * shr.el (browse-url): Require.
8598         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8599         lines.
8600         (shr-show-alt-text, shr-browse-image): New commands.
8601         (shr-browse-url, shr-copy-url): New commands.
8602
8603         * gnus-sum.el (gnus-widen-article-window): New variable.
8604         (gnus-summary-select-article-buffer): Use it.
8605
8606         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8607         without @ signs.
8608
8609 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8610
8611         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8612
8613 2010-10-04  Julien Danjou  <julien@danjou.info>
8614
8615         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8616         for XEmacs.
8617
8618 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8621
8622         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8623         (nnimap-close-server): Implement.
8624
8625         * dgnushack.el (iswitchb): Require to shut up the compiler.
8626
8627         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8628         (shr-insert): Tweak line breaking.
8629         (shr-insert): Handle <pre> better.
8630         (shr-tag-li): Get <li> indentation right.
8631         (shr-tag-li): Get <li> indentation even righter.
8632         (shr-tag-blockquote): Ensure paragraph start.
8633         (shr-make-table): Tweak table generation.
8634         (shr-make-table): Fix typo.
8635
8636         * shr.el: Implement table rendering.
8637
8638 2010-10-04  Julien Danjou  <julien@danjou.info>
8639
8640         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8641
8642 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * shr.el (shr-insert): Use string anchors instead of line anchors.
8645
8646 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * shr.el: Add headings.
8649         (shr-ensure-paragraph): Actually work.
8650         (shr-tag-li): Make <ul> prettier.
8651         (shr-insert): Get white space at the beginning/end of elements right.
8652         (shr-tag-p): Collapse subsequent <p>s.
8653         (shr-ensure-paragraph): Don't insert double line feeds after blank
8654         lines.
8655         (shr-insert): \t is also space.
8656         (shr-tag-s): Fix "s" tag name function.
8657         (shr-tag-s): Fix face prop name.
8658
8659 2010-10-03  Julien Danjou  <julien@danjou.info>
8660
8661         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8662
8663         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8664         gnus-window-inside-pixel-edges.
8665
8666         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8667         gnus-ems.
8668
8669         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8670
8671         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8672         function.
8673
8674         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8675         resize choice.
8676
8677 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8680         beginning of the buffer.
8681
8682         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8683         article buffer again.
8684
8685         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8686
8687         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8688         when it's at the start of the buffer.
8689
8690         * shr.el (shr-tag-blockquote): Convert name.
8691         (shr-rescale-image): Use the right image-size variant.
8692
8693         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8694         buffer isn't shown, then select the current article first instead of
8695         bugging out.
8696         (gnus-summary-select-article-buffer): Show both the article and summary
8697         buffers again.
8698
8699         * shr.el (shr-fontize-cont): Protect against regions with no text.
8700         Rename tag functions to shr-tag-* for enhanced security.
8701         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8702
8703 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8704
8705         * shr.el (shr-insert):
8706         * pop3.el (pop3-movemail):
8707         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8708         loaded.
8709
8710 2010-10-03  Glenn Morris  <rgm@gnu.org>
8711
8712         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8713
8714         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8715
8716         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8717
8718         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8719
8720         * gnus-util.el (gnus-make-local-hook): Simplify.
8721
8722 2010-10-02  Julien Danjou  <julien@danjou.info>
8723
8724         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8725         (gnus-ido-completing-read): New function.
8726         (gnus-emacs-completing-read): New function.
8727         (gnus-completing-read): Use gnus-completing-read-function.
8728         Add gnus-completing-read-function.
8729
8730 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * shr.el (shr-insert-document): Autoload.
8733         (shr-img): Be silent.
8734         (shr-insert): Add a newline after every picture before text.
8735         (shr-add-font): Use overlays for combining faces.
8736         (shr-insert): Pass upwards the text start point.
8737
8738         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8739         possible.
8740         (mm-shr): New function.
8741
8742 2010-10-02  Julien Danjou  <julien@danjou.info>
8743
8744         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8745         should go backward.
8746
8747 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8748
8749         * shr.el (shr): Fix typo in provide call.
8750
8751 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752
8753         * shr.el: New file.
8754
8755         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8756
8757         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8758         completing read.
8759
8760 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8763         we're being queried about.  Suggested by Dan Jacobson.
8764
8765         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8766         Suggested by Jason Eisner.
8767
8768         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8769         table, too.  Suggested by Stefan Wiens.
8770         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8771         the table unnecessary.  Suggested by Stefan Wiens.
8772
8773         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8774         longer needed, and probably doesn't work either, as pointed out by
8775         Stefan Wiens.
8776         (gnus-summary-exit): Remove call to the clearing function.
8777         (gnus-summary-exit-no-update): Ditto.
8778
8779         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8780         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8781         Reported by Stefan Monnier.
8782         (gnus-summary-save-in-rmail): Ditto.
8783
8784         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8785         article buffer, instead of both the article buffer and the summary
8786         buffer.  Sort of suggested by Dan Jacobson.
8787
8788         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8789
8790         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8791         Suggested by Dan Jacobson.
8792
8793         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8794         documentation clearer.
8795
8796         * message.el (message-shorten-references): Comment on the number "21".
8797         Suggested by Stefan Monnier.
8798
8799         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8800         Suggested by Dan Jacobson.
8801
8802         * gnus.el (gnus-large-newsgroup):
8803         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8804
8805         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8806         externalize attachments.  Bug reported by Steve Wen.
8807
8808         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8809         really message anything to the user.
8810
8811         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8812         directly.
8813
8814         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8815         messages in empty groups.
8816
8817 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8818
8819         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8820         non-UIDNEXT group.
8821
8822 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8825         not the value from the collection.
8826
8827         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8828         values.  This sometimes happens on some groups that have no info.
8829         (nnimap-request-newgroups): New function.
8830
8831 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8832
8833         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8834         check into `gnus-registry-initialize'.
8835         (gnus-registry-initialize): Ditto.
8836         Fix and extend header docs.
8837
8838 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839
8840         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8841         regexp backtrace overflows.
8842
8843         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8844         for starttls that tls.el implements; i.e. openssl.
8845
8846         * tls.el (tls-starttls-switches): Give up on using starttls with
8847         gnutls-cli.
8848         (tls-program): Add --insecure to be consistent with the defaults from
8849         openssl s_client.  Now all three commands are insecure.
8850
8851 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * lpath.el: Bind completion-styles-alist for XEmacs.
8854
8855         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8856         (gravatar-create-image): New function that's an alias to
8857         gnus-xmas-create-image, gnus-create-image, or create-image.
8858         (gravatar-data->image): Use it.
8859
8860 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8861
8862         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8863         install the nnregistry refer method.
8864         (gnus-registry-install-hooks): Use it.
8865         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8866         unfollowed groups.
8867
8868 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8869
8870         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8871         expanding threads.
8872
8873 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * nnir.el: Use the server names without suffixes (bug #7009).
8876
8877         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8878         unencrypted to STARTTLS, if possible.
8879
8880 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8881
8882         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8883         headers before superseding.
8884
8885 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * nnrss.el (nnrss-use-local): Add documentation.
8888
8889         * nnimap.el (nnimap-extend-tls-programs): New function.
8890         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8891         (nnimap-wait-for-connection): Accept the greeting from the stupid
8892         output from openssl s_client -starttls, too.
8893
8894         * tls.el (tls-starttls-switches): New variable.
8895         (tls-find-starttls-argument): Use it.
8896         (open-tls-stream): Ditto.
8897
8898         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8899         (netrc-machine): Ditto.
8900
8901         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8902         article number.
8903         (nnimap-split-fancy): New variable.
8904         (nnimap-split-incoming-mail): Use it.
8905
8906         * nntp.el (nntp-server-list-active-group): Document.
8907
8908         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8909         SELECT to get the message-id.
8910
8911         * mail-source.el (mail-sources): Remove webmail support.
8912         (defvar): Ditto.
8913         (mail-source-fetcher-alist): Ditto.
8914         (mail-source-fetch-webmail): Remove.
8915
8916         * webmail.el: Remove -- doesn't seem relevant any more.
8917
8918         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8919
8920         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8921         the \r.
8922
8923 2010-09-30  Julien Danjou  <julien@danjou.info>
8924
8925         * gnus-agent.el (gnus-agent-add-group): Fix call to
8926         gnus-completing-read.
8927
8928 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929
8930         * nndoc.el (nndoc-retrieve-groups): New function.
8931
8932         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8933         `default', use nnmail-split-methods.
8934         (nnimap-request-article): Downcase the NILs so that they are nil.
8935
8936         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8937         symbol.
8938
8939         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8940         code, since if the user has requested network, that's what they ought
8941         to get.
8942         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8943         (nnimap-split-rule): Mark as obsolete.
8944
8945         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8946         New variable.
8947
8948         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8949         correct slot, too.
8950
8951 2010-09-29  Julien Danjou  <julien@danjou.info>
8952
8953         * gnus.el (gnus-local-domain): Declare variable obsolete.
8954
8955         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8956         Fix history computing.
8957         (gnus-ido-completing-read): Require ido.
8958
8959 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8960
8961         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8962         build Gnus.
8963
8964         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8965         when interpreting the structures.
8966         (nnimap-request-accept-article): Add \r\n to the lines to make this
8967         work with Cyrus.
8968
8969         * nndraft.el (nndraft-request-expire-articles): Use the group name
8970         instead if "nndraft".  Fix found by Nils Ackermann.
8971
8972 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8973
8974         * nnregistry.el: Add.
8975
8976 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8977
8978         * nnmail.el (group, group-art-list, group-art):
8979         Remove unneeded directives.
8980
8981 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8984         (mm-mime-charset):
8985         * rfc2047.el (rfc2047-syntax-table):
8986         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8987
8988         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8989         rather than `insert-file-contents' and `eval-region'.
8990
8991         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8992         construction.
8993
8994         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8995
8996         * time-date.el: No need to require cl for Emacs 21.
8997
8998 2010-09-29  Julien Danjou  <julien@danjou.info>
8999
9000         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9001         replacement of `gnus-gravatar-relief' to mimic
9002         `gnus-faces-properties-alist'.
9003         Add :version property.
9004
9005 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * mail-source.el (mail-source-report-new-mail):
9008         * message.el (message-default-mail-headers):
9009         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9010
9011         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9012
9013 2010-09-28  Julien Danjou  <julien@danjou.info>
9014
9015         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9016         mail-address contains the same string as real-name.
9017
9018         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9019         non-blank in header, otherwise it'll get stripped.
9020
9021         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9022         real-name, and then for mail address rather than doing : or , search.
9023
9024 2010-09-27  Julien Danjou  <julien@danjou.info>
9025
9026         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9027         right completing-read function.
9028         (gnus-use-ido): New variable
9029         (gnus-completing-read-with-default): Remove.
9030         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9031         (gnus-agent-add-group):
9032         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9033         * mm-view.el (mm-view-pkcs7-decrypt):
9034         * mm-util.el (mm-codepage-setup):
9035         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9036         * mml-smime.el (mml-smime-openssl-sign-query):
9037         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9038         (mml-insert-multipart):
9039         * gnus-msg.el (gnus-summary-yank-message):
9040         * gnus-int.el (gnus-start-news-server):
9041         * mm-decode.el (mm-interactively-view-part):
9042         * gnus-dired.el (gnus-dired-attach):
9043         * gnus.el (gnus-read-method):
9044         * gnus-bookmark.el (gnus-bookmark-jump):
9045         * gnus-art.el (gnus-mime-view-part-as-type)
9046         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9047         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9048         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9049         * nnmairix.el (nnmairix-create-server-and-default-group)
9050         (nnmairix-update-groups, nnmairix-get-server)
9051         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9052         (nnmairix-get-group-from-file-path):
9053         * nnrss.el (nnrss-find-rss-via-syndic8):
9054         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9055         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9056         (gnus-group-browse-foreign-server):
9057         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9058         (gnus-summary-execute-command, gnus-summary-respool-article)
9059         (gnus-read-move-group-name):
9060         * gnus-score.el (gnus-summary-increase-score)
9061         (gnus-summary-score-effect):
9062         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9063
9064 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9067         x-focus-frame.
9068
9069         * nnimap.el (auth-source-forget-user-or-password)
9070         (auth-source-user-or-password): Autoload.
9071
9072         * message.el (message-from-style, message-interactive)
9073         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9074         (message-yank-prefix, message-indentation-spaces, message-signature)
9075         (message-signature-file): Add comment.
9076
9077 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078
9079         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9080         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9081         new articles.
9082
9083         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9084         parts.
9085         (nnimap-request-article): Work with the t setting, too.
9086
9087         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9088         that you don't get flashes of other buffers.
9089         (gnus-summary-show-complete-article): Intern before setting.
9090
9091 2010-09-27  David Engster  <dengste@eml.cc>
9092
9093         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9094         well as HEADERS.
9095         (nnmairix-retrieve-headers): Provide new argument for the above.
9096
9097 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * gnus-sum.el (gnus-summary-move-article): Don't alter
9100         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9101         group.
9102
9103         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9104
9105         * message.el (message-cite-prefix-regexp): Revert my last edit.
9106
9107         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9108         variable instead of the Gnus variable.
9109
9110         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9111
9112         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9113
9114         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9115         since some servers don't like it.
9116         (nnimap-open-connection): Forget credentials if the server says the
9117         password was wrong.
9118         (nnimap-parse-line): Protect against invalid data.
9119
9120         * gnus-sum.el (gnus-summary-move-article): Add comment.
9121         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9122         nothing alters it while scanning for new messages.
9123
9124         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9125         which may or may not help.
9126         (nnimap-open-connection): If we're doing a stream connection, and then
9127         discover we're on a STARTTLS-capable server, then open a STARTTLS
9128         connection instead.
9129
9130 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * nnimap.el (utf7): Require.
9133
9134         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9135         prefix.
9136
9137 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9138
9139         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9140
9141 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142
9143         * nnimap.el (nnimap-request-accept-article): Message the error on
9144         error.
9145
9146 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9149
9150 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * nndoc.el (nndoc-request-list): Return success always.
9153
9154         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9155         `fetch-old' -- we only want to fetch the articles we've requested.
9156         The rest are in the agent, probably.
9157         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9158         disappeared server" to something low.  It's not important.
9159
9160         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9161         arrived before the FETCH data.
9162
9163         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9164         target here, because we don't know the Gnus name of the group.
9165
9166         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9167         for the correct group.
9168
9169         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9170
9171         * gnus.el (gnus): Give a final warning after startup.
9172
9173         * gnus-util.el (gnus-action-message-log): New variable.
9174         (gnus-message): Use it.
9175         (gnus-final-warning): New function.
9176
9177         * nnimap.el (nnimap-open-connection): Record the greeting.
9178         (nnimap): Add greeting.
9179
9180 2010-09-26  Julien Danjou  <julien@danjou.info>
9181
9182         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9183         arguments.
9184         (gnus-html-wash-images): Fix spec computing to include start/end.
9185
9186         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9187
9188 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189
9190         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9191         deletion.
9192         (nnimap-retrieve-headers): Don't select the group, because that's
9193         already done by nnimap-possibly-change-group.
9194
9195         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9196         (gnus-picon-transform-address): Use it.
9197
9198         * mail-source.el (mail-source-value): Revert previous patch.
9199
9200         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9201         on failure.
9202         (nnimap-open-connection): Look up both virtual and physical server name
9203         credentials.
9204
9205         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9206
9207 2009-02-07  Dave Love  <fx@gnu.org>
9208
9209         * tls.el (open-tls-stream): Don't query killing process.
9210
9211 2009-02-08  Dave Love  <fx@gnu.org>
9212
9213         * gnus-win.el (gnus-window-to-buffer-helper)
9214         (gnus-all-windows-visible-p): Function needn't be a symbol.
9215
9216         * mail-source.el (mail-source-value): Function needn't be a symbol.
9217
9218 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * message.el (message-cite-prefix-regexp): Remove } from the cite
9221         prefix.
9222
9223         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9224         highlight again, so that the highlight is correct.
9225
9226         * gnus-picon.el (gnus-picon): Remove again.
9227         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9228
9229         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9230         doing the header highlightling, so that the background color of the
9231         picon is correct.
9232
9233         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9234         (gnus-picon): Ditto.
9235         (gnus-picon): Reinstate.  The background color for picons is white.
9236         (gnus-picon-insert-glyph): Make the background white.
9237
9238         * nnml.el (nnml-open-nov): Don't return dead buffers.
9239
9240         * auth-source.el (auth-source-create): Query the user for whether to
9241         store the credentials.
9242
9243         * netrc.el (netrc-store-data): New function.
9244
9245         * auth-source.el (auth-source-user-or-password): Use the existing auth
9246         sources, if any, for creation.
9247
9248         * gnus.el (gnus-group-fast-parameter): Return the last matching
9249         parameter instead of the first matching parameter.
9250
9251 2010-09-26  Julien Danjou  <julien@danjou.info>
9252
9253         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9254
9255 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9256
9257         * mml2015.el (mml2015-use): Remove gpg support.
9258
9259         * mml1991.el (mml1991-function-alist): Remove gpg function.
9260         (mml1991-gpg-sign): Remove.
9261
9262 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9263
9264         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9265         (gnus-browse-unsubscribe-current-group): Document it.
9266         (gnus-browse-unsubscribe-group): Use it.
9267
9268 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9271         address to the To list for easier response.
9272
9273         * gnus.el (gnus-play-startup-jingle): Remove.
9274         (gnus-splash): Don't play jingle.
9275         (gnus): Silence gnus-load message.
9276
9277         * gnus-art.el (gnus-treat-play-sounds): Remove.
9278
9279         * gnus.el (gnus-play-jingle): Remove audio support.
9280
9281         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9282
9283         * earcon.el: Remove -- no users.
9284
9285         * gnus-audio.el: Remove -- no users of this package.
9286
9287         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9288
9289         * gnus-start.el (gnus-setup-news): Remove nocem support.
9290
9291         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9292
9293         * gnus.el (gnus-use-nocem): Remove.
9294
9295         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9296         Remove.
9297
9298         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9299         uses NoCeM any more.
9300
9301         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9302         (gnus-button-ctan-handler): Ditto.
9303         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9304         (gnus-button-ctan-directory-regexp): Ditto.
9305         (gnus-button-handle-ctan): Ditto.
9306         (gnus-button-tex-level): Ditto.
9307         (gnus-button-alist): Remove CTAN stuff.
9308
9309 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310
9311         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9312         nnimap-streaming test.
9313
9314         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9315         servers twice.
9316
9317         * nnimap.el (nnimap-open-connection): Add more error reporting when
9318         nnimap fails early.
9319
9320         * nnheader.el (nnheader-get-report-string): New function.
9321         (nnheader-get-report): Use it.
9322
9323         * gnus-int.el (gnus-check-server): Say what the error was when opening
9324         failed.
9325
9326         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9327         using streaming.
9328
9329 2010-09-25  Julien Danjou  <julien@danjou.info>
9330
9331         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9332         gnus-window-inside-pixel-edges.
9333
9334 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9337
9338         * mm-decode.el (mm-save-part): Allow saving to other directories the
9339         normal Emacs way.
9340
9341         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9342         Suggested by Jay Berkenbilt.
9343
9344         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9345         there isn't a single byte.
9346
9347         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9348         just do it.  It doesn't really seem to matter what the user responds
9349         here, I think, so it's just a confusing question.
9350
9351         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9352         non-streaming case.
9353
9354         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9355         (gnus-article-encrypt-body): Use it.
9356
9357         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9358         keystroke.
9359
9360         * nnimap.el (nnimap-find-wanted-parts-1):
9361         Use gnus-fetch-partial-articles.
9362
9363         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9364
9365         * nnimap.el (nnimap-insert-partial-structure): New function.
9366         (nnimap-get-partial-article): New function.
9367         (nnimap-request-article): Use it.
9368         (nnimap-wait-for-response): Return whether the wait was successful.
9369         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9370         retrieval wasn't successful.
9371         (nnimap-retrieve-group-data-early): Allow throttling servers.
9372         (nnimap-streaming): New variable.
9373         (nnimap-fetch-partial-articles): Remove.
9374
9375         * mm-decode.el (mm-with-part): Protect against killed buffers.
9376
9377         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9378         for prettier summary display.
9379
9380 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9381
9382         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9383
9384 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9387         apparently third-party libraries depend on it.
9388
9389         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9390         before starting negotiation.
9391
9392         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9393         privacy reasons.
9394         (gnus-treat-mail-gravatar): Ditto.
9395
9396         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9397         buffer when inserting images.  Inserting text into the headers, for
9398         instance, can make them invalid.
9399
9400 2010-09-25  Julien Danjou  <julien@danjou.info>
9401
9402         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9403         variables.
9404
9405         * nnheader.el: Remove useless variables news-reply-yank-from and
9406         news-reply-yank-message-id.
9407
9408         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9409         variables.
9410
9411         * mml1991.el: Remove useless mml1991-verbose.
9412
9413         * gnus.el: Remove useless variable gnus-use-generic-from.
9414         Remove obsolete variable gnus-topic-indentation.
9415
9416         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9417
9418         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9419
9420         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9421
9422         * gnus-group.el: Remove useless gnus-group-icon-cache.
9423         Remove useless gnus-ephemeral-group-server.
9424
9425         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9426
9427         * mml2015.el: Remove useless mml2015-verbose.
9428
9429         * mml-smime.el: Remove useless mml-smime-verbose.
9430
9431         * gnus.el: Remove useless gnus-local-domain.
9432
9433         * gnus-gravatar.el (gnus-gravatar-transform-address):
9434         Use gnus-gravatar-size.
9435
9436         * gnus-art.el: Remove useless gnus-treat-translate.
9437
9438 2010-09-24  Julien Danjou  <julien@danjou.info>
9439
9440         * gnus-sum.el: Add support for Gravatars.
9441
9442         * gnus-art.el: Add support for Gravatars.
9443
9444         * gnus-gravatar.el: Add this file.
9445
9446         * gravatar.el: Add this file.
9447
9448 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449
9450         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9451
9452         * gnus-group.el (gnus-group-fetch-faq): Remove.
9453
9454         * gnus.el (gnus-group-faq-directory): Remove.
9455
9456         * gnus-group.el (gnus-group-fetch-charter): Remove.
9457
9458         * gnus.el (gnus-group-charter-alist): Remove.
9459
9460         * gnus-group.el (gnus-group-archive-directory): Remove.
9461         (gnus-group-recent-archive-directory): Ditto.
9462         (gnus-group-make-archive-group): Remove.
9463
9464         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9465
9466         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9467         use the same article number for all the cached articles.
9468
9469         * nnimap.el (nnimap-command): Register the last command time so
9470         that we can use it for idling NOOPs.
9471         (nnimap-open-connection): Start the keeplive timer.
9472         (nnimap-make-process-buffer): Store all the process buffers.
9473         (nnimap-keepalive): New function.
9474
9475         * starttls.el (starttls-open-stream): Add autoload cookie.
9476
9477 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9478
9479         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9480         handling.
9481
9482 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483
9484         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9485         its data structures.
9486
9487         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9488         instead of the cl.el copy-list.
9489         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9490         equalp.
9491
9492 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9495         and tool-bar-local-item-from-menu.
9496
9497         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9498         mode-line-highlight face for Emacs.
9499
9500         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9501         loading gnus-sum.elc; fix comment for canlock-verify.
9502         (gnus-article-jump-to-part): Use read-number.
9503         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9504         Remove Emacs pre-21 compatible code for help-echo.
9505         (gnus-article-next-page-1): No need to adjust the number of lines.
9506         (gnus-article-describe-bindings): Always use help-buffer.
9507
9508         * gnus-audio.el (gnus-audio-inline-sound):
9509         * gnus-cus.el (gnus-custom-mode):
9510         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9511
9512         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9513
9514         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9515         compatible code.
9516
9517 2010-09-24  Glenn Morris  <rgm@gnu.org>
9518
9519         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9520         visiting the fcc file in rmail-mode.
9521
9522         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9523
9524 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * nnir.el: Silence the byte compiler.
9527
9528         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9529         alias to browse-url-url-encode-chars if any.
9530         (gnus-html-encode-url): Use it.
9531
9532 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * gnus-start.el (gnus-use-backend-marks): New variable.
9535         (gnus-get-unread-articles-in-group): Use it.
9536
9537         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9538         makeover.
9539
9540 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9541
9542         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9543
9544 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9547         Remove.
9548         (gnus-setup-news-hook):
9549         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9550
9551         * gnus-int.el (gnus-request-update-info): Protect against backends not
9552         having the function.
9553
9554         * nnimap.el (nnimap-stream): Mention starttls.
9555         (nnimap-open-connection): Add starttls support.
9556
9557 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9558
9559         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9560
9561 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9564         BODYSTRUCTUREs.
9565         (nnimap-transform-headers): Unfold quoted {42} headers.
9566
9567         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9568         the info.
9569         (gnus-get-unread-articles): Only call updatep on backends that support
9570         it.
9571
9572         * nnweb.el (nnweb-request-update-info): NOOP.
9573
9574         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9575
9576         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9577         since it only deals with marks.
9578
9579         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9580         gnus-request-marks, and make a new gnus-request-update-info.
9581
9582         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9583         the active instead of the high number, which is usually too low.
9584
9585 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9586
9587         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9588         * encrypt.el: Remove.
9589
9590 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9593         server in symbolic form.
9594
9595         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9596
9597 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9600         (nnimap-update-info): Fix up code slightly.
9601
9602         * gnus-int.el (gnus-open-server): Add tracing for performance
9603         debugging.
9604
9605         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9606         (gnus-group-insert-group-line): Pass the real group name so that it
9607         gets the right data.
9608
9609         * gnus-start.el (gnus-get-unread-articles): Don't have
9610         `gnus-get-unread-articles-in-group' update info, since that can be
9611         really slow and doesn't seem to be needed?
9612
9613 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9614
9615         * time-date.el (date-to-time): Try using parse-time-string first before
9616         using the slower timezone-make-date-arpa-standard.
9617
9618 2010-09-22  Julien Danjou  <julien@danjou.info>
9619
9620         * gnus-group.el (gnus-group-insert-group-line):
9621         Call gnus-group-highlight-line.
9622         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9623         default hook list.
9624         (gnus-group-update-eval-form): Add new function.
9625         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9626         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9627
9628 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9629
9630         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9631         immediate, then expire all articles.
9632         (nnimap-update-info): Fix off-by-one errors.
9633         (nnimap-flags-to-marks): Would return no marks lists for group with no
9634         flags.  Instead return the other data.
9635
9636 2010-09-22  Julien Danjou  <julien@danjou.info>
9637
9638         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9639         Only return an icon.
9640         (gnus-group-insert-group-line): Compute icon to return.
9641
9642         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9643         (gnus-html-image-fetched): Only cache if
9644         gnus-html-image-automatic-caching is set.
9645         (gnus-html-image-fetched): Check for errors.
9646
9647 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9650         once per method on `g'.  This ensures that backends like nnfolder don't
9651         open all their folders.
9652
9653         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9654         (nnimap-request-list): Nix out group in the correct buffer.
9655         (nnimap-parse-flags): Implement by using `read' instead of
9656         hand-parsing.
9657         (nnimap-flags-to-marks): Pass on permanent-flags.
9658         (nnimap-make-process-buffer): Record the server name.
9659         (nnimap-parse-flags): Fix typo.
9660         (nnimap-request-scan): Run split on the server in general, not just a
9661         single group.
9662
9663         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9664         parameter, and propagate this downwards.
9665
9666         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9667         since EXAMINE changes it on the server.
9668
9669         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9670         this command might take a while.
9671
9672 2010-09-22  Julien Danjou  <julien@danjou.info>
9673
9674         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9675         harmful if you have 2 images side-by-side, they can't be properly
9676         update on text deletion.  Using text-property is safer here.
9677         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9678         data.
9679
9680 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9681
9682         * nnimap.el (nnimap-expunge-inbox): Remove.
9683         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9684         (nnimap-expunge): Flip default to t.
9685
9686         * gnus.el (gnus-method-to-server): Don't push things to the cache
9687         unless it's unique.
9688         (gnus-server-to-method): Ditto.
9689
9690 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9691
9692         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9693
9694 2010-09-22  Julien Danjou  <julien@danjou.info>
9695
9696         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9697         get the start of data.
9698         (gnus-html-encode-url): Add this function to encode special chars in
9699         URL.
9700         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9701         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9702
9703         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9704         default.
9705         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9706
9707         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9708         images alt-text.
9709         (gnus-html-put-image): Put alt-text as help-echo.
9710
9711 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9714         * mm-util.el (mm-decompress-buffer):
9715         * nnir.el (nnir-run-find-grep):
9716         * pop3.el (pop3-list): Use 3rd arg of split-string.
9717
9718         * time-date.el (format-seconds): Comment fix.
9719
9720         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9721         and byte-optimize-form-code-walker.
9722         (dgnushack-make-auto-load): Don't advise make-autoload.
9723
9724         * lpath.el: Remove Emacs 21 stuff.
9725
9726 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727
9728         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9729         outside the active range.  Suggested by Dan Christensen.
9730
9731         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9732         slightly later to avoid double-getting it.
9733
9734         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9735         previous patch.
9736
9737         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9738
9739 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9740
9741         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9742
9743 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * gnus-int.el (gnus-open-server): Give a better error message in the
9746         "go offline" case.
9747
9748         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9749         marks for nnimap, which is seldom the right thing to do.
9750
9751         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9752         (gnus-same-method-different-name): New function.
9753
9754         * nnimap.el (parse-time): Require.
9755
9756         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9757         method in the presence of many similar methods.
9758
9759         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9760
9761         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9762         nnml-inhibit-expiry.
9763
9764         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9765         find out whether methods are equal.
9766
9767         * nnimap.el (nnimap-find-expired-articles): New function.
9768         (nnimap-process-expiry-targets): New function.
9769         (nnimap-request-move-article): Request the article before looking at
9770         what the Message-ID is.  Fix found by Andrew Cohen.
9771         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9772
9773         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9774         for oldness in addition to being a predicate.
9775
9776         * nnimap.el (nnimap-request-group): When we have zero articles, return
9777         the right data to Gnus.
9778         (nnimap-request-expire-articles): Only delete articles immediately if
9779         the target is 'delete.
9780
9781         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9782         method, this would bug out.
9783
9784         * gnus-group.el (gnus-group-expunge-group): Rename from
9785         gnus-group-nnimap-expunge, and implemented as a normal interface
9786         function.
9787
9788         * gnus-int.el (gnus-request-expunge-group): New function.
9789
9790         * nnimap.el (nnimap-request-create-group): Implement.
9791         (nnimap-request-expunge-group): New function.
9792
9793 2010-09-21  Julien Danjou  <julien@danjou.info>
9794
9795         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9796         (gnus-html-cache-expired): Add new function.
9797         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9798         wethever we should display image for fetch it.
9799         Compute alt-text earlier to pass it to the fetching function too.
9800         (gnus-html-schedule-image-fetching): Change function argument to only
9801         get one image at a time, not a list.
9802         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9803         cache.
9804         (gnus-html-get-image-data): New function to retrieve image data from
9805         cache.
9806         (gnus-html-put-image): Change buffer argument to use image data rather
9807         than file, and place image above region rather than inserting a new
9808         one.  Do not take alt-text as argument, since it's useless now: we place
9809         the image above alt-text.
9810         (gnus-html-prune-cache): Remove.
9811         (gnus-html-show-images): Start to fetch image when we find one, do not
9812         push into a temporary list.
9813         (gnus-html-prefetch-images): Only fetch image if they have expired.
9814         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9815         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9816
9817 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9820
9821 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9824         spec inser "*" if the group isn't active instead of 0.
9825
9826         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9827         opening the server.
9828         (nnimap-request-delete-group): Implement group deletion.
9829         (nnimap-transform-headers): Return the size of the entire message in
9830         the Bytes header, not just the size of the first part.
9831         (nnimap-request-move-article): When moving an article from nnimap,
9832         request the article first so the accepting form has an article to
9833         accept.  Reported by Dan Christensen.
9834         (nnimap-command): Make sure that the error message doesn't error out.
9835
9836 2010-09-20  David Edmondson  <dme@dme.org>
9837
9838         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9839         we haven't requested anything.
9840
9841 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9842
9843         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9844         "".  Fix found by Andrew Cohen.
9845
9846         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9847         instead of -encode-string.
9848
9849 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9852
9853         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9854         by mm-subst-char-in-string.
9855
9856 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857
9858         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9859         waiting for the connection string.
9860
9861         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9862         arriving.
9863
9864         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9865         bogus characters.  This allows selecting certain Gmail groups.
9866
9867         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9868         (nnimap-fetch-partial-articles): New variable.
9869         (nnimap-open-connection): When looking for credentials, also use the
9870         nnimap-server-port.
9871         (nnimap-request-article): Return the group/article number, so that Gnus
9872         `^' works as expected.
9873         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9874
9875         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9876         comments.
9877         (gnus-methods-sloppily-equal): New function.
9878         (gnus): When using the development version of Gnus, load the gnus-load
9879         file.
9880
9881         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9882         `gnus-open-server' on each method before trying to scan them etc.
9883         This ensures that all the backend parameters are set correctly.
9884
9885         * nnimap.el (nnimap-authenticator): New variable.
9886         (nnimap-open-connection): Allow anonymous login.
9887         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9888         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9889
9890         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9891         patch, found by Knut Anders Hatlen.
9892
9893 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9894
9895         * gnus-agent.el (gnus-agent-batch-confirmation)
9896         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9897         to gnus-message.
9898         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9899         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9900         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9901         * gnus-int.el (gnus-open-server): Likewise.
9902         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9903         (gnus-score-check-syntax): Likewise.
9904         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9905         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9906         Likewise.
9907         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9908
9909 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9910
9911         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9912         calling conventions so that prefetch doesn't bug out.
9913
9914 2010-09-19  Julien Danjou  <julien@danjou.info>
9915
9916         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9917         rather than `subst-char-in-region' in order to be able to replace ASCII
9918         char by UTF-8 ones.
9919
9920         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9921         than curl.
9922         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9923         the right URL and ALT text on images.
9924         (gnus-html-wash-tags): Fix tag case.
9925         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9926         (gnus-article-html): Add -o display_ins_del=2 option.
9927         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9928
9929 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9930
9931         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9932         the extra mail headers, which sometimes seem to happen for unknown
9933         reasons.
9934
9935         * mail-parse.el (mail-header-encode-parameter): Define as
9936         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9937         (or most, perhaps?) mail readers don't understand the latter, but do
9938         understand the former.
9939
9940         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9941         to nil, so that no methods are automatically agentized.  I think this
9942         is probably what most users want.
9943
9944         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9945         from url-retrieve, for instance about invalid URLs.
9946
9947         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9948         groups that have no articles.
9949         (nnimap-request-article): Check that we really got an article when we
9950         requested one.
9951
9952         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9953         doesn't exist.
9954
9955         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9956         nntp buffer so the agent can save it.
9957         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9958         that CRLF doesn't get translated to \n.
9959         (nnimap-open-connection): Don't make 'shell commands only send \n.
9960
9961 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9962
9963         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9964         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9965         Update var name.
9966         (nnml-generate-nov-file): Use dolist.
9967         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9968         Use with-current-buffer.
9969
9970 2010-09-18  Julien Danjou  <julien@danjou.info>
9971
9972         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9973         parallel.
9974
9975 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9978         the range update right.
9979         (nnimap-request-group): Don't make `M-g' bug out on group with no
9980         marks.
9981         (nnoo): Require, so that other packages can require nnimap.
9982         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9983         command we're looking for.  This helps when the server sends more
9984         responses after we've gotten everything we expected.
9985         (nnimap): Add a `newlinep' field to keep track of end-of-line
9986         conventions.
9987         Don't send CRLF to things that don't want it.
9988         (nnimap-request-accept-article): Ditto.
9989
9990 2010-09-18  Julien Danjou  <julien@danjou.info>
9991
9992         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9993         than curl to retrieve images.
9994
9995 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9998         the marks.
9999         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10000         (nnimap-wait-for-connection): New function.
10001         (nnimap-open-connection): If we have PREAUTH, don't query for login
10002         credentials.
10003         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10004         when doing a partial update.
10005
10006 2010-09-18  Julien Danjou  <julien@danjou.info>
10007
10008         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10009         tags.
10010
10011 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10012
10013         * nnimap.el (nnimap-credentials): New function.
10014         (nnimap-open-connection): Use the new function to look for credentials
10015         also on the numeric equivalents of "imap" and "imaps".
10016
10017         * gnus-start.el (gnus-activate-group): Send the info to
10018         gnus-request-group.
10019
10020         * nnimap.el (nnimap-request-group): Have the "check" version of the
10021         function parse flags and update the info, so that a `M-g' get a total
10022         resync of all flags from the group.
10023
10024         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10025         to allow backends to alter the info on group selection.  Also alter all
10026         the backend -request-group functions to take the parameter.
10027
10028         * nnimap.el (nnimap-store-info): New function.
10029         (nnimap-update-info): Store the info for later usage.
10030         (nnimap-request-group): Use the stored info for the dont-check case, so
10031         that we don't retrieve all marks when we enter a group.
10032
10033         * nnimap.el: Use deffoo instead of defun for interface functions.
10034
10035         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10036         update the group info.  This makes the nndraft groups, for instance, go
10037         back to their old behavior.
10038
10039         * gnus-sum.el (gnus-select-newsgroup): Indent.
10040
10041         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10042         in.
10043         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10044         nothing.
10045
10046         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10047         from methods that are denied.
10048
10049         * gnus-int.el (gnus-method-denied-p): New function.
10050
10051         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10052         store the password instead of netrc.
10053         (nnimap-open-connection): Don't error out when we can't make a
10054         connections.
10055
10056         * auth-source.el (auth-source-create): In the password prompt, say what
10057         we're querying for.  Also prompt for user name if that hasn't been
10058         given.
10059
10060         * nnimap.el (nnimap-with-process-buffer): Remove.
10061
10062 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10065         method when we're reading from the agent.
10066
10067         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10068
10069         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10070         that's probably most useful for users.
10071
10072         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10073         "failed" all the time.
10074
10075         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10076         ...)) with (with-current-buffer ... ).
10077
10078         * nntp.el (nntp-open-server): Return whether the open was successful or
10079         not.
10080
10081         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10082         select an unread unseen article first.
10083
10084         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10085         /etc/services, supply some sensible port defaults.
10086
10087         * dgnushack.el: Define netrc-credentials.
10088
10089 2010-09-17  Julien Danjou  <julien@danjou.info>
10090
10091         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10092
10093 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10094
10095         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10096         doesn't have any parameters.
10097
10098 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10101         only upcased checks.
10102
10103         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10104
10105         * nnimap.el (nnimap-open-shell-stream): New function.
10106         (nnimap-open-connection): Use it.
10107         (nnimap-transform-headers): Get the number of lines in each message.
10108         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10109         number of lines.
10110         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10111         problem.
10112
10113         * utf7.el (utf7-encode): Autoload.
10114
10115         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10116         to allow the mail splitting to not return a default group.  This is
10117         useful for nnimap, which will leave unmatched mail in the inbox.
10118
10119         * nnimap.el: Rewritten.
10120
10121         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10122         nnimap usage.
10123
10124         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10125         if the move is internal, so that nnimap can do fast internal moves.
10126
10127         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10128         data.
10129         (gnus-read-active-for-groups): Support finishing the early retrieval of
10130         data.
10131
10132         * gnus-range.el (gnus-range-nconcat): New function.
10133
10134         * gnus-int.el (gnus-finish-retrieve-group-infos)
10135         (gnus-retrieve-group-data-early): New functions.
10136
10137 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10138
10139         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10140         (nnrss-retrieve-groups):
10141         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10142         (pop3-quit): Use with-current-buffer.
10143
10144 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10147         instead of nnheader-accept-process-output.
10148
10149         * dgnushack.el (dgnushack-compile): Add comment.
10150
10151         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10152
10153         * gnus-html.el (gnus-html-schedule-image-fetching)
10154         (gnus-html-prefetch-images): Replace process-kill-without-query by
10155         gnus-set-process-query-on-exit-flag.
10156
10157 2010-09-16  Romain Francoise  <romain@orebokech.com>
10158
10159         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10160
10161 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10162
10163         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10164         parameter to unintern is mandatory-ish in Emacs 24.
10165
10166         * gnus-html.el (gnus-html-schedule-image-fetching)
10167         (gnus-html-prefetch-images): Check for curl before using it.
10168
10169         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10170         depend on curl, which isn't essential.
10171
10172         * imap.el: Revert back to version
10173         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10174         seem problematic.
10175
10176 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10177
10178         * gnus-registry.el (gnus-registry-install-shortcuts):
10179         Explicitly pass `obarray' to `unintern' to avoid a warning.
10180
10181 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10182
10183         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10184         change.
10185
10186         * nnrss.el (nnrss-request-list): Remove this function and related
10187         functions, including the moreover stuff.
10188
10189 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * nnrss.el (nnrss-retrieve-groups): New function.
10192
10193 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10194
10195         * .dir-locals.el: Add no-byte-compile cookie.
10196
10197 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * time-date.el (format-seconds): Comment fix.
10200
10201         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10202         for back end that doesn't support request-scan.
10203
10204 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10205
10206         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10207         then do request scans from the backends.
10208
10209         * netrc.el (netrc-credentials): New conveniency function.
10210
10211         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10212         avoid running a hook per line, since this takes a lot of time,
10213         profiling shows.
10214         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10215         directly if gnus-visual-p is true.
10216
10217 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10220         groups; replace mapcar with dolist which is a bit faster; pass groups
10221         info to gnus-read-active-file-1.
10222         (gnus-read-active-file-1): Scan only specified groups if the new
10223         optional arg `infos' is given.
10224
10225 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10226
10227         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10228
10229         * pop3.el (pop3-movemail): Remove.
10230         (pop3-streaming-movemail): Rename to pop3-movemail.
10231
10232         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10233         don't restrict end-tag searches to the end of the line.
10234
10235 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10238         articles of every unchecked group to t, which means unknown since the
10239         server has never been opened.
10240
10241 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242
10243         * gnus-html.el (gnus-html-show-alt-text): New command.
10244         (gnus-html-browse-image): Ditto.
10245         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10246         to browse the image directly.
10247         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10248         better.
10249
10250         * gnus-async.el (gnus-async-article-callback):
10251         Call `gnus-html-prefetch-images' unconditionally.
10252
10253         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10254         before feeding URLs to curl.
10255
10256 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10259         internal images as deletable by `W D D'.
10260
10261         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10262         (gnus-async-article-callback): Fix typo.
10263
10264 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10267         current line to work around bugs in the output from w3m.
10268
10269         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10270         for groups that want that.
10271
10272         * nntp.el (nntp-wait-for-string): Supply a timeout for
10273         accept-process-output to ensure progress.
10274
10275         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10276         level to get unread articles from, then use that for foreign groups,
10277         too.
10278
10279         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10280         confuses the rest of the function.
10281
10282         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10283         for the methods that support -retrieve-groups, too.
10284
10285         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10286
10287 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10290         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10291
10292         * pop3.el: Require cl when compiling.
10293         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10294
10295 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10298         that aren't going to be activated.
10299         (gnus-get-unread-articles): Fix up the last commit.
10300
10301         * gnus-html.el (gnus-article-html): Allow calling without specifying
10302         the handle.  In that case, dissect the buffer first.
10303
10304         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10305
10306         * nnimap.el (nnimap-open-connection): Revert the change that would look
10307         into authinfo for imaps instead of imap.
10308
10309         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10310         say that you don't want to call gnus-request-group with don-check, but
10311         do check the reponse.  This is for virtual groups only.
10312         (gnus-get-unread-articles): Count the archive groups as secondary, so
10313         that they're activated the same way as before.
10314
10315         * imap.el (imap-message-map): Removed optional buffer parameter, since
10316         no callers use it.
10317         (imap-message-get): Ditto.
10318         (imap-message-put): Ditto.
10319         (imap-mailbox-map): Ditto.
10320         (imap-mailbox-put): Ditto.
10321         (imap-mailbox-get): Ditto.
10322         (imap-mailbox-get): Revert last change for this function.
10323
10324         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10325         case-insensitively.
10326         (nnimap-debug): Remove.
10327
10328         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10329         callers to use `imap-fetch' instead.  According to the comments, this
10330         should be safe, since all other IMAP clients use the 1:* syntax.
10331         (imap-enable-exchange-bug-workaround): Remove.
10332         (imap-debug): Remove -- doesn't seem very useful.
10333
10334         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10335         mail from a file, and the file doesn't exist.
10336
10337         * imap.el (imap-log): New convenience function used throughout instead
10338         of repeating the same code all over the place.
10339
10340         * pop3.el (pop3-streaming-movemail): Return t for success.
10341
10342         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10343         .authinfo if we're using ssl connection.
10344
10345         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10346         already have if we're in a main Gnus `g' run.
10347
10348         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10349
10350 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10353
10354         * nnmh.el (nnmh-request-list-1): Bind `file'.
10355
10356         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10357         alias to set-process-query-on-exit-flag or process-kill-without-query.
10358         (pop3-open-server): Use it.
10359
10360 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10363         box to the Incoming file.  Fixes mistake in previous checkin.
10364
10365         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10366         request loop (for debugging purposes) removed.
10367
10368         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10369         culprit is more visible.
10370         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10371         (nnml-add-incremental-nov): New functions to do "incremental" nov
10372         updates, where we just append to the end of the existing nov files
10373         without reading/writing them in full.
10374
10375         * mail-source.el (mail-source-delete-crash-box): Really only check the
10376         incoming files once in a while.
10377
10378         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10379
10380         * mail-source.el (mail-source-delete-crash-box): Only check the
10381         incoming files for deletion once per day to save a lot of file
10382         accesses.
10383
10384         * pop3.el (pop3-logon): Fix up unbound variable typo.
10385
10386         * mail-source.el (pop3-streaming-movemail): Autoload.
10387
10388         * pop3.el (pop3-streaming-movemail):
10389         Respect pop3-leave-mail-on-server.
10390
10391         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10392         retrieval.
10393
10394         * pop3.el (pop3-process-filter): Remove unused function.
10395         (pop3-streaming-movemail, pop3-send-streaming-command)
10396         (pop3-wait-for-messages, pop3-write-to-file)
10397         (pop3-number-of-responses): New functions for streaming pop3
10398         retrieval.
10399
10400         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10401         come from no known methods.
10402         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10403         list.
10404
10405         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10406         message sizes.
10407         (pop3-movemail): Use erase-buffer instead of looping and deleting
10408         regions, which seems rather odd.
10409
10410         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10411         file once per `g' run.
10412
10413         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10414         directories.  This makes the draft queue directory work.
10415
10416         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10417         data from the backends, so that we only request the list of groups from
10418         each method once.  This should speed things up considerably.
10419
10420         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10421         detect that it's not implemented.
10422
10423         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10424         we actually do recurse down into the tree, but don't stat all leaf
10425         nodes.
10426
10427         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10428         then say so instead of bugging out.
10429
10430         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10431         files exist before trying to read them.
10432
10433         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10434         around <pre_int>.
10435
10436         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10437
10438         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10439
10440 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10441
10442         * mm-util.el (mm-image-load-path): Just return the image directories,
10443         not all directories in the path in addition to the image directories.
10444         (mm-image-load-path): Maintain a cache of the image directories so that
10445         the `g' command in Gnus doesn't have to stat dozens of directories each
10446         time.
10447
10448         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10449         (gnus-html-wash-tags): Add a new `i' command to insert images.
10450         (gnus-html-insert-image): New command and keystroke.
10451         (gnus-html-redisplay-with-images): New command and keystroke.
10452         (gnus-html-show-images): Rename command.
10453         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10454         spacers.
10455         (gnus-html-wash-tags): Decode entities at the end, so that entities
10456         inside the tags don't mess up the rest of the "parsing".
10457
10458         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10459         so that nnimap methods aren't agentized by default.  There's apparently
10460         many problems related to agent/imap behavior.
10461
10462         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10463
10464         * gnus-html.el: Doc fix.
10465
10466 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10469         specifier-spec-list for Emacs 21.
10470
10471         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10472         glyph-width and glyph-height instead of display-graphic-p and
10473         image-size; make avoidance of displaying small images work for XEmacs.
10474
10475         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10476         for XEmacs.
10477
10478         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10479         of symbol that holds plist data.
10480         (gnus-process-plist): Remove plist of process after getting it.
10481
10482 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * message.el (message-generate-hashcash): Change default to
10485         'opportunistic if hashcash is installed.
10486
10487         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10488         (gnus-html-put-image): Only call image-size once, since it's somewhat
10489         time-consuming on remote X servers.
10490
10491 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10494         type on data, not a file name.
10495
10496         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10497         window-pixel-edges for Emacs 21.
10498
10499         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10500         decoded contents.
10501         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10502
10503 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10504
10505         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10506         group line format, since it isn't very interesting.
10507
10508         * gnus-agent.el (gnus-agent-short-article),
10509         (gnus-agent-long-article): Increase values for these two variables,
10510         since most people are likely to have more network connection and
10511         storage than before.
10512
10513         * gnus.el (gnus-refer-article-method): Change default to 'current.
10514         When referring an article, the common behavior is to refer it from the
10515         current select method, not the native select method.  The chances of
10516         the native select method having the message in question is rather slim
10517         these days.
10518
10519         * gnus-sum.el (gnus-auto-select-subject): Change default to
10520         `unseen-or-unread'.  I think it's likely that most people want to
10521         select an unseen article over a previously seen, but unread one.
10522
10523         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10524         means that in the article buffer none of the minor mode elements will
10525         be shown, usually, and this is not desirable in most cases.
10526
10527         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10528         that commands like `d' (and the like) go to the next line in the
10529         buffer, instead of the next unread article.  I think this is the
10530         behavior that is most natural for most users.
10531         (gnus-single-article-buffer): Change default to nil, so that people can
10532         have as many article buffers open as they have summary buffer.  I think
10533         this is the most natural way for the groups to behave.
10534
10535         * message.el (message-generate-new-buffers): Change default to
10536         `unsent', so that all new message buffers start their names with the
10537         string "*unsent", and it's easier to find the buffers if you move from
10538         them.
10539
10540 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10541
10542         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10543         small.  They're probably tracking images.
10544         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10545         (gnus-html-rescale-image): Yet another try at getting the image sizing
10546         right.
10547
10548         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10549         nntp-marks-file-name is nil.
10550
10551 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10552
10553         * gnus-html.el (gnus-html-wash-tags)
10554         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10555         Better logging.
10556
10557 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10560
10561         * gnus-html.el (gnus-html-wash-tags): Check the value of
10562         gnus-blocked-images in the summary buffer.
10563
10564 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10565
10566         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10567
10568 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569
10570         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10571         like "a", it seems like.
10572         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10573         since it needs to be picked from the correct buffer.
10574
10575         * nnwfm.el: Remove.
10576
10577         * nnlistserv.el: Remove.
10578
10579 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10580
10581         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10582         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10583
10584 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10585
10586         * nnkiboze.el: Remove.
10587
10588         * nndb.el: Remove.
10589
10590         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10591         alt text.
10592         (gnus-html-rescale-image): Try to get the rescaling logic right for
10593         images that are just wide and not tall.
10594
10595         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10596         overshadow variable bindings.
10597
10598 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10599
10600         * gnus-html.el (gnus-html-wash-tags)
10601         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10602         Add extra logging.
10603
10604 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10607         (gnus-max-image-proportion): New variable.
10608         (gnus-html-rescale-image): New function.
10609         (gnus-html-put-image): Rescale images.
10610
10611 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10612
10613         Fix up some byte-compiler warnings.
10614         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10615         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10616         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10617         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10618         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10619         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10620         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10621
10622 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-html.el (gnus-article-html): Decode contents by charset.
10625
10626 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10629         (gnus-html-frame-width, gnus-blocked-images):
10630         * message.el (message-prune-recipient-rules): Add custom version.
10631         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10632
10633         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10634         functions.
10635
10636         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10637         gnus-process-get.
10638
10639 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10640
10641         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10642         instead of lsub directly.
10643
10644 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * nnwarchive.el: Remove.
10647
10648         * gnus-soup.el: Remove.
10649
10650         * nnsoup.el: Remove.
10651
10652         * nnultimate.el: Remove.
10653
10654         * gnus-html.el (gnus-blocked-images): New variable.
10655
10656         * message.el (message-prune-recipients): New function.
10657         (message-prune-recipient-rules): New variable.
10658
10659         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10660         guess whether a long line is natural text or not.
10661
10662         * gnus-html.el (gnus-html-schedule-image-fetching):
10663         Use gnus-process-plist and friends for compatibility.
10664
10665 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10666
10667         * gnus-html.el: Require packages that define macros used in this file.
10668         (gnus-article-mouse-face): Declare to silence byte-compiler.
10669         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10670         process-get.
10671         (gnus-html-put-image): Use plist-get to avoid getf.
10672         (gnus-html-prefetch-images): Use with-current-buffer.
10673
10674 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-ems.el: Provide compatibility functions for
10677         gnus-set-process-plist.
10678
10679         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10680         header-line-format for XEmacs 21.4.
10681
10682         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10683         * gnus.el (gnus-valid-select-methods):
10684         * message.el (message-send-mail-partially-limit):
10685         * mm-decode.el (mm-text-html-renderer):
10686         * mml.el (mml-insert-mime-headers-always):
10687         * smiley.el (smiley-regexp-alist): Bump custom version.
10688
10689 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * gnus-html.el: require mm-url.
10692         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10693         with the url to `url'.
10694         (gnus-html-wash-tags): Support cid: URLs/images.
10695
10696 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10699         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10700         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10701
10702         * gnus-move.el: Remove file, since it doesn't really work.
10703
10704         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10705         UTF-8.  This seems to fix problems with some German web feeds.
10706
10707         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10708         at the top so that the proper colors are applied.
10709
10710         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10711         don't have dots in their names.
10712
10713         * gnus-art.el (gnus-article-view-part): Doc fix.
10714
10715         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10716         XEmacs-compatible.
10717         (gnus-html-put-image): Don't do images on non-graphic displays.
10718
10719         * nnslashdot.el: Remove this unused backend.
10720
10721         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10722         actions.
10723         (gnus-undo-register-1): Revert last change.
10724
10725         * gnus-group.el (gnus-group-completing-read): Protect against not
10726         having completion-styles bound.
10727
10728         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10729         make broken recipients happier.
10730
10731         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10732
10733         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10734         point parameter.
10735
10736         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10737
10738         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10739         completion-styles for group selection.
10740
10741 2009-02-04  Andreas Schwab  <schwab@suse.de>
10742
10743         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10744         headers and regexp-quote the match if necessary.
10745
10746 2009-03-24  Miles Bader  <miles@gnu.org>
10747
10748         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10749         the blinking smiley.
10750
10751 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10752
10753         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10754         blink smiley.
10755
10756 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10757
10758         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10759         where the dribbel file lives exists.
10760
10761         * message.el (message-send-mail-partially-limit): Change the default to
10762         nil, since most people don't want this.
10763
10764         * mm-url.el (mm-url-decode-entities): Also decode entities like
10765         &#x3212.
10766
10767 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10768
10769         * gnus-sum.el (gnus-summary-idna-message):
10770         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10771         Hyperlink urls in docstrings with URL `...'.
10772
10773 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10774
10775         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10776         functions.
10777
10778 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10781         say what the mouseover text should be.
10782
10783         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10784         version of the mm-w3m-safe-url-regexp variable to only download images
10785         in the groups where we want that to happen.
10786
10787         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10788
10789         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10790         easier debugging.
10791         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10792         big pictures in the article buffer.
10793
10794         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10795         gnus-article-html.
10796         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10797         w3m.
10798
10799         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10800
10801 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10802
10803         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10804         which doesn't exist.
10805
10806         * message.el (message-inhibit-ecomplete): New variable to allow some
10807         function to inhibit ecomplete address storage.
10808         (message-resend): Disable ecomplete message storage when resending
10809         messages.
10810
10811         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10812
10813 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10816         Save excursion while copying, moving, and deleting articles in order to
10817         prevent the cursor from jumping to unforeseen place.
10818
10819 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * lpath.el: No need to bind bookmark-current-buffer,
10822         bookmark-yank-point and bookmark-make-record-function.
10823
10824 2010-08-17  Glenn Morris  <rgm@gnu.org>
10825
10826         * gnus-sync.el: Require gnus components whose functions are used.
10827
10828         * gnus-art.el (bookmark-make-record-function):
10829         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10830         Declare for compiler.
10831
10832         * mm-url.el (mml-compute-boundary): Autoload.
10833
10834 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10837
10838 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10839
10840         Typo fix "hoo4a" -> "hook".
10841
10842         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10843
10844 2010-08-14  Glenn Morris  <rgm@gnu.org>
10845
10846         * gnus-sync.el (gnus-sync): Fix defgroup version.
10847
10848 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10849
10850         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10851
10852         * gnus-sync.el: Fix docs.
10853         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10854         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10855
10856 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10857
10858         Optimizations for gnus-sync.el.
10859
10860         * gnus-sync.el: Add docs about gnus-sync-backend
10861         possibilities.
10862         (gnus-sync-save): Remove unnecessary message.
10863         (gnus-sync-read): Optimize and show what groups were skipped.
10864
10865 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10866
10867         Minor bug fixes for gnus-sync.el.
10868
10869         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10870         Don't read the sync on get-new-news.
10871
10872         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10873         quiet.
10874
10875         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10876         (fix typo).
10877
10878 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10879
10880         Make saving and restoring of hidden threads work with overlays.
10881         Patch applied by Ted Zlatanov.
10882
10883         * gnus-sum.el (gnus-hidden-threads-configuration)
10884         (gnus-restore-hidden-threads-configuration): Update to deal with text
10885         properties, rather than searching for a magic character.
10886
10887 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10888
10889         New gnus-sync.el library for synchronization of marks.
10890
10891         * gnus-sync.el: New library for synchronization of marks.
10892
10893         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10894         renamed from `gnus-registry-grep-in-list'.
10895
10896         * gnus-registry.el (gnus-registry-follow-group-p):
10897         Use `gnus-grep-in-list'.
10898
10899         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10900
10901 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10904         determining charset of text fails.
10905
10906 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * nnmail.el (nnmail-get-new-mail-1): Revert.
10909
10910         * nnml.el (nnml-active-number): Make sure names of newly created groups
10911         in nnml-group-alist are encoded.
10912
10913 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10916         containing non-ASCII characters in active file for nnml back end.
10917
10918 2010-07-24  David Engster  <dengste@eml.cc>
10919
10920         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10921         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10922
10923 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10924
10925         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10926         tag (Bug#6654).
10927
10928 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10931         the article buffer, not the summary buffer.
10932
10933 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10936         Emacs 23 as well.
10937
10938 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10941         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10942
10943 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10944
10945         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10946         Patch applied by Karl Fogel.
10947
10948         * gnus-sum.el (gnus-summary-bookmark-make-record):
10949         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10950
10951 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10952
10953         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10954         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10955         C-w still not working correctly from Article buffers; Thierry's
10956         patch to fix that will be applied after this.
10957
10958         * gnus-art.el (bookmark-make-record-function): New local variable.
10959
10960         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10961         article buffer.
10962         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10963
10964 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10965
10966         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10967         on changes in bookmark.el.
10968
10969 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10972         `no-log' instead of message not to log prompt string.
10973
10974 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10975
10976         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10977         the *other* type of HTML form submission.
10978
10979 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10980
10981         * auth-source.el (auth-source-pick): If choice does not contain a
10982         questioned keyword, set the check to t.
10983
10984 2010-06-12  Romain Francoise  <romain@orebokech.com>
10985
10986         * gnus-util.el (gnus-date-get-time): Move up before first use.
10987
10988 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10991         (gnus-article-edit-part): Bind it to make last part that is substituted
10992         or deleted visible.
10993         (gnus-mime-display-single): Buttonize part of which id equals to
10994         gnus-mime-buttonized-part-id.
10995
10996 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10997
10998         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10999         (gnus-dd-mmm): Use gnus-date-get-time.
11000         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11001         simplify logic.
11002         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11003         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11004
11005 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11006
11007         * auth-source.el (top): Autoload `secrets-list-collections',
11008         `secrets-create-item', `secrets-delete-item'.
11009         (auth-sources): Fix tag string.
11010         (auth-get-source, auth-source-retrieve, auth-source-create)
11011         (auth-source-delete): New defuns.
11012         (auth-source-pick): Rewrite in order to avoid 2 passes.
11013         (auth-source-forget-user-or-password): New parameter USERNAME.
11014         (auth-source-user-or-password): New parameters CREATE-MISSING and
11015         DELETE-EXISTING.  Retrieve password interactively, if needed.
11016
11017 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11018
11019         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11020         deleting unused directories when gnus-expert-user is t.
11021
11022 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11025         for each temp file when gnus-article-browse-delete-temp is ask.
11026
11027 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11028
11029         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11030         Replace Lisp calls to delete-backward-char by calls to delete-char.
11031
11032 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11033
11034         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11035
11036 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11037
11038         * password-cache.el (password-cache-remove): Fix docstring.
11039
11040 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11043         article unless decoding article to be saved.
11044
11045 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11048         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11049         generated within the mm-with-unibyte-current-buffer macro.
11050
11051 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11054         to nil when we're in a mml-preview buffer and no group is selected.
11055
11056 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11057
11058         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11059         when catching the `C-g'.  Reported by "Leo".
11060
11061 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * message.el (message-forward-make-body-plain)
11064         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11065         multibyte-string-p.
11066
11067         * lpath.el: Revert.
11068
11069 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * message.el (message-forward-make-body-mml): Assume original message
11072         is multibyte string; error on unibyte.
11073         (message-forward-make-body-plain): Ditto; don't add excessive newline
11074         in body end.
11075
11076         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11077
11078 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11079
11080         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11081         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11082
11083 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * mm-extern.el (mm-extern-url): Don't use
11086         mm-with-unibyte-current-buffer.
11087         (mm-extern-cache-contents): Use with-current-buffer instead of
11088         save-excursion + set-buffer.
11089
11090 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * mm-util.el (mm-emacs-mule): Remove.
11093
11094 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11095
11096         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11097         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11098         change.
11099
11100 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11103         bind the default value of enable-multibyte-characters to nil.
11104
11105 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * message.el (message-forward-make-body-plain)
11108         (message-forward-make-body-mml):
11109         Don't use mm-with-unibyte-current-buffer.
11110
11111 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11112
11113         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11114
11115 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11116
11117         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11118         (Bug#5592).
11119
11120 2010-05-07  Julien Danjou  <julien@danjou.info>
11121
11122         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11123         it to mm-pipe-part.
11124
11125         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11126         it is given.
11127
11128 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * binhex.el (binhex-decode-region-internal):
11131         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11132         (dns-query):
11133         * nnweb.el (nnweb-gmane-search):
11134         * pgg-parse.el (pgg-parse-armor):
11135         * pgg.el (pgg-verify-region):
11136         * sha1.el (sha1-string-external):
11137         * uudecode.el (uudecode-decode-region-internal):
11138         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11139         XEmacs.
11140
11141         * gnus-art.el (gnus-article-browse-html-parts):
11142         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11143         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11144         make-temp-file.
11145
11146         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11147         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11148         compiling.
11149
11150         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11151         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11152         XEmacs when compiling.
11153
11154         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11155         gnus-pick-mode-off-hook for XEmacs when compiling.
11156         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11157         gnus-binary-mode-off-hook for XEmacs when compiling.
11158
11159         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11160         Return nil if char-charset is not available.
11161
11162         * imap.el (imap-disable-multibyte)
11163         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11164         macros.
11165
11166         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11167         instead of encode-coding-string.
11168
11169         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11170         'xemacs) instead of mm-emacs-mule to switch function definitions.
11171         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11172
11173         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11174         bind temporary-file-directory for XEmacs;
11175         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11176         timer-set-function for XEmacs 21.4 and SXEmacs;
11177         bind timer-list for XEmacs 21.4 and SXEmacs;
11178         fbind char-charset and find-charset-region for non-Mule XEmacs;
11179         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11180         encode-coding-region and encode-coding-string for XEmacs having no
11181         file-coding feature.
11182
11183 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11184
11185         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11186
11187 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11190         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11191
11192 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11193
11194         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11195         alias `jka-compr-delete-temp-file' no longer exists.
11196
11197 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11198
11199         Use define-minor-mode in Gnus where applicable.
11200         * mml.el (mml-mode): Use define-minor-mode.
11201         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11202         (gnus-undo-mode): Use define-minor-mode.
11203         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11204         (gnus-dead-summary-mode): Use define-minor-mode.
11205         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11206         Initialize in declaration.
11207         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11208         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11209         (gnus-mailing-list-mode): Use define-minor-mode.
11210         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11211         (gnus-draft-mode): Use define-minor-mode.
11212         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11213         (gnus-dired-mode): Use define-minor-mode.
11214
11215 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11216
11217         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11218         handles on recursive mml-to-mime translation and check them for
11219         boundary delimiter collisions.  Reported by Greg Troxel.
11220
11221 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11224
11225 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11226
11227         * mm-util.el (mm-find-buffer-file-coding-system):
11228         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11229
11230 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11231
11232         * message.el (message-generate-headers): Record insertion of optional
11233         headers as well.  Otherwise the check to prevent repeated insertion of
11234         optional headers is a no-op.
11235
11236 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11237
11238         * smime.el: Don't mention CVS.
11239
11240         * nnrss.el (nnrss-fetch): Don't mention CVS.
11241
11242         * nnir.el: Don't mention CVS.
11243
11244 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11245
11246         * gnus-sum.el (gnus-summary-bookmark-make-record):
11247         Add `location' field.
11248
11249 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * lpath.el: Fbind bookmark-default-handler,
11252         bookmark-get-bookmark-record, bookmark-make-record-default,
11253         bookmark-prop-get for Emacs <23 and XEmacs.
11254
11255 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11256
11257         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11258         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11259         Use with-current-buffer to silence the byte-compiler.
11260         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11261         bother to require `gnus'.
11262         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11263
11264 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11265
11266         * gnus-sum.el (gnus-summary-bookmark-make-record)
11267         (gnus-summary-bookmark-jump): New functions.
11268         (gnus-summary-mode): Setup bookmark support.
11269
11270 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11271
11272         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11273         if set.
11274
11275 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11278         gnus-article-browse-html-save-cid-image; make it work recursively for
11279         forwarded messages as well.
11280         (gnus-article-browse-html-parts): Work when prefix arg is given.
11281         (gnus-article-browse-html-article): Doc fix.
11282
11283 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11284
11285         * message.el (message-default-mail-headers):
11286         (message-default-headers): Carry the value mail-default-headers over
11287         into message-default-mail-headers, rather than message-default-headers.
11288
11289 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11290
11291         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11292         charset.
11293
11294         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11295         charset into the <meta> tag when the article is encoded to utf-8.
11296
11297 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * gnus-art.el (gnus-article-browse-delete-temp-files):
11300         Delete directories as well.
11301         (gnus-article-browse-html-parts): Work for images that do not specify
11302         file names; delete temp directory when quitting; insert header at the
11303         right place; use file: scheme for image files.
11304
11305 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11306
11307         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11308         (gnus-article-browse-html-parts): Use it to make temporary cid image
11309         files in addition to html file so that browser may display them.
11310
11311 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11314
11315 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11316
11317         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11318
11319 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11320
11321         * auth-source.el (auth-sources): Change default to be simpler.
11322         Explain about Secret Service API sources.  Improve Customize options.
11323         (auth-source-pick): Change to accept any number of search parameters.
11324         Implement fallbacks iteratively, not recursively.  Add scoring on the
11325         second pass and sort by score.  Call Secret Service API when needed.
11326         (auth-source-user-or-password): Use it.  Call Secret Service API
11327         directly when needed to get the user name and the password.
11328
11329 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11330
11331         * message.el (message-interactive): Doc fix.
11332         (message-qmail-inject-args): Reflow.
11333         (message-kill-to-signature): Fix typo in docstring.
11334
11335         * smiley.el (smiley-buffer): Fix typo in docstring.
11336
11337 2010-03-24  Glenn Morris  <rgm@gnu.org>
11338
11339         * mail-source.el (gnus-message): Declare.
11340         (mail-source-delete-old-incoming): Require gnus-util.
11341
11342 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11345
11346         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11347
11348         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11349         password-cache's default if it is not bound.
11350         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11351         password-cache-expiry's default if it is not bound.
11352
11353         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11354         available in Emacs 21.
11355
11356         * lpath.el: Suppress compiler warnings for:
11357         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11358         XEmacs;
11359         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11360         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11361         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11362
11363 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11364
11365         * auth-source.el (auth-sources): Fix up definition so extra parameters
11366         are always inline.
11367
11368 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11369
11370         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11371         wasn't updated after mismatch.  Clear cached mailbox info correctly
11372         when uidvalidity changes.
11373         (nnimap-group-prefixed-name): New function to avoid some code
11374         duplication.
11375         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11376         (nnimap-request-group): Use it.
11377         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11378         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11379         with many imap folders.  This is done by caching the group status from
11380         the imap server persistently in a group parameter `imap-status'.  (This
11381         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11382         but not persistently, so every Gnus startup was still very slow.)
11383
11384 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11385
11386         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11387         delete the extra newline.  Otherwise editing of :string and :number
11388         types don't work.
11389
11390 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11391
11392         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11393         secrets.el dependency.
11394         (auth-sources): Add optional user name.  Add secrets.el configuration
11395         choice (unused right now).
11396
11397 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11398
11399         * gnus-sum.el (gnus-summary-make-menu-bar):
11400         Let `gnus-registry-install-shortcuts' fill in the functions.
11401
11402         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11403         warnings.
11404         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11405         (gnus-registry-install-shortcuts): Populate and use it in a
11406         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11407
11408 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11409
11410         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11411         In-place substitutions for the group name encoding/decoding.
11412         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11413         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11414         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11415         (nnimap-update-unseen, nnimap-request-list)
11416         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11417         (nnimap-request-set-mark, nnimap-split-to-groups)
11418         (nnimap-split-articles, nnimap-request-newgroups)
11419         (nnimap-request-create-group, nnimap-request-accept-article)
11420         (nnimap-request-delete-group, nnimap-request-rename-group)
11421         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11422         `encoded-mbx' for consistency.
11423         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11424         variable `imap-current-mailbox'.
11425
11426         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11427         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11428
11429 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11430
11431         * pop3.el (pop3-display-message-size-flag): Display message size byte
11432         counts during POP3 download.
11433         (pop3-movemail): Use it.
11434         (pop3-list): Implement listing of available messages.
11435
11436 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11437
11438         * nnir.el (nnir-get-article-nov-override-function): New function to
11439         override the normal NOV retrieval.
11440         (nnir-retrieve-headers): Use it.
11441
11442 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11443
11444         * auth-source.el (netrc-machine-user-or-password): Autoload.
11445
11446 2010-03-19  Glenn Morris  <rgm@gnu.org>
11447
11448         Stop message.el from loading about 40 libraries it doesn't always need.
11449         The general approach is to autoload rather than require, and to
11450         require in the specific functions rather than the file.  (Bug#5642)
11451
11452         * gmm-utils.el: Don't require wid-edit.
11453         (widget-create-child-value, widget-convert, widget-default-get):
11454         Autoload.
11455
11456         * gnus-util.el: Don't require time-date, netrc.
11457         (message-fetch-field, gnus-group-name-decode): Declare rather than
11458         autoloading.
11459         (gnus-fetch-field): Require message.
11460         (gnus-decode-newsgroups): Require gnus-group.
11461
11462         * ietf-drums.el: Don't require time-date.
11463
11464         * message.el: Don't require hashcash, canlock, ecomplete.
11465         Do require mail-utils.  Require nnheader only when compiling.
11466         (smtpmail-default-smtp-server): Remove declaration.
11467         (message-send-mail-function): Check smtpmail-default-smtp-server
11468         is bound rather than requiring smtpmail.
11469         (message-auto-save-directory, message-insert-signature):
11470         Use expand-file-name rather than nnheader-concat.
11471         (nnheader-insert-file-contents): Autoload.
11472         (hashcash-wait-async): Declare.
11473         (message-send-mail): Only call gnus-setup-posting-charset if
11474         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11475         (message-send-mail-with-sendmail): Require sendmail.
11476         (canlock-password, canlock-password-for-verify): Declare.
11477         (message-canlock-password): Require canlock.
11478         (nnheader-get-report): Autoload.
11479         (gnus-setup-posting-charset): Declare.
11480         (message-send-news): Require gnus-msg.
11481         (message-make-references, message-make-in-reply-to): Use mail-header-id
11482         rather than the alias mail-header-message-id.
11483         (ecomplete-add-item, ecomplete-save): Declare.
11484         (message-put-addresses-in-ecomplete): Require ecomplete.
11485         (ecomplete-display-matches): Autoload.
11486
11487         * mm-decode.el: Don't require mailcap, gnus-util.
11488         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11489         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11490         Autoload.
11491         (mailcap-mime-extensions): Declare.
11492
11493         * mm-encode.el: Don't require mailcap.
11494         (mailcap-extension-to-mime): Autoload.
11495
11496         * mml-sec.el: Don't require password-cache.
11497
11498         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11499         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11500         (mml-minibuffer-read-type): Require mailcap.
11501         (mml-preview): Require gnus-msg.
11502
11503         * mml1991.el: Require password-cache.
11504         (password-cache-expiry): Remove declaration.
11505
11506         * mml2015.el: Require password-cache.
11507         (password-cache-expiry): Remove declaration.
11508
11509         * nneething.el (mailcap): Require mailcap.
11510
11511         * nnheader.el (declare-function): Add compatibility stub.
11512         (message-remove-header): Declare rather than autoload.
11513         (nnheader-replace-header): Require message.
11514
11515         * nnimap.el (declare-function): Add compatibility stub.
11516         (netrc-parse, netrc-machine-user-or-password): Declare.
11517         (nnimap-open-connection): Require netrc.
11518
11519         * nntp.el (declare-function): Add compatibility stub.
11520         (netrc-parse, netrc-machine, netrc-get): Declare.
11521         (nntp-send-authinfo): Require netrc.
11522
11523         * rfc2047.el: Don't require qp.
11524         (quoted-printable-encode-region, quoted-printable-decode-string):
11525         Autoload.
11526
11527         * sieve-mode.el: Don't require easymenu.
11528         (easy-menu-add-item): Autoload it.
11529
11530         * spam-stat.el (time-to-number-of-days): Autoload it.
11531
11532 2010-03-19  Glenn Morris  <rgm@gnu.org>
11533
11534         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11535
11536 2010-03-18  Glenn Morris  <rgm@gnu.org>
11537
11538         * hashcash.el (declare-function): Remove duplicate definition.
11539
11540 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11541
11542         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11543         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11544         value if any backslash escapes).
11545
11546 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11549         if it is available.  (bug#5647)
11550
11551         * lpath.el: Suppress compiler warning for coding-system-from-name for
11552         Emacs 21 and XEmacs.
11553
11554 2010-03-14  Juri Linkov  <juri@jurta.org>
11555
11556         * hmac-def.el:
11557         * hmac-md5.el:
11558         * netrc.el: Fix keywords.
11559
11560 2010-02-26  Glenn Morris  <rgm@gnu.org>
11561
11562         * message.el (message-send-mail-function): Change the default, so that
11563         it inherits from a customized send-mail-function.  (Bug#5643)
11564
11565 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11566
11567         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11568         shell-command-to-string signals an error (bug#5299).
11569
11570 2010-02-24  Glenn Morris  <rgm@gnu.org>
11571
11572         * message.el (message-smtpmail-send-it)
11573         (message-send-mail-with-mailclient): Doc fixes.
11574
11575 2010-02-16  Glenn Morris  <rgm@gnu.org>
11576
11577         * message.el (message-default-mail-headers): Change the default value
11578         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11579
11580 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11583         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11584
11585 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11586
11587         * time-date.el (date-to-time): Doc fix (Bug#5408).
11588
11589 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11590
11591         * message.el (message-mail): Just pass yank-action on to message-setup.
11592         (message-setup): Handle (FUN . ARGS) form of yank-action.
11593         (message-with-reply-buffer, message-widen-reply)
11594         (message-yank-original): Handle non-buffer values of
11595         message-reply-buffer (Bug#4080).
11596         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11597
11598 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11599
11600         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11601         Fix typo in docstring.
11602
11603 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11604
11605         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11606         response.
11607
11608 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11611
11612         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11613
11614         * message.el (message-check-news-header-syntax): Protect against a
11615         string that `rfc822-addresses' returns when parsing fails.
11616
11617 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11620         (gnus-previous-char-property-change): New functions.
11621
11622         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11623
11624 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11625
11626         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11627         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11628
11629 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11630
11631         * message.el (message-exchange-point-and-mark): Rework last change to
11632         avoid using optional arg of exchange-point-and-mark, for backward
11633         compatibility.
11634
11635 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11636
11637         * message.el (message-exchange-point-and-mark):
11638         Call exchange-point-and-mark with an argument rather than setting
11639         mark-active by hand (Bug#5175).
11640
11641 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * nntp.el (nntp-service-to-port): Work for service expressed with
11644         numeric string; replace [:digit:] with [0-9] for XEmacs.
11645
11646 2009-12-17  Glenn Morris  <rgm@gnu.org>
11647
11648         * gnus-group.el (gnus-bug-group-download-format-alist):
11649         Change emacs entry to debbugs.gnu.org.  Bump :version.
11650
11651 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11654
11655 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11656
11657         * message.el (message-info): Explain why we use `Info-goto-node'.
11658
11659 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11662
11663 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11664
11665         * message.el (message-completion-in-region): New compatibility function.
11666         (message-expand-group): Use it.
11667
11668 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11671         with no unread article should be listed if the 2nd arg `predicate' is
11672         given.
11673
11674 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11677
11678 2009-11-29  Juri Linkov  <juri@jurta.org>
11679
11680         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11681         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11682         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11683
11684 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11685
11686         * sha1.el (sha1-string-external): default-directory "/" in case
11687         otherwise non-existent.  process-connection-type pipe for touch of
11688         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11689
11690 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11691
11692         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11693         it's comms related and sgml-mode.el has "comm" on that basis too.
11694
11695 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11698         containing tspecial characters if they have been already quoted.
11699
11700 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11701
11702         * dns-mode.el (auto-mode-alist): Purecopy string.
11703
11704 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11705
11706         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11707
11708 2009-10-24  Glenn Morris  <rgm@gnu.org>
11709
11710         * gnus-art.el (help-xref-stack-item): Define for compiler.
11711
11712 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11713
11714         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11715
11716 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11719
11720 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11723         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11724
11725 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11728         (gnus-overlays-in): New alias to overlays-in.
11729
11730         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11731         gnus-overlay-get, and gnus-delete-overlay.
11732         (gnus-summary-show-thread): Make it work as well for systems in which
11733         next-single-char-property-change is not available.
11734         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11735
11736         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11737         (gnus-overlay-get): New alias to extent-property.
11738         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11739
11740         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11741         SXEmacs.
11742
11743         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11744         SXEmacs.
11745
11746 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11749
11750 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11751
11752         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11753         and XEmacs that don't have `remove-overlays'.
11754
11755 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11756
11757         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11758         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11759         selective display.  Use overlays instead.
11760
11761 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11762
11763         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11764
11765 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11766
11767         * spam-stat.el (spam-stat-load): Fix typo in message.
11768
11769 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11770
11771         * dig.el (dig-invoke): Fix typo in docstring.
11772         (query-dig): Reflow docstring.
11773
11774 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11775
11776         * gnus-art.el (gnus-article-encrypt-body):
11777         * message.el (message-check-recipients):
11778         * mm-util.el (mm-codepage-setup):
11779         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11780         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11781
11782 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11783
11784         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11785         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11786         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11787         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11788         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11789
11790 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11791
11792         * dig.el: Add "Keywords: comm", as per net-utils.el.
11793
11794 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11795
11796         * dig.el (dig-mode): Use define-derived-mode.
11797
11798 2009-09-19  Glenn Morris  <rgm@gnu.org>
11799
11800         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11801
11802 2009-09-18  Glenn Morris  <rgm@gnu.org>
11803
11804         * gnus-diary.el (gnus-diary-check-message):
11805         * message.el (message-insert-formatted-citation-line):
11806         * nnbabyl.el (top-level):
11807         * nndiary.el (nndiary-schedule):
11808         Fix typos in condition-case handlers.
11809
11810 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11813         configuration that provides the sole article window in a frame;
11814         position point correctly after deleting a part.
11815
11816 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11817
11818         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11819         (spam-resolve-registrations-routine): Use it to unregister articles
11820         that change status.
11821
11822 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11825         with XEmacs.
11826         (parse-time-string-chars): Use it.
11827
11828 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11829
11830         * imap.el (imap-interactive-login): Better messages.
11831         (imap-open): Fix bug with renamed buffer on reconnect.
11832         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11833         for easier debugging and cleaner code.  On successful (guessed based on
11834         server capabilities) secondary authentication, set imap-state
11835         correctly.
11836         (imap-last-authenticator): Define imap-last-authenticator as a variable
11837         to avoid warnings.
11838
11839 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * nnrss.el (nnrss-request-article): Remove binding of
11842         default-enable-multibyte-characters that has gotten needless by
11843         the 2007-07-13 change in rfc2047-encode-message-header.
11844
11845         * mml.el (mml-insert-multipart): Error on the message header.
11846         (mml-insert-part): Error on the message header; position point at
11847         the end of a MIME tag.
11848
11849 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * time-date.el (autoload): Expand define-obsolete-function-alias into
11852         defalias and make-obsolete for old Emacsen that Gnus supports.
11853         (with-no-warnings): Define it for old Emacsen.
11854         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11855         is available.
11856         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11857         float-time is available; suppress compile warning for time-to-seconds.
11858
11859         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11860         (gnus-float-time): Alias to float-time if it exists.
11861
11862         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11863         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11864         float-time is available; suppress compile warning for time-to-seconds.
11865
11866         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11867         XEmacs.
11868
11869 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11870
11871         * imap.el (imap-message-map): Docstring fix.
11872
11873 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11876         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11877         Add the optional argument `encoding' that overrides the default.
11878
11879         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11880         mm-encode-buffer.
11881
11882 2009-09-04  Glenn Morris  <rgm@gnu.org>
11883
11884         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11885         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11886         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11887         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11888         * mm-util.el (mm-with-unibyte-current-buffer)
11889         (mm-find-buffer-file-coding-system):
11890         * yenc.el (yenc-decode-region): Use default-value rather than
11891         default-enable-multibyte-characters.
11892
11893 2009-09-03  Glenn Morris  <rgm@gnu.org>
11894
11895         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11896         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11897         than default-enable-multibyte-characters.
11898
11899 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11900
11901         * gnus-art.el (gnus-article-read-summary-keys):
11902         Fix gnus-buffer-configuration's value temporarily used.
11903
11904 2009-09-02  Glenn Morris  <rgm@gnu.org>
11905
11906         * gnus-util.el (gnus-float-time): New function.
11907         * gnus-delay.el (gnus-delay-article):
11908         * gnus-sum.el (gnus-thread-latest-date):
11909         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11910         * nnspool.el (nnspool-request-newgroups):
11911         Use gnus-float-time rather than time-to-seconds.
11912         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11913
11914         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11915         (gnus-header-subject-face, gnus-header-newsgroups-face)
11916         (gnus-header-name-face, gnus-header-content-face):
11917         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11918         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11919         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11920         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11921         (gnus-cite-face-11):
11922         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11923         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11924         (gnus-server-closed-face, gnus-server-denied-face)
11925         (gnus-server-offline-face):
11926         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11927         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11928         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11929         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11930         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11931         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11932         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11933         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11934         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11935         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11936         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11937         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11938         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11939         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11940         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11941         (gnus-summary-high-undownloaded-face)
11942         (gnus-summary-low-undownloaded-face)
11943         (gnus-summary-normal-undownloaded-face)
11944         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11945         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11946         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11947         (gnus-splash-face):
11948         * message.el (message-header-to-face, message-header-cc-face)
11949         (message-header-subject-face, message-header-newsgroups-face)
11950         (message-header-other-face, message-header-name-face)
11951         (message-header-xheader-face, message-separator-face)
11952         (message-cited-text-face, message-mml-face):
11953         * sieve-mode.el (sieve-control-commands-face)
11954         (sieve-action-commands-face, sieve-test-commands-face)
11955         (sieve-tagged-arguments-face):
11956         * spam.el (spam-face):
11957         Mark face aliases with "-face" in the name as obsolete.
11958
11959 2009-09-01  Glenn Morris  <rgm@gnu.org>
11960
11961         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11962         than goto-line.
11963
11964 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11967         Don't move point if the command is invoked inside the message header.
11968
11969 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11970
11971         * imap.el (imap-send-command): Simplify.
11972         (imap-wait-for-tag): point-max -> buffer-size.
11973
11974 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11975
11976         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11977         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11978         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11979         * nnir.el (nnir-swish-e-index-file):
11980         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11981         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11982         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11983         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11984         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11985         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11986
11987 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11990         Don't save excursion.
11991
11992 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11993
11994         * nnheader.el (nnheader-find-file-noselect):
11995         * mm-util.el (mm-insert-file-contents):
11996         Use (default-value 'major-mode) instead of default-major-mode.
11997
11998 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11999
12000         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12001
12002 2009-08-26  Glenn Morris  <rgm@gnu.org>
12003
12004         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12005         than placing in files.el.
12006
12007 2009-08-25  Glenn Morris  <rgm@gnu.org>
12008
12009         * nnir.el (top-level): Don't require cl at run-time.
12010         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12011         Replace cl-function substitute with gnus-replace-in-string.
12012         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12013         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12014         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12015         simplified expansions.
12016
12017 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12018
12019         * dig.el (dig): Add autoload cookie.
12020
12021 2009-08-22  Glenn Morris  <rgm@gnu.org>
12022
12023         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12024         goto-line.
12025
12026 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12027
12028         * parse-time.el (parse-time-string-chars): Save match data.
12029
12030 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12031
12032         * parse-time.el (parse-time-string-chars): Compute using character
12033         classes, to handle non-ascii characters (Bug#3190).
12034
12035 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12038
12039         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12040         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12041         (gnus-mm-display-part, gnus-mime-display-single)
12042         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12043         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12044
12045         * gnus-sum.el
12046         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12047         (gnus-summary-move-article): Add expirable mark to articles copied or
12048         moved to group that has auto-expire turned on if the option is non-nil.
12049
12050 2009-07-24  Glenn Morris  <rgm@gnu.org>
12051
12052         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12053         Fix typo.  (Bug#3903)
12054
12055 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12058         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12059         that should not be used for draft articles.
12060         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12061         that has no concern in minor mode keys.
12062         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12063         Abolish.
12064
12065 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12068         article without making inquiry to a user for unknown encoding.
12069
12070         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12071         (nnmaildir--scan): Assume i-node and device number that file-attributes
12072         returns might be cons-cell.
12073
12074         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12075
12076         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12077
12078 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12079
12080         * auth-source.el: Remove docs now in auth.texi.  Don't use
12081         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12082         `auth-source-hide-passwords' and use them.
12083
12084 2009-07-15  Glenn Morris  <rgm@gnu.org>
12085
12086         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12087
12088 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12091         excessive whitespace from the default values of title and description.
12092
12093 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12096         mail-fetch-field to fetch Content-Description header in order to
12097         exclude newlines.
12098
12099 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12100
12101         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12102         format used by GnuPG 2.0.11.
12103
12104 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12107         to deleted part.
12108
12109 2009-05-30  David Engster  <dengste@eml.cc>
12110
12111         * nnmairix.el: Remove old documentation in the commentary block.
12112         (nnmairix-request-group): Do not update active file for nnml back ends.
12113         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12114         end so that overview files are ignored.
12115         (nnmairix-update-groups): Make updating the groups more robust by using
12116         marks.
12117         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12118         with dollar characters in message-id.
12119
12120 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12121
12122         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12123         2008-12-25 in dns.el.
12124
12125 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12126
12127         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12128         could happen if the text is only composed of spaces and/or tabs.
12129
12130 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12131
12132         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12133         when sending a queued message to avoid extra mml tags.
12134
12135 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12138
12139 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12142         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12143         rmail-toggle-header for XEmacs;
12144         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12145
12146 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * gnus-dired.el: Remove autoload for gnus-setup-message.
12149         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12150         displaying Gnus logo; always use compose-mail.
12151
12152 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12155
12156 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12159         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12160         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12161         available.
12162         (gnus-nocem-epg-verify): New function.
12163
12164 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12167
12168 2009-02-15  Glenn Morris  <rgm@gnu.org>
12169
12170         * gnus-util.el (rmail-insert-rmail-file-header)
12171         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12172         autoloads.
12173         (rmail-default-rmail-file): Remove unnecessary declaration.
12174         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12175
12176 2009-02-14  Glenn Morris  <rgm@gnu.org>
12177
12178         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12179         variable (only used in gnus-util, which declares it anyway).
12180         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12181         which was only needed by gnus-art (changed to not use it any more).
12182         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12183         only used in gnus-util, which autoloads it itself.
12184         (rmail-update-summary): Fix autoload.
12185
12186         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12187         rather than rmail-output-to-rmail-file.
12188
12189 2009-02-07  Glenn Morris  <rgm@gnu.org>
12190
12191         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12192         autoload of function that no longer exists.
12193         (rmail-toggle-header): Declare.
12194         (message-forward-rmail-make-body): Handle mbox Rmail.
12195
12196 2009-01-31  Glenn Morris  <rgm@gnu.org>
12197
12198         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12199         2009-01-09 change.
12200
12201 2009-01-31  Dave Love  <fx@gnu.org>
12202
12203         * imap.el (imap-fetch-safe): Bind debug-on-error.
12204         (imap-debug): Add imap-fetch-safe.
12205
12206 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12207
12208         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12209         (auth-source-forget-all-cached): New convenience function.
12210         (auth-source-user-or-password): Accept list of modes or a single mode.
12211
12212         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12213         auth-source modes.
12214
12215         * netrc.el (netrc-machine-user-or-password): Use list of
12216         auth-source modes.
12217
12218         * nnimap.el (nnimap-open-connection): Use list of
12219         auth-source modes.
12220
12221         * nntp.el (nntp-send-authinfo): Use list of
12222         auth-source modes.
12223
12224 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12225
12226         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12227         now.
12228
12229 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12232         coding system in XEmacs; add a workaround for XEmacs.
12233
12234         * lpath.el: Fbind coding-system-aliasee.
12235
12236 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12239         of current-language-environment.
12240
12241 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12244         available at runtime.
12245
12246 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12249
12250 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12251
12252         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12253         the greatest positive fixnum value doesn't work under an XEmacs with
12254         bignum support; use the most-positive-fixnum constant instead,
12255         available since Emacs 21.1 with cl and XEmacs 21.1.
12256
12257 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12260         XEmacs gets not to work.
12261
12262 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * mm-util.el (mm-coding-system-priorities): Allow the value like
12265         "Japanese (UTF-8)" of current-language-environment.
12266
12267 2009-01-09  Glenn Morris  <rgm@gnu.org>
12268
12269         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12270         with last-command-event.
12271
12272 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12275         in the doc string.
12276
12277         * message.el (message-fix-before-sending): Amend comment.
12278
12279 2009-01-08  Dave Love  <fx@gnu.org>
12280
12281         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12282
12283 2009-01-07  David Engster  <dengste@eml.cc>
12284
12285         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12286         simplified server definitions by converting it via
12287         gnus-server-to-method.
12288
12289 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12292         parameter's operands.
12293
12294 2009-01-06  David Engster  <dengste@eml.cc>
12295
12296         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12297         primary select method (for gnus-group-mark-article-as-read).
12298
12299 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12300
12301         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12302         `(gnus)Face', not `(gnus)X-Face'.
12303
12304 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * mm-util.el (mm-ucs-to-char): New function.
12307
12308         * mm-url.el (mm-url-decode-entities): Use it.
12309
12310         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12311         unicode-to-char.
12312
12313 2009-01-05  Dave Love  <fx@gnu.org>
12314
12315         * time-date.el: Require cl for `declare'.
12316
12317 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12320         Dave Love.
12321
12322 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * message.el (message-fix-before-sending): Add `eight-bit' to
12325         illegible-text check.
12326
12327 2009-01-03  Michael Olson  <mwolson@gnu.org>
12328
12329         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12330         `headers' is nil.  This can occur if the IMAP server does not have
12331         permissions to read messages from a folder, but can write new messages
12332         to the folder.
12333         (nnimap-request-article-part): Do not insert `data' if it is nil.
12334
12335         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12336         characters which will confuse `read', so skip past them.
12337
12338 2009-01-01  Dave Love  <fx@gnu.org>
12339
12340         * imap.el (imap-string-to-integer): Fix typo.
12341         (imap-fetch-safe): New function.
12342         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12343
12344         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12345
12346         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12347         (imap-parse-greeting): Fix doc strings.
12348         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12349         (imap-parse-flag-list): Make messages unique.
12350         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12351
12352         * nnimap.el: Fix author email.
12353         (nnimap-split-rule): Add FIXME comment.
12354         (nnimap-debug): Fix doc string.
12355
12356 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12359
12360 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12361
12362         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12363         nslookup if resolv.conf isn't available.
12364         (dns-query): Rename from query-dns.
12365         (dns-query-cached): Rename from query-dns-cached.
12366
12367 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12370         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12371         to check if those variables exist (first appeared in Emacs 18.50).
12372
12373 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * mm-util.el (mm-line-number-at-pos): New function.
12376
12377         * spam-report.el (spam-report-process-queue): Use it.
12378
12379 2008-12-24  David Engster  <dengste@eml.cc>
12380
12381         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12382         parameters that haven't existed as variables as buffer-local variables.
12383
12384 2008-12-23  Dave Love  <fx@gnu.org>
12385
12386         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12387         cadar.
12388
12389         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12390         imap-starttls-p.
12391         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12392
12393 2008-12-22  Dave Love  <fx@gnu.org>
12394
12395         * imap.el: Fix author email.  Doc fixes.
12396         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12397         reply.
12398
12399 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * spam-report.el (spam-report-gmane-max-requests): New constant.
12402         (spam-report-gmane-wait): New variable.
12403         (spam-report-gmane-ham, spam-report-gmane-spam)
12404         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12405         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12406         the server.
12407
12408         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12409         Add explanations.
12410
12411         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12412         nnheader-accept-process-output and nnheader-read-timeout if available.
12413         (pop3-movemail): Use it.
12414
12415         * message.el (message-check-news-body-syntax): Fix signature check if
12416         there's an attachment.
12417
12418 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * mm-util.el: Add comments to the mm- emulating functions.
12421
12422 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12425         Reported by Stephen Berman <stephen.berman@gmx.net>.
12426
12427 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * mm-util.el (mm-substring-no-properties): New function.
12430         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12431         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12432         (mm-string-to-multibyte): Doc fix.
12433
12434         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12435
12436 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * mml.el (mml-attach-file): Strip text properties from file name.
12439         (Bug#1574)
12440
12441 2008-12-16  Glenn Morris  <rgm@gnu.org>
12442
12443         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12444
12445 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12448         knows since the charset specified might be a bogus alias that
12449         mm-charset-synonym-alist provides.
12450
12451 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12454         "ISO_8859-1".
12455
12456         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12457
12458 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * mm-util.el (mm-charset-eval-alist):
12461         Define it before mm-charset-to-coding-system.
12462         (mm-charset-to-coding-system): Add optional argument `silent';
12463         define it before mm-charset-override-alist.
12464         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12465         default value if it can be used in Emacs currently running;
12466         silence mm-charset-to-coding-system.
12467
12468 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12471         `allow-override' which says whether to use `mm-charset-override-alist'.
12472         (rfc2047-decode-encoded-words): Use it.
12473
12474         * mm-util.el (mm-charset-override-alist): Fix custom type;
12475         add `(gb2312 . gbk)' to choices.
12476
12477 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12480         fast.
12481
12482         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12483
12484         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12485
12486 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12487
12488         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12489         on links.
12490
12491         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12492
12493 2008-12-03  Lute Kamstra  <lute@gnu.org>
12494
12495         * sha1.el: Remove leading * from docstrings of defcustoms,
12496         deffaces, defconsts and defuns.
12497
12498 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12501         users' addresses that don't have domain parts.
12502         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12503         rather than message-narrow-to-head since there will be the message
12504         header separator.
12505
12506 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12507
12508         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12509         since the result is inserted in a unibyte buffer anyway.
12510         (nnimap-demule-use-string-to-multibyte): Remove.
12511         (nnimap-demule): Alias it to mm-string-to-multibyte.
12512
12513 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12516         variable for debugging bug#464 and bug#1174.
12517         (nnimap-demule): Use it.
12518
12519 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12520
12521         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12522         score calculation correctly.
12523
12524 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12525
12526         * message.el (message-send-mail): Just set the buffer to unibyte
12527         rather than use mm-with-unibyte-current-buffer which does a lot more.
12528         (message-send-mail-partially): Don't bother with
12529         mm-with-unibyte-current-buffer since it's already been made unibyte by
12530         message-send-mail.
12531
12532 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12533
12534         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12535
12536 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12537
12538         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12539
12540 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12543         require itself and to remove `with-no-warnings'.
12544
12545 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12546
12547         * starttls.el (starttls-any-program-available): Get the name of the
12548         available TLS layer program.
12549         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12550         well as the host name in the "opening" message.
12551
12552         * auth-source.el (auth-source-cache, auth-source-do-cache)
12553         (auth-source-user-or-password): Cache passwords and logins by default,
12554         allow override with `auth-source-do-cache'.
12555         (auth-source-forget-user-or-password): Allow users to remove cache
12556         entries if needed.
12557
12558 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12559
12560         * md4.el (md4-buffer): Fix typo in docstring.
12561         (md4, md4-64): Doc fixes.
12562         (md4-pack-int32): Reflow docstring.
12563
12564 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12565
12566         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12567         condition-case to only the forward-sexp call.
12568
12569 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12570
12571         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12572         quotes contained.  Make it more robust regardless by an extra
12573         condition-case wrapper.
12574
12575 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12578
12579 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * nnml.el (nnml-request-expire-articles): Check if the function set to
12582         `nnmail-expiry-target' returns the symbol `delete'.
12583
12584         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12585
12586         * nnmail.el (nnmail-expiry-target): Fix custom type.
12587
12588 2008-10-02  Glenn Morris  <rgm@gnu.org>
12589
12590         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12591         Silence compiler warning.
12592
12593 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12594
12595         * tls.el (open-tls-stream): Show the actual command being
12596         executed, instead of the format string.
12597
12598 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * lpath.el: Fbind codepage-setup for Emacs 23.
12601
12602 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12603
12604         * mml.el (mml-menu): Don't assume mml2015 is bound.
12605
12606 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12609         exists.
12610
12611 2008-09-27  Glenn Morris  <rgm@gnu.org>
12612
12613         * gnus-util.el (mail-header-remove-comments): Autoload it.
12614
12615 2008-09-27  Andreas Schwab  <schwab@suse.de>
12616
12617         * gnus-util.el (gnus-split-references): Strip comments.
12618         (gnus-parent-id): Likewise.
12619
12620 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12621
12622         * message.el (message-confirm-send): Fix version.
12623
12624 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * message.el (message-idna-to-ascii-rhs-1): Use
12627         mail-extract-address-components rather than mail-header-parse-addresses
12628         that is an alias by default to ietf-drums-parse-addresses that does not
12629         support non-ASCII names in headers' contents.
12630
12631 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12632
12633         * message.el (message-confirm-send): Fix variable documentation to
12634         avoid the "y/n" wording.
12635
12636 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12637
12638         * message.el (message-set-auto-save-file-name): Save to a different
12639         filename so multiple messages (especially drafts) can be recovered.
12640
12641 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12642
12643         * message.el (message-confirm-send): Add appropriate version.
12644
12645 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12646
12647         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12648         defvar.
12649
12650 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12651
12652         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12653         (mm-pkcs7-enveloped-magic): Ditto.
12654
12655 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12656
12657         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12658         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12659
12660 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12661
12662         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12663         default, it's better.
12664
12665 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12666
12667         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12668         summary line gnus-number property and ignore them (with a warning
12669         message).
12670
12671 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12674         macro caddr in the interactive form since it won't be expanded.
12675
12676 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12679         `charset'; fix name of function called recursively.
12680         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12681
12682 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12685         (gnus-mime-set-charset-parameters): New function.
12686         (gnus-mime-view-part-as-charset): Use it to correctly display part
12687         specifying wrong charset.
12688
12689 2008-09-08  David Engster  <dengste@eml.cc>
12690
12691         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12692         in completing-read for back end server.
12693
12694 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12695
12696         * message.el (message-confirm-send): New variable to confirm sending a
12697         message.
12698         (message-send): Use it.
12699
12700 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12701
12702         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12703
12704 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12707
12708 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12709
12710         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12711         prevent tracking too many groups.
12712         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12713         Use it.
12714
12715 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12716
12717         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12718         moving point to the bottom of the window in order to avoid recentering.
12719
12720 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12723
12724         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12725         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12726         (gnus-article-beginning-of-window): Fix calculation.
12727
12728 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-msg.el (gnus-summary-supersede-article)
12731         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12732         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12733         message header.
12734
12735 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12736
12737         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12738         pending output coming after the status change.
12739
12740 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12741
12742         * message.el:
12743         * gnus-start.el:
12744         * gnus-registry.el: Remove VMS support.
12745
12746 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12749         macro.
12750         (rfc2104-hash): Use it.
12751
12752 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12755         (gnus-summary-sort-by-most-recent-date): New commands.
12756         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12757         and menu entries.
12758
12759 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12762         don't redisplay article for raw contents; remove plural articles stuff.
12763
12764         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12765         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12766         on gnus-summary-save-article; display results properly.
12767
12768 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * lpath.el: No need to fbind ns-focus-frame.
12771
12772 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12775
12776 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-art.el (gnus-summary-save-in-pipe):
12779         Consider gnus-save-all-headers.
12780
12781 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12782
12783         * gnus-util.el (ns-focus-frame): Remove declaration.
12784         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12785         like x.
12786
12787 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12788
12789         * rfc2104.el (rfc2104-zero): Delete defconst.
12790         (rfc2104-hex-alist): Likewise.
12791         (rfc2104-hex-to-int): Delete func.
12792         (rfc2104-hexstring-to-bitstring): Likewise.
12793         (rfc2104-nybbles): New defconst.
12794         (rfc2104-hash): Rewrite for speed.
12795
12796 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * tls.el (open-tls-stream): Make it work with the 2nd argument
12799         BUFFER that is a string but does not exist as a buffer object, as
12800         mentioned in the doc-string.
12801
12802 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12805         SXEmacs.
12806
12807 2008-07-16  Glenn Morris  <rgm@gnu.org>
12808
12809         * gnus-util.el (ns-focus-frame): Declare for compiler.
12810
12811 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12814         set as a group parameter.
12815         (gnus-summary-save-in-pipe): Work when it is called independently.
12816         (gnus-summary-pipe-to-muttprint): Don't modify
12817         gnus-summary-pipe-output-default-command.
12818
12819 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12820
12821         * message.el (message-send-mail-with-sendmail):
12822         Display the error message.
12823
12824 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * gnus-art.el (gnus-default-article-saver):
12827         Add gnus-summary-save-in-pipe to choices.
12828         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12829         gnus-summary-pipe-output-default-command as the default command.
12830         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12831         instead of gnus-last-shell-command.
12832
12833         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12834         New user option.
12835         (gnus-summary-muttprint-program): Mention the value will be changed.
12836         (gnus-summary-save-article): Force showing of all headers.
12837         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12838
12839 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12840
12841         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12842
12843 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12844
12845         * nnimap.el (nnimap-id):
12846         * sieve-manage.el (sieve-manage-open): Doc fixes.
12847
12848 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12849
12850         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12851         if available.
12852
12853 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12854
12855         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12856
12857         * nnkiboze.el (nnkiboze-generate-group):
12858         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12859
12860         * nnmairix.el: Require CL.
12861
12862 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * dgnushack.el: Autoload get-display-table and put-display-table for
12865         XEmacs 21.5.
12866
12867         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12868         21.4 and SXEmacs.
12869
12870 2008-06-15  David Engster  <dengste@eml.cc>
12871
12872         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12873
12874 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12875
12876         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12877         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12878         runtime choice under XEmacs.
12879
12880         * gnus-sum.el (gnus-summary-set-display-table):
12881         Use `gnus-put-display-table', `gnus-get-display-table',
12882         `gnus-set-display-table' for the display table, instead of `aset'.
12883
12884         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12885         Use `gnus-put-display-table', `gnus-get-display-table',
12886         `gnus-set-display-table' for the display table.
12887
12888 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * nnmairix.el: Add autoloads.
12891
12892 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * nnmairix.el (nnmairix-delete-recreate-group)
12895         (nnmairix-update-and-clear-marks): Fix error messages.
12896
12897 2008-06-14  David Engster  <dengste@eml.cc>
12898
12899         * nnmairix.el: Upgrade to version 0.6.
12900         (nnmairix-group-toggle-propmarks-this-group)
12901         (nnmairix-group-toggle-readmarks-this-group)
12902         (nnmairix-group-delete-recreate-this-group)
12903         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12904         (nnmairix-remove-tick-mark-original-article): New commands.
12905         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12906         (nnmairix-propagate-marks-to-nnmairix-groups)
12907         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12908         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12909         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12910         functions needed for marks propagation and manipulation of read marks.
12911         (nnmairix-update-groups): New function.
12912         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12913         (nnmairix-determine-original-group-from-registry)
12914         (nnmairix-determine-original-group-from-path)
12915         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12916         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12917         New helper functions.
12918         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12919         keystrokes for new commands.
12920         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12921         (nnmairix-request-group): Check allow-fast group parameter.
12922         (nnmairix-request-create-group): Set allow-fast group parameter if
12923         nnmairix-allowfast-default is set.
12924         (nnmairix-close-group): Propagate marks upon closing if needed.
12925         (nnmairix-group-toggle-threads-this-group): Use new.
12926         nnmairix-group-toggle-parameter helper function.
12927         (nnmairix-search): Better check for empty search result.
12928         (nnmairix-goto-original-article): Use new helper functions for
12929         determining original article.
12930         (nnmairix-show-original-article): Make sure message-id is in brackets.
12931         (nnmairix-call-mairix-binary): Change variable name.
12932         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12933         helper function.
12934         (nnmairix-widget-toggle-activate): Fix doc string.
12935
12936 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * nnir.el: Require edmacro when compiling with XEmacs.
12939         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12940         available in Emacs 21.
12941
12942 2008-06-11  Glenn Morris  <rgm@gnu.org>
12943
12944         * gnus-util.el (x-focus-frame):
12945         * gnus.el (image-size):
12946         * mm-decode.el (image-size): Declare.
12947
12948         * gnus-picon.el (declare-function): Add compat definition.
12949         (image-size): Declare.
12950
12951         * gnus-group.el (tool-bar-map):
12952         * gnus-sum.el (tool-bar-map): Define for compiler.
12953
12954         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12955
12956         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12957
12958         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12959         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12960         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12961         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12962         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12963         * sieve-manage.el, spam-report.el, spam.el:
12964         Remove unnecessary eval-and-compile of autoloads.
12965
12966 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12967
12968         * auth-source.el: Precise Tramp doc.
12969
12970 2008-06-07  Glenn Morris  <rgm@gnu.org>
12971
12972         * nnmairix.el: Remove unnecessary eval-when-compile.
12973
12974 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * lpath.el: Fbind propertize for XEmacs 21.4.
12977
12978 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12979
12980         * nnir.el: Move here from ../contrib.
12981
12982 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12983
12984         * gnus-util.el (gnus-read-shell-command): New function.
12985         * mm-decode.el (mm-pipe-part):
12986         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12987
12988 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12991
12992 2008-06-03  Glenn Morris  <rgm@gnu.org>
12993
12994         * pop3.el (nnheader-accept-process-output): Autoload it.
12995
12996 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12999         are not 2-digit hexadecimal characters that follow `%'s.
13000
13001 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * message.el (message-bogus-recipient-p): Fix type in doc string.
13004         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13005         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13006         Improve custom options.
13007         (message-bogus-recipient-p): Adjust accordingly.
13008
13009 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13010
13011         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13012         long-form month and day names.
13013
13014 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * dgnushack.el: Autoload debug, eudc-expand-inline and
13017         pgg-snarf-keys-region for XEmacs.
13018
13019         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13020
13021         * nnmairix.el: Require edmacro when compiling with XEmacs.
13022
13023 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13026         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13027
13028 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13029
13030         * auth-source.el: Add more docs.
13031
13032         * netrc.el (netrc-machine): Always match if the port is not given.
13033
13034 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13037         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13038         retrieval faster in some cases, but might make CPU usage larger.
13039         If this has any bad side effects, we might revert this change.
13040
13041         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13042         seems to make mail retrieval much, much faster.
13043         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13044         unconditionally.
13045
13046         * gnus-draft.el (gnus-group-send-queue):
13047         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13048
13049 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13052
13053         * message.el (message-bogus-address-regexp): Fix and improve custom
13054         type.
13055         (message-setup-hook): Add message-check-recipients as custom option.
13056
13057 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * message.el (message-cite-function): Remove bogus autoload which crept
13060         in during merge from v5-10.
13061
13062 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13063
13064         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13065
13066         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13067
13068         * auth-source.el: Preliminary Tramp docs.
13069         (auth-sources): Change the default auth-sources to use
13070         EPA .gpg files.
13071
13072 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13073
13074         * nntp.el: Autoload `auth-source-user-or-password'.
13075         (nntp-send-authinfo): Use it.
13076
13077         * nnimap.el: Autoload `auth-source-user-or-password'.
13078         (nnimap-open-connection): Use it.
13079
13080         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13081         for the gnus-message function.
13082         (auth-source-user-or-password): Use it.
13083
13084 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13085
13086         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13087         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13088         (rfc2104-hash): Use it.
13089
13090 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13091
13092         * gnus-art.el (gnus-article-toggle-truncate-lines):
13093         Don't use `iff' in docstring.
13094
13095 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13096
13097         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13098
13099         * gnus-util.el (gnus-extract-address-component-name)
13100         (gnus-extract-address-component-email): Convenience functions around
13101         `gnus-extract-address-components'.
13102
13103         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13104         Use `gnus-extract-address-component-email' to fix bug of comparing full
13105         sender name to `user-mail-address'.
13106
13107 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13108
13109         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13110         catch/throw to optimize.
13111         (gnus-registry-find-keywords): Just use member to find a keyword.
13112
13113 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13114
13115         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13116         is current before calling gnus-server-prepare.
13117         (gnus-server-setup-buffer, gnus-server-update-server)
13118         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13119
13120 2008-05-04  Juri Linkov  <juri@jurta.org>
13121
13122         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13123         (mailcap-file-default-commands): Use mailcap-replace-in-string
13124         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13125         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13126
13127 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13128
13129         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13130
13131 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13132
13133         * gnus.el: Bump version to 0.11.
13134
13135 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13136
13137         * gnus.el: No Gnus v0.10 is released.
13138
13139 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13140
13141         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13142         hooks.
13143         (gnus-update-read-articles): Speed up non-marks-using users.
13144         (gnus-use-marks): Define gnus-use-marks.
13145         (gnus-propagate-marks): Rename variable to something more sensible.
13146
13147 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13148
13149         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13150         (gmm-image-load-path-for-library): Fix typos in docstrings.
13151         (gmm-message): Reflow docstring.
13152
13153 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13154
13155         * mail-source.el (mail-source-set-1, mail-source-bind):
13156         Move auth-source code out of the macro to clean it up and fix bugs.
13157
13158 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13159
13160         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13161         by sender if it's equal to user-mail-address, it's likely to be
13162         useless.
13163
13164         * mail-source.el (mail-source-bind): Don't use user or password if they
13165         are not bound.  Unintern them if they are nil.  Don't use server unless
13166         it's bound, and default it to empty string otherwise.
13167
13168 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13169
13170         * mail-source.el: Load auth-source.el.
13171         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13172         get user name or password, if auth-sources is set up.
13173
13174         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13175         strategy of splitting with parent.
13176         (gnus-registry-split-fancy-with-parent)
13177         (gnus-registry-post-process-groups): Use it and fix prior
13178         bug (returning a list as the split result).
13179
13180         * auth-source.el (auth-sources): Remove server parameter.
13181         (auth-source-pick, auth-source-user-or-password)
13182         (auth-source-user-or-password-imap)
13183         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13184         (auth-source-user-or-password-sftp)
13185         (auth-source-user-or-password-smtp): Remove server parameter.
13186
13187 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13188
13189         * smime.el (smime-sign-region, smime-encrypt-region)
13190         (smime-decrypt-region):
13191         Remove redundant calls to `generate-new-buffer-name'.
13192
13193 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13194
13195         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13196         Don't use QP for message/rfc822.
13197         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13198
13199 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13200
13201         * sieve-manage.el (sieve-string-bytes): Remove.
13202         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13203         correct byte-length only if the process's coding-system is the same as
13204         the one used internally by Emacs to represent strings.
13205
13206 2008-04-22  Juri Linkov  <juri@jurta.org>
13207
13208         * mailcap.el (mailcap-file-default-commands): New function.
13209
13210 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * message.el (message-signature-separator, message-cite-function):
13213         Change custom version.
13214
13215 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13216
13217         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13218         commands.
13219         (tls-checktrust): Ditto.
13220
13221 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * mm-decode.el (mm-display-external): Make temp file read-only.
13224
13225 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13228         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13229         `C-c C-f d'.
13230
13231 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13232
13233         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13234
13235 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * gnus.el: Bump version to 0.9.
13238
13239 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * gnus.el: No Gnus v0.8 is released.
13242
13243 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13244
13245         * mail-source.el (mail-source-value):
13246         Prefer fboundp to functionp so it works with macros as well.
13247
13248 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13249
13250         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13251         Fix last change in case the element is not even a symbol.
13252
13253 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13254
13255         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13256         Prefer fboundp to functionp so it works with macros as well.
13257
13258 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13259
13260         * auth-source.el: Add docs.
13261         (auth-sources): Modify format to support server.
13262         (auth-source-pick, auth-source-user-or-password)
13263         (auth-source-user-or-password-imap)
13264         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13265         (auth-source-user-or-password-sftp)
13266         (auth-source-user-or-password-smtp): Add server parameter.
13267
13268 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13269
13270         * gnus-registry.el: Initialize the registry when gnus-registry-install
13271         is t.
13272
13273 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * compface.el (uncompface): Make buffer unibyte.
13276
13277 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13278
13279         * mail-source.el (mail-source-value):
13280         Prefer fboundp to functionp so it works with macros as well.
13281
13282 2008-04-05  Glenn Morris  <rgm@gnu.org>
13283
13284         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13285
13286 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13287
13288         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13289         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13290
13291         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13292         multibyteness after rather than before erasing it.
13293
13294         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13295         mm-with-multibyte.
13296         (gnus-request-article-this-buffer): Make sure the proper decoding is
13297         used if gnus-original-article-buffer happens to be unibyte.
13298
13299         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13300         default-enable-multibyte-characters.
13301
13302         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13303         default-enable-multibyte-characters.
13304
13305         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13306
13307         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13308
13309 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13310
13311         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13312         Fix last change in case the element is not even a symbol.
13313
13314 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13315
13316         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13317         (imap-message-copyuid-1): Use it.
13318         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13319         J. Williams in
13320         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13321
13322         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13323         imap-enable-exchange-bug-workaround.
13324         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13325
13326 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13327
13328         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13329         a 100 byte status-checks into a 2-3MB transfer for each group.
13330         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13331         to enable bug workaround or not.
13332         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13333
13334 2008-03-31  Glenn Morris  <rgm@gnu.org>
13335
13336         * message.el (mml2015-use): Declare for compiler.
13337         (message-info): Require mml2015 when appropriate.
13338
13339 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13342         whitespace.
13343
13344 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13345
13346         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13347         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13348         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13349         (nntp-service-to-port): New function.
13350         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13351         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13352         (nntp-open-netcat-stream): New function.
13353         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13354
13355 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13356
13357         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13358
13359 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13360
13361         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13362
13363 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13364
13365         * dns.el (dns-write): Use set-buffer-multibyte.
13366
13367 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13368
13369         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13370
13371 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * message.el (message-signature-separator): Change default.
13374         Improve custom type.
13375         (message-cite-function): Change default to
13376         message-cite-original-without-signature.
13377
13378         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13379         toggle.
13380
13381         * message.el (message-check-news-body-syntax): Fix signature check.
13382         (message-setup-1): Mark buffer as unmodified _after_ running
13383         message-setup-hook and handling message-alternative-emails.
13384         (message-shorten-references): Be more strict when building list of
13385         valid references to comply with GNKSA.
13386
13387         * gnus-group.el (gnus-read-ephemeral-bug-group)
13388         (gnus-read-ephemeral-debian-bug-group)
13389         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13390
13391         * message.el (message-info): Don't use booleanp which isn't supported
13392         in Emacs 21 and XEmacs.
13393
13394 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13397         gnus-group-gmane-group-download-format.
13398         (gnus-group-read-ephemeral-gmane-group): Rename from
13399         gnus-group-read-ephemeral-gmane-group.
13400         (gnus-read-ephemeral-gmane-group-url): Rename from
13401         gnus-group-read-ephemeral-gmane-group-url.
13402         (gnus-bug-group-download-format-alist): New variable.
13403         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13404         (gnus-read-ephemeral-emacs-bug-group): New commands.
13405
13406 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13409         (gnus-visible-headers): Improve custom type.
13410
13411 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * mml.el (mml-menu): Add workarounds for XEmacs.
13414
13415         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13416         X-Boundary header.
13417
13418         * message.el (message-simplify-recipients): Fix previous commit.
13419
13420 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13421
13422         * mm-util.el (mm-set-buffer-multibyte): New function.
13423         * mm-decode.el (mm-copy-to-buffer): Use it.
13424
13425         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13426         Prefer fboundp to functionp so it works with macros as well.
13427
13428 2008-03-19  Glenn Morris  <rgm@gnu.org>
13429
13430         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13431         Accidentally removed in the sync process with Emacs.
13432
13433 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * message.el (message-alter-recipients-discard-bogus-full-name):
13436         New function.
13437         (message-alter-recipients-function): New variable.
13438         (message-get-reply-headers): Use it.
13439         (message-replace-header): New helper function.
13440         (message-recipients-without-full-name): New variable.
13441         (message-simplify-recipients): New command.
13442
13443         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13444
13445         * message.el (message-info): Handle EasyPG manual.
13446
13447         * mml.el (mml-menu): Add entry for EasyPG.
13448
13449 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13450
13451         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13452         parameter.
13453
13454         * message.el (message-disassociate-draft): Specify drafts group name
13455         fully.
13456
13457 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13458
13459         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13460         Eliminate unnecessary duplicates from the match list.
13461
13462 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13465
13466         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13467
13468         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13469         args of `how-many' of which the XEmacs version doesn't take; declare
13470         Info-index-next as function.
13471
13472 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus-score.el (gnus-score-headers): Fix handling of
13475         gnus-inhibit-slow-scoring.
13476
13477         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13478         string.
13479         (gnus-button-url-regexp): Improve handling of parenthesis.
13480         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13481         (gnus-button-handle-info-keystrokes): Handle index entries.
13482
13483 2008-03-15  Glenn Morris  <rgm@gnu.org>
13484
13485         * parse-time.el (parse-time-string): Simplify.
13486
13487 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13490         Incoming* files.
13491
13492 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * auth-source.el (auth-sources): Rename from auth-source-choices.
13495         (auth-source-pick): Use it.
13496
13497 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13498
13499         * binhex.el (binhex-decode-region-internal):
13500         * uudecode.el (uudecode-decode-region-internal):
13501         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13502         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13503         setting default-enable-multibyte-characters.
13504
13505 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13506
13507         * auth-source.el (auth-source-protocols)
13508         (auth-source-protocols-customize, auth-source-choices): Add and
13509         modified variable customizations and defaults.
13510         (auth-source-pick, auth-source-user-or-password)
13511         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13512         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13513         (auth-source-user-or-password-sftp)
13514         (auth-source-user-or-password-smtp): Use new variables and provide an
13515         interface to netrc.el.
13516
13517 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13520         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13521         Make sure the nntp port to specify is a string.
13522
13523 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13524
13525         * nntp.el: Use with-current-buffer.
13526         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13527         dubious mm-with-unibyte-current-buffer.
13528         (nntp-with-open-group-function): New function extracted from
13529         nntp-with-open-group macro.
13530         (nntp-with-open-group): Use the function, so it's easier to debug.
13531         Add indentation and debugging info.
13532         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13533         Recommend the use of the netcat alternatives.
13534
13535         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13536         Avoid mm-string-as-multibyte as well.
13537
13538         * nnweb.el (nnweb-insert-html):
13539         Remove use of nnheader-string-as-multibyte.
13540
13541         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13542         (nnheader-string-as-multibyte): Remove.
13543
13544         * mm-view.el: Use inhibit-read-only.
13545         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13546         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13547         or unibyte-string.
13548
13549         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13550         (mm-uu-yenc-extract): Use with-current-buffer.
13551
13552         * gnus-soup.el (gnus-soup-send-packet): Don't use
13553         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13554
13555         * nnmh.el: Use with-current-buffer.
13556         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13557         mm-string-as-multibyte on the output of mm-encode-coding-string.
13558
13559         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13560         (nnimap-request-move-article): Use with-current-buffer.
13561
13562         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13563         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13564         conversion uses string-make-unibyte rather than string-as-unibyte.
13565
13566         * gnus-msg.el: Use with-current-buffer.
13567
13568         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13569
13570 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13571
13572         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13573         string for caching if it is 'PIN.
13574
13575 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * lpath.el: Consider the case without Emacs/W3.
13578
13579 2008-03-08  Glenn Morris  <rgm@gnu.org>
13580
13581         * time-date.el (date-to-time, time-subtract, time-add)
13582         (safe-date-to-time): Doc fixes.
13583
13584 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13585
13586         * mail-source.el (mail-source-delete-old-incoming-confirm):
13587         Change default to nil.
13588         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13589
13590 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * lpath.el: Rearrange.
13593
13594         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13595         (gnus-article-goto-prev-page): Work for articles having ^L's.
13596
13597         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13598
13599         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13600
13601 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13602
13603         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13604         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13605         (gnus-bookmark-jump): Adjust some variable names.
13606
13607 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13608
13609         * auth-source.el: New package.
13610         (auth-source-choices): Add customization entry point variable.
13611
13612         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13613         bug.
13614
13615 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13616
13617         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13618         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13619         (gnus-registry-install-shortcuts): Rename from
13620         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13621         the `gnus-registry-mark-map' keymap dynamically from
13622         `gnus-registry-marks'.  The generated functions update the summary line
13623         when a registry mark is added or deleted, and will call
13624         `gnus-registry-install-p' (see the comments in the code).
13625         (gnus-registry-user-format-function-M): Use concat intelligently.
13626
13627         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13628         the registry mark functions.
13629
13630 2008-03-05  Glenn Morris  <rgm@gnu.org>
13631
13632         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13633         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13634         gnus-art.
13635         (top-level): No need to load own source when compiling.
13636
13637 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13638
13639         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13640         Suggested by <chris.anderton@zetnet.co.uk>.
13641
13642 2008-03-04  Glenn Morris  <rgm@gnu.org>
13643
13644         * gnus-sum.el (top-level): No need to require gnus when compiling,
13645         since unconditionally required near start of file.
13646         (gnus-summary-display-while-building): Move definition before use.
13647
13648 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13649
13650         * gnus-registry.el (gnus-registry-user-format-function-M):
13651         Add formatting function.
13652
13653 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13654
13655         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13656         with plists.
13657         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13658         Use new format.
13659
13660 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13663         `where-is-internal' that returns a range of key sequences.
13664
13665 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13666
13667         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13668
13669         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13670         (gnus-summary-jump-to-group): Consider windows on other displayed
13671         frames as well.  Similar changes might be needed elsewhere, but that's
13672         the one I've bumped into during my use.
13673
13674         * nndoc.el (nndoc-oe-dbx-type-p):
13675         * gnus-msg.el (gnus-debug):
13676         * gnus-group.el (gnus-update-group-mark-positions):
13677         Use mm-string-to-multibyte.
13678
13679 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13680
13681         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13682         doesn't handle NotDashEscaped.
13683
13684         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13685         (mml-dnd-attach-options): Fix typo in custom choice.
13686
13687         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13688         Change nndoc-article-type to mbox.
13689         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13690
13691         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13692         to nil, instead of html2text.
13693
13694         * imap.el (imap-debug): Add `imap-ping-server'.
13695
13696         * gnus-bookmark.el: Add FIXMEs.
13697
13698         * message.el (message-form-letter-separator)
13699         (message-send-form-letter-delay): New variables.
13700         (message-send-form-letter): Use them.  New command to send form
13701         letters.  Requested by Uwe Siart.
13702         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13703
13704 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13705
13706         * Update copyright years.
13707
13708 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         Sync from EMACS_22_BASE.
13711
13712         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13713
13714 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13715
13716         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13717         empty author.
13718
13719 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13720
13721         * gnus-registry.el (gnus-registry-marks): Add variable for
13722         customization of marks and their appearance.
13723         (gnus-registry-read-mark): Use it.
13724         (gnus-registry-do-marks): Add utility function to loop through
13725         `gnus-registry-marks'.
13726         (gnus-registry-install-shortcuts-and-menus): Add function to install
13727         shortcuts and menus.
13728         (gnus-registry-initialize): Use it.
13729         (gnus-registry-default-mark): Clarify documentation.
13730
13731 2008-02-29  Glenn Morris  <rgm@gnu.org>
13732
13733         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13734         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13735         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13736         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13737         Change defcustom :version from 23.0 to 23.1.
13738
13739 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13740
13741         * gnus-registry.el (gnus-registry-follow-group-p)
13742         (gnus-registry-post-process-groups): Add functions to aid registry
13743         splitting and improve logging.  Clarify behavior in function
13744         documentation.
13745         (gnus-registry-split-fancy-with-parent): Use them.
13746
13747 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13748
13749         * gnus-art.el: Use with-current-buffer.
13750
13751 2008-02-27  David Engster  <dengste@eml.cc>
13752
13753         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13754         Express real group name in the response.
13755
13756 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13759         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13760         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13761         autoload gnus-registry-fetch-group when compiling.
13762         (nnmairix-request-group-with-article-number-correction):
13763         Remove unreferenced argument passed to nnmairix-call-backend.
13764
13765 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13766
13767         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13768         (mm-uu-extract): Improve face for low color ttys.
13769         Reported by Sascha Wilde.
13770
13771 2008-02-27  Glenn Morris  <rgm@gnu.org>
13772
13773         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13774         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13775         variables to defconsts.  Convert comments to doc-strings.
13776         (nnmairix-last-server, nnmairix-current-server): Convert from free
13777         variables to defvars.  Convert comments to doc-strings.
13778         (gnus-registry-fetch-group): Autoload.
13779         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13780         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13781         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13782         caddr.
13783         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13784         nnmairix-request-group-with-article-number-correction call.
13785         (nnmairix-fast, nnmairix-group): New, less general names, for free
13786         variables passed from nnmairix-request-group to
13787         nnmairix-request-group-with-article-number-correction.  Declare.
13788         (nnmairix-request-group-with-article-number-correction):
13789         Use nnmairix-fast, nnmairix-group rather than fast, group.
13790
13791 2008-02-26  David Engster  <dengste@eml.cc>
13792
13793         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13794         version 0.5.
13795
13796 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13797
13798         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13799         instead of making an extra function call.  Don't add the current group
13800         to articles only when they have the group.  Use
13801         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13802         Reported by David <de_bb@arcor.de>.
13803
13804 2008-02-24  Miles Bader  <miles@gnu.org>
13805
13806         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13807         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13808         (mm-find-mime-charset-region):
13809         * mm-bodies.el (mm-encode-body):
13810         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13811
13812 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13815         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13816
13817 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * mail-source.el (mail-source-delete-incoming): Change default.
13820         Supplement doc string.
13821
13822         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13823
13824 2008-02-14  Glenn Morris  <rgm@gnu.org>
13825
13826         * time-date.el (format-seconds): New function.
13827
13828 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * nnmail.el (nnmail-message-id-cache-file): Derive from
13831         `gnus-home-directory'.
13832
13833 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13836         Document negative prefix.
13837
13838         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13839
13840 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13841
13842         * message.el (message-unsent-separator): Add the Exim bounce
13843         separator.
13844
13845 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13846
13847         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13848         list.
13849         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13850         recipient/signer list.
13851
13852 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * Makefile.in (datarootdir): Define.
13855         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13856         name that might contain whitespace.
13857
13858 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13861         fbound (Emacs 23 unicode), signal an error.
13862
13863 2008-02-08  Glenn Morris  <rgm@gnu.org>
13864
13865         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13866
13867 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13868
13869         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13870         ports to the calls to `netrc-machine-user-or-password' in addition to
13871         "imap" and "imaps".
13872
13873 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13874
13875         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13876
13877         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13878
13879 2008-02-01  Kenichi Handa  <handa@m17n.org>
13880
13881         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13882         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13883         (rfc2104-hash): Convert the result of concat to unibyte string.
13884
13885 2008-02-01  Dave Love  <fx@gnu.org>
13886
13887         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13888         coding-system-for-read.
13889         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13890
13891 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13892
13893         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13894         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13895         <hanche@math.ntnu.no>.
13896
13897 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13900
13901         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13902
13903 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13904
13905         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13906         * message.el (message-beginning-of-line): Use featurep instead of bound
13907         tests in order to resolve conditionals at compile time.
13908
13909 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13910
13911         * mail-source.el (mail-sources): Add `group' choice.
13912
13913         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13914         parameter `in-group' to control into which group the articles go.
13915         Add treatment of `group' mail-source.
13916
13917 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13920
13921         * mm-decode.el (mm-dissect-buffer): Decode description.
13922
13923         * mml.el (mml-to-mime): Encode message header first.
13924
13925 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13928         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13929
13930         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13931         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13932
13933 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13934
13935         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13936
13937 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13940         prefix keys.
13941         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13942         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13943         gnus-xmas.el.
13944
13945         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13946         (gnus-xmas-article-describe-bindings): New function.
13947         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13948         gnus-xmas-article-describe-bindings.
13949
13950         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13951
13952 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13953
13954         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13955         Add new variables for article mark management.
13956         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13957         list of extra data entries which, when present, will indicate that the
13958         article ID should not be trimmed from the registry.
13959         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13960         functions.
13961         (gnus-registry-read-mark): New function to read a mark name from the
13962         user.
13963         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13964         (gnus-registry-set-article-mark-internal): New functions to add and
13965         remove marks.
13966         (gnus-registry-get-article-marks): New function to show the marks for
13967         an article, or retrieve them for further use.
13968
13969 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13972         keys when no argument is given.
13973
13974 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * imap.el (imap-ping-server): New variable.
13977         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13978         (imap-ping-server): Minor doc string fixes.
13979
13980 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13981
13982         * imap.el (imap-ping-server): New function.
13983         (imap-opened): Call imap-ping-server.
13984
13985 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * gnus-sum.el (gnus-article-sort-by-random)
13988         (gnus-thread-sort-by-random): Fix doc strings.
13989         Reported by jidanni@jidanni.org.
13990
13991 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-art.el (gnus-article-describe-bindings): New function.
13994         (gnus-article-read-summary-keys): Use it.
13995         (gnus-article-mode-map): Bind `C-h b' to it.
13996
13997 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14000         XEmacs.
14001         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14002         Protect against non-character events.
14003
14004         * lpath.el: Fbind map-keymap for Emacs 21.
14005
14006 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14009         New command.
14010         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14011         instead of END.  Change name of the temp file.
14012         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14013         customizable.
14014
14015 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14018         bind `S W' to gnus-article-wide-reply-with-original; set default
14019         binding to gnus-article-read-summary-send-keys.
14020         (gnus-article-read-summary-keys): Fix the order of keys; display
14021         continuation keys correctly in the echo area; describe bindings
14022         correctly when keys end with `C-h'.
14023         (gnus-article-read-summary-send-keys): New function.
14024         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14025         Work for gnus-article-read-summary-send-keys; display continuation keys
14026         correctly in the echo area.
14027         (gnus-article-reply-with-original): Ignore prefix argument.
14028         (gnus-article-wide-reply-with-original): New function.
14029
14030         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14031         Emacs 21.
14032
14033 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14036         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14037
14038 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14041         (gnus-group-read-ephemeral-gmane-group): New command.
14042
14043 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14044
14045         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14046
14047 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * message.el (message-send-mail-function): Increase custom version.
14050
14051         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14052         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14053
14054 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14055
14056         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14057         for the cases where imap-authenticate is called with a nil buffer
14058         parameter.
14059
14060 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14063         html parts correctly; support forwarded messages.
14064         (gnus-article-browse-html-article): Remove work buffers.
14065
14066         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14067         compiling.
14068         (netrc-bound-and-true-p): New macro.
14069         (netrc-parse): Use it instead of bound-and-true-p that is not available
14070         in XEmacs 21.4.
14071
14072 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14073
14074         * gnus-registry.el (gnus-registry-mark-article)
14075         (gnus-registry-article-marks): Add functionality to mark articles
14076         through the Gnus registry.
14077
14078         * encrypt.el: Clarify documentation for the new pgg method.
14079         (encrypt-file-alist): Add PGG option.
14080         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14081         functionality.  Abstract password key and messaging to external
14082         functions.
14083         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14084         (encrypt-message-method-and-cipher): Add new convenience external
14085         functions.
14086         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14087         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14088
14089         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14090         (netrc-parse): Use encrypt-file-alist to determine if
14091         encrypt-find-model or encrypt-insert-file-contents should be used.
14092
14093         * encrypt.el: Clarify documentation.  Load password-cache or
14094         password, whichever one is found first, instead of autoloading.
14095
14096 2007-12-19  Glenn Morris  <rgm@gnu.org>
14097
14098         * mml.el (message-options-set, message-narrow-to-head)
14099         (message-in-body-p, message-mail-p, message-encode-message-body):
14100         Autoload.
14101         (message-remove-header, message-narrow-to-headers-or-head)
14102         (message-subscribed-p, message-make-mail-followup-to)
14103         (message-position-on-field, message-news-p)
14104         (message-options-set-recipient, message-generate-headers)
14105         (message-sort-headers): Declare as functions.
14106
14107 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14110         convention in doc string.
14111
14112 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14115         title to html parts.
14116         (gnus-article-browse-html-article): Pass message header to it.
14117
14118         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14119
14120 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14123         or password compatible with XEmacs.
14124
14125 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14128         format document.
14129         (gnus-mime-delete-part): Don't write description line if empty.
14130         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14131
14132 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14133
14134         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14135         (gnus-summary-mark-read-and-unread-as-read)
14136         (gnus-summary-mark-current-read-and-unread-as-read)
14137         (gnus-summary-mark-unread-as-ticked): Doc fix.
14138         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14139
14140 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14143         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14144
14145 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14148         yes-or-no-p.
14149
14150 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * mm-decode.el (mm-add-meta-html-tag): New function.
14153         (mm-save-part-to-file, mm-pipe-part): Use it.
14154
14155         * gnus-art.el (gnus-article-browse-delete-temp-files):
14156         Use gnus-y-or-n-p instead of y-or-n-p.
14157         (gnus-article-browse-html-parts): Work with message/external-body; use
14158         mm-add-meta-html-tag.
14159
14160 2007-12-11  Glenn Morris  <rgm@gnu.org>
14161
14162         * gnus-cache.el: Require gnus-sum not just when compiling.
14163
14164         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14165
14166         * gnus-int.el (gnus-server-opened, gnus-status-message):
14167         Move definitions before use.
14168
14169         * mm-decode.el: Require gnus-util.
14170         (mm-remove-part): Only call delete-annotation on XEmacs.
14171
14172         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14173
14174         * nnmail.el: Require gnus-int.
14175
14176         * spam.el: Move `require's before `eval-when-compile's.
14177
14178         * gnus-ems.el (gnus-alive-p):
14179         * gnus-fun.el (message-goto-eoh):
14180         * gnus-util.el (gnus-group-name-decode):
14181         * mail-source.el (gnus-compress-sequence):
14182         * message.el (Info-goto-node, format-spec):
14183         * mm-bodies.el (message-options-get):
14184         * mm-decode.el (mm-view-pkcs7):
14185         * mm-util.el (gmm-write-region):
14186         * mml-smime.el (mml-compute-boundary)
14187         (gnus-completing-read-with-default):
14188         * mml.el (widget-button-press, gnus-make-hashtable):
14189         * mml1991.el (mm-decode-content-transfer-encoding)
14190         (mm-encode-content-transfer-encoding)
14191         (message-options-get, message-options-set):
14192         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14193         * nnfolder.el (gnus-request-group):
14194         * nnheader.el (ietf-drums-unfold-fws):
14195         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14196         * smime.el (gnus-run-mode-hooks):
14197         * spam-stat.el (gnus-message): Autoload.
14198
14199         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14200         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14201         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14202         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14203         Add declare-function compatibility definition.
14204
14205         * gnus-cache.el (nnvirtual-find-group-art):
14206         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14207         (gnus-add-image, gnus-add-wash-type):
14208         * gnus-group.el (nnkiboze-score-file):
14209         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14210         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14211         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14212         (message-tokenize-header, gnus-get-buffer-create)
14213         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14214         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14215         * gnus.el (gnus-group-decoded-name):
14216         * mail-source.el (imap-capability):
14217         * mm-bodies.el (message-options-set):
14218         * mm-decode.el (gnus-configure-windows):
14219         * mm-extern.el (message-goto-body):
14220         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14221         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14222         (epg-sub-key-validity, message-options-set):
14223         * mml.el (widget-event-point, gnus-configure-windows):
14224         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14225         * mml2015.el (epg-check-configuration, epg-configuration)
14226         (message-options-set):
14227         * nndb.el (nndb-request-article):
14228         * nnfolder.el (gnus-request-create-group):
14229         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14230         * nnmaildir.el (gnus-group-mark-article-read):
14231         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14232         * rfc1843.el (message-fetch-field):
14233         * spam.el (gnus-extract-address-components):
14234         Declare as functions.
14235
14236 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14239
14240         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14241
14242         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14243         bind show-trailing-whitespace for XEmacs.
14244
14245 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14248         new no-op macro for backward compatibility.
14249
14250         * imap.el (imap-string-to-integer): New function.
14251
14252 2007-12-09  Glenn Morris  <rgm@gnu.org>
14253
14254         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14255
14256         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14257         * message.el, mm-view.el, sieve-manage.el, smime.el:
14258         Add declare-function compatibility definition.
14259
14260         * gnus-art.el (w3-region, w3m-region, Info-menu):
14261         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14262         * gnus-sum.el (gnus-get-predicate):
14263         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14264         * message.el (mail-abbrev-in-expansion-header-p):
14265         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14266         (w3m-detect-meta-charset, w3m-region):
14267         * sieve-manage.el (password-read, password-cache-add)
14268         (password-cache-remove):
14269         * smime.el (password-read-and-add): Declare as functions.
14270
14271 2007-12-08  David Kastrup  <dak@gnu.org>
14272
14273         * gnus-sum.el (gnus-summary-simplify-subject-query):
14274         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14275         `message'.
14276
14277 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14280         it to bind idna-program, installation-directory, defined-colors, and
14281         face-attribute for XEmacs of the version that compiles defcustom forms.
14282
14283 2007-12-07  Glenn Morris  <rgm@gnu.org>
14284
14285         * gnus-art.el (article-make-date-line): Revert previous change.
14286
14287 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14290
14291 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14292
14293         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14294         Call gnus-add-to-range ranges only once with a prepared article-list.
14295
14296 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14297
14298         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14299         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14300         group names with backslashes.
14301         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14302
14303 2007-12-06  Deepak Goel  <deego3@gmail.com>
14304
14305         * gnus-art.el (article-make-date-line):
14306         * gnus-start.el (gnus-load):
14307         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14308
14309 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-art.el (gnus-use-idna):
14312         * gnus-start.el (gnus-site-init-file):
14313         * message.el (message-use-idna):
14314         * mm-uu.el (mm-uu-hide-markers):
14315         * smiley.el (smiley-style): Revert changes that suppress warnings.
14316
14317 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14320         specify charset to html source.
14321         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14322
14323 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14326         idna-program in order to suppress byte compile warning issued by XEmacs
14327         that came to byte compile the default value section of defcustom forms
14328         recently.
14329
14330         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14331         value of installation-directory.
14332
14333         * message.el (message-use-idna): Don't directly refer to the value of
14334         idna-program.
14335
14336         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14337
14338         * smiley.el (smiley-style): Don't directly call face-attribute.
14339
14340 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14343
14344         * gnus-dired.el: Reduce Gnus dependencies.
14345         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14346         Don't require.  Use autoloads instead.
14347         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14348         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14349         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14350         (gnus-dired-mode): Adjust doc string.
14351         (gnus-dired-mail-mode): New variable.
14352         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14353         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14354         (gnus-dired-mail-buffers): New function.  Return mail or message
14355         composition buffers.
14356         (gnus-dired-attach): Use it.
14357         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14358         NO-DECODE.
14359         (gnus-dired-print): Use `gnus-print-buffer' depending on
14360         `gnus-dired-mail-mode'.
14361
14362 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * rfc2047.el (rfc2047-encoded-word-regexp)
14365         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14366         explaining what regexp patterns are for.
14367
14368 2007-12-04  Glenn Morris  <rgm@gnu.org>
14369
14370         * password.el: Move to password-cache.el.
14371
14372         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14373         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14374         * mml-smime.el (password-read, password-cache-add)
14375         (password-cache-remove):
14376         No need to autoload, since mml-sec requires password.
14377
14378         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14379         * message.el (gnus-extract-address-components):
14380         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14381
14382         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14383         password.
14384
14385 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * mailcap.el: Reduce dependencies.
14388         (mail-header-parse-content-type): Autoload.
14389         (mailcap-delete-duplicates): New alias.
14390         (mailcap-mime-info): Add optional argument NO-DECODE.
14391         (mailcap-mime-types): Use mailcap-delete-duplicates.
14392
14393         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14394
14395 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14396
14397         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14398         (imap-parse-status): Upcase status-att for servers that sends them
14399         lower-case (e.g., MS Exchange 2007).
14400
14401 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14402
14403         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14404         function.
14405
14406         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14407         (gnus-uu-yenc-article): New function.
14408
14409         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14410
14411         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14412
14413 2007-12-02  Glenn Morris  <rgm@gnu.org>
14414
14415         * binhex.el (binhex): New custom group.
14416         (binhex-decoder-program, binhex-decoder-switches)
14417         (binhex-use-external): Move to the binhex custom group.
14418
14419         * uudecode.el (uudecode): New custom group.
14420         (uudecode-decoder-program, uudecode-decoder-switches)
14421         (uudecode-use-external): Move to the uudecode custom group.
14422
14423         * netrc.el (top-level): Don't load `encrypt' features.
14424         (netrc-parse): Don't use encrypt.
14425         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14426
14427         * encrypt.el: Remove file.
14428
14429 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14432         matches on patches.
14433
14434         * gnus-art.el (gnus-article-browse-html-article):
14435         Mention `mm-text-html-renderer' in the doc string.
14436
14437         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14438         string.  Add comments.
14439
14440         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14441         if rhs is ASCII.
14442
14443 2007-12-01  Glenn Morris  <rgm@gnu.org>
14444
14445         * mail-source.el (top-level): Require format-spec before
14446         eval-when-compile.
14447
14448 2007-11-30  Glenn Morris  <rgm@gnu.org>
14449
14450         * encrypt.el: Require password, rather than autoloading password-read.
14451
14452 2007-11-29  Glenn Morris  <rgm@gnu.org>
14453
14454         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14455         (sasl-make-client, sasl-next-step, sasl-step-data)
14456         (sasl-step-set-data): Declare as functions.
14457
14458 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14459
14460         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14461
14462 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14463
14464         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14465         certs should be verified and what is to be done in the event of a
14466         verification failure.
14467
14468         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14469         caller can indicate whether the cache should be disregarded for this
14470         call.  This way the result of the call is reproducible at all times and
14471         can be considered a canonical server name for the supplied method.
14472         (gnus-agent-method-p): Canonicalize server names by pushing their
14473         method through `gnus-method-to-server' using the no-cache argument.
14474
14475         * gnus-srvr.el (gnus-server-insert-server-line):
14476         Call `gnus-method-to-server' with `no-cache' argument.
14477
14478         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14479         gnus-agent-possibly-synchronize-flags as this should be called when the
14480         server is actually being opened.
14481         (gnus-agent-possibly-synchronize-flags)
14482         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14483         flags file of an agentized server to the latter function.
14484
14485         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14486         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14487         after a connection has been established successfully.
14488
14489 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-art.el (article-display-face): Force to display face if called
14492         interactively; check if gnus-article-x-face-too-ugly matches author.
14493         (article-display-x-face): Display face even if From header is missing
14494         as article-display-face does.
14495
14496 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14497
14498         * hashcash.el (message-narrow-to-headers-or-head)
14499         (message-fetch-field, message-goto-eoh)
14500         (message-narrow-to-headers): Declare as functions.
14501
14502 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * mail-source.el (mail-sources): Default to fetch from file for
14505         compatibility with default of nnmail-spool-file.
14506
14507 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14510         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14511         to look for encoded word that should be encoded again.
14512         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14513         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14514         encoding pattern.
14515         (rfc2047-decode-region): Switch strict regexp and loose one according
14516         to rfc2047-allow-irregular-q-encoded-words.
14517
14518 2007-11-25  Romain Francoise  <romain@orebokech.com>
14519
14520         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14521
14522 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * tls.el (tls-program): Provide more custom choices from
14525         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14526         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14527
14528 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14529
14530         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14531         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14532
14533         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14534         `nnmail-spool-file'.
14535
14536         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14537         `nnmail-spool-file'.
14538
14539         * gnus-move.el (gnus-change-server): Ditto.
14540
14541         * gnus-kill.el (gnus-batch-score): Ditto.
14542
14543         * gnus-cache.el (gnus-jog-cache): Ditto.
14544
14545         * gnus-msg.el (gnus-summary-reply):
14546         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14547
14548 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14551         version.  Minor improvement to doc strings.
14552         (tls-program): Add comment.
14553
14554 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14555
14556         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14557         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14558         mismatch between the hostname provided in the certificate and the name
14559         of the host connnecting to.
14560         (open-tls-stream): Use them.  Check certificates against trusted root
14561         certificates.
14562
14563 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * gnus-cache.el (gnus-cache-generate-nov-databases):
14566         Use nnml-generate-nov-databases-directory instead of
14567         nnml-generate-nov-databases-1.
14568
14569 2007-11-24  Glenn Morris  <rgm@gnu.org>
14570
14571         * message.el (message-tool-bar-retro): Update for rename
14572         mail_send.xpm->mail-send.xpm.
14573
14574 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14577         `smime-ldap-search' for Emacs 22 and up.
14578
14579 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14580
14581         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14582
14583         * message.el (message-send-mail-function): Fix error convention.
14584         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14585         (message-widen-reply, message-send-mail, message-talkative-question)
14586         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14587         (message-clone-locals, message-send-news): Use with-current-buffer.
14588         (message-insert-or-toggle-importance): Remove unused var `valid'.
14589         (message-make-references): Remove unused var `new-references'.
14590         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14591
14592 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14593
14594         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14595         (spam-split-symbolic-return-positive): Reflow docstring.
14596         (spam-backends, spam-summary-exit-behavior)
14597         (spam-mark-ham-unread-before-move-from-spam-group)
14598         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14599         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14600         (spam-clear-cache, spam-backend-check, spam-install-backend)
14601         (spam-install-statistical-backend, spam-list-of-processors)
14602         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14603         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14604         (spam-check-crm114, spam-initialize, spam-unload-hook):
14605         Fix typos in docstrings.
14606
14607 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14610         been checked if they have never been read and those group levels are
14611         higher than the one that a user specified.
14612
14613 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14616         foreign groups unless a group level is specified by a user.
14617         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14618
14619 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14620
14621         * message.el (message-send-mail-function): Require sendmail.
14622
14623 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * message.el (message-send-mail-function): Check for smtpmail too.
14626
14627         * utf7.el (utf7-encode, utf7-decode): Use coding system
14628         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14629
14630         * message.el (message-send-mail-function): New function.
14631         (message-send-mail-function): Set default using
14632         message-send-mail-function.  Adjust doc string.
14633         (message-send-mail-with-mailclient): New function.
14634
14635 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14636
14637         * smime.el (from):
14638         * rfc2047.el (message-posting-charset):
14639         * qp.el (mm-use-ultra-safe-encoding):
14640         * pop3.el (parse-time-months):
14641         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14642         * nnml.el (files):
14643         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14644         (jka-compr-compression-info-list, ange-ftp-path-format)
14645         (efs-path-regexp):
14646         * nndiary.el (files):
14647         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14648         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14649         (epg-digest-algorithm-alist, inhibit-redisplay)
14650         (password-cache-expiry):
14651         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14652         (pgg-output-buffer, password-cache-expiry):
14653         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14654         (efs-path-regexp):
14655         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14656         (inhibit-redisplay):
14657         * mm-uu.el (file-name, start-point, end-point, entry)
14658         (gnus-newsgroup-name, gnus-newsgroup-charset):
14659         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14660         (latin-unity-ucs-list):
14661         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14662         (mm-uu-binhex-decode-function):
14663         * message.el (gnus-message-group-art, gnus-list-identifiers)
14664         (rmail-enable-mime-composing, gnus-local-organization)
14665         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14666         (gnus-read-active-file, facemenu-add-face-function)
14667         (facemenu-remove-face-function, gnus-article-decoded-p)
14668         (tool-bar-mode):
14669         * mail-source.el (display-time-mail-function):
14670         * gnus-util.el (nnmail-pathname-coding-system)
14671         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14672         (gnus-original-article-buffer, gnus-user-agent)
14673         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14674         (xemacs-codename, sxemacs-codename, emacs-program-version):
14675         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14676         * gnus-start.el (gnus-agent-covered-methods)
14677         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14678         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14679         (gnus-newsgroup-headers, gnus-group-list-mode)
14680         (gnus-group-mark-positions, gnus-newsgroup-data)
14681         (gnus-newsgroup-unreads, nnoo-state-alist)
14682         (gnus-current-select-method, mail-sources)
14683         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14684         (nnmail-spool-file, gnus-cache-active-hashtb):
14685         * gnus-mh.el (mh-lib-progs):
14686         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14687         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14688         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14689         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14690         (gnus-group-buffer):
14691         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14692         (font-lock-set-defaults):
14693         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14694         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14695         (gnus-summary-post-menu, total-parts, type, condition, length):
14696         * gnus-agent.el (gnus-agent-read-agentview):
14697         * flow-fill.el (show-trailing-whitespace):
14698         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14699         eval-and-compile wrappers for byte compiler pacifiers.
14700
14701         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14702         (mm-display-inline-fontify): Check for featurep 'xemacs not
14703         extent-list.
14704
14705         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14706         itimer-list.
14707         (mm-create-image-xemacs): Only do something for XEmacs.
14708         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14709
14710         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14711
14712         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14713         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14714
14715 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14716
14717         * nnimap.el (nnimap-split-download-body):
14718         * gnus-demon.el (gnus-demon):
14719         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14720
14721 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14724         New macros.
14725         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14726         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14727         copy data from unibyte buffer to multibyte current buffer.
14728         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14729         to copy data from unibyte current buffer to multibyte buffer.
14730         (nntp-make-process-buffer): Make process buffer unibyte.
14731
14732         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14733
14734 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14735
14736         * pop3.el (pop3-open-server): Accept and process data more robustly at
14737         connection start to avoid spurious "POP SSL connection failed" errors.
14738
14739 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14742         read group names.
14743
14744 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14747
14748 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14751         (nnmail-save-active): Use a unibyte buffer when saving active file,
14752         which may contain non-ASCII group names.
14753
14754         * nnml.el (nnml-request-group): Decode group names in messages.
14755
14756 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * message.el (message-citation-line-function)
14759         (message-insert-formatted-citation-line): Fix spelling of
14760         `message-insert-formated-citation-line'.
14761
14762 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14765
14766 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14769         nnmail-pathname-coding-system.
14770
14771         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14772         that a user enters; decode group names in messages.
14773
14774         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14775
14776 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14779
14780         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14781
14782         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14783         risky local variable.
14784
14785         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14786
14787 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14788
14789         * encrypt.el: Improve documentation to fix function name typo.
14790         Reported by Daiki Ueno <ueno@unixuser.org>.
14791
14792 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14795         even if the point is not in the last page of an article.
14796         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14797         back to the previous page.
14798
14799 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14802
14803 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14806
14807 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14808
14809         * message.el (message-check-news-body-syntax):
14810         Avoid mm-string-as-multibyte.
14811         (message-hide-headers): Don't assume (point-min)==1.
14812
14813 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * message.el (message-remove-blank-cited-lines): Fix if remove is
14816         given.
14817         (message-bogus-address-regexp): New variable.
14818         (message-bogus-recipient-p): New function.
14819         (message-check-recipients): New command.
14820         (message-syntax-checks): Add `bogus-recipient'.
14821         (message-fix-before-sending): Add `bogus-recipient'.
14822
14823         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14824         (gnus-treat-body-boundary): Don't test window-system.
14825
14826 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14827
14828         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14829
14830 2007-10-28  Miles Bader  <miles@gnu.org>
14831
14832         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14833         at compile-time too.
14834
14835 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * gnus-msg.el (gnus-message-setup-hook):
14838         Add `message-remove-blank-cited-lines' to options.
14839
14840 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * message.el (message-remove-blank-cited-lines): New function.
14843         Suggested by Karl Plästerer.
14844
14845 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14848         mapc.
14849
14850         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14851         (top-level): Use mapc to set functions to be traced for debugging.
14852
14853         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14854         called for effect with while loop.
14855
14856         * message.el (message-talkative-question): Replace mapcar called for
14857         effect with mapc.
14858
14859         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14860         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14861         called for effect with dolist.
14862
14863         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14864
14865         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14866         gnus-extra-headers and nnmail-extra-headers.
14867
14868         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14869         called for effect with dolist.
14870         (top-level): Use mapc to set functions to be traced for debugging.
14871
14872         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14873         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14874         dolist.
14875
14876         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14877         Replace mapcar called for effect with mapc.
14878         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14879         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14880         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14881         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14882
14883         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14884         remove-if that's a cl function.
14885
14886         * webmail.el (webmail-debug): Replace mapcar called for effect with
14887         dolist.
14888
14889         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14890         with mapc.
14891
14892 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14895         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14896         with while loop.
14897
14898         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14899         functions from article-* functions.
14900         (gnus-multi-decode-header): Replace mapcar called for effect with
14901         dolist.
14902
14903         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14904         (gnus-bookmark-show-details): Replace mapcar called for effect with
14905         while loop.
14906
14907         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14908         called for effect with while loop.
14909
14910         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14911         with dolist.
14912
14913         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14914         Replace mapcar called for effect with dolist.
14915
14916         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14917
14918         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14919         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14920         Replace mapcar called for effect with dolist.
14921         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14922         mapc.
14923
14924         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14925         Replace mapcar called for effect with dolist.
14926         (gnus-topic-list): Replace mapcar called for effect with mapc.
14927
14928         * gnus.el: Use mapc instead of mapcar to add autoloads.
14929
14930 2007-10-23  Richard Stallman  <rms@gnu.org>
14931
14932         * gnus-group.el (gnus-group-highlight): Mark as risky.
14933
14934 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * gnus.el (gnus-server-to-method): Return method found first in
14937         gnus-newsrc-alist.
14938
14939         * gnus-art.el (gnus-article-highlight-signature)
14940         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14941         button overlay without the front stickiness.
14942
14943 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14944
14945         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14946         overview buffer needed a catch to receive its throw.
14947         (gnus-agent-flush-cache): Declare as interactive to make this function
14948         easier to use.
14949
14950 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14953         `next-line'.
14954
14955 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14958         exclude address matching message-dont-reply-to-names.
14959
14960 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-util.el (gnus-string<): New function.
14963
14964         * gnus-sum.el (gnus-article-sort-by-author)
14965         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14966
14967 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14970         the frame-focus tag is set in gnus-buffer-configuration.
14971
14972 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14975         the front stickiness.
14976
14977 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14980         url pattern; remove duplicate one.
14981         (gnus-article-extend-url-button): New function.
14982         (gnus-article-add-buttons): Use it.
14983         (gnus-button-push): Use concatenated url that it makes.
14984
14985 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14986
14987         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14988
14989 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14990
14991         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14992         Don't hardcode point-min==1.
14993
14994 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14997         Fix comment about "iso8859-1".
14998
14999 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15000
15001         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15002         ones returned from the verify-function.
15003
15004         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15005         Call mml2015-extract-cleartext-signature if extraction failed.
15006
15007 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15008
15009         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15010         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15011         failed.
15012
15013 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15016
15017 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15018
15019         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15020         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15021         recommends to use EasyPG instead of PGG.
15022
15023         * pgg.el: Revert to revision 6.23.2.16.
15024
15025         * pgg-def.el: Revert to revision 6.6.2.14.
15026
15027         * pgg-gpg.el: Revert to revision 6.23.2.34.
15028
15029 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15030
15031         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15032         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15033         thread for both the null and zero (kill/expire thread) universal prefix
15034         cases.
15035         (gnus-summary-expire-thread): Add new function to expire a thread,
15036         using gnus-summary-kill-thread.
15037         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15038         shortcuts for gnus-summary-expire-thread.
15039         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15040         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15041
15042 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15043
15044         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15045         extras value, so an extras entry can be deleted.
15046         (gnus-registry-delete-extra-entry): Use it.
15047         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15048         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15049         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15050         storage through the gnus-registry, and provide an appropriate API for
15051         it.
15052
15053 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15056         Suggested by Leo <sdl.web@gmail.com>.
15057
15058         * gnus.el: Do.
15059
15060 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15063         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15064
15065         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15066
15067         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15068         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15069
15070 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15073         newline.
15074         (nnmbox-request-accept-article): Don't change article in source buffer;
15075         narrow to header to use message-fetch-field rather than
15076         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15077         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15078         as delimiters; make sure article ends with newline.
15079         (nnmbox-delete-mail): Correct last position of article to be deleted;
15080         ignore X-Gnus-Newsgroup header in article body.
15081         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15082         positions; make sure article ends with newline.
15083
15084         * message.el (message-display-abbrev): Don't infloop when a user
15085         inserts SPC in the beginning of header.
15086
15087         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15088         coding-system-for-read and coding-system-for-write for XEmacs having no
15089         file-coding feature.
15090
15091         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15092
15093 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15094
15095         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15096         list of groups not followed by default.  Fix type to be regexp.
15097         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15098
15099 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15100
15101         * hmac-def.el (define-hmac-function): Switch from old-style to
15102         new-style backquotes.
15103
15104         * md4.el (md4-make-step): Likewise.
15105
15106 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15109         raw-text coding system when saving .newsrc file, which may contain
15110         non-ASCII group names.
15111
15112 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-cus.el (gnus-score-extra): New widget.
15115         (gnus-score-extra-convert): New function.
15116         (gnus-score-customize): Use it for Extra.
15117
15118 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15119
15120         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15121         (mml2015-mailcrypt-clear-verify): Use it.
15122         (mml2015-gpg-clear-verify): Use it.
15123         (mml2015-pgg-clear-verify): Use it.
15124         (mml2015-epg-clear-verify): Replace the current part with the output
15125         from GnuPG; don't extract the plaintext by itself.
15126
15127         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15128         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15129         mml2015-clear-verify-function; don't touch the armor headers or
15130         dash-escaped text here.
15131
15132 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15135         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15136         parts, or application/octet-stream as a last resort.
15137         (gnus-mime-view-part-as-type): Don't toggle display.
15138         (gnus-mime-view-part-as-charset): Don't turn off display before
15139         querying charset.
15140
15141         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15142         stuff to undisplayer function in Emacs.
15143         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15144
15145         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15146         text/calendar parts.
15147
15148 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15151         decoding text/calendar parts.
15152
15153         * message.el (message-forward-make-body-mime): Always mark body as
15154         having no illegible text; remove signed-or-encrypted argument.
15155         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15156
15157         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15158         (mml-generate-mime-1): Don't encode body if it is specified to be in
15159         raw form; don't make buffer be unibyte when inserting multibyte string.
15160
15161 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15162
15163         * sha1.el: Fix up comment style.
15164         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15165         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15166
15167         * hex-util.el: Fix up comment style.
15168         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15169
15170         * gnus-salt.el: Use with-current-buffer.
15171         (gnus-pick-setup-message): Fix long-standing typo.
15172
15173 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15174
15175         * imap.el (imap-logout-timeout): New variable.
15176         (imap-logout, imap-logout-wait): New functions.
15177         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15178
15179         * nnimap.el (nnimap-logout-timeout): New server variable.
15180         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15181         nnimap-logout-timeout.
15182
15183         * gnus-art.el (gnus-article-summary-command-nosave)
15184         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15185
15186 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus.el (gnus-maximum-newsgroup): New variable.
15189
15190         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15191         according to gnus-maximum-newsgroup.
15192
15193         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15194         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15195         Limit the range of articles according to gnus-maximum-newsgroup.
15196
15197 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15198
15199         * gnus-art.el (gnus-sticky-article): Fix problems described in
15200         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15201         Don't perform gnus-configure-windows here; reuse existing sticky
15202         article buffer.
15203
15204         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15205         it doesn't exist in gnus-article-mode.
15206
15207 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15210         (gnus-agent-decoded-group-name): New function.
15211         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15212         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15213
15214 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15215
15216         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15217         Add binding for gnus-sticky-article.
15218         (gnus-summary-exit): Don't kill sticky article buffers.
15219
15220         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15221         article buffer.
15222         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15223         (gnus-kill-sticky-article-buffers): New commands.
15224
15225 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * nntp.el (nntp-xref-number-is-evil): New server variable.
15228         (nntp-find-group-and-number): If it is non-nil, don't trust article
15229         numbers in the Xref header.
15230
15231 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-agent.el (gnus-agent-read-group): New function.
15234         (gnus-agent-flush-group, gnus-agent-expire-group)
15235         (gnus-agent-regenerate-group): Use it.
15236         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15237         nnmail-pathname-coding-system.
15238
15239 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15242
15243         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15244         that are unread as unread, and also as selected so that information of
15245         marks having been changed by a user may be updated when exiting group.
15246
15247 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15248
15249         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15250
15251 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15254         calculated ignoring signature parts to gnus-treat-article.
15255
15256 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15259         a point here in order to keep the window start.
15260         (gnus-insert-mime-security-button): Make a button overlay without the
15261         front stickiness.
15262         (gnus-mime-display-security): Goto the end of a button.
15263
15264         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15265
15266 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15269         group-name-at-point.
15270         (gnus-group-completing-read): New function that offers decoded
15271         non-ASCII group names for completion.
15272         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15273         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15274         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15275         (gnus-group-fetch-control): Use it.
15276         (gnus-fetch-group): Use group-name-at-point for the initial value
15277         rather than the default value; use gnus-alive-p.
15278
15279         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15280         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15281         (gnus-summary-post-news): Use gnus-group-completing-read.
15282
15283         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15284         (gnus-read-move-group-name): Decode group name for completion.
15285
15286 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15289         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15290         Yamaoka slightly modified the code).
15291
15292 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15295         (nnmail-split-incoming): Bind it.
15296
15297         * nnml.el (nnml-group-name-charset): New function.
15298         (nnml-decoded-group-name): Use it; don't decode group name if
15299         nnmail-group-names-not-encoded-p is non-nil.
15300         (nnml-encoded-group-name): New function.
15301         (nnml-group-pathname): Inline nnml-decoded-group-name.
15302         (nnml-request-expire-articles): Decode group name in message.
15303         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15304         nnmail-pathname-coding-system.
15305         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15306         not decoded ones according to nnmail-group-names-not-encoded-p.
15307         (nnml-generate-active-info): Use nnml-encoded-group-name.
15308
15309 2007-08-08  Glenn Morris  <rgm@gnu.org>
15310
15311         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15312         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15313         doc-strings and comments.
15314
15315 2007-07-25  Glenn Morris  <rgm@gnu.org>
15316
15317         * Relicense all FSF files to GPLv3 or later.
15318
15319 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * gnus-sum.el (gnus-summary-move-article):
15322         Make gnus-summary-respool-article work.
15323
15324 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15325
15326         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15327         string.
15328
15329 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15330
15331         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15332         that should be ignored when comparing distant RSS articles with local
15333         ones.
15334         (nnrss-make-hash-index): New function.  Create a hash index according
15335         to the ignored fields.
15336         (nnrss-check-group): Use it.
15337
15338 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15341
15342         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15343
15344         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15345         the new optional argument ENCODED is non-nil.
15346         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15347         coding system for encoding group name.
15348         (gnus-group-make-rss-group): Pass un-encoded group name to
15349         gnus-group-make-group.
15350         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15351         encoded.
15352
15353         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15354         Encode group name to which articles are moved or copied.
15355         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15356         coding system for encoding Newsgroup, Followup-To and Xref headers.
15357
15358         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15359         marks; use nnheader-file-coding-system to write a file.
15360         (nnagent-retrieve-headers): Bind file-name-coding-system to
15361         nnmail-pathname-coding-system.
15362
15363         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15364
15365         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15366         (nnml-request-article, nnml-request-create-group)
15367         (nnml-request-rename-group, nnml-find-id)
15368         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15369         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15370         (nnml-save-marks): Use nnml-group-pathname instead of
15371         nnmail-group-pathname.
15372
15373         (nnml-request-create-group, nnml-request-expire-articles)
15374         (nnml-request-move-article, nnml-request-delete-group)
15375         (nnml-deletable-article-p, nnml-possibly-create-directory)
15376         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15377         (nnml-open-marks): Bind file-name-coding-system to
15378         nnmail-pathname-coding-system.
15379
15380         (nnml-request-article): Pass server argument to nnml-find-group-number.
15381         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15382         Pass server argument to nnml-possibly-create-directory.
15383         (nnml-request-accept-article): Pass server argument to
15384         nnml-active-number and nnml-save-mail.
15385         (nnml-find-group-number): Pass server argument to nnml-find-id.
15386         (nnml-request-update-info): Pass server argument to
15387         nnml-marks-changed-p.
15388
15389         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15390         (nnml-save-mail, nnml-active-number): Add server argument.
15391
15392         (nnml-request-delete-group): Warn if group is missing.
15393         (nnml-get-nov-buffer): Decode group name.
15394         (nnml-generate-active-info): Encode group name.
15395         (nnml-open-marks): Decode group name in messages.
15396
15397 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15400         if it is not specified.
15401         (gnus-article-pipe-part, gnus-article-save-part)
15402         (gnus-article-interactively-view-part, gnus-article-copy-part)
15403         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15404         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15405         (gnus-article-replace-part, gnus-article-delete-part)
15406         (gnus-article-view-part-as-type): Pass raw prefix argument to
15407         gnus-article-part-wrapper.
15408
15409 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus-agent.el (gnus-agent-save-active):
15412         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15413
15414         * gnus-cache.el (gnus-cache-save-buffers)
15415         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15416         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15417         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15418         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15419         (gnus-cache-generate-active, gnus-cache-rename-group)
15420         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15421         (gnus-cache-update-overview-total-fetched-for):
15422         Bind file-name-coding-system to nnmail-pathname-coding-system.
15423         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15424         New variables.
15425         (gnus-cache-decoded-group-name): New function.
15426         (gnus-cache-file-name): Use it.
15427         (gnus-cache-generate-active): Use non-decoded group name for active.
15428
15429         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15430         right place.
15431         (gnus-write-active-file): Don't break non-ASCII group names.
15432
15433         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15434         nnmail-pathname-coding-system.
15435
15436         * lpath.el: Bind default-file-name-coding-system,
15437         file-name-coding-system and language-info-alist for XEmacs.
15438
15439         * gnus-uu.el (gnus-uu-decode-save): Typo.
15440
15441 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15444
15445 2007-07-14  David Kastrup  <dak@gnu.org>
15446
15447         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15448         finishing actions if we did not edit the article.
15449
15450 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15453         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15454         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15455         (gnus-agent-flush-group, gnus-agent-flush-cache)
15456         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15457         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15458         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15459         (gnus-agent-regenerate-group)
15460         (gnus-agent-update-files-total-fetched-for)
15461         (gnus-agent-update-view-total-fetched-for):
15462         Bind file-name-coding-system to nnmail-pathname-coding-system.
15463         (gnus-agent-group-pathname): Don't encode file names by
15464         nnmail-pathname-coding-system.
15465         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15466         coding-system-for-write instead of buffer-file-coding-system to
15467         gnus-agent-file-coding-system.
15468
15469         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15470         Decode group name.
15471
15472         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15473
15474         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15475         (gnus-read-newsrc-el-file): Make group names unibyte.
15476
15477         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15478         nnmail-pathname-coding-system.
15479
15480         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15481         (nnrss-request-delete-group): Bind file-name-coding-system to
15482         nnmail-pathname-coding-system.
15483         (nnrss-read-server-data, nnrss-read-group-data):
15484         Bind file-name-coding-system correctly.
15485         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15486
15487         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15488         (nntp-server-to-method-cache): New variable.
15489         (nntp-group-pathname): New function that decodes non-ASCII group names.
15490         (nntp-possibly-create-directory, nntp-marks-changed-p)
15491         (nntp-save-marks, nntp-open-marks): Use it.
15492         (nntp-possibly-create-directory, nntp-open-marks):
15493         Bind file-name-coding-system to nnmail-pathname-coding-system.
15494         (nntp-open-marks): Decode group names when bootstrapping marks.
15495
15496         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15497         Newsgroups and Followup-To headers.
15498
15499 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15502         (gnus-server-closed-face, gnus-server-denied-face)
15503         (gnus-server-offline-face): Remove variable.
15504         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15505
15506         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15507         of modifying message-stack directly for XEmacs.
15508
15509         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15510         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15511         if the coding-system argument is nil for XEmacs.
15512
15513         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15514         mm-charset-override-alist.
15515
15516         * rfc2047.el: Don't require base64; require rfc2045 for the function
15517         rfc2045-encode-string.
15518         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15519         to quote the parameter value.
15520
15521 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15524         form in gnus-group-name-charset-method-alist.
15525
15526         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15527         overrides the default layout edit-form.
15528
15529         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15530
15531         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15532
15533 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15536         as unfetched articles.
15537
15538 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15539
15540         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15541
15542 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15545         original back end that keeps marks in the local system.
15546
15547 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15550         arg of pop-to-buffer for XEmacs.
15551         (gnus-article-read-summary-keys): Ditto; don't restore window
15552         configuration if summary command ends up with neither article buffer
15553         nor summary buffer; describe bindings if summary keys end with C-h.
15554
15555 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * message.el (message-fix-before-sending): Skip raw message part to be
15558         forwarded while checking illegible text.
15559         (message-forward-make-body-mime, message-forward-make-body):
15560         Mark signed or encrypted raw message as having no illegible text.
15561
15562 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15565         (gnus-message-with-timestamp-1): New macro.
15566         (gnus-message-with-timestamp): New function.
15567         (gnus-message): Use them.
15568
15569         * nnheader.el (nnheader-message): Use them.
15570
15571 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15574         .newsrc.eld file.
15575
15576 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-agent.el (gnus-agent-fetch-headers)
15579         (gnus-agent-retrieve-headers):
15580         Bind gnus-decode-encoded-address-function to identity.
15581
15582         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15583         available also when the server returns simply a dot.
15584
15585         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15586
15587 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15590
15591 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus-ems.el (gnus-x-splash): Make it work.
15594
15595         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15596         from being used.
15597
15598         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15599
15600 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15603         4th and the 5th arguments.
15604
15605         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15606         the front stickiness.
15607         (gnus-article-summary-command-nosave): Correct the order of the
15608         arguments passed to pop-to-buffer.
15609         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15610         summary command ends up with the article buffer.
15611
15612         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15613         the same faces.
15614
15615 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15616
15617         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15618
15619 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15620
15621         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15622         * gnus-sum.el (gnus-summary-highlight):
15623         * pgg.el (pgg-sign-region, pgg-sign):
15624         * mail-source.el (mail-source-delete-old-incoming-confirm):
15625         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15626
15627 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-art.el (gnus-mime-view-part-externally)
15630         (gnus-mime-view-part-internally): Fix predicate function passed to
15631         completing-read.
15632
15633         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15634
15635         * gnus.el (gnus-update-message-archive-method): Add :version.
15636
15637 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * gnus.el (gnus-update-message-archive-method): New variable.
15640
15641         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15642         according to gnus-message-archive-method if
15643         gnus-update-message-archive-method is non-nil.
15644
15645 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15648         Suggested by Loic Dachary <loic@dachary.org>.
15649         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15650
15651 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * message.el (message-pop-to-buffer): Add switch-function argument.
15654         (message-mail): Pass switch-function argument to it.
15655
15656 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15659         Improve doc string.
15660
15661 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15664         (gnus-header-content):
15665         * gnus-cite.el (gnus-cite-10):
15666         * gnus-srvr.el (gnus-server-closed):
15667         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15668         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15669         (gnus-group-mail-3-empty, gnus-group-mail-low)
15670         (gnus-group-mail-low-empty, gnus-splash):
15671         * message.el (message-header-to, message-header-cc)
15672         (message-header-subject, message-header-other, message-header-name)
15673         (message-header-xheader, message-separator, message-cited-text)
15674         (message-mml): Lighten colors of faces used for dark background.
15675
15676 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15677
15678         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15679         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15680
15681 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * message.el (message-narrow-to-headers-or-head):
15684         Ignore mail-header-separator in the body.
15685
15686 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15689         same as window size.
15690
15691 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15692
15693         * message.el (message-font-lock-keywords): Use message-header-xheader
15694         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15695         ahead of the anything pattern, to get it recognized.
15696
15697 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15700         spam.el loads uses it in the compiled defadvice form.
15701
15702 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15703
15704         * gnus-sum.el (gnus-articles-to-read)
15705         (gnus-summary-insert-old-articles): Don't truncate group name for
15706         `read-string'.
15707
15708         * gnus-util.el (gnus-limit-string): Delete this function.
15709
15710         * gnus-sum.el (gnus-simplify-subject-fully):
15711         Use `truncate-string-to-width' instead.
15712
15713 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15714
15715         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15716         Tell if, on summary exit, the next group has to be selected.
15717         (gnus-summary-exit): Use it.
15718
15719 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15720
15721         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15722         non-break space.
15723
15724 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15727         Check if group is not a directory.
15728         (nnfolder-request-expire-articles): Don't delete articles if the target
15729         group is not available.
15730
15731         * nnml.el (nnml-request-create-group): Properly check if group is not a
15732         file.
15733         (nnml-request-expire-articles): Don't delete articles if the target
15734         group is not available.
15735
15736         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15737         Don't quote characters that are within parentheses.
15738
15739 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15742         (gnus-handle-ephemeral-exit): Select article according to it.
15743
15744 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15745
15746         * message.el (message-insert-formated-citation-line): Remove newline.
15747         (message-citation-line-format): Add final \n here so that the user can
15748         avoid a blank line.
15749
15750 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15751
15752         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15753         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15754         Update lanl/arXiv support.
15755
15756 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15757
15758         * gnus.el: Bump version number.
15759
15760 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15761
15762         * gnus.el (gnus-version-number): Bump version.
15763
15764 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15765
15766         * gnus.el: No Gnus v0.6 is released.
15767
15768 2007-04-27  Didier Verna  <didier@xemacs.org>
15769
15770         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15771         * gmm-utils.el (gmm-regexp-concat): ... here.
15772         * message.el: Don't require 'gnus-util.
15773         (message-dont-reply-to-names): Handle name change above.
15774         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15775
15776 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15779         since the initial value varies according to the system.
15780
15781 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15784
15785 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15786
15787         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15788
15789 2007-04-24  Didier Verna  <didier@xemacs.org>
15790
15791         Improve the type of gnus-ignored-from-addresses.
15792         * gnus-util.el (gnus-orify-regexp): New function.
15793         * message.el (gnus-util): Require it.
15794         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15795         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15796         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15797
15798 2007-04-24  Didier Verna  <didier@xemacs.org>
15799
15800         * gnus-sum.el:
15801         * gnus-utils.el: Fix some trailing whitespaces.
15802
15803 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15806         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15807         article's Message-ID; refer parent article in summary buffer.
15808
15809         * message.el (message-bounce): Call mime-to-mml.
15810
15811         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15812         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15813         optimize and/or forms properly.
15814
15815 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15818         URL.
15819
15820 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15823
15824 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15827         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15828         displayed of multipart/alternative part if it is invoked from summary
15829         buffer.
15830
15831         * mm-view.el (mm-inline-text-html-render-with-w3m)
15832         (mm-inline-text-html-render-with-w3m-standalone)
15833         (mm-inline-render-with-function): Use mail-parse-charset by default.
15834
15835 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15836
15837         * parse-time.el (parse-time-string-chars): Check if CHAR
15838         is less than the length of parse-time-syntax.
15839
15840 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15843         from gnus-newsgroup-processable.
15844
15845 2007-04-16  Didier Verna  <didier@xemacs.org>
15846
15847         * gnus-msg.el (gnus-configure-posting-styles):
15848         Handle message-signature-directory properly with :file syntax.
15849         Reported by "Leo".
15850
15851 2007-04-11  Didier Verna  <didier@xemacs.org>
15852
15853         New user option: message-signature-directory.
15854         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15855         * message.el (message-insert-signature): Ditto.
15856         * message.el (message-signature-file): Doc update.
15857         * message.el (message-signature-directory): New.
15858
15859 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * gnus-msg.el (gnus-inews-yank-articles):
15862         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15863
15864 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * message.el (message-yank-original): Make sure cited text ends with
15867         newline; don't exchange point and mark.
15868
15869 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15870
15871         * tls.el (open-tls-stream): Properly handle case where there
15872         is no associated buffer.
15873
15874 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15875
15876         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15877         message-yank-original, make sure (< mark TEXT point).
15878
15879 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * message.el (message-fill-column): New variable.
15882         (message-mode): Use it.  Add comment on a possible new hook.
15883
15884         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15885         (nnmail-get-new-mail): Reformat.
15886
15887         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15888
15889         * gmm-utils.el: Fix Commentary.
15890         (gmm-tool-bar-from-list): Fix typo in doc string.
15891
15892 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15893
15894         * message.el (message-yank-original): Don't switch point and mark
15895         unnecessarily to put point and mark as documented.
15896
15897 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15898
15899         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15900         from the message heads.
15901
15902 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15903
15904         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15905         article buffer does not have a window.  This may not be the best
15906         solution but is certainly better than setting the start of the null,
15907         that is the current, window.
15908
15909 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15910
15911         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15912         (gnus-draft-setup): Run it.
15913
15914         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15915         gnus-score-fast-scoring.  Allow regexp.
15916         (gnus-score-headers): Use it.
15917
15918         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15919         XEmacs.
15920
15921         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15922         string.
15923         (gnus-button-alist): Also catch `<f1> k ...'.
15924         (gnus-treat-display-x-face): Fix doc string.
15925
15926 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15927
15928         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15929         evaluation of gnus-extended-version to ensure correct generation of the
15930         User-Agent header when message-generate-headers-first is used.
15931
15932 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15933
15934         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15935         hashcash-path is nil.  Don't call callback with incorrect number of
15936         parameters if val is 0.
15937
15938 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15939
15940         * message.el (message-required-news-headers):
15941         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15942
15943 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15944
15945         * tls.el (open-tls-stream): In handshake-waiting loop,
15946         don't wait more if there is output available to process.
15947
15948 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15949
15950         * tls.el (tls-program): Doc fix.
15951
15952 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * message.el (message-generate-new-buffers): Change the meaning of the
15955         nil value; add `standard' to the choices; treat t as `unique'; improve
15956         doc string.
15957         (gnus-select-frame-set-input-focus): Autoload.
15958         (message-buffer-name): Search for the existing message buffer if
15959         message-generate-new-buffers is nil or `standard'; treat the value t of
15960         message-generate-new-buffers as `unique'.
15961         (message-pop-to-buffer): Raise the frame already displaying the message
15962         buffer; clear the echo area after querying.
15963         (message-setup): Pass the `continue' argument to compose-mail.
15964         (message-mail): Prefer `switch-function' if it is given; search for the
15965         existing message buffer if the `continue' argument is non-nil; pass
15966         continue and switch-function arguments to compose-mail by way of
15967         message-setup.
15968         (message-mail-other-window): Adjust argument of message-setup.
15969         (message-mail-other-frame): Ditto.
15970
15971 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15974         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15975         to turn font-lock on when turning gnus-message-citation-mode on.
15976
15977 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15978
15979         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15980         (mml-smime-function-alist): New variable; add epg as the backend.
15981         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15982         mml-smime- functions instead.
15983         * mm-view.el: Require smime.
15984
15985 2007-03-05  Didier Verna  <didier@xemacs.org>
15986
15987         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15988         instead of just inheritance for posting styles.
15989         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15990
15991 2007-02-24  Chris Moore  <dooglus@gmail.com>
15992
15993         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15994         * pgg-pgp.el (pgg-pgp-encrypt-region):
15995         * pgg-gpg.el (pgg-gpg-encrypt-region):
15996         Check pgg-encrypt-for-me if no other recipients.
15997
15998 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15999
16000         * tls.el (tls-certtool-program): Fix custom type.
16001
16002 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16005         and point-at-eol instead of line-(beginning|end)-position.
16006
16007         * assistant.el (assistant-parse-buffer): Ditto.
16008
16009         * netrc.el (netrc-parse-services): Ditto.
16010
16011 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16012
16013         * mml2015.el (mml2015-epg-find-usable-key): New function.
16014         (mml2015-epg-sign): Use it.
16015         (mml2015-epg-encrypt): Use it.
16016
16017 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * message.el (message-make-in-reply-to): Quote name containing
16020         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16021         if there are special characters.  Reported by NAKAJI Hiroyuki
16022         <nakaji@jp.freebsd.org>.
16023
16024 2007-02-27  Didier Verna  <didier@xemacs.org>
16025
16026         Include the group parameters as well as the topic ones in the
16027         inheritance filter process.
16028         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16029         argument GROUP-PARAMS-LIST.
16030         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16031
16032 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * nntp.el (nntp-never-echoes-commands)
16035         (nntp-open-connection-functions-never-echo-commands): New variables.
16036         (nntp-send-command): Use them.
16037
16038 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16039
16040         * mml2015.el (mml2015-epg-verify): Simplify.
16041
16042 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * mml.el (mml-content-disposition-alist): New user option.
16045         (mml-content-disposition): New function.
16046         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16047         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16048
16049 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16050
16051         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16052         verification.
16053
16054 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16055
16056         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16057         articles posted in the last 24 hours.
16058
16059 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16060
16061         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16062
16063 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16064
16065         * nntp.el (nntp-send-command): Don't wait for echoes when
16066         nntp-open-ssl-stream is used.
16067
16068 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16071         (gnus-message-add-citation-keywords)
16072         (gnus-message-remove-citation-keywords): Remove.
16073         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16074         directly, make the variables in font-lock-defaults buffer-local, add
16075         gnus-message-citation-keywords to them and then update the value of
16076         font-lock-keywords.
16077
16078 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * message.el (message-cite-original-1): Don't call
16081         gnus-article-highlight-citation.
16082
16083         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16084         citations; fix line count.
16085
16086 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16089         (gnus-message-add-citation-keywords)
16090         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16091         versions of font-lock-add-keywords and font-lock-remove-keywords to
16092         work with XEmacs correctly.
16093
16094 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * gnus-cite.el (gnus-cite-face-list): Set the values of
16097         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16098         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16099         (gnus-message-cite-prefix-regexp): New variable.
16100         (gnus-message-search-citation-line): Use it; protect against long
16101         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16102         the 0th match data for Emacs.
16103         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16104         (gnus-message-add-citation-keywords): Append keywords rather than
16105         prepending; emulate font-lock-add-keywords if it is not available.
16106         (gnus-message-remove-citation-keywords):
16107         Emulate font-lock-remove-keywords if it is not available.
16108
16109         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16110
16111         * message.el (message-cite-prefix-regexp): Set the value of
16112         gnus-message-cite-prefix-regexp.
16113
16114 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16115
16116         * nnweb.el (nnweb-google-parse-1): Update parser.
16117
16118 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16119
16120         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16121
16122 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16123
16124         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16125         regexp.
16126
16127 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16130         string-to-multibyte.
16131         (uudecode-decode-region-internal): Use it.
16132
16133         * lpath.el: Fbind string-as-multibyte for XEmacs.
16134
16135 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16138         Fix custom choice.
16139
16140         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16141
16142 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16143
16144         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16145
16146         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16147         `write-region' to respect `mm-inhibit-file-name-handlers'.
16148
16149 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16150
16151         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16152         Use gnus-home-directory instead of "~/" or "$HOME".
16153
16154 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16155
16156         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16157         to mention filename.
16158         Add comments at beginning regarding usage.
16159         (encrypt-write-file-contents): Change interactive so a string is
16160         acceptable.  If the file has no associated model, show an error instead
16161         of a nonsense prompt.
16162
16163 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16164
16165         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16166         Thanks to Yoshihiko Yamada for kind notification of this typo.
16167
16168 2007-01-12  Kenichi Handa  <handa@m17n.org>
16169
16170         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16171         multibyte buffer.
16172
16173 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * gnus-score.el (gnus-score-fast-scoring): New variable.
16176         (gnus-score-headers): Use it.
16177
16178         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16179
16180         * message.el (message-cite-original-1):
16181         Call gnus-article-highlight-citation if requested.
16182         (message-make-from): Allow name and address as optional arguments.
16183
16184         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16185
16186         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16187         bugs to doc string.
16188         (gnus-button-alist): Add mid\\|message-id.
16189         (gnus-button-fetch-group): Extend for use in
16190         `browse-url-browser-function'.
16191         (gnus-button-url-regexp): Try to catch paired parentheses like in
16192         Wikipedia URLs.
16193
16194         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16195         Suggested by Simon Krahnke <overlord@gmx.li>.
16196
16197 2007-01-13  Romain Francoise  <romain@orebokech.com>
16198
16199         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16200         Update copyright.
16201
16202 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16203
16204         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16205
16206 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16207
16208         * gnus-registry.el (gnus-registry-unfollowed-groups)
16209         (gnus-registry-split-fancy-with-parent): Fix documentation.
16210
16211 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16212
16213         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16214         from nnweb groups.
16215
16216 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16217
16218         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16219         Xref urls.  Erase buffer before requesting head.
16220
16221         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16222
16223 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16224
16225         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16226         customizable.
16227
16228 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16229
16230         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16231         no signing key is found.
16232         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16233         no encrypting and/or signing key is found.
16234
16235 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16236
16237         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16238
16239 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16240
16241         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16242         headers read from disk with the ones newly found in the current search.
16243         This should no longer cause problems, because the article numbers in
16244         Gmane's `nov.php' output are ignored since the previous change.
16245
16246 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16247
16248         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16249
16250 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16253         replace-regexp-in-string; bind url-version; fbind display-images-p and
16254         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16255         find-face and set-itimer-function for Emacs; bind itimer-list for
16256         Emacs.
16257
16258         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16259
16260 2007-01-01  Romain Francoise  <romain@orebokech.com>
16261
16262         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16263
16264 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16265
16266         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16267         `define-minor-mode' macro definition expanded properly.
16268         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16269         exclude it there.
16270
16271         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16272         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16273         `fboundp' test.
16274         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16275         This is OK to autoload in (S)XEmacs now.
16276
16277 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16278
16279         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16280         keystroke.
16281         (gnus-summary-limit-to-singletons): Fix typo.
16282
16283         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16284         else fails.
16285
16286 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16287
16288         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16289         docstring.
16290
16291         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16292         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16293         (gnus-summary-insert-dormant-articles): Fix typo in message.
16294
16295 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16296
16297         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16298         nil for XEmacs.
16299         (gnus-message-citation-mode): Don't autoload in XEmacs.
16300
16301         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16302
16303 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16304
16305         * nnimap.el (nnimap-expunge-search-string):
16306         Mention nnimap-search-uids-not-since-is-evil in docstring.
16307
16308 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16309
16310         * spam.el: Revert to make-obsolete-variable because
16311         define-obsolete-variable-alias is not supported in Emacs 21.
16312
16313         * spam.el (spam-ifile-path, spam-ifile-database-path)
16314         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16315         make-obsolete-variable.
16316         (spam-bsfilter-path, spam-bsfilter-program)
16317         (spam-spamassassin-path, spam-spamassassin-program)
16318         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16319         Don't use "path" inappropriately.
16320         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16321         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16322         variable names.
16323
16324 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16325
16326         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16327         summary buffer.
16328
16329         * password.el (password-cache-remove): Use clear-string to burn
16330         password, if available.
16331
16332 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16333
16334         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16335
16336         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16337
16338         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16339         (gnus-message-highlight-citation): Move defcustom here from
16340         gnus-cite.el.
16341         (gnus-message-citation-mode): Autoload.
16342
16343         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16344         checks to make it compile with XEmacs.
16345         (gnus-message-citation-mode): New minor mode.
16346         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16347         (gnus-message-highlight-citation): New variables.
16348         (gnus-message-search-citation-line)
16349         (gnus-message-add-citation-keywords)
16350         (gnus-message-remove-citation-keywords)
16351         (turn-on-gnus-message-citation-mode)
16352         (turn-off-gnus-message-citation-mode): New functions.
16353
16354 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16355
16356         * gnus-cite.el: Enable highlighting of different citation levels in
16357         message-mode.
16358
16359 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * message.el (message-make-fqdn): Fix comment.
16362         (message-bogus-system-names): Add ".local".
16363
16364         * spam.el (spam-ifile-path, spam-ifile-program)
16365         (spam-ifile-database-path, spam-ifile-database)
16366         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16367         Don't use "path" inappropriately.
16368         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16369         strings.
16370         (spam-check-ifile, spam-ifile-register-with-ifile)
16371         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16372         Use new variable names.
16373
16374         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16375         (gnus-treat-display-smileys): Simplify using
16376         gnus-image-type-available-p.
16377
16378         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16379         available.
16380
16381         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16382         Use `display-images-p' if available.
16383
16384 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16387         one after turning on the buffer's multibyteness instead of decoding
16388         them directly in the unibyte buffer that causes unexpected conversion
16389         in Emacs 23 (unicode).
16390
16391 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16392
16393         * message.el (message-generate-hashcash): Fix custom type.
16394
16395 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16396
16397         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16398
16399 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16402         disconnect icons.  Add help text.
16403
16404 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16405
16406         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16407         negated to be consistent with the others we handle.
16408
16409 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16410
16411         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16412         version of gnus-summary-buffer to something, so that we can use two
16413         article buffers at the same time.
16414
16415 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16416
16417         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16418         trigger all the extra headers.
16419         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16420         sorting.
16421
16422 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16423
16424         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16425         solid groups.
16426
16427 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16428
16429         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16430
16431 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * legacy-gnus-agent.el: Add Copyright notice.
16434
16435 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16436
16437         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16438
16439 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16440
16441         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16442
16443         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16444         to make it work reliably in CVS Emacs.
16445         (gnus-summary-limit-strange-charsets-predicate)
16446         (gnus-summary-limit-to-predicate): New functions.
16447
16448 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16449
16450         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16451         specifying array size.
16452         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16453         array if it is too small.
16454         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16455         (gnus-sort-threads-loop): New function.
16456
16457 2006-12-06  Chris Moore  <dooglus@gmail.com>
16458
16459         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16460         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16461
16462 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16463
16464         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16465         options.
16466
16467 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16468
16469         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16470         DOS-ing the recipient.
16471
16472         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16473         the headers when creating the mapping to avoid mismappings.
16474         (nnweb-gmane-create-mapping): Always nix out old mapping.
16475
16476 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16479         and mm-verify-option to never.
16480
16481 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * message.el (message-signed-or-encrypted-p): New function.
16484         (message-forward-make-body): Use it.
16485
16486         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16487         Replace encode-coding-string with mm-encode-coding-string.
16488
16489 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * nneething.el (nneething-decode-file-name):
16492         Replace decode-coding-string with mm-decode-coding-string.
16493
16494         * gnus-int.el (gnus-open-server): Say failed server's name.
16495
16496 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16497
16498         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16499         strings to a single string.  Quote `errors-file-name'.
16500         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16501         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16502         Adjust calls.  Use `shell-quote-argument'.
16503
16504 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16505
16506         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16507         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16508
16509         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16510         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16511         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16512         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16513         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16514         (gnus-subscribe-newsgroup, gnus-1):
16515         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16516         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16517         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16518         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16519
16520 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16521
16522         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16523         keystroke.
16524         (gnus-summary-limit-to-bodies): Implement headersp.
16525
16526 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16527
16528         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16529
16530 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16533
16534 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16535
16536         * message.el (message-generate-hashcash): Expand range of values to
16537         include `opportunistic'.
16538         (message-send-mail): Use it.
16539
16540 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16541
16542         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16543         and comment it.
16544
16545         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16546
16547 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16548
16549         * gnus-util.el (gnus-extract-address-components): Improve comment.
16550
16551 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-util.el (gnus-extract-address-components): Work with address in
16554         which the name portion contains @.
16555
16556         * lpath.el: Fbind custom-autoload.
16557
16558 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * gnus.el (gnus-start): Move custom group up.
16561         (gnus-select-method): Don't autoload, but make it available for
16562         `customize-variable'.
16563         (gnus-getenv-nntpserver): Don't autoload.
16564
16565 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16566
16567         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16568
16569 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16570
16571         * message.el (message-sendmail-extra-arguments): New variable.
16572         (message-send-mail-with-sendmail): Use it.
16573
16574 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16577         mm-with-unibyte-current-buffer to make string unibyte.
16578
16579         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16580         mm-string-as-multibyte.
16581
16582 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16583
16584         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16585         Reported by Werner Koch <wk@gnupg.org>.
16586
16587 2006-11-14  Daiki Ueno  <ueno@p360>
16588
16589         * mml2015.el: Autoload epa-select-keys when compiling.
16590
16591 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16592
16593         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16594         message-options.
16595         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16596
16597 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16598
16599         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16600         EasyPG (< 0.0.6).
16601         (mml2015-always-trust): New user option.
16602         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16603         prompt.
16604
16605 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * nntp.el (nntp-authinfo-force): New variable.
16608         (nntp-send-authinfo): Use it.
16609
16610 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16611
16612         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16613         decode encoded words.  Improve prompt.  Add comment about forwarding.
16614         (message-replacement-char): Move up.
16615
16616 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16617
16618         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16619         instead of gnus-intersection because arguments of gnus-sorted-nunion
16620         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16621
16622 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16623
16624         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16625         (message-simplify-subject-functions):
16626         Enable message-strip-subject-encoded-words by default.
16627
16628 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16629
16630         * message.el (message-strip-subject-encoded-words): New function.
16631         (message-simplify-subject-functions): New variable.
16632         (message-simplify-subject): Use it.  Fix typo in doc string.
16633         Support message-strip-subject-encoded-words.
16634
16635 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16636
16637         * gnus-diary.el (gnus-diary-delay-format-function):
16638         * nndiary.el (nndiary-reminders):
16639         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16640
16641 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16642
16643         * gnus-art.el (article-hide-boring-headers): Fetch date from
16644         gnus-original-article-buffer to avoid problems with localized date
16645         strings.
16646
16647 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16650
16651 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16652
16653         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16654         New variables.
16655         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16656         (mm-charset-synonym-alist): Move some entries to
16657         mm-codepage-iso-8859-list.
16658         (mm-charset-synonym-alist, mm-charset-override-alist):
16659         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16660
16661 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16664
16665 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16668         with Emacs 21 and XEmacs.
16669
16670 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16671
16672         * spam.el (spam-parse-address): New function for better parsing,
16673         catching errors, etc.
16674         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16675
16676 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16677
16678         * mm-view.el: Add interactive arg to html2text autoload.
16679
16680 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16683
16684 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16685
16686         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16687         New variables.
16688         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16689         (mm-charset-synonym-alist): Move some entries to
16690         mm-codepage-iso-8859-list.
16691
16692         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16693
16694 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * message.el (message-citation-line-format)
16697         (message-insert-formated-citation-line): Fix implementation of %E, %N
16698         and %n according to the doc string.
16699
16700 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16701
16702         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16703         Use car-safe to avoid bad parses.
16704
16705 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16708         names.
16709
16710         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16711
16712 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16715         header.
16716
16717         * message.el (message-draft-headers): Add Date.
16718         (message-headers-to-generate): Fix typo in docstring.
16719
16720         * nndraft.el (nndraft-required-headers): New variable.
16721         (nndraft-generate-headers): Use it.
16722
16723         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16724
16725 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16726
16727         * gnus-registry.el (gnus-registry-wash-for-keywords)
16728         (gnus-registry-find-keywords): New functions to allow easy searching of
16729         articles that are in the registry.
16730
16731 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16732
16733         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16734         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16735         Reported by Damien Elmes <damien@repose.cx>.
16736
16737 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16738
16739         * gnus.el (gnus-mime): Remove unused custom group.
16740
16741 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16742
16743         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16744         "blank line" when searching for end of armor headers.
16745
16746 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * gmm-utils.el (gmm-write-region): Fix variable name.
16749
16750 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * gmm-utils.el (gmm-write-region): New function based on compatibility
16753         code from `mm-make-temp-file'.
16754
16755         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16756
16757         * nnmaildir.el (nnmaildir--update-nov)
16758         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16759         Use `gmm-write-region'.
16760
16761 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16762
16763         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16764         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16765
16766         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16767
16768         * message.el (message-replacement-char): New variable.
16769         (message-fix-before-sending): Use it.
16770         (message-simplify-subject): New function to remove duplicate code.
16771         (message-reply, message-followup): Use it.
16772
16773         * gnus-sum.el (gnus-summary-make-menu-bar):
16774         Clarify gnus-summary-limit-to-articles.
16775
16776 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * gnus-util.el (gnus-with-local-quit): New macro.
16779
16780         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16781
16782 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16783
16784         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16785         ignore non-string data.
16786
16787 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16788
16789         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16790         non-string data (needs to be done in the registry too).
16791
16792 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16793
16794         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16795         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16796         (gnus-registry-split-fancy-with-parent)
16797         (gnus-registry-fetch-simplified-message-subject-fast)
16798         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16799         Remove text properties on ingress into the registry and when it's saved.
16800         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16801         registry from entries with no groups.
16802
16803 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16804
16805         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16806         function to remove string properties.
16807
16808 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16809
16810         * gmm-utils.el (gmm): Adjust custom version.
16811
16812         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16813         Adjust custom version.
16814
16815         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16816
16817 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16818
16819         * gnus-art.el (gnus-insert-prev-page-button)
16820         (gnus-insert-next-page-button): Simplify.  Reformat.
16821
16822 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16823
16824         * gnus-art.el (gnus-insert-prev-page-button)
16825         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16826
16827 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16828
16829         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16830
16831 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16832
16833         * gnus-art.el (gnus-insert-mime-button)
16834         (gnus-insert-mime-security-button):
16835         Apply gnus-article-button-face to MIME and security buttons.
16836
16837 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16840         readable.
16841
16842 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16845
16846 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16847
16848         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16849         `browse-url-of-file' instead of `browse-url'.
16850
16851 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16852
16853         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16854         regexp.  Articles containing quotation were cut prematurely.
16855
16856 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * message.el (message-cite-original-1): Use nobody by default for the
16859         value of From header.
16860         (message-reply): Ditto.
16861
16862 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16863
16864         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16865         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16866         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16867
16868 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16871         mails in the doc string.  Add some URLs in comment.
16872         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16873
16874 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16877         backslashes handling and the way to find boundaries of quoted strings.
16878
16879 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16880
16881         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16882         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16883         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16884         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16885
16886 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16887
16888         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16889         doc string.
16890         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16891
16892 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * lpath.el: Fbind epg-check-configuration.
16895
16896 2006-09-06  Simon Josefsson  <jas@extundo.com>
16897
16898         * mml2015.el (mml2015-use): Doc fix, mention epg.
16899
16900 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16901
16902         * mml2015.el (mml2015-use): Default to epg, if available.
16903
16904 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16905
16906         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16907         message-sender.
16908         (mml1991-epg-encrypt): Ditto.
16909         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16910         message-sender.
16911         (mml2015-epg-encrypt): Ditto.
16912
16913 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16914
16915         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16916         several common directories.
16917
16918 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16919
16920         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16921         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16922
16923 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * gnus-art.el (article-decode-encoded-words): Make it fast.
16926
16927 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16930
16931         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16932         in quoted string into `\'.
16933
16934 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16937         Use standard-syntax-table.
16938
16939 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-art.el (gnus-decode-address-function): New variable.
16942         (article-decode-encoded-words): Use it to decode headers which are
16943         assumed to contain addresses.
16944         (gnus-mime-delete-part): Remove useless `or'.
16945
16946         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16947         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16948         (gnus-nov-parse-line): Use it to decode From header.
16949         (gnus-get-newsgroup-headers): Ditto.
16950         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16951
16952         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16953         (mail-decode-encoded-address-string): New alias.
16954
16955         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16956         New function.
16957         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16958         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16959         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16960         (rfc2047-decode-string): Ditto.
16961         (rfc2047-decode-address-region): New function.
16962         (rfc2047-decode-address-string): New function.
16963
16964 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16965
16966         * message.el (message-caesar-buffer-body): Allow rotating headers.
16967
16968         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16969
16970         * message.el (message-insert-formated-citation-line): Fix %f.
16971         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16972
16973 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16976         (gnus-bookmark-mouse-available-p): New macro.
16977         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16978         (gnus-bookmark-bmenu-show-infos): Use it.
16979         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16980         (gnus-bookmark-bmenu-hide-infos): Ditto.
16981         (gnus-bookmark-remove-properties): New function.
16982         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16983         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16984         (gnus-bookmark-write-file): Bind coding-system-for-write.
16985         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16986         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16987         group before selecting it.
16988         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16989         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16990         quit-window if it is not available; use gnus-mouse-2 and bind it to
16991         gnus-bookmark-bmenu-select-by-mouse.
16992         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16993         (gnus-bookmark-bmenu-select-by-mouse): New function.
16994
16995 2006-08-13  Romain Francoise  <romain@orebokech.com>
16996
16997         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16998         space.
16999
17000 2006-08-10  Romain Francoise  <romain@orebokech.com>
17001
17002         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17003         (dns-mode-soa-auto-increment-serial): New user option.
17004         (dns-mode-soa-maybe-increment-serial): New function.
17005         (dns-mode): Add the latter to `write-contents-functions'.
17006
17007 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * compface.el (uncompface): Use binary rather than raw-text-unix.
17010
17011 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * compface.el (uncompface): Make sure the eol conversion doesn't take
17014         place when communicating with the external programs.
17015         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17016
17017 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17020
17021 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17022
17023         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17024         Make it more robust by parsing author and date independently.
17025
17026 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17029
17030 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17031
17032         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17033         first matching secret key.
17034         (mml2015-epg-encrypt): Ditto.
17035
17036         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17037         first matching secret key.
17038         (mml1991-epg-encrypt): Ditto.
17039
17040         * mml2015.el (mml2015-encrypt-to-self): New user option.
17041         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17042         mml2015-epg-encrypt-to-self is set.
17043
17044         * mml1991.el (mml1991-encrypt-to-self): New variable.
17045         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17046         mml1991-epg-encrypt-to-self is set.
17047
17048         * mml2015.el (mml2015-signers): New user option.
17049         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17050         (mml2015-epg-encrypt): Allow to select signing keys.
17051
17052         * mml1991.el (mml1991-signers): New variable.
17053         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17054         (mml1991-epg-encrypt): Allow to select signing keys.
17055
17056 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * nnheader.el (nnheader-insert-head): Make it work even if the file
17059         uses CRLF for the line-break code.
17060
17061 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17062
17063         * mml2015.el: Require mml-sec instead of password.
17064         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17065         (mml2015-cache-passphrase): Inherit the default value from
17066         mml-secure-cache-passphrase.
17067         (mml2015-passphrase-cache-expiry): Inherit the default value from
17068         mml-secure-passphrase-cache-expiry.
17069
17070         * mml1991.el: Require mml-sec instead of password.
17071         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17072         (mml1991-cache-passphrase): Inherit the default value from
17073         mml-secure-cache-passphrase.
17074         (mml1991-passphrase-cache-expiry): Inherit the default value from
17075         mml-secure-passphrase-cache-expiry.
17076
17077         * mml-sec.el: Require password.
17078         (mml-secure-verbose): New user option.
17079         (mml-secure-cache-passphrase): New user option.
17080         (mml-secure-passphrase-cache-expiry): New user option.
17081
17082 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17083             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17084
17085         * pgg-def.el (pgg-truncate-key-identifier):
17086         Truncate the key ID to 8 letters from the end.
17087
17088 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17089
17090         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17091         workaround for the url package included with Emacs.
17092
17093         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17094
17095 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17098         correctly.  This fixes a bug caused by the 2006-05-12 change.
17099
17100 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17101
17102         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17103         some information about the error when saying that the `bogus' mail
17104         group will be used.
17105
17106 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17107
17108         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17109         string.
17110
17111 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17112
17113         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17114
17115 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17116
17117         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17118
17119 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17120
17121         * mml1991.el (mml1991-function-alist): Add epg.
17122         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17123         (mml1991-epg-encrypt): New functions.
17124
17125 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17126
17127         * mml2015.el (mml2015-verbose): New variable.
17128         (mml2015-cache-passphrase): Ditto.
17129         (mml2015-passphrase-cache-expiry): Ditto.
17130         (mml2015-function-alist): Add epg.
17131         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17132         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17133         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17134         New functions.
17135
17136 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17137
17138         * message.el (message-cite-original-1): Preserve region when removing
17139         quoted text due to X-No-Archive in order to avoid bogus attribution
17140         when citing multiple messages.
17141
17142 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17143
17144         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17145         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17146
17147 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * gnus-diary.el (gnus-user-format-function-d)
17150         (gnus-user-format-function-D): Autoload.
17151
17152         * imap.el (Commentary): Fix typo.
17153
17154         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17155         2006-04-22 contribution.
17156
17157 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17158
17159         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17160         It didn't really fix the bogosity I'm seeing with solid web groups.
17161
17162 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17163
17164         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17165         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17166         created using server names.  If we use the feature without declaring
17167         it, Gnus does not properly manage server and group state.
17168
17169         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17170         bound.
17171
17172 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17173
17174         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17175         looking up the method using GROUP's prefix before inventing a new one.
17176         It is used on killed/unknown groups in various places where returning
17177         an all-new method isn't expected by the caller.
17178
17179         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17180         and match semantics of gnus-group-real-prefix.
17181
17182 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17183
17184         * nnmail.el (nnmail-broken-references-mailers): New variable.
17185         (nnmail-ignore-broken-references): New function generalizing
17186         nnmail-fix-eudora-headers.
17187         (nnmail-fix-eudora-headers): Now obsolete.
17188
17189         * gnus-art.el (gnus-button-handle-custom):
17190         Support `customize-apropos*'.
17191
17192 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17193
17194         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17195
17196         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17197         articles.
17198
17199 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17200
17201         * message.el (message-cite-reply-above): New variable.
17202         (message-yank-original): Use it.
17203
17204 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17207
17208 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17209
17210         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17211         as read.
17212
17213         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17214
17215 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17216
17217         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17218         (gnus-bookmark-default-file): Use gnus-directory.
17219         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17220         Remove "*" in doc string.
17221         (gnus-bookmark-write-file): Simplify.
17222         (gnus-bookmark-maybe-sort-alist): Use `when'.
17223         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17224         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17225         Add FIXME about Emacs 21 and XEmacs compatibility.
17226         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17227         compatibility.
17228         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17229         compatibility.
17230         (gnus-bookmark-menu-heading): Fix version.
17231
17232 2006-06-19  Bastien Guerry  <bzg@altern.org>
17233
17234         * gnus-bookmark.el: New file.
17235
17236 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * message.el (message-syntax-checks): Doc fix.
17239
17240 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17241
17242         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17243         unsubscribed groups as if they were killed ones.  It causes duplicate
17244         entries in gnus-newsrc-alist.
17245
17246 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * message.el (message-syntax-checks): Doc fix.
17249         (message-send-mail): Add check for continuation headers.
17250         (message-check-news-header-syntax): Fix regexp used to check for
17251         continuation headers.
17252
17253 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17256
17257 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17258
17259         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17260
17261 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17264         default-truncate-lines.
17265
17266 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17267
17268         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17269         to fill the utf-8 entry.
17270
17271         * lpath.el: Fbind unicode-precedence-list.
17272
17273 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17274
17275         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17276
17277 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17278
17279         * gnus-agent.el (directory-files-and-attributes): Move all the way
17280         forward (the third and final move).
17281         (gnus-agent-read-agentview): Trap reconstruction errors due to
17282         nonexistent directory.  Handle by returning nil.
17283
17284 2006-05-30  Didier Verna  <didier@xemacs.org>
17285
17286         * message.el (message-dont-reply-to-names): Update the custom type.
17287         * message.el (message-dont-reply-to-names): New defsubst: potentially
17288         convert a list of regexps into a single one.
17289         * message.el (message-get-reply-headers): Use it.
17290         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17291
17292 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * gnus-agent.el (directory-files-and-attributes): Move forward.
17295
17296 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17297
17298         * gnus-ml.el (gnus-mailing-list-subscribe)
17299         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17300         (gnus-mailing-list-message): Fix doc strings.
17301
17302 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17303
17304         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17305         of doing it manually.
17306
17307 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17308
17309         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17310         comment.
17311
17312 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17313
17314         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17315         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17316         (gnus-agent-read-local): All symbols allocated in my-obarray.
17317         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17318         (gnus-agent-regenerate-group): Check numeric names to see if they are
17319         messages or groups.
17320         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17321         better way of do this...)
17322
17323         * gnus-cache.el (gnus-agent-total-fetched-for):
17324         Ignore 'dummy.group' (there should be a better way of do this...)
17325
17326 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17329         (gnus-saved-headers): Ditto.
17330         (gnus-default-article-saver): Mention functions may have properties.
17331         (gnus-article-save): Override gnus-save-all-headers and
17332         gnus-saved-headers by :headers property which saver function may have.
17333         (gnus-summary-save-in-file): Add :headers property.
17334         (gnus-summary-write-to-file): Ditto.
17335
17336         * gnus-sum.el (gnus-summary-save-article): Bind
17337         gnus-prompt-before-saving to t when saving many articles in a file;
17338         always show all headers.
17339
17340         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17341
17342 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17343
17344         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17345         marks.
17346
17347         * message.el (message-indent-citation): Add optional arguments to allow
17348         using it outside of message buffers.
17349
17350         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17351         (gnus-article-treat-unfold-headers): Use it.
17352         (gnus-article-truncate-lines): New variable.
17353         (gnus-article-mode): Use it.
17354         (gnus-article-toggle-truncate-lines): New function.
17355
17356         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17357         Add gnus-article-toggle-truncate-lines.
17358
17359         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17360         coding system in XEmacs, use binary.
17361
17362 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17365         after-load-alist.
17366
17367         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17368         this function should save decoded articles.
17369         (gnus-summary-write-to-file): Use property to specify this function
17370         should save decoded articles and specify gnus-summary-save-in-file
17371         should be used to save articles other than the first one when saving
17372         many articles.
17373         (gnus-summary-save-body-in-file): Use property to specify this
17374         function should save decoded articles.
17375         (gnus-summary-write-body-to-file): Use property to specify this
17376         function should save decoded articles and specify
17377         gnus-summary-save-body-in-file should be used to save articles other
17378         than the first one when saving many articles.
17379
17380         * gnus-sum.el (gnus-summary-save-article): Simplify.
17381
17382 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * gnus-art.el (gnus-default-article-saver):
17385         Add gnus-summary-write-body-to-file.
17386         (gnus-article-save-coding-system): Don't use coding system object
17387         in XEmacs.
17388         (gnus-read-save-file-name): Add optional `dir-var' argument which
17389         specifies directory in which files are saved; work even if optional
17390         `variable' argument is not specified.
17391         (gnus-summary-write-to-file): Read file name.
17392         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17393         (gnus-summary-write-body-to-file): New function.
17394
17395         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17396         (gnus-summary-local-variables): Add it.
17397         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17398         (gnus-summary-save-article): Remove optional `decode' argument;
17399         determine whether to decode articles by the value of
17400         gnus-default-article-saver; when saving many files using
17401         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17402         it first and use gnus-summary-save-in-file or
17403         gnus-summary-save-body-in-file thereafter unless
17404         gnus-prompt-before-saving is always; move point to article which
17405         will be saved.
17406         (gnus-summary-save-article-file): Revert.
17407         (gnus-summary-write-article-file): Revert.
17408         (gnus-summary-save-article-body-file): Revert.
17409         (gnus-summary-write-article-body-file): New function.
17410
17411 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * gnus-art.el (gnus-default-article-saver): Doc fix.
17414         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17415         from gnus-summary-save-article-coding-system, and default to a
17416         certain coding system.
17417         (gnus-output-to-file): Add coding cookie and encode text according
17418         to gnus-article-save-coding-system; don't use mm-append-to-file.
17419
17420         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17421         gnus-art.el and rename to gnus-article-save-coding-system.
17422         (gnus-summary-save-article): Require gnus-art; don't show all
17423         headers if it decodes articles; don't add coding cookie here;
17424         don't bind mm-text-coding-system-for-write.
17425         (gnus-summary-save-article-file): Save decoded articles.
17426         (gnus-summary-write-article-file): When saving many files, use
17427         gnus-summary-write-to-file first and gnus-summary-save-in-file
17428         thereafter unless gnus-prompt-before-saving is always.
17429         (gnus-summary-save-article-body-file): Save decoded articles.
17430
17431         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17432
17433 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17434
17435         * nnrss.el (nnrss-check-group): Bind hash-index.
17436
17437 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17438
17439         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17440         its hash index.  Store this hash in `nnrss-group-data'.
17441         (nnrss-read-group-data): Update accordingly.
17442
17443 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17444
17445         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17446         entry.
17447
17448         * gnus-sum.el (gnus-summary-make-menu-bar):
17449         Add gnus-article-browse-html-article.
17450
17451 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17452
17453         * gnus-sum.el (gnus-summary-mime-map):
17454         Add gnus-article-browse-html-article.
17455
17456         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17457
17458 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17459
17460         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17461         suitable coding systems in customize.
17462
17463 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17464
17465         * mail-source.el (mail-sources): Fix custom type.
17466
17467 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17468
17469         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17470         (gnus-summary-expire-articles-now): Shorten prompt.
17471
17472         * gmm-utils.el (wid-edit): Require.
17473         (defun-gmm): Rename from `gmm-defun-compat'.
17474         (gmm-image-search-load-path): Use it.
17475         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17476
17477 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * gnus-sum.el (gnus-summary-save-article-coding-system):
17480         New variable.
17481         (gnus-summary-save-article): Add optional `decode' argument.
17482         If it is set and gnus-summary-save-article-coding-system is non-nil,
17483         save decoded article.
17484         (gnus-summary-write-article-file): Save decoded article if
17485         gnus-summary-save-article-coding-system is non-nil.
17486
17487         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17488         type.
17489
17490 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17493
17494 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17497         first to test gnus-single-article-buffer which may be buffer-local.
17498
17499         * gnus-sum.el (gnus-summary-setup-buffer):
17500         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17501         group; make gnus-article-buffer, gnus-article-current, and
17502         gnus-original-article-buffer always buffer-local.
17503         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17504         group.
17505         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17506
17507 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * nnml.el (nnml-request-compact-group): Compressed files might not
17510         have .gz extension.
17511
17512 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17513
17514         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17515         (mm-copy-to-buffer): Use with-current-buffer.
17516         (mm-display-part): Simplify.
17517         (mm-inlinable-p): Add optional arg `type'.
17518
17519 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17520
17521         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17522         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17523         Try harder to show the attachment internally or externally using
17524         gnus-mime-view-part-as-type.
17525
17526 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17527
17528         * message.el (message-from-style, message-signature-separator)
17529         (message-user-organization-file, message-send-mail-function)
17530         (message-citation-line-function, message-yank-prefix)
17531         (message-indent-citation-function, message-signature)
17532         (message-signature-file, message-signature-insert-empty-line):
17533         Remove autoloads.
17534
17535         * gnus-art.el (gnus-buttonized-mime-types):
17536         Remove "multipart/signed".  Revert 2006-04-26 change.
17537
17538 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17539
17540         * gnus.el (gnus-version-number): Bump version.
17541
17542 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17543
17544         * gnus.el: No Gnus v0.5 is released.
17545
17546 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17547
17548         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17549         fetching articles by message-id.
17550
17551 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17552
17553         * message.el (hashcash): Require hashcash as normal.
17554
17555         * ecomplete.el (ecomplete-highlight-match-line):
17556         Use point-at-eol.
17557         (ecomplete-highlight-match-line): Use `highlight', because that
17558         face exists in both Emacs and XEmacs.
17559
17560         * message.el (message-display-abbrev): Use point-at-bol.
17561
17562         * mail-source.el: Don't require timer/timer-funcs.
17563
17564         * gnus-async.el: Ditto.
17565
17566         * password.el: Ditto.
17567
17568         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17569
17570         * mm-url.el: Ditto.
17571
17572         * gnus-xmas.el: Don't require timer-funcs.
17573
17574         * mm-util.el: Require timer/timer-funcs.
17575
17576 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17577
17578         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17579         Close.
17580
17581 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17584         unibyte after clear-decrypt function runs.
17585
17586         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17587         returns as a unibyte string.
17588
17589 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * lpath.el: Revert.
17592
17593         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17594         (pgg-gpg-process-sentinel): Revert.
17595
17596         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17597         (pgg-pgp-lookup-key): Revert.
17598
17599         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17600         (pgg-pgp5-lookup-key): Revert.
17601
17602         * pgg.el (pgg-fetch-key): Revert.
17603
17604 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17605
17606         * lpath.el: Fbind string-as-multibyte for XEmacs.
17607
17608         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17609         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17610         (mml1991-pgg-encrypt): Ditto.
17611
17612         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17613         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17614         a multibyte buffer.
17615
17616         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17617         (pgg-pgp-lookup-key): Ditto.
17618
17619         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17620         (pgg-pgp5-lookup-key): Ditto.
17621
17622         * pgg.el (pgg-fetch-key): Ditto.
17623
17624 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17625
17626         * message.el (message-user-organization-file): Check several
17627         locations of the organization file.
17628
17629         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17630         Add gnus-article-view-part-as-type.
17631
17632         * gnus-art.el (gnus-article-view-part-as-type): New function.
17633
17634         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17635         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17636
17637         * mml.el: Simplify autoload.
17638         (mml-mode): defvar dnd-protocol-alist instead of using
17639         symbol-value.
17640         (mml-default-directory): New variable.
17641         (mml-minibuffer-read-file): Use it.
17642         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17643
17644         * message.el (message-citation-line-format): New variable.
17645         (message-insert-formated-citation-line): New function.
17646         (message-citation-line-function):
17647         Add `message-insert-formated-citation-line' to custom type.
17648
17649         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17650         to doc string.
17651
17652         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17653         depending on mm-verify-option.
17654
17655 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17658         binding pgg-* variables; reimplement the section which prevents
17659         MIME header from being signed.
17660         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17661         pgg-text-mode; remove a blank line at the top of body.
17662
17663         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17664         lines at the top of body; use gnus-newsgroup-charset if there's no
17665         Charset header.
17666
17667 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * message.el (message-self-insert-commands): Doc fix.
17670
17671         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17672         (mm-uu-pgp-encrypted-test): Ditto.
17673         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17674         between header and body; return application/pgp-encrypted handle
17675         if decryption failed; decode decrypted body by charset.
17676
17677         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17678         element match to application/pgp-*.
17679
17680 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17681
17682         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17683         HTML.
17684
17685 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686
17687         * mail-source.el (mail-source-call-script): Message the error
17688         string.
17689
17690 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17691
17692         * gnus-util.el (gnus-byte-compile): Use it.
17693
17694 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17695
17696         * gnus-util.el (kill-empty-logs): New function.
17697
17698 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17699
17700         * message.el (message-mail-alias-type): Doc fix.
17701         (message-mail-alias-type-p): New function.
17702         (message-send): Use it.
17703         (message-mode): Ditto.
17704         (message-strip-forbidden-properties): Ditto.
17705
17706         * ecomplete.el (ecomplete-database-file-coding-system):
17707         New variable.
17708         (ecomplete-save): Use it.
17709         (ecomplete-setup): Use it.
17710
17711 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * message.el (message-self-insert-commands): New variable.
17714         (message-strip-forbidden-properties): Use it.
17715
17716 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17717
17718         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17719         that doesn't make XEmacs choke.
17720
17721 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17722
17723         * gnus-util.el (gnus-replace-in-string):
17724         Prefer replace-regexp-in-string over of replace-in-string.
17725
17726 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * gnus-util.el (gnus-select-frame-set-input-focus):
17729         Use select-frame-set-input-focus if it is available in XEmacs; use
17730         definition defined in Emacs 22 for old Emacsen.
17731
17732         * dgnushack.el: Autoload unmorse-region for XEmacs.
17733
17734         * lpath.el: Bind cursor-in-non-selected-windows and
17735         select-frame-set-input-focus for XEmacs.
17736
17737 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17740
17741 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17742
17743         * gnus-registry.el (gnus-registry-cache-save): Remove text
17744         properties when saving via the temp buffer.
17745
17746 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17747
17748         * message.el (message-generate-hashcash): Honor custom type.
17749
17750 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17751
17752         * message.el (message-generate-hashcash): Default to non-nil when
17753         hashcash is found.
17754
17755         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17756         (gnus-refer-thread-limit): Increase default to 500.
17757
17758         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17759
17760         * flow-fill.el (fill-flowed): Allow delete-space.
17761
17762 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17763
17764         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17765         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17766         Remove autoloads.
17767
17768 2006-04-18  Simon Josefsson  <jas@extundo.com>
17769
17770         * message.el (message-generate-hashcash): Default to.
17771
17772 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17775         concatenating segments rather than before concatenating them.
17776
17777 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17780
17781 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17782
17783         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17784
17785         * message.el (message-forward-make-body-plain):
17786         Allow message-forward-ignored-headers to be a list.
17787         (message-remove-ignored-headers): Factor out into function.
17788         (message-forward-make-body-mml): Use it.
17789
17790         * imap.el (imap-quote-specials): New function.
17791         (imap-login-auth): Quote specials.
17792
17793         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17794         (rfc2231-parse-string): Allow concatanation of parameters that
17795         aren't contiguous.  The test case is
17796           (mail-header-parse-content-type "message/external-body;
17797             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17798             access-type=LOCAL-FILE;
17799             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17800
17801 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17802
17803         * nntp.el (nntp-accept-process-output): Return the value of
17804         `nnheader-accept-process-output'.
17805
17806 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17807
17808         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17809         (gnus-button-alist): Recognize more diff formats.
17810         (gnus-button-patch): Strip directory.
17811
17812 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17813
17814         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17815         Emacs 22 when setting focus.
17816
17817 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17818
17819         * gnus-art.el (gnus-article-treat-types): Do treatment of
17820         text/x-verbatim parts.
17821         (gnus-button-patch): New command.
17822
17823         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17824         addresses that contain invalid characters.
17825
17826 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17827
17828         * message.el (message-put-addresses-in-ecomplete):
17829         Use gnus-replace-in-string.
17830         (message-is-yours-p): Use the more correct
17831         mail-header-parse-address instead of
17832         mail-extract-address-components.
17833         (message-put-addresses-in-ecomplete): Fix typo.
17834
17835         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17836         keystroke.
17837
17838         * gnus-art.el (gnus-treatment-function-alist): Change order of
17839         newsgroups/generic header folding to avoid double-folding.
17840
17841         * message.el (message-hidden-headers): Add X-Draft-From.
17842
17843         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17844         New command.
17845         (gnus-summary-repeat-search-article-backward): New command.
17846
17847         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17848         groups in the parent topic.
17849
17850 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17851
17852         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17853         (spam-extra-header-to-number): Return the CRM114 number as a
17854         number instead of a string.
17855
17856 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17857
17858         * gnus-art.el (gnus-face-properties-alist): Move here from
17859         gnus-fun.
17860
17861         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17862
17863 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17864
17865         * message.el (message-strip-forbidden-properties): Only display on
17866         self-insert-command.
17867
17868         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17869         reindent.
17870         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17871
17872 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17873
17874         * smiley.el (smiley-style): Fix typo.
17875
17876 2006-03-23  Kenichi Handa  <handa@m17n.org>
17877
17878         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17879         instead of set-buffer-multibyte.
17880
17881 2006-03-23  Kenichi Handa  <handa@m17n.org>
17882
17883         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17884         buffer and then decode the buffer text if necessary.
17885         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17886         first, and after mm-encode-body, change the buffer to unibyte.
17887
17888 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17889
17890         * hashcash.el (hashcash-insert-payment-async-2):
17891         Use message-goto-eoh instead of doing it manually.
17892         (mail-add-payment): Use message-narrow-to-header instead of trying
17893         to do the same itself.
17894
17895         * message.el (message-hidden-headers): Add Face.
17896
17897         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17898         reparenting code.
17899         (gnus-summary-reparent-children): Refactored out code.
17900         (gnus-summary-thread-map): New keystroke.
17901         (gnus-summary-reparent-children): Make into command.
17902
17903         * smiley.el (smiley-style): Default to `medium' if using a large
17904         font.
17905
17906         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17907         does it itself.
17908
17909         * message.el (message-point-in-header-p): Simplify definition.
17910
17911 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17912
17913         * nnagent.el (nnagent-request-set-mark): Silence log file
17914         writing.
17915         (nnagent-request-set-mark): Use write-region instead of
17916         append-to-file.
17917
17918         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17919         strange select method.
17920
17921         * ecomplete.el (ecomplete-display-matches): Get highlightling
17922         right.
17923         (ecomplete-display-matches): Use literals.
17924         (ecomplete-display-matches): Disable message logging.
17925
17926         * message.el (message-display-abbrev): Small optimization.
17927
17928         * ecomplete.el (ecomplete-display-matches): Allow automatic
17929         display.
17930
17931         * message.el (message-strip-forbidden-properties):
17932         Display abbrevs.
17933         (message-display-abbrev): Get automatic display right.
17934
17935         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17936         keystrokes.
17937
17938 2006-04-13  Romain Francoise  <romain@orebokech.com>
17939
17940         TODO: Backport to v5-10!
17941
17942         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17943         Move here (and rename) from gnus-registry.el.
17944
17945         * gnus-registry.el: Require gnus-util.
17946         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17947
17948 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17949
17950         * gnus-group.el (gnus-group-catchup-current):
17951         Change if-then-else-if-then-else into cond.
17952         (gnus-group-catchup): Indent.
17953         (group-name-at-point): New function.
17954         (gnus-fetch-group): Provide default from thing at point.
17955
17956 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17957
17958         * message.el (message-display-abbrev): Fix regexp.
17959
17960         * ecomplete.el (ecomplete-highlight-match-line):
17961         Reimplement choosing.
17962         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17963         dead variables.
17964
17965         * message.el (message-newline-and-indent): Remove debugging.
17966         (message-display-abbrev): Use new implementation.
17967
17968 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17969
17970         * gnus-art.el (gnus-article-mode):
17971         Set cursor-in-non-selected-windows to nil.
17972
17973         * smiley.el: Revert previous change.
17974         (smiley-data-directory): defvar it before using it in the
17975         defcustom of `smiley-style'.
17976
17977 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17978
17979         * message.el (message-newline-and-indent): New function.
17980
17981         * ecomplete.el: Implement more bits.
17982
17983         * message.el (message-put-addresses-in-ecomplete): Clean up the
17984         string.
17985
17986         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17987
17988         * gnus-sum.el (gnus-summary-save-parts):
17989         Bind gnus-summary-save-parts-counter and use it to make unique file
17990         names.
17991
17992         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17993
17994         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17995         parameter to say whether to actually parse the individual
17996         addresses.
17997
17998         * message.el (message-put-addresses-in-ecomplete): New function.
17999         (ecomplete): Require.
18000         (message-mail-alias-type): Add ecomplete as an option.
18001
18002 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18003
18004         * flow-fill.el (fill-flowed): Remove trailing space from blank
18005         quoted lines.
18006
18007 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18008
18009         * smiley.el (smiley-style): Move definition later to avoid a
18010         compilation warning.
18011
18012 2006-04-12  Kenichi Handa  <handa@m17n.org>
18013
18014         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18015         buffer and then decode the buffer text if necessary.
18016         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18017         first, and after mm-encode-body, change the buffer to unibyte.
18018         Use mm-disable-multibyte instead of set-buffer-multibyte.
18019
18020 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18023         Content-Type header instead of Content-Disposition header.
18024         (gnus-mime-inline-part): Ditto.
18025         (gnus-mime-view-part-as-charset): Ignore charset that the part
18026         specifies.
18027
18028         * mm-decode.el (mm-display-part): Work with external parts and
18029         usual parts similarly.
18030
18031         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18032         instead of gnus-display-mime.
18033
18034         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18035         instead of with-temp-buffer.
18036
18037         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18038         tag to summarized topics part in order to encode non-ASCII text.
18039
18040 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * smiley.el (smiley-style): New variable.
18043         (smiley-directory): New function.
18044         (smiley-data-directory): Derive from `smiley-style' using
18045         `smiley-directory'.
18046         (smiley-regexp-alist): Add new entries.
18047
18048         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18049         (gnus-article-browse-delete-temp): Add :version.
18050
18051 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18052
18053         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18054         the sieve region.
18055
18056 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18057
18058         * gnus.el (gnus-version-number): Bump version.
18059
18060 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18061
18062         * gnus.el: No Gnus v0.4 is released.
18063
18064 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18065
18066         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18067         layout.
18068
18069         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18070         unknown charset.
18071
18072         * message.el (message-header-synonyms): Add Original-To to the
18073         default.
18074
18075         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18076         optional parameter.
18077
18078 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18079
18080         * gnus-fun.el (gnus): Require it for gnus-directory.
18081
18082 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18085
18086 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18087
18088         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18089
18090 2006-04-05  Simon Josefsson  <jas@extundo.com>
18091
18092         * password.el (password-reset): New function.
18093
18094 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18095
18096         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18097         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18098
18099 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18100
18101         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18102         Some whitespace was matched into the url, which broke browsing hits
18103         > 100 when mm-url-use-external was nil.
18104
18105 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18106
18107         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18108         Check gnus-extra-headers for 'Newsgroups.
18109
18110         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18111         bound.
18112
18113 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18114
18115         * pgg-gpg.el: Clean up process buffers every time gpg processes
18116         complete.
18117
18118 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18119
18120         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18121         doc string.
18122
18123 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18124
18125         * pgg-gpg.el (pgg-gpg-process-filter)
18126         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18127
18128         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18129         lines, temporary fix.
18130
18131 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18132
18133         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18134
18135 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18136
18137         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18138         default-enable-multibyte-characters.  This reverts the change from
18139         revision 6.17 which is no longer necessary because the passphrase
18140         is sent separately now.  GnuPG messages are unreadable under
18141         multibyte locales with default-enable-multibyte-characters set to
18142         nil.
18143
18144 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * message.el (message-tool-bar-gnome): Move "spell".
18147
18148 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18149
18150         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18151         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18152         instead.
18153
18154 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18155
18156         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18157         Improve newsgroups handling for NNTP overviews which don't include
18158         Newsgroups.
18159
18160 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18161
18162         * message.el (message-resend): Bind message-generate-hashcash to nil.
18163
18164 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18165
18166         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18167         when searching for already-paid recipients.
18168
18169 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18170
18171         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18172         passphrases when it is not needed.
18173         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18174         passphrase stuff from gpg, should only be necessary when you use
18175         gpg with a smartcard.
18176
18177 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * mml.el (mml-insert-mime): Ignore cached contents of
18180         message/external-body part.
18181
18182         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18183         (mm-insert-part): Ditto.
18184
18185 2006-03-23  Simon Josefsson  <jas@extundo.com>
18186
18187         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18188         Reiner.
18189         (pgg-gpg-use-agent-p): Use it again.
18190
18191 2006-03-23  Simon Josefsson  <jas@extundo.com>
18192
18193         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18194         older emacsen.
18195         (pgg-gpg-use-agent-p): Don't use it.
18196
18197 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18200         if we can.
18201
18202 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18203
18204         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18205         (pgg-gpg-update-agent): New function.
18206         (pgg-gpg-use-agent-p): New function.
18207         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18208         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18209         (pgg-gpg-sign-region): Use it.
18210
18211 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18214         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18215
18216 2006-03-21  Simon Josefsson  <jas@extundo.com>
18217
18218         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18219         <wilde@sha-bang.de>.
18220         (pgg-gpg-use-agent): New variable.
18221         (pgg-gpg-process-region): Use it.
18222         (pgg-gpg-encrypt-region): Likewise.
18223         (pgg-gpg-encrypt-symmetric-region): Likewise.
18224         (pgg-gpg-decrypt-region): Likewise.
18225         (pgg-gpg-sign-region): Likewise.
18226         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18227
18228 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18229
18230         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18231
18232         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18233         Add comment on version.
18234
18235 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18236
18237         * smiley.el: Add missing test smiley.
18238
18239 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * mm-decode.el (mm-with-part): New macro.
18242         (mm-get-part): Use it; work with message/external-body as well.
18243         (mm-save-part): Treat name and filename equally.
18244
18245         * mm-extern.el (mm-extern-cache-contents): New function.
18246         (mm-inline-external-body): Use it; force the part to be displayed;
18247         move undisplayer added to the cached handle to the parent.
18248
18249         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18250         (gnus-mime-view-part-as-type): Work with message/external-body.
18251
18252         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18253
18254 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18255
18256         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18257         images in image-load-path.  [Sync with image.el, revision 1.60, in
18258         Emacs.]
18259
18260 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18261
18262         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18263         path rather than symbol.  Always return list of directories.
18264         Guarantee that image directory comes first.  [Sync with image.el,
18265         revision 1.59, in Emacs.]
18266
18267         * message.el (message-make-tool-bar): Adjust to new API of
18268         `gmm-image-load-path-for-library'.
18269
18270         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18271
18272         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18273
18274 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18275
18276         * gnus-art.el (gnus-article-only-boring-p):
18277         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18278         intangible text.
18279         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18280
18281 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18282
18283         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18284         Use `defun' instead of `gmm-defun-compat'.
18285
18286 2006-03-14  Simon Josefsson  <jas@extundo.com>
18287
18288         * message.el (message-unique-id): Don't use message-number-base36
18289         if (user-uid) is a float.
18290         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18291
18292 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18293
18294         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18295
18296         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18297         empty line between a part and a message part.
18298
18299 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * smiley.el: Add more test smileys.
18302         (smiley-data-directory, smiley-regexp-alist)
18303         (gnus-smiley-file-types): Fix doc strings.
18304         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18305         adding new elements.
18306         (smiley-mouse-map): Unused code.  Make it a comment.
18307
18308 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18311         scan latest NoCeM messages instead of old ones.
18312         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18313         delimiters that are recently used.
18314         (gnus-nocem-load-cache): Add autoload cookie.
18315
18316         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18317
18318         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18319         level which is larger than gnus-use-nocem is specified.
18320
18321         * gnus-group.el (gnus-group-get-new-news): Ditto.
18322
18323 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18324
18325         * gnus-util.el (gnus-tool-bar-update): New function.
18326
18327         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18328         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18329
18330         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18331
18332         * gnus-group.el (gnus-group-redraw-when-idle)
18333         (gnus-group-redraw-check): Remove.
18334         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18335
18336 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18339         if optional last element is specified in splits (FIELD VALUE...).
18340
18341 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18342
18343         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18344         to gmm-image-load-path-for-library.  Call with no-error argument.
18345         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18346
18347         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18348
18349         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18350
18351         * gmm-utils.el (gmm-image-load-path): Remove alias.
18352
18353 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * gmm-utils.el (gmm-image-load-path): Add alias.
18356
18357         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18358         nnml-generate-nov-databases-1.
18359         (nnml-generate-nov-databases): Use it.
18360         (nnml-generate-nov-databases-directory): Document no-active
18361         argument.
18362
18363         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18364         directory if path is t.  Add no-error.
18365
18366         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18367         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18368
18369         * gnus-art.el (gnus-article-browse-delete-temp-files):
18370         Simplify resetting gnus-article-browse-html-temp-list.
18371
18372         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18373         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18374         Add example to docstring.  Rename local variables.  Move error
18375         checks to default case in cond and simplify.
18376
18377 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18380         handle is multipart when calling it recursively.
18381         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18382
18383 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18384
18385         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18386         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18387
18388 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18391         is loaded.
18392
18393         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18394         loaded.
18395
18396 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18397
18398         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18399         to "Emacs 23 (unicode)" in doc string.
18400
18401         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18402         "Emacs 23 (unicode)" in comment.
18403
18404 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18405
18406         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18407
18408         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18409         characters 160 through 255 in Emacs 23.
18410
18411 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18412
18413         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18414         gnus-article-browse-html-temp.
18415         (gnus-article-browse-delete-temp): Make it customizable.
18416         Add `file'.  Adjust doc string.
18417         (gnus-article-browse-delete-temp-files): Add argument.
18418         Allow query for each file.  Adjust doc string.
18419         (gnus-article-browse-html-parts):
18420         Add `gnus-article-browse-delete-temp-files' to
18421         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18422
18423 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18424
18425         * gnus-art.el (gnus-article-browse-html-temp)
18426         (gnus-article-browse-delete-temp): New variables.
18427         (gnus-article-browse-delete-temp-files): New function.
18428         (gnus-article-browse-html-parts): Use it.
18429
18430 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18431
18432         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18433
18434         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18435         string.
18436
18437         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18438         gnus-summary-insert-new-articles when unplugged.
18439         Remove gnus-summary-search-article-forward.
18440
18441         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18442         display-visual-class instead of display-color-cells.
18443
18444 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * dgnushack.el: Autoload customize-group for XEmacs.
18447
18448         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18449         message/* containing non-ASCII text properly.
18450
18451 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18452
18453         * message.el: Require gmm-utils, remove autoloads.
18454         (message-tool-bar): Set default based on
18455         gmm-tool-bar-style.
18456         (message-tool-bar-gnome): Add gmm-customize-mode.
18457
18458         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18459         gmm-tool-bar-style.
18460         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18461
18462         * gnus-group.el (gnus-group-tool-bar): Set default based on
18463         gmm-tool-bar-style.
18464         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18465
18466         * gmm-utils.el (gmm-image-directory): Rename variable from
18467         gmm-image-load-path.
18468         (gmm-image-load-path): Use gmm-image-directory.
18469         (gmm-customize-mode): New function.
18470         (gmm-tool-bar-style): New variable.
18471
18472         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18473         gnus-group-redraw-line-number.
18474         (gnus-group-redraw-check): Simplify.
18475         (gnus-group-tool-bar-update): Remove redraw check.
18476         (gnus-group-make-tool-bar): Add redraw check.
18477
18478 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18479
18480         * gnus-art.el (gnus-button): Add missing parentheses.
18481
18482 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * lpath.el: Fbind line-number-at-pos.
18485
18486 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18489
18490 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18491
18492         * gnus-art.el (gnus-button): New face.
18493         (gnus-article-button-face): Use it.
18494
18495         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18496         Add gnus-summary-next-page.  Re-order.
18497
18498         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18499         next-node are now included.
18500         (gnus-group-redraw-line-number): New internal variable.
18501         (gnus-group-redraw-check): Helper function for updating the tool
18502         bar.
18503         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18504
18505         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18506
18507         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18508         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18509         Use it to match format of Spamassassin 3.0 and later.
18510         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18511         (spam-check-bogofilter)
18512         (spam-bogofilter-register-with-bogofilter): Fix args of
18513         `gnus-error' calls.
18514
18515 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18516
18517         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18518         unnecessary interaction when sending queued mails.
18519         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18520
18521 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18522
18523         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18524         first or last are nil.
18525
18526 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18527
18528         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18529
18530 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18531
18532         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18533
18534 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18535
18536         * dns.el (query-dns): Protect more against buggy tcp output.
18537
18538 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18539
18540         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18541         nov.php.
18542
18543 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18544
18545         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18546         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18547         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18548         output on the server side.
18549         (nnweb-google-create-mapping): Update regexps and add some
18550         progress indication.
18551
18552 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18553
18554         * gnus-group.el (gnus-group-tool-bar-gnome):
18555         Fix gnus-agent-toggle-plugged.  Re-order icons.
18556         (gnus-group-tool-bar-gnome):
18557         Add gnus-group-{prev,next}-unread-group.
18558         (gnus-group-tool-bar-gnome): Re-order icons.
18559
18560         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18561         Move gnus-summary-insert-new-articles.
18562
18563         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18564         Fix comments.
18565
18566         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18567         also available in Emacs 21.3.
18568
18569         * message.el (message-fix-before-sending): Change "Emacs 22" to
18570         "Emacs 23 (unicode)" in comment.
18571
18572         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18573         "Emacs 23 (unicode)" in comment.
18574
18575         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18576         comment.
18577         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18578
18579         * mm-view.el (mm-fill-flowed): Add :version.
18580
18581 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18584         and load-path.
18585
18586 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18587
18588         * message.el: Autoload gmm-image-load-path.
18589         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18590         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18591         consitency.
18592
18593         * gmm-utils.el (gmm-image-load-path): Also search in
18594         "../etc/images".  Don't set gmm-image-load-path if we don't find
18595         the image.
18596
18597 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * gmm-utils.el (gmm-image-load-path): Don't make
18600         `gmm-image-load-path' include subdirectories which the second arg
18601         `image' might specify.
18602
18603         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18604         subdirectory to icon file names.
18605
18606         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18607
18608 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18609
18610         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18611         gmm-image-load-path calls.
18612
18613         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18614
18615         * message.el (message-make-tool-bar): Ditto.
18616
18617         * mml.el (mml-preview): Add comment concerning tool bar icons.
18618
18619         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18620         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18621
18622         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18623         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18624
18625         * message.el (message-tool-bar-gnome): Use new icon names.
18626         (message-make-tool-bar): Use `gmm-image-load-path'.
18627
18628         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18629         New functions from MH-E.
18630         (gmm-image-load-path): New variable from MH-E.
18631         (gmm-image-load-path): New function from MH-E.  Add arguments
18632         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18633         *-image-load-path-called-flag.
18634
18635 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18636
18637         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18638
18639 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18640
18641         * nnimap.el (nnimap-request-move-article): Change folder back to
18642         source group before deleting.
18643
18644 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18645
18646         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18647
18648         * gnus-art.el (mm-url-insert-file-contents-external):
18649         Autoload mm-url.
18650
18651         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18652
18653 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18656         coding system which mm-charset-to-coding-system returns for a
18657         given charset is valid.
18658
18659 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18660
18661         * html2text.el (html2text-remove-tag-list):
18662         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18663
18664 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18665
18666         * gnus-cus.el: Revert 2005-10-17 change.
18667
18668 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18669
18670         * gnus-art.el (article-strip-banner):
18671         Call article-really-strip-banner only when the regexp match is made.
18672
18673 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18674
18675         * gnus-art.el (article-strip-banner):
18676         Use gnus-extract-address-components instead of
18677         mail-header-parse-addresses to make it work with non-ASCII text;
18678         remove mail-encode-encoded-word-string.
18679
18680         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18681         values which are surrounded with \"...\"; make it never cause a
18682         Lisp error; give up parsing of parameters if it failed in
18683         extracting type.
18684
18685 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18686
18687         * smime.el (smime-cert-by-ldap-1): Fix bug where
18688         `smime-ldap-search' returns results without userCertificates.
18689
18690 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18693
18694 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18695
18696         * spam.el (spam-check-spamassassin-headers): Adapt format for
18697         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18698         <ari@mbf.ocn.ne.jp>.
18699         (spam-list-of-processors): Add spam-use-gmane.
18700
18701 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18704         make-temp-file; make it work with XEmacs as well.
18705
18706         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18707         mm-make-temp-file.
18708
18709         * mm-decode.el (mm-display-external): Use the 3rd arg of
18710         mm-make-temp-file.
18711         (mm-create-image-xemacs): Ditto.
18712
18713 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18716         with message-narrow-to-headers.
18717         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18718         (gnus-draft-check-draft-articles): New function.
18719         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18720
18721 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18722
18723         * gnus-art.el (gnus-article-browse-html-parts):
18724         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18725         Don't use suffix argument for mm-make-temp-file for Emacs 21
18726         compatibility.  Remove useless `format'.
18727
18728 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18729
18730         * nnweb.el (nnweb-google-wash-article): Update regexps.
18731         (nnweb-group-alist): Use defvoo instead of defvar.
18732
18733 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18736         re-loading nn* modules.
18737
18738 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18741         for `tool-bar-mode' and don't check it's default-value.
18742
18743         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18744
18745         * message.el (message-make-tool-bar): Ditto.
18746
18747         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18748         `substring'.  Shorten tmp-file name.
18749
18750         * gnus.el: Remove bogus comment.
18751
18752 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18753
18754         * gnus-art.el (gnus-article-browse-html-parts): New function.
18755         (gnus-article-browse-html-article): New function for viewing html
18756         articles with a browser.
18757
18758 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18759
18760         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18761         in elisp.
18762         (pgg-gpg-encrypt-symmetric-region): Ditto.
18763         (pgg-gpg-sign-region): Ditto.
18764
18765         * pgg-def.el (pgg-text-mode): New variable.
18766
18767         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18768         (mml2015-pgg-encrypt): Ditto.
18769
18770         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18771         (mml1991-pgg-encrypt): Ditto.
18772
18773 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18774
18775         * nnfolder.el (nnfolder-insert-newsgroup-line):
18776         Use message-make-date instead of current-time-string.
18777
18778         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18779         to gnus-decoded which mm-uu might set.
18780
18781 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18782
18783         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18784         don't decode quoted parameters; remove misimported Emacs code.
18785         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18786         (rfc2231-decode-encoded-string): Don't use split-string which
18787         behaves differently according to Emacs version; use
18788         mm-decode-coding-region to convert charset to coding-system.
18789         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18790         (rfc2231-encode-string): Remove misimported Emacs code.
18791
18792 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18793
18794         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18795         when calling mail-header-parse-content-type.
18796         (article-de-quoted-unreadable): Ditto.
18797         (article-de-base64-unreadable): Ditto.
18798         (article-wash-html): Ditto.
18799
18800         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18801         calling mail-header-parse-content-type and
18802         mail-header-parse-content-disposition.
18803         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18804         mail-header-parse-content-type.
18805
18806         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18807         insert charset and format parameters; encode description after
18808         inserting it to buffer.
18809         (mml-insert-parameter): Fold lines properly even if a parameter is
18810         segmented into two or more lines; change the max column to 76.
18811
18812         * rfc1843.el (rfc1843-decode-article-body): Don't use
18813         ignore-errors when calling mail-header-parse-content-type.
18814
18815         * rfc2231.el (rfc2231-parse-string): Return at least type if
18816         possible; don't cause an error even if it fails in parsing of
18817         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18818         (rfc2231-encode-string): Don't break lines at the beginning, leave
18819         it to mml-insert-parameter.
18820
18821         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18822         calling mail-header-parse-content-type.
18823
18824 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18825
18826         * spam-report.el (spam-report-gmane-use-article-number):
18827         Improve doc string.
18828         (spam-report-gmane-internal): Check if a suitable header was found
18829         in the article.
18830
18831 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18834         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18835
18836 2006-02-05  Romain Francoise  <romain@orebokech.com>
18837
18838         Update copyright notices of all files in the gnus directory.
18839
18840 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18841
18842         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18843
18844 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18847         segmented lines of parameter value to cope with Thunderbird 1.5
18848         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18849         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18850         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18851
18852 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18853
18854         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18855         parts.
18856
18857 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18858
18859         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18860         there's only one active file for all servers.
18861         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18862         solid groups.  Gnus might have used a FAST request to select the group.
18863         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18864         and nnweb-search redundantly in the active file.
18865         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18866         (nnweb-request-create-group): Don't use ARGS.
18867         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18868         initializations.  Let nnoo do the work.
18869
18870 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18871
18872         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18873         Say the part has been decoded.
18874
18875         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18876
18877 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18878
18879         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18880         mailcap-viewer-test-cache when there's no 'test clause, since that
18881         will invert the meaning of a "nil" test previously determined by
18882         mailcap-mailcap-entry-passes-test.
18883
18884 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18887         compiling.
18888
18889         * gnus-sum.el: Ditto.
18890
18891         * message.el: Don't bind tool-bar-map when compiling.
18892
18893 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18894
18895         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18896
18897 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18898
18899         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18900         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18901         current Google Groups.
18902
18903 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18904
18905         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18906         and tool-bar-mode.
18907
18908         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18909         and tool-bar-mode.
18910
18911         * message.el (message-tool-bar-update): Simplify.
18912         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18913
18914         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18915         gnus-summary-buffer.
18916         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18917         gnus-summary-reply.
18918
18919         * gmm-utils.el (gmm): Add :version.
18920
18921 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * Makefile.in (clean): New rule.
18924         (distclean): Use it.
18925
18926 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18927
18928         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18929         Don't autoload.
18930
18931 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * gmm-utils.el (gmm-verbose): Add :group.
18934
18935 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18936
18937         * message.el: Change some comments WRT tool-bars.
18938
18939         * gnus-sum.el (gnus-summary-tool-bar)
18940         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18941         (gnus-summary-tool-bar-zap-list): New variables.
18942         (gnus-summary-make-tool-bar): Complete rewrite using
18943         `gmm-tool-bar-from-list'.
18944
18945         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18946         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18947         New variables.
18948         (gnus-group-make-tool-bar): Complete rewrite using
18949         `gmm-tool-bar-from-list'.
18950         (gnus-group-tool-bar-update): New function.
18951
18952         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18953
18954 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18957         is dissected into a single part of which the type is the same as
18958         the given one; decode charset.
18959
18960 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18961
18962         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18963         into alists as symbol not string, since that's what
18964         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18965         look for.
18966
18967 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18968
18969         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18970         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18971
18972         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18973
18974 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18975
18976         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18977         (gnus-xmas-mime-security-button-menu): New function.
18978
18979         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18980         (gnus-mime-security-button-menu): New definition.
18981         (gnus-mime-security-button-map): Use them.
18982         (gnus-mime-security-button-menu): New function.
18983         (gnus-insert-mime-security-button): Addition to help echo.
18984         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18985         (gnus-mime-security-pipe-part): New functions.
18986
18987         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18988         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18989
18990         * mm-decode.el (mm-handle-set-disposition): Remove.
18991         (mm-handle-set-description): Remove.
18992
18993 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18996         (mm-w3m-standalone-supports-m17n-p): New function.
18997         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18998         w3m usage.
18999
19000         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19001         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19002
19003 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19004
19005         * message.el (message-tool-bar-zap-list):
19006         Use gmm-tool-bar-zap-list as custom type.
19007         (message-tool-bar-update): New function.
19008         (message-tool-bar, message-tool-bar-gnome)
19009         (message-tool-bar-retro): Add message-tool-bar-update.
19010         (message-tool-bar-gnome): Add flyspell-buffer.
19011
19012         * gnus-util.el (gnus-error): Describe `args'.
19013
19014         * gmm-utils.el (gmm-error): Describe `args'.
19015         (gmm-tool-bar-zap-list): New widget.
19016         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19017
19018 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19021         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19022         the number of recursive calls.
19023
19024         * mm-decode.el (mm-handle-set-disposition): New macro.
19025         (mm-handle-set-description): New macro.
19026
19027 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19028
19029         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19030         encoding.
19031
19032 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19033
19034         * message.el (message-tool-bar-zap-list, message-tool-bar)
19035         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19036         (message-tool-bar-local-item-from-menu): Remove.
19037         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19038         (message-make-tool-bar): New function.
19039         (message-mode): Use `message-make-tool-bar'.
19040
19041         * gmm-utils.el: New file.
19042         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19043         (gmm-lazy): New widget copied from `nnmail.el'.
19044         (gmm-tool-bar-from-list): New function for creating customizable
19045         tool bars.
19046         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19047         output.
19048         (gmm): Add :prefix to defgroup.
19049
19050 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19051
19052         * gmm-utils.el (gmm-widget-p): New function.
19053
19054 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19055
19056         * mml.el (mml-attach-file): Describe `description' in doc string.
19057         (mml-menu): Add Emacs MIME manual and PGG manual.
19058
19059 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19060
19061         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19062
19063 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19064
19065         * nntp.el (nntp-end-of-line): Doc fix.
19066
19067 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19068
19069         * imap.el (imap-open): Handle case where buffer is a buffer
19070         object.
19071
19072 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19073
19074         * gnus-delay.el (gnus-delay): Don't autoload.
19075         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19076         to be re-loaded when customizing the `gnus-delay' group.
19077
19078 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19079
19080         * message.el (message-insert-citation-line): Use newlines.
19081
19082 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19083
19084         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19085         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19086         these routines, so the passphrase can be managed externally and
19087         passed in to the system.
19088         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19089         pgg-add-passphrase-to-cache function.
19090
19091         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19092         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19093         these routines, so the passphrase can be managed externally and
19094         passed in to the system.
19095         (pgg-pgp5-sign-region): Use new name of
19096         pgg-add-passphrase-to-cache function.
19097
19098 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19099
19100         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19101         part of the decoded armor to find the key-identifier.
19102         (pgg-gpg-lookup-key-owner): New function to return the
19103         human-readable identifier of a key owner.
19104         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19105         itself.
19106         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19107         the key value) if we have a key and can match it against a secret
19108         key.  Also, added a note pointing out fact that the prompt only
19109         indicates the first matching key.
19110
19111         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19112         pgg-decrypt-region.
19113         (pgg-add-passphrase-to-cache): Rename from
19114         `pgg-add-passphrase-cache' to reduce confusion (all callers
19115         changed).
19116         (pgg-remove-passphrase-from-cache): Rename from
19117         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19118         changed).
19119         (pgg-read-passphrase, pgg-add-passphrase-cache)
19120         (pgg-remove-passphrase-cache): Add informative docstrings.
19121         (pgg-decrypt): Convey provided passphrase in subordinate call to
19122         pgg-decrypt-region.
19123
19124 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19125
19126         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19127         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19128         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19129         'passphrase' argument, so the passphrase can be managed externally
19130         and then passed in to the system.
19131
19132         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19133         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19134         so the passphrase cache can be used reliably with identifiers
19135         besides a pgp packet's key id.
19136
19137         * pgg-gpg.el (pgg-gpg-encrypt-region)
19138         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19139         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19140         these routines, so the passphrase can be managed externally and
19141         passed in to the system.
19142
19143         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19144         'notruncate' argument, so the passphrase cache can be used
19145         reliably with identifiers besides a pgp packet's key id.
19146
19147 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19148
19149         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19150         symmetric encryption.
19151         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19152         encrypted session key.
19153         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19154         message ask for the passphrase in a proper way.
19155
19156         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19157         New user commands for symmetric encryption.
19158
19159 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19162
19163         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19164
19165 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19166
19167         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19168
19169 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19170
19171         * mm-decode.el (mm-inlined-types): Add application/pgp.
19172         (mm-automatic-display): Ditto.
19173
19174         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19175         part as text.
19176
19177 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * nnrss.el: Update copyright.
19180         (nnrss-opml-import): Query whether to subscribe to each entry.
19181
19182         * gnus-art.el:
19183         * gnus-sum.el:
19184         * gnus-xmas.el:
19185         * messagexmas.el:
19186         * mm-uu.el:
19187         * mm-view.el: Update copyright.
19188
19189 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19190
19191         * message.el (message-info): New function.
19192         (message-mode-menu): Add it.
19193         Update copyright.
19194
19195         * ChangeLog: Fix and update copyright.
19196
19197 2006-01-13  Romain Francoise  <romain@orebokech.com>
19198
19199         * message.el (message-forward-subject-name-subject): Prefer the
19200         address to 'nowhere' if the sender has no name.
19201         Fix typo.  Update copyright year.
19202
19203 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * gnus-art.el (article-wash-html):
19206         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19207         (gnus-article-wash-html-with-w3m-standalone): New function.
19208
19209         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19210         mm-inline-text-html-render-with-w3m-standalone.
19211         (mm-text-html-washer-alist): Map w3m-standalone to
19212         gnus-article-wash-html-with-w3m-standalone.
19213         (mm-inline-text-html-render-with-w3m-standalone): New function.
19214
19215 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19216
19217         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19218         Improve LaTeX.
19219
19220 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19223         (nnrss-request-article): Render text/plain parts as HTML.
19224
19225         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19226         the buffer.
19227
19228 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19229
19230         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19231         custom definition of `gnus-posting-styles'.
19232
19233         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19234         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19235
19236 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19237
19238         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19239         Use nntp for bug archive.
19240
19241 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19244         parts.
19245         (nnrss-normalize-date): New function converts ISO 8601 date into
19246         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19247         (nnrss-check-group): Use it.
19248
19249 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19250
19251         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19252
19253         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19254         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19255         (nnrss-insert-w3): Ditto.
19256
19257 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19258
19259         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19260         the articles to be forwarded including the case where neither a
19261         number of articles nor a region is specified.
19262
19263 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * nnrss.el (nnrss-request-article): Fix last change; fill
19266         text/plain parts.
19267
19268 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19269
19270         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19271         in text/plain part.
19272         (nnrss-check-group): Don't add excessive newline to dc:subject.
19273
19274 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19275
19276         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19277         article.
19278
19279 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19280
19281         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19282         (nnml-use-compressed-files, nnml-save-mail): Support other
19283         comression programs such as bzip2.
19284
19285 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19286
19287         * dns.el (query-dns): Make sure we check the buffer size before
19288         removing tcp headers.
19289
19290 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19293         remove MIME buttons associated with multipart/alternative parts.
19294         (gnus-mime-display-alternative): Tag buttons using `article-type'
19295         text property.
19296
19297         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19298         associated with multipart/alternative parts.
19299
19300         * gnus-art.el (gnus-signature-separator): Fix custom type.
19301
19302         * mm-decode.el (mm-inlined-types): Fix custom type.
19303         (mm-keep-viewer-alive-types): Ditto.
19304         (mm-automatic-display): Ditto.
19305         (mm-attachment-override-types): Ditto.
19306         (mm-inline-override-types): Ditto.
19307         (mm-automatic-external-display): Ditto.
19308
19309 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * spam-report.el (spam-report-user-mail-address)
19312         (spam-report-user-agent): New variables.
19313         (spam-report-url-ping-plain): Use spam-report-user-agent.
19314
19315 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19316
19317         * gnus-art.el (gnus-button-handle-custom): Do not just use
19318         `customize-apropos' for any "M-x customize-*" button but the
19319         function called for.  Accept both the function name and its
19320         argument in order to achieve this.
19321         (gnus-button-alist): Remove support for "custom:" URL's.
19322         Pass function name to `gnus-button-handle-custom' in case of "M-x
19323         customize-*" buttons.
19324
19325 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19328         multipart/alternative and add xref to mm-discouraged-alternatives
19329         in doc string.
19330
19331         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19332         gnus-buttonized-mime-types in doc string.
19333
19334 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19335
19336         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19337         Suggest image/.* in the doc string.
19338
19339 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19340
19341         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19342         message-marks (Debian bug #342521).
19343
19344 2005-12-12  Simon Josefsson  <jas@extundo.com>
19345
19346         * password.el (password-read-from-cache): Add.
19347         (password-read): Use it.
19348
19349 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19350
19351         * rfc2047.el (rfc2047-charset-to-coding-system):
19352         Recognize us-ascii as a MIME charset.
19353
19354         * mm-bodies.el (mm-decode-content-transfer-encoding):
19355         Protect against the case where the 2nd arg TYPE is nil.
19356
19357 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19358
19359         * pop3.el (pop3-stream-type): Fix custom version.
19360
19361         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19362
19363 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19364
19365         * mm-decode.el (mm-display-external): Add missing cdr.
19366
19367 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19368
19369         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19370         RFC1524) if it is in mailcap or add a suffix according to
19371         mailcap-mime-extensions when generating a temp filename; postpone
19372         deleting a temp file for 2 seconds for some wrappers, shell
19373         scripts, and so on, which might exit right after having started a
19374         viewer command as a background job.
19375
19376 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19377
19378         * nntp.el (nntp-marks-directory): Fix custom group.
19379
19380         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19381         steps when < 10.
19382
19383         * gnus-start.el (gnus-no-server-1):
19384         Mention `gnus-level-default-subscribed' in doc string.
19385
19386 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19387
19388         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19389         parens.
19390
19391 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19392
19393         * gnus-xmas.el (gnus-use-toolbar): Revert.
19394         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19395         gnus-use-toolbar is default.
19396
19397         * messagexmas.el (message-use-toolbar): Revert.
19398         (message-setup-toolbar): Use global default-toolbar if
19399         message-use-toolbar is default.
19400
19401 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19404         according to default-toolbar-visible-p.
19405
19406         * messagexmas.el (message-use-toolbar): Ditto.
19407
19408 2005-11-26  Dave Love  <fx@gnu.org>
19409
19410         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19411         (tls-program, tls-success): Provide openssl alternative.
19412
19413         * starttls.el: Doc fixes.
19414         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19415         SERVICE to PORT.
19416
19417         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19418         port null or service name.
19419         (starttls-negotiate): Autoload.
19420
19421 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19422
19423         * message.el (message-kill-to-signature): Fix interactive spec.
19424
19425 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19426
19427         * pop3.el (pop3-open-server): Recognize a string as a service name.
19428
19429 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19430
19431         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19432
19433 2005-11-23  Dave Love  <fx@gnu.org>
19434
19435         Add pop3s, pop3/starttls.
19436
19437         * pop3.el (pop3-authentication-scheme): Clarify doc.
19438         (open-tls-stream, starttls-open-stream): Autoload.
19439         (pop3-stream-type): New.
19440         (pop3-open-server): Use it.
19441
19442         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19443         for POP.
19444         (mail-source-keyword-map): Add :stream for POP.
19445         (mail-source-fetch-pop): Use pop3-stream-type.
19446
19447 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19450         of current-time-string.
19451
19452 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19453
19454         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19455         date header.
19456
19457 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19458
19459         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19460         it can seriously impact performance as it bypasses the agent's
19461         local caches.
19462
19463 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19464
19465         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19466         must be explicitly online rather than "not explicitly offline" for
19467         its flags to be synchronized.
19468
19469         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19470         that gnus-uu-unmark-thread will function correctly.
19471
19472         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19473         1024K is instead displayed as 1M.
19474
19475 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19476
19477         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19478
19479 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19480
19481         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19482
19483 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19484
19485         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19486         error message to display actual error condition.
19487         (gnus-agent-save-local): Avoid saving symbols that are bound to
19488         nil as they simply result in a warning message in
19489         gnus-agent-read-local.
19490
19491 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19494         rather than make-variable-buffer-local for file-precious-flag.
19495
19496 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19497
19498         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19499         for duplicates which are removed.  The invalid sort check then
19500         triggers a rescan after the sort as sorting may have moved
19501         duplicate entries such that they can be cheaply detected.
19502
19503 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19506
19507 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19508
19509         * gnus-agent.el (gnus-agent-article-alist-save-format):
19510         Change internal variable to a custom variable.  Change default value
19511         from compressed(2) to uncompressed(1).
19512         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19513         support for uncompressed agentview files.  Taken together, reading
19514         the agentview file should now be 6-7 times faster.
19515
19516 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19517
19518         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19519         as a buffer-local variable.  This avoids creating truncated
19520         dribble files as a result of a hang up, eg.
19521
19522 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19523
19524         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19525         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19526         XEmacs.
19527
19528 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19529
19530         * gnus-start.el (gnus-start-draft-setup):
19531         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19532
19533         * gnus.el (gnus-splash): Change custom group.
19534         (gnus-group-get-parameter, gnus-group-parameter-value):
19535         Describe allow-list argument.
19536
19537         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19538         string.
19539
19540 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19541
19542         * gnus-art.el (gnus-default-article-saver): Add user-defined
19543         `function' to custom type.
19544
19545 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19546
19547         * imap.el (imap-open): Handle case where buffer is a buffer
19548         object.
19549
19550 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19551
19552         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19553         long lines.
19554         (gnus-cache-delete-group): Wrap doc strings.
19555
19556         * gnus-agent.el (gnus-agent-rename-group)
19557         (gnus-agent-delete-group): Wrap doc strings.
19558
19559 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19560
19561         * messagexmas.el (message-use-toolbar): Change the valid values
19562         into default, top, bottom, left, and right.
19563         (message-toolbar-thickness): New variable.
19564         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19565         well.
19566         (message-setup-toolbar): Make it work.
19567
19568         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19569         (gnus-use-toolbar): Change the valid values into default, top,
19570         bottom, left, and right.
19571         (gnus-toolbar-thickness): New variable.
19572         (gnus-xmas-setup-toolbar): New function.
19573         (gnus-xmas-setup-group-toolbar): Use it.
19574         (gnus-xmas-setup-summary-toolbar): Use it.
19575
19576 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19577
19578         * gnus-start.el (gnus-1): Add "native" to
19579         gnus-predefined-server-alist.
19580
19581         * gnus.el (gnus-method-to-server): Don't add "native" to the
19582         lists here, because that leads to problems when
19583         gnus-select-method is bound.
19584
19585 2005-11-09  Simon Josefsson  <jas@extundo.com>
19586
19587         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19588         use (not sort-by-date) instead.
19589
19590 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19591
19592         * gnus-delay.el (gnus-delay-group): Don't autoload.
19593         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19594         to be re-loaded when customizing the `gnus-delay' group.
19595
19596 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19597
19598         * message.el: Revert last changes.
19599         (message-insert-citation-line): Use newlines.
19600
19601 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19602
19603         * message.el (message-courtesy-message)
19604         (message-mark-insert-begin, message-mark-insert-end)
19605         (message-elide-ellipsis, message-cancel-message)
19606         (message-add-header, message-change-subject)
19607         (message-cross-post-followup-to-header)
19608         (message-cross-post-insert-note, message-reduce-to-to-cc)
19609         (message-widen-reply, message-delete-not-region)
19610         (message-kill-to-signature, message-insert-signature)
19611         (message-insert-importance-high, message-insert-importance-low)
19612         (message-insert-or-toggle-importance)
19613         (message-insert-disposition-notification-to)
19614         (message-indent-citation, message-yank-original)
19615         (message-cite-original-without-signature, message-cite-original)
19616         (message-insert-citation-line, message-position-on-field)
19617         (message-fix-before-sending, message-send-mail-partially)
19618         (message-send-mail, message-send-mail-with-sendmail)
19619         (message-send-mail-with-qmail, message-send-news)
19620         (message-check-news-header-syntax, message-generate-headers)
19621         (message-insert-courtesy-copy, message-fill-address)
19622         (message-fill-header, message-shorten-references)
19623         (message-setup-1, message-cancel-news)
19624         (message-forward-make-body-plain, message-forward-make-body-mime)
19625         (message-forward-make-body-mml, message-encode-message-body)
19626         (message-forward-make-body-digest-plain)
19627         (message-forward-make-body-digest-mime)
19628         (message-use-alternative-email-as-from): Insert `hard-newline'
19629         instead of ordinary newlines.
19630
19631 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19632
19633         * message.el (message-generate-headers): Downcase the argument
19634         given to message-check-element.
19635
19636 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19637
19638         * nntp.el (nntp-authinfo-rejected): New error condition.
19639         (nntp-wait-for): Use new error condition to signal authentication
19640         error.
19641         (nntp-retrieve-data): Rethrow new error condition to break out of
19642         recursive call to nntp-send-authinfo.
19643
19644 2005-11-08  Romain Francoise  <romain@orebokech.com>
19645
19646         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19647         (gnus-summary-exit-map): Bind to `Z p'.
19648         (gnus-summary-make-menu-bar): Add menu item.
19649
19650 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19651
19652         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19653         (gnus-treat-*): Add `first' in all doc strings.
19654
19655         * gnus-group.el (gnus-group-compact-group): Fix typo.
19656
19657 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19658
19659         * gnus.el (gnus-parameters-case-fold-search): New variable.
19660         (gnus-parameters-get-parameter): Use it.
19661
19662         * gnus-score.el (gnus-home-score-file): Doc fix.
19663
19664 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19665
19666         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19667
19668 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * mm-util.el (mm-special-display-p): New function.
19671
19672         * mml.el (mml-preview): Use it; doc fix.
19673
19674 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19675
19676         * imap.el (imap-open): Handle case where buffer is a buffer object.
19677
19678 2005-10-29  Romain Francoise  <romain@orebokech.com>
19679
19680         * message.el (message-fix-before-sending): Fix comment.
19681
19682 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19683
19684         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19685
19686 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19687
19688         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19689         Used in gnus-score.el.
19690
19691 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19692
19693         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19694
19695 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19696
19697         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19698         whitespace removed in revision 7.8.  Use concatenated string to
19699         protect trailing whitespace.
19700
19701 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19702
19703         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19704         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19705         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19706         Courier IMAP ("some version from 2004").  Mostly based on similar
19707         code in the same function.
19708
19709 2005-10-26  Didier Verna  <didier@xemacs.org>
19710
19711         * gnus-group.el (gnus-group-compact-group): Invalidate original
19712         article buffer.
19713         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19714         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19715         NOV database and in article itself.
19716         Invalidate article backlog.
19717
19718 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19719
19720         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19721
19722 2005-10-26  Simon Josefsson  <jas@extundo.com>
19723
19724         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19725         part of 2004-07-25 change.
19726
19727 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19728
19729         * message.el (message-display-completion-list): New function.
19730         (message-expand-group): Use it; make sure the Completions buffer
19731         is modifiable.
19732 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19733
19734         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19735         user-mail-name is an empty string.
19736
19737 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19738
19739         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19740         depending on gnus-score-decay-constant.
19741
19742         * encrypt.el (encrypt-insert-file-contents)
19743         (encrypt-write-file-contents): Don't use `gnus-message'.
19744
19745         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19746         arguments.
19747         (mm-uu-type-alist): Add message-marks and insert-marks.
19748         Pass arguments to mm-uu-verbatim-marks-extract.
19749         (mm-uu-hide-markers): New variable.
19750         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19751
19752         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19753         (gnus-convert-image-to-face-command): Use "convert" by default to
19754         allow other input image formats.
19755         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19756         accordingly.
19757
19758 2005-10-23  Simon Josefsson  <jas@extundo.com>
19759
19760         * imap.el (imap-gssapi-program): Align command line parameters
19761         with latest GNU SASL.
19762         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19763
19764 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19765
19766         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19767         HTML.
19768         (nnslashdot-request-article): Ditto.
19769
19770         * lpath.el (featurep): Add nobreak-char-display.
19771
19772 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19773
19774         * mail-source.el (mail-source-fetch-pop): Require pop3.
19775         (mail-source-check-pop): Ditto.
19776
19777 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19778
19779         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19780         errors.
19781
19782 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19783
19784         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19785         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19786
19787         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19788
19789         * mm-bodies.el (mm-decode-string):
19790         Call `mm-charset-to-coding-system' with allow-override argument.
19791
19792 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19795         (rfc2047-charset-to-coding-system): New function.
19796         (rfc2047-decode-encoded-words): New function.
19797         (rfc2047-decode-region): Use them.
19798         (rfc2047-decode-cte): Remove.
19799         (rfc2047-parse-and-decode): Remove.
19800         (rfc2047-decode): Remove.
19801
19802 2005-10-15  Kenichi Handa  <handa@m17n.org>
19803
19804         * rfc2047.el (rfc2047-decode-cte): New function.
19805         (rfc2047-decode-region): Change the way to decode successive
19806         encoded-words: decode B- or Q-encoding in each encoded-word,
19807         concatenate them, and decode it as charset.
19808
19809 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19810
19811         * lpath.el: Fbind codepage-setup for XEmacs.
19812
19813 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19814
19815         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19816         widget-move-and-invoke.
19817         (gnus-custom-mode): Use gnus-custom-map.
19818
19819 2005-10-15  Bill Wohler  <wohler@newt.com>
19820
19821         * message.el (message-tool-bar-map): Rename image file from
19822         mail_send to mail/send.
19823
19824 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19825
19826         * message.el (message-expand-group): Pass the common
19827         prefix substring of completion to `display-completion-list'.
19828
19829 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19830
19831         * mml-sec.el (mml-secure-method): New internal variable.
19832         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19833         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19834         New functions using mml-secure-method.
19835
19836         * mml.el (mml-mode-map): Add key bindings for those functions.
19837         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19838         Harder <harder@myrealbox.com>.
19839         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19840         Goto end of message if point is the headers of the message.
19841
19842         * message.el (message-in-body-p): New function.
19843
19844         * assistant.el: Autoload gnus-util and netrc.
19845
19846         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19847         Use `mm-charset-override-alist' only when decoding.
19848
19849         * mm-bodies.el (mm-decode-body):
19850         Call `mm-charset-to-coding-system' with allow-override argument.
19851
19852         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19853         `filename' from Content-Disposition if Content-Type doesn't
19854         provide `name'.
19855         (gnus-mime-view-part-as-type): Set default instead of
19856         initial-input.
19857
19858 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19859
19860         * format-spec.el (format-spec): Propagate text properties of % spec.
19861
19862 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19863
19864         * gnus-art.el (gnus-treat-predicate): Add `first'.
19865
19866 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19867
19868         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19869         (mm-charset-override-alist): New variable.
19870         (mm-charset-to-coding-system): Use it.
19871         (mm-codepage-setup): New helper function.
19872         (mm-charset-eval-alist): New variable.
19873         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19874         Warn about unknown charsets.
19875
19876         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19877
19878 2005-10-04  David Hansen  <david.hansen@gmx.net>
19879
19880         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19881         (nnrss-check-group): Ditto.
19882
19883 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19886         Rename x-gnus-verbatim to x-verbatim.
19887         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19888
19889         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19890         x-verbatim.
19891
19892         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19893
19894         * gnus-util.el (gnus-remove-duplicates): Remove.
19895
19896         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19897         instead of gnus-remove-duplicates.
19898
19899         * message.el (message-remove-duplicates): Remove.
19900         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19901         message-remove-duplicates.
19902
19903         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19904         available, else use implementation from `delete-dups'.
19905
19906         * message.el (message-insert-expires): New function.
19907         (message-mode-map): Add key binding.
19908         (message-mode-field-menu): Add menu entry.
19909         (message-mode): Document it.
19910         (message-make-expires-date): Use `message-make-date'.
19911
19912 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19913
19914         * message.el (message-make-expires-date): New function.
19915
19916 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19917
19918         * Makefile.in (list-installed-shadows): New entry.
19919         (install): Use it.
19920         (remove-installed-shadows): New entry.
19921
19922         * dgnushack.el (dgnushack-default-load-path): New variable.
19923         (dgnushack-find-lisp-shadows): New function.
19924         (dgnushack-remove-lisp-shadows): New function.
19925
19926 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19927
19928         * Makefile.in (install-el-elc): New entry.
19929         (install): Use it so that .el files are necessarily installed.
19930
19931 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19932
19933         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19934
19935 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19936
19937         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19938         function rather than the diff-mode.el package.
19939         (mm-display-external): Use with-current-buffer.
19940         (mm-viewer-completion-map, mm-viewer-completion-map):
19941         Move initialization inside declaration.
19942
19943 2005-09-29  Simon Josefsson  <jas@extundo.com>
19944
19945         * spam.el: Load hashcash when compiling, to avoid warnings.
19946         Don't autoload mail-check-payment.
19947         (spam-check-hashcash): Define unconditionally, since hashcash.el
19948         is part of Gnus now.  Ignore errors from payment checking.
19949
19950 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19951
19952         * message.el (message-bold-region, message-unbold-region):
19953         Rename from `bold-region' and `unbold-region'.
19954
19955         * message.el: Remove useless autoloads.
19956
19957 2005-09-28  Simon Josefsson  <jas@extundo.com>
19958
19959         * message.el (message-use-idna): Default to t.
19960         (message-use-idna): Test whether encoding works too.  Doc fix.
19961
19962 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * nntp.el (nntp-warn-about-losing-connection): Remove.
19965
19966 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19967
19968         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19969         customizable.  Change default value.
19970         (mm-uu-diff-groups-regexp): Change default value.
19971         (mm-uu-type-alist): Add doc string.
19972         (mm-uu-configure): Add doc string.  Make it interactive.
19973         (mm-uu-tex-groups-regexp): New variable.
19974         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19975         (mm-uu-type-alist): Add LaTeX documents.
19976         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19977         of "text/verbatim".
19978         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19979
19980         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19981         instead of "text/verbatim".
19982
19983         * message.el (message-mark-inserted-region)
19984         (message-mark-insert-file): Use slrn style marks when called with
19985         prefix argument.
19986
19987 2005-09-27  Simon Josefsson  <jas@extundo.com>
19988
19989         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19990
19991 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19992
19993         * message.el (message-remove-duplicates): New function.
19994         Implementation borrowed from `gnus-remove-duplicates'.
19995         (message-idna-to-ascii-rhs): Also encode idna addresses in
19996         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19997         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19998         only ask about the same idna domain once per header and also tell
19999         in what header to replace the idna domain.
20000
20001         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20002         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20003         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20004         a header is decoded and not just the last one.
20005
20006 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20009         has been decoded.
20010
20011         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20012         (mm-insert-part): Don't modify text if it has been decoded.
20013
20014         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20015         decoded.
20016
20017         * mm-view.el (mm-inline-text): Don't strip text props unless
20018         decoding enriched or richtext parts.
20019
20020 2005-09-25  Romain Francoise  <romain@orebokech.com>
20021
20022         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20023         * gnus-start.el (gnus-subscribe-interactively):
20024         * gnus-uu.el (gnus-uu-grab-articles):
20025         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20026         space.
20027
20028 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20029
20030         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20031         * mm-view.el (mm-view-pkcs7-decrypt):
20032         * gnus-sum.el (gnus-summary-limit-to-extra)
20033         (gnus-summary-respool-article, gnus-read-move-group-name):
20034         * gnus-score.el (gnus-summary-increase-score):
20035         * gnus-util.el (gnus-completing-read-with-default):
20036         * gnus-art.el (gnus-read-save-file-name)
20037         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20038         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20039         * message.el (message-check-news-header-syntax):
20040         Follow convention for reading with the minibuffer.
20041
20042 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20043
20044         * spam-report.el (spam-report-url-ping-plain):
20045         Use gnus-extended-version as User-Agent.
20046
20047         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20048         default value is nil.
20049
20050         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20051         (mm-uu-verbatim-marks-extract): New function.
20052         (mm-uu-extract): New face.
20053         (mm-uu-copy-to-buffer): Use it.
20054
20055         * spam-report.el (spam-report-gmane-ham): Rename from
20056         `spam-report-gmane-unspam'.
20057         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20058         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20059
20060         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20061         Autoload.
20062         (spam-report-gmane-unregister-routine):
20063         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20064
20065 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20066
20067         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20068         (spam-report-gmane-unregister-routine): Add support for gmane
20069         unregistration.
20070
20071         * spam-report.el (spam-report-gmane-unspam)
20072         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20073         (spam-report-gmane): Change to take a single article and do unspam
20074         registration.
20075
20076 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20077
20078         * mm-url.el (mm-url-decode-entities): Fix regexp.
20079
20080 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20081
20082         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20083         default to nil, to be able to use Gnus at all.  If the default
20084         switches to something else, then the function should be fixed not
20085         be exceedingly slow.
20086
20087 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20088
20089         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20090         fail hard.
20091
20092         * spam-report.el: Add better Keywords line.
20093
20094         * spam.el: Add Maintainer and better Keywords line.
20095
20096 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20097
20098         * gnus-art.el (gnus-article-replace-part)
20099         (gnus-mime-replace-part): New functions.
20100         (gnus-mime-action-alist, gnus-mime-button-commands)
20101         (gnus-mime-save-part-and-strip): Add file argument.
20102         (gnus-article-part-wrapper): Add interactive argument.
20103
20104         * gnus-sum.el (gnus-summary-mime-map):
20105         Add `gnus-article-replace-part'.
20106
20107 2005-09-19  Didier Verna  <didier@xemacs.org>
20108
20109         The nnml compaction feature:
20110         * nnml.el (nnml-request-compact-group): New function.
20111         * nnml.el (nnml-request-compact): New function.
20112         * gnus-int.el (gnus-request-compact-group): New function.
20113         * gnus-int.el (gnus-request-compact): New function.
20114         * gnus-group.el (gnus-group-compact-group): New function.
20115         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20116         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20117         * gnus-srvr.el (gnus-server-compact-server): New function.
20118         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20119         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20120
20121 2005-09-18  Deepak Goel  <deego@gnufans.org>
20122
20123         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20124         format spec.
20125
20126 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20127
20128         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20129
20130 2005-09-15  Romain Francoise  <romain@orebokech.com>
20131
20132         * message.el (message-fill-paragraph): Clarify docstring.
20133
20134 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * gnus-art.el (gnus-mime-display-part): Protect against broken
20137         MIME messages.
20138
20139 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20142         before parsing header.
20143
20144 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20145
20146         * html2text.el (html2text-replace-list): Add new entities.
20147
20148 2005-09-11  Romain Francoise  <romain@orebokech.com>
20149
20150         * message.el (message-alternative-emails): Improve docstring.
20151         (message-setup-1): Call `message-use-alternative-email-as-from'
20152         after `message-setup-hook' to give it precedence over posting
20153         styles, etc.
20154         (message-use-alternative-email-as-from): Add docstring.
20155         Remove the original From header if present.
20156
20157         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20158         (nnml-save-mail): Use it.
20159
20160         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20161         articles.  Add new argument `silent'.
20162         (gnus-uu-mark-all): Report the total number of marked articles.
20163
20164 2005-09-10  Romain Francoise  <romain@orebokech.com>
20165
20166         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20167         (gnus-uu-mark-series): Likewise.
20168
20169 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20170
20171         * spam-report.el (spam-report-gmane): Fix generation of spam
20172         report URL.
20173
20174 2005-09-10  Simon Josefsson  <jas@extundo.com>
20175
20176         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20177         t, based on discussion on the ding list with Robert Epprecht
20178         <epprecht@solnet.ch>.
20179
20180 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20181
20182         * spam-report.el (spam-report-gmane): Make it work without
20183         X-Report-Spam header.  Gmane now only provides Archived-At.
20184         This is only used if `spam-report-gmane-use-article-number' is nil.
20185         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20186
20187         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20188         make `gnus-summary-sort-by-recipient' work with threading.
20189
20190         * nnweb.el (nnweb-google-wash-article): Print a message if article
20191         is not available.
20192
20193 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20194
20195         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20196         change.  Decode text/* parts content before displaying.
20197
20198 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20199
20200         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20201
20202 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20203
20204         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20205
20206         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20207         url-package-name, url-package-version,
20208         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20209         w3m-display-inline-images, and w3m-minor-mode-map.
20210
20211 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20212
20213         * message.el (message-tab-body-function): Fix mismatched custom type.
20214
20215         * gnus.el (gnus-group-change-level-function): Ditto.
20216
20217         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20218
20219         * gnus-art.el (gnus-signature-limit)
20220         (gnus-article-mime-part-function): Ditto.
20221
20222 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20223
20224         * mml.el (mml-mode): Silence the byte compiler.
20225
20226         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20227         using `(sit-for 0)' before moving the point to the specified part;
20228         skip unbuttonized parts.
20229         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20230         return to the summary window if gnus-auto-select-part is non-nil.
20231
20232 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20233
20234         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20235         New variables.
20236         (mml-dnd-attach-file, mml-mode): Use them.
20237
20238         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20239         Make fetching article by MID work again for Google Groups.
20240         Add FIXME concerning gnus-group-make-web-group.
20241
20242         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20243         Don't depend on Gnus by using mail-extract-address-components if
20244         gnus-extract-address-components is not bound.
20245
20246 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20247
20248         * gnus-art.el (gnus-mime-display-security): Don't display the
20249         signature, but only the signed part.
20250
20251 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20252
20253         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20254
20255         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20256         list, not listp.
20257
20258 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20259
20260         * mm-encode.el (mm-encode-content-transfer-encoding):
20261         Likewise when encoding.
20262
20263         * mm-bodies.el (mm-decode-content-transfer-encoding):
20264         De-canonicalize CRLF for all text content types, not just
20265         text/plain.
20266
20267 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20268
20269         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20270         valid article; point arrow and cursor at the MIME button.
20271
20272 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20275         Suggested by Dan Christensen <jdc@uwo.ca>.
20276
20277         * mm-decode.el (mm-save-part): Enable change of prompt.
20278
20279 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20280
20281         * gnus-msg.el (gnus-inews-add-send-actions):
20282         Make `message-post-method' lambda parameter ARG `&optional'.
20283
20284 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20285
20286         * gnus-sum.el (gnus-summary-mime-map):
20287         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20288         gnus-article-jump-to-part.
20289
20290         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20291         (gnus-article-edit-part): Use it.
20292         (gnus-article-part-wrapper): Add no-handle argument.
20293         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20294         New functions.
20295
20296 2005-08-29  Romain Francoise  <romain@orebokech.com>
20297
20298         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20299         docstring.
20300         (gnus-face-from-file): Likewise.
20301
20302 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20303
20304         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20305         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20306         non-nil.
20307         (gnus-auto-select-part): New variable.
20308         (gnus-article-jump-to-part): New function.
20309         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20310         (gnus-mime-delete-part): Allow selecting specified part after
20311         deleting or stripping parts.
20312         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20313         part if argument is bogus.
20314
20315 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20316
20317         * gnus-art.el (w3m-minor-mode-map):
20318         * gnus-spec.el (gnus-newsrc-file-version):
20319         * gnus-util.el (nnmail-active-file-coding-system)
20320         (gnus-original-article-buffer, gnus-user-agent):
20321         * gnus.el (gnus-ham-process-destinations)
20322         (gnus-parameter-ham-marks-alist)
20323         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20324         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20325         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20326         * mm-decode.el (gnus-current-window-configuration):
20327         * mm-extern.el (gnus-article-mime-handles):
20328         * mm-url.el (url-current-object, url-package-name)
20329         (url-package-version):
20330         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20331         (smime-keys, w3m-cid-retrieve-function-alist)
20332         (w3m-current-buffer, w3m-display-inline-images)
20333         (w3m-minor-mode-map):
20334         * mml-smime.el (gnus-extract-address-components):
20335         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20336         (gnus-newsrc-hashtb, message-default-charset)
20337         (message-deletable-headers, message-options)
20338         (message-posting-charset, message-required-mail-headers)
20339         (message-required-news-headers):
20340         * mml1991.el (mc-pgp-always-sign):
20341         * mml2015.el (mc-pgp-always-sign):
20342         * nnheader.el (nnmail-extra-headers):
20343         * rfc1843.el (gnus-decode-encoded-word-function)
20344         (gnus-decode-header-function, gnus-newsgroup-name):
20345         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20346
20347 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20348
20349         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20350         the end of the date treatments.
20351
20352 2005-08-15  Simon Josefsson  <jas@extundo.com>
20353
20354         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20355         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20356         Capello and Romain Francoise.
20357         (pgg-fetch-key-function): Remove, not used?
20358         (pgg-insert-url-with-w3): Require url, to get
20359         url-insert-file-contents regardless of where it is defined.
20360
20361 2005-08-13  Romain Francoise  <romain@orebokech.com>
20362
20363         * message.el (message-cite-original-1): New function.
20364         (message-cite-original): Use it.
20365         (message-cite-original-without-signature): Ditto.
20366
20367 2005-08-08  Romain Francoise  <romain@orebokech.com>
20368
20369         * message.el (message-yank-empty-prefix): New variable.
20370         (message-indent-citation): Use it.
20371         (message-cite-original-without-signature): Respect X-No-Archive.
20372
20373 2005-08-08  Simon Josefsson  <jas@extundo.com>
20374
20375         * pgg.el: Autoload url-insert-file-contents instead of loading
20376         w3/url.
20377         (pgg-insert-url-with-w3): Don't load url here.
20378
20379 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20380
20381         * message.el (message-kill-to-signature): Don't insert newline at
20382         bol.
20383         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20384
20385 2005-08-06  Romain Francoise  <romain@orebokech.com>
20386
20387         * message.el (message-user-fqdn): Fix typo in docstring.
20388
20389 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20390
20391         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20392
20393         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20394
20395 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * mm-bodies.el (mm-encode-body): Use coding system rather than
20398         charset to encode text.
20399
20400         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20401         number of charsets if utf-8 is available (XEmacs).
20402
20403 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20404
20405         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20406         taken from `gnus-button-mid-or-mail-regexp'.
20407         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20408         (gnus-button-alist): Improve regexp for domain part of the MIDs
20409         for news:localpart@domain buttons.
20410         (gnus-button-ctan-directory-regexp): Update.
20411
20412 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20413
20414         * sieve-manage.el (sieve-manage-interactive-login):
20415         Use make-local-variable rather than make-variable-buffer-local.
20416         (sieve-manage-open): Ditto.
20417         (sieve-manage-authenticate): Ditto.
20418
20419         * mml.el (mml-generate-mime-1): Make the content type default to
20420         text/plain if the filename is not specified.
20421
20422 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20423
20424         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20425         instead of insert-buffer.
20426
20427         * message.el (message-yank-original): Ditto; set the mark at the
20428         end of the yanked message.
20429
20430 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20431
20432         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20433         lines to scroll rather than to stop it.
20434
20435         * mml.el (mml-generate-default-type): Add doc string.
20436         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20437         default to application/octet-stream when determining the content
20438         type if it is not specified for the part or the mml contents; add
20439         a comment about mml-generate-default-type.
20440
20441 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20442
20443         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20444         make it default to application/octet-stream when determining the
20445         content type if it is not specified for the external contents.
20446
20447 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20448
20449         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20450         segmented parameter but also other parameters might be there.
20451
20452 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20453
20454         * mm-decode.el (mm-display-external): Delete temp file, directory
20455         and buffer immediately if the external process is exited.
20456
20457 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20458
20459         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20460         fewer lines than that of scroll-margin.
20461         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20462
20463 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20464
20465         * gnus-art.el (gnus-article-next-page): Revert.
20466         (gnus-article-beginning-of-window): New macro.
20467         (gnus-article-next-page-1): Use it.
20468         (gnus-article-prev-page): Ditto.
20469         (gnus-article-edit-part): Use insert-buffer-substring instead of
20470         insert-buffer.
20471         (gnus-article-edit-exit): Ditto.
20472
20473         * gnus-util.el (gnus-beginning-of-window): Remove.
20474         (gnus-end-of-window): Remove.
20475
20476         * lpath.el: Don't bind header-line-format and scroll-margin.
20477
20478 2005-07-25  Simon Josefsson  <jas@extundo.com>
20479
20480         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20481         to have the url package without w3.  Reported by Daiki Ueno
20482         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20483
20484 2005-07-20  Didier Verna  <didier@xemacs.org>
20485
20486         * gnus-diary.el: Remove the description comment (nndiary is now
20487         properly documented in the Gnus manual).
20488         Fix the spelling of "Back End".
20489         * nndiary.el: Ditto.
20490         Fix the copyright notice.
20491
20492 2005-07-18  Romain Francoise  <romain@orebokech.com>
20493
20494         * gnus-sum.el (gnus-summary-to-prefix)
20495         (gnus-summary-newsgroup-prefix): New variables.
20496         (gnus-summary-from-or-to-or-newsgroups): Use them.
20497
20498 2005-07-17  Romain Francoise  <romain@orebokech.com>
20499
20500         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20501         space as it's generally not especially interesting to the user.
20502
20503 2005-07-16  Romain Francoise  <romain@orebokech.com>
20504
20505         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20506         nil to avoid prompting and file modification if one of the
20507         messages at the top of the nnfolder file contains a copyright
20508         notice.
20509         Update copyright notice.
20510
20511         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20512         instead of `current-time-string' as the latter creates a time
20513         string that is not RFC 2822 compliant (it lacks the zone).
20514         Update copyright notice.
20515
20516 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20517
20518         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20519         for text/rtf.  Display default in prompt.  Pass default for M-n.
20520
20521         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20522
20523 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20524
20525         * gnus-msg.el (gnus-button-mailto):
20526         Remove save-selected-window-window hackery because it relies on
20527         save-selected-window internals.
20528
20529 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20532         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20533         (gnus-article-prev-page): Ditto.
20534
20535         * gnus-util.el (gnus-beginning-of-window): New function.
20536         (gnus-end-of-window): New function.
20537
20538         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20539
20540 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20541
20542         * gnus-score.el (gnus-score-edit-all-score):
20543         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20544         gnus-message.
20545
20546 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20547
20548         * gnus-msg.el (gnus-button-mailto):
20549         Remove save-selected-window-window hackery because it relies on
20550         save-selected-window internals.
20551
20552 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20555         add-minor-mode.
20556         (gnus-binary-mode): Ditto.
20557
20558         * gnus-topic.el (gnus-topic-mode): Ditto.
20559
20560 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20561
20562         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20563         (gnus-article-prev-page): Take scroll-margin into consideration.
20564
20565 2005-07-04  Lute Kamstra  <lute@gnu.org>
20566
20567         Update FSF's address in GPL notices.
20568
20569 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20570
20571         * gnus.el (gnus-exit):
20572         * gnus-group.el (gnus-group-icons):
20573         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20574
20575         * gnus-nocem.el (gnus-nocem):
20576         * message.el (message-various, message-buffers, message-sending)
20577         (message-interface, message-forwarding, message-insertion)
20578         (message-headers, message-news, message-mail):
20579         * pgg-gpg.el (pgg-gpg):
20580         * pgg-parse.el (pgg-parse):
20581         * pgg-pgp.el (pgg-pgp):
20582         * pgg-pgp5.el (pgg-pgp5):
20583         * pop3.el (pop3): Finish `defgroup' description with period.
20584
20585 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20586
20587         * gnus-art.el (article-display-face): Improve the efficiency.
20588         (article-display-x-face): Ditto; remove gray x-face stuff.
20589
20590 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20591
20592         * gnus-art.el (article-display-face): Correct the position in
20593         which Faces are inserted.
20594
20595 2005-06-29  Didier Verna  <didier@xemacs.org>
20596
20597         * gnus-art.el (article-display-face): Display faces in correct
20598         order.
20599
20600 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20601
20602         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20603         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20604         (gnus-nocem-check-article): Fetch the Type header.
20605         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20606         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20607         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20608         make sure gnus-nocem-hashtb is initialized.
20609         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20610         (gnus-nocem-unwanted-article-p): Ditto.
20611
20612         * pgg.el (pgg-verify): Return the verification result.
20613
20614 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20615
20616         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20617         is ascii.
20618
20619 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20620
20621         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20622         `show-nonbreak-escape'.
20623
20624 2005-06-23  Lute Kamstra  <lute@gnu.org>
20625
20626         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20627
20628         * dig.el (dig-mode):
20629         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20630
20631 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20632
20633         * nnimap.el (nnimap-split-download-body): Fix spellings.
20634
20635 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20636
20637         * gnus-art.el (gnus-article-encrypt-body):
20638         * gnus-cus.el (gnus-score-customize):
20639         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20640         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20641
20642 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20643
20644         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20645         header by looking for magic "MII" at the beginning.
20646
20647 2005-06-16  Miles Bader  <miles@gnu.org>
20648
20649         * gnus-xmas.el (gnus-xmas-group-startup-message):
20650         Use renamed gnus-splash face.
20651
20652         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20653         (assistant-field-face): New backward-compatibility alias for renamed
20654         face.
20655         (assistant-render-text): Use renamed assistant-field face.
20656
20657         * spam.el (spam): Remove "-face" suffix from face name.
20658         (spam-face): New backward-compatibility alias for renamed face.
20659         (spam-face, spam-initialize): Use renamed spam face.
20660
20661         * message.el (message-header-to, message-header-cc)
20662         (message-header-subject, message-header-newsgroups)
20663         (message-header-other, message-header-name)
20664         (message-header-xheader, message-separator, message-cited-text)
20665         (message-mml): Remove "-face" suffix from face names.
20666         (message-header-to-face, message-header-cc-face)
20667         (message-header-subject-face, message-header-newsgroups-face)
20668         (message-header-other-face, message-header-name-face)
20669         (message-header-xheader-face, message-separator-face)
20670         (message-cited-text-face, message-mml-face):
20671         New backward-compatibility aliases for renamed faces.
20672         (message-font-lock-keywords): Use renamed message faces.
20673
20674         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20675         (sieve-test-commands, sieve-tagged-arguments):
20676         Remove "-face" suffix from face names.
20677         (sieve-control-commands-face, sieve-action-commands-face)
20678         (sieve-test-commands-face, sieve-tagged-arguments-face):
20679         New backward-compatibility aliases for renamed faces.
20680         (sieve-control-commands-face, sieve-action-commands-face)
20681         (sieve-test-commands-face, sieve-tagged-arguments-face):
20682         Use renamed sieve faces.
20683
20684         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20685         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20686         (gnus-group-news-3-empty, gnus-group-news-4)
20687         (gnus-group-news-4-empty, gnus-group-news-5)
20688         (gnus-group-news-5-empty, gnus-group-news-6)
20689         (gnus-group-news-6-empty, gnus-group-news-low)
20690         (gnus-group-news-low-empty, gnus-group-mail-1)
20691         (gnus-group-mail-1-empty, gnus-group-mail-2)
20692         (gnus-group-mail-2-empty, gnus-group-mail-3)
20693         (gnus-group-mail-3-empty, gnus-group-mail-low)
20694         (gnus-group-mail-low-empty, gnus-summary-selected)
20695         (gnus-summary-cancelled, gnus-summary-high-ticked)
20696         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20697         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20698         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20699         (gnus-summary-low-undownloaded)
20700         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20701         (gnus-summary-low-unread, gnus-summary-normal-unread)
20702         (gnus-summary-high-read, gnus-summary-low-read)
20703         (gnus-summary-normal-read, gnus-splash):
20704         Remove "-face" suffix from face names.
20705         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20706         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20707         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20708         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20709         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20710         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20711         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20712         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20713         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20714         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20715         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20716         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20717         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20718         (gnus-summary-normal-ticked-face)
20719         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20720         (gnus-summary-normal-ancient-face)
20721         (gnus-summary-high-undownloaded-face)
20722         (gnus-summary-low-undownloaded-face)
20723         (gnus-summary-normal-undownloaded-face)
20724         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20725         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20726         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20727         (gnus-splash-face):
20728         New backward-compatibility aliases for renamed faces.
20729         (gnus-group-startup-message): Use renamed gnus faces.
20730
20731         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20732         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20733         (gnus-server-agent): Remove "-face" suffix from face names.
20734         (gnus-server-agent-face, gnus-server-opened-face)
20735         (gnus-server-closed-face, gnus-server-denied-face)
20736         (gnus-server-offline-face):
20737         New backward-compatibility aliases for renamed faces.
20738         (gnus-server-agent-face, gnus-server-opened-face)
20739         (gnus-server-closed-face, gnus-server-denied-face)
20740         (gnus-server-offline-face): Use renamed gnus faces.
20741
20742         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20743         Remove "-face" suffix from face names.
20744         (gnus-picon-xbm-face, gnus-picon-face):
20745         New backward-compatibility aliases for renamed faces.
20746
20747         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20748         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20749         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20750         (gnus-cite-11): Remove "-face" suffix from face names.
20751         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20752         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20753         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20754         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20755         New backward-compatibility aliases for renamed faces.
20756         (gnus-cite-attribution-face, gnus-cite-face-list)
20757         (gnus-article-boring-faces): Use renamed gnus faces.
20758
20759         * gnus-art.el (gnus-signature, gnus-header-from)
20760         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20761         (gnus-header-content): Remove "-face" suffix from face names.
20762         (gnus-signature-face, gnus-header-from-face)
20763         (gnus-header-subject-face, gnus-header-newsgroups-face)
20764         (gnus-header-name-face, gnus-header-content-face):
20765         New backward-compatibility aliases for renamed faces.
20766         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20767
20768         * gnus-sum.el (gnus-summary-selected-face)
20769         (gnus-summary-highlight): Use renamed gnus faces.
20770         * gnus-group.el (gnus-group-highlight): Likewise.
20771
20772 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20773
20774         * gnus-sieve.el (gnus-sieve-article-add-rule):
20775         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20776         * spam-stat.el (spam-stat-buffer-change-to-spam)
20777         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20778
20779         * message.el (message-is-yours-p):
20780         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20781
20782 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20783
20784         * mm-view.el (mm-inline-text): Withdraw the last change.
20785
20786 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20787
20788         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20789         executing enriched-decode.
20790
20791 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20794         charset of tar files.
20795
20796 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20797
20798         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20799
20800 2005-06-04  Lute Kamstra  <lute@gnu.org>
20801
20802         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20803         information is never recorded.
20804
20805 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20806
20807         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20808
20809 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * pop3.el (pop3-apop): Run md5 in the binary mode.
20812
20813         * starttls.el (starttls-set-process-query-on-exit-flag):
20814         Use eval-and-compile.
20815
20816 2005-05-31  Simon Josefsson  <jas@extundo.com>
20817
20818         * smime.el (smime-replace-in-string): Define.
20819         (smime-cert-by-ldap-1): Use it.
20820
20821 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20822
20823         * gnus-art.el (article-display-x-face): Replace
20824         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20825
20826         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20827         set-process-query-on-exit-flag or process-kill-without-query.
20828
20829         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20830         loop instead of replace-regexp.
20831
20832         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20833         instead of process-kill-without-query if it is available.
20834
20835         * lpath.el: Fbind ldap-search-entries.
20836
20837         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20838         instead of find-file-hooks if it is available.
20839
20840         * mml1991.el: Bind pgg-default-user-id when compiling.
20841
20842         * mml2015.el: Bind pgg-default-user-id when compiling.
20843
20844         * nndraft.el (nndraft-request-associate-buffer):
20845         Use write-contents-functions instead of write-contents-hooks if it is
20846         available.
20847
20848         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20849         instead of find-file-hooks if it is available.
20850
20851         * nntp.el (nntp-open-connection): Replace
20852         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20853         (nntp-open-ssl-stream): Ditto.
20854         (nntp-open-tls-stream): Ditto.
20855
20856         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20857         set-process-query-on-exit-flag or process-kill-without-query.
20858         (starttls-open-stream-gnutls): Use it instead of
20859         process-kill-without-query.
20860         (starttls-open-stream): Ditto.
20861
20862 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20863
20864         * smime.el (smime-cert-by-ldap-1): Don't use
20865         replace-regexp-in-string.
20866
20867 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20868
20869         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20870
20871         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20872         in PEM format.  Adjust to the XEmacs compatibility.
20873
20874 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20875
20876         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20877         by `string-to-number'.
20878         * gnus-agent.el (gnus-agent-regenerate-group)
20879         (gnus-agent-fetch-articles): Ditto.
20880         * gnus-art.el (gnus-button-fetch-group): Ditto.
20881         * gnus-cache.el (gnus-cache-generate-active)
20882         (gnus-cache-articles-in-group): Ditto.
20883         * gnus-group.el (gnus-group-set-current-level)
20884         (gnus-group-insert-group-line): Ditto.
20885         * gnus-score.el (gnus-score-set-expunge-below)
20886         (gnus-score-set-mark-below, gnus-summary-score-effect)
20887         (gnus-summary-score-entry): Ditto.
20888         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20889         (gnus-soup-pack): Ditto.
20890         * gnus-spec.el (gnus-xmas-format): Ditto.
20891         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20892         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20893         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20894         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20895         * nndb.el (nndb-get-remote-expire-response): Ditto.
20896         * nndiary.el (nndiary-parse-schedule-value)
20897         (nndiary-string-to-number, nndiary-request-replace-article)
20898         (nndiary-request-article): Ditto.
20899         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20900         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20901         * nneething.el (nneething-make-head): Ditto.
20902         * nnfolder.el (nnfolder-request-article)
20903         (nnfolder-retrieve-headers): Ditto.
20904         * nnheader.el (nnheader-file-to-number): Ditto.
20905         * nnkiboze.el (nnkiboze-request-article): Ditto.
20906         * nnmail.el (nnmail-process-unix-mail-format)
20907         (nnmail-process-babyl-mail-format): Ditto.
20908         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20909         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20910         (nnmh-request-create-group, nnmh-request-list-1)
20911         (nnmh-request-group, nnmh-request-article): Ditto.
20912         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20913         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20914         * nnsoup.el (nnsoup-make-active): Ditto.
20915         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20916         * nntp.el (nntp-find-group-and-number)
20917         (nntp-retrieve-headers-with-xover): Ditto.
20918         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20919         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20920         (pgg-format-key-identifier): Ditto.
20921         * pop3.el (pop3-last, pop3-stat): Ditto.
20922         * qp.el (quoted-printable-decode-region): Ditto.
20923
20924         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20925         of concat.
20926
20927 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20928
20929         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20930
20931         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20932
20933         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20934
20935         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20936
20937         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20938
20939         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20940
20941         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20942         (gnus-carpal-mode): Ditto.
20943
20944         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20945         (gnus-browse-mode): Ditto.
20946
20947         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20948
20949         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20950
20951 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20952
20953         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20954
20955 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20956
20957         * gnus-util.el (gnus-run-mode-hooks): New function.
20958
20959         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20960
20961         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20962         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20963
20964 2005-05-27  Lute Kamstra  <lute@gnu.org>
20965
20966         * dns-mode.el (dns-mode): Specify customization group.
20967
20968 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20969
20970         * gnus-agent.el (gnus-agent-make-mode-line-string):
20971         Use mode-line-highlight as mouse-face.
20972
20973 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20974
20975         * canlock.el (canlock): Change the parent group to news.
20976
20977         * deuglify.el (gnus-outlook-deuglify): Add :group.
20978
20979         * dig.el (dig): Add :group.
20980
20981         * dns-mode.el (dns-mode): Add :group.
20982
20983         * encrypt.el (encrypt): Add :group.
20984
20985         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20986         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20987         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20988         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20989         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20990
20991         * gnus-diary.el (gnus-diary): Add :group.
20992
20993         * gnus.el (gnus-group-news-1-face): Add :group.
20994         (gnus-group-news-1-empty-face): Ditto.
20995         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20996         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20997         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20998         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20999         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21000         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21001         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21002         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21003         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21004         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21005         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21006         (gnus-summary-high-ticked-face): Ditto.
21007         (gnus-summary-low-ticked-face): Ditto.
21008         (gnus-summary-normal-ticked-face): Ditto.
21009         (gnus-summary-high-ancient-face): Ditto.
21010         (gnus-summary-low-ancient-face): Ditto.
21011         (gnus-summary-normal-ancient-face): Ditto.
21012         (gnus-summary-high-undownloaded-face): Ditto.
21013         (gnus-summary-low-undownloaded-face): Ditto.
21014         (gnus-summary-normal-undownloaded-face): Ditto.
21015         (gnus-summary-high-unread-face): Ditto.
21016         (gnus-summary-low-unread-face): Ditto.
21017         (gnus-summary-normal-unread-face): Ditto.
21018         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21019         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21020
21021         * hashcash.el (hashcash): New custom group.
21022         (hashcash-default-payment): Add :group.
21023         (hashcash-payment-alist): Ditto.
21024         (hashcash-default-accept-payment): Ditto.
21025         (hashcash-accept-resources): Ditto.
21026         (hashcash-path): Ditto.
21027         (hashcash-extra-generate-parameters): Ditto.
21028         (hashcash-double-spend-database): Ditto.
21029         (hashcash-in-news): Ditto.
21030
21031         * message.el (message-minibuffer-local-map): Add :group.
21032
21033         * netrc.el (netrc): Add :group.
21034
21035         * sieve-manage.el (sieve-manage-log): Add :group.
21036         (sieve-manage-default-user): Diito.
21037         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21038         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21039         (sieve-manage-authenticators): Ditto.
21040         (sieve-manage-authenticator-alist): Ditto.
21041         (sieve-manage-default-port): Ditto.
21042
21043         * sieve-mode.el (sieve-control-commands-face): Add :group.
21044         (sieve-action-commands-face): Ditto.
21045         (sieve-test-commands-face): Ditto.
21046         (sieve-tagged-arguments-face): Ditto.
21047
21048         * smime.el (smime): Add :group.
21049
21050         * spam-report.el (spam-report): Add :group.
21051
21052         * spam.el (spam, spam-face): Add :group.
21053
21054 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21055
21056         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21057         return \n.\n.\n at the end of articles.  Protect against that.
21058         (nntp-with-open-group): Allow debugging.
21059
21060         * nnheader.el (mail-header-set-extra): Make into a function
21061         because I just could't understand how to quote the list properly.
21062
21063         * dns.el (query-dns-cached): New function.
21064
21065 2005-05-26  Lute Kamstra  <lute@gnu.org>
21066
21067         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21068
21069 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21070
21071         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21072
21073         * gnus-art.el: Don't autoload mail-extract-address-components.
21074
21075         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21076         eval-and-compile to evaluate it.
21077
21078         * hashcash.el: Don't autoload executable-find.
21079
21080         * nndb.el: Don't declare the nndb back end two or more times; don't
21081         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21082
21083         * nntp.el: Autoload format-spec instead of format; use
21084         eval-and-compile to evaluate autoload forms.
21085
21086 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21087
21088         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21089
21090 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21091
21092         * gnus.el (gnus-version-number): Bump version.
21093
21094 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21095
21096         * gnus.el: No Gnus v0.3 is released.
21097
21098 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21099
21100         * lpath.el (featurep): Bind show-nonbreak-escape.
21101
21102 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21103
21104         * gnus-art.el (gnus-article-edit-part): Disable undo.
21105
21106 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21107
21108         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21109         gnus-article-date-lapsed-new-header is t if date timer is active;
21110         skip headers in which the original date value is empty.
21111         (gnus-article-save-original-date): Redefine it as a macro.
21112         (gnus-display-mime): Use it.
21113
21114 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21115
21116         * gnus-art.el (article-date-ut): Support converting date in
21117         forwarded parts as well.
21118         (gnus-article-save-original-date): New function.
21119         (gnus-display-mime): Use it.
21120
21121 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21122
21123         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21124         enclosure element of <item>.
21125
21126 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21127
21128         * message.el (message-kill-buffer-query): Rename from
21129         `message-kill-buffer-query-if-modified'.  Add :version.
21130
21131 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21132
21133         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21134         window layout.
21135
21136 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21137
21138         * mml.el: Autoload dnd when compiling.
21139
21140 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21141
21142         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21143         x-dnd-*.
21144
21145 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * qp.el (quoted-printable-encode-region): Save excursion.
21148
21149 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21150
21151         * message.el (message-kill-buffer-query-if-modified): Add new variable
21152         so the user can kill a modified message buffer quickly.
21153         (message-kill-buffer): Use it.
21154
21155 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21156
21157         * lpath.el: Fbind display-time-event-handler; don't fbind
21158         string-to-multibyte.
21159
21160         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21161
21162 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21165         contained in text because xml.el decodes entities) with LFs.
21166
21167 2005-04-11  Lute Kamstra  <lute@gnu.org>
21168
21169         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21170         differently.
21171
21172 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21173
21174         * mm-util.el (mm-detect-coding-region): Typo.
21175
21176 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21177
21178         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21179
21180 2005-04-06  Deepak Goel  <deego@gnufans.org>
21181
21182         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21183         user-function allow user modifications of the scores.
21184         (spam-stat-score-buffer-user): New function, to allow
21185         user-computed modifications to the score.
21186         (spam-stat-score-buffer-user-functions): List of additional
21187         scoring functions.
21188         (spam-stat-error-holder): Global temporary error holder.
21189         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21190         variable.
21191
21192 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21193
21194         * gnus-registry.el (gnus-registry-clean-empty-function)
21195         (gnus-registry-trim, gnus-registry-fetch-groups)
21196         (gnus-registry-delete-group): Groups that match
21197         `gnus-registry-ignored-groups' are removed from the registry
21198         entries, not just ignored for splitting.  This helps clean up the
21199         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21200         to get all the groups a message ID is in.
21201
21202         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21203         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21204         (spam-stat-score-buffer-user-functions): Add :number custom type.
21205
21206 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21209         argument in XEmacs.
21210
21211         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21212         (nnrss-request-group): Decode group name first.
21213         (nnrss-request-article): Make a text/plain article if mml-to-mime
21214         failed.
21215         (nnrss-get-encoding): Return a compatible encoding according to
21216         nnrss-compatible-encoding-alist.
21217         (nnrss-find-el): Use consp instead of listp.
21218         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21219
21220 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21221
21222         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21223         which Emacs 20 doesn't support.
21224         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21225
21226 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21227
21228         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21229         silence the byte compiler inside the defun.
21230
21231         * gnus-demon.el (parse-time-string): Add autoload.
21232
21233         * gnus-delay.el (parse-time-string): Add autoload.
21234
21235         * gnus-art.el (parse-time-string): Add autoload.
21236
21237         * nnultimate.el (parse-time): Require for `parse-time-string'.
21238
21239 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21240
21241         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21242
21243         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21244
21245         * smime.el (smime-ldap-host-list): Add :version.
21246
21247 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21248
21249         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21250         pass it to `gnus-browse-read-group'.
21251         (gnus-browse-read-group): Add NUMBER argument and pass it to
21252         `gnus-group-read-ephemeral-group'.
21253
21254         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21255         argument and pass it to `gnus-group-read-group'.
21256
21257 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21258
21259         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21260         mm-xemacs-find-mime-charset-1 if we have the mule feature
21261         available at runtime.
21262
21263 2005-03-25  Werner Lemberg  <wl@gnu.org>
21264
21265         * nnmaildir.el: Replace `illegal' with `invalid'.
21266
21267 2005-03-23  Lute Kamstra  <lute@gnu.org>
21268
21269         * time-date.el: Add comment on time value formats.
21270         Don't require parse-time.
21271         (with-decoded-time-value): New macro.
21272         (encode-time-value): New function.
21273         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21274         (days-to-time): Return a valid time value when arg is huge.
21275         (time-since): Use time-subtract.
21276         (time-to-number-of-days): Use time-to-seconds.
21277
21278 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21279
21280         * gnus-start.el (gnus-display-time-event-handler):
21281         Check display-time-timer at runtime rather than only at load time
21282         in case display-time-mode is turned off in the mean time.
21283
21284 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21285
21286         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21287         used.
21288
21289         * nneething.el (nneething-map-file-directory): Derive from
21290         `gnus-directory'.
21291
21292         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21293         the To/Cc button.
21294
21295 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21296
21297         * nnmaildir.el (nnmaildir-request-accept-article):
21298         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21299
21300 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21301
21302         * gnus-async.el: Require timer-funcs at compile time when in
21303         XEmacs for `run-with-idle-timer'.
21304
21305 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21306
21307         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21308         autoloaded function.
21309
21310 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21311
21312         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21313
21314 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21315
21316         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21317
21318 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21319
21320         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21321         Add gnus-expert-user to default.
21322
21323 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21324
21325         * nnimap.el (nnimap-open-server): Ditto.
21326
21327         * imap.el (imap-authenticate): Fix typo.
21328
21329 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21330
21331         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21332         buffer (since IMAP server might return FETCH response out of
21333         order, and the nntp buffer must be sorted).
21334
21335 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21336
21337         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21338         comparison on string.
21339
21340         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21341         (gnus-agent-score): Rename category keywords to match gnus-cus.
21342         (gnus-agent-summary-fetch-series): Modify to protect against
21343         gnus-agent-summary-fetch-group clearing processable flags.
21344         (gnus-agent-synchronize-group-flags): Update live group buffer as
21345         synchronization may occur due to the user toggle the plugged
21346         status.
21347         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21348         successfully downloaded.
21349         (gnus-agent-expire-group-1): Avoid using markers when the overview
21350         is in ascending order; greatly improves performance.
21351         (gnus-agent-regenerate-group):
21352         Use gnus-agent-synchronize-group-flags to reset read status in both
21353         gnus and server.
21354         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21355
21356 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21357
21358         * message.el: Don't autoload former message-utils variables.
21359         (message-strip-subject-trailing-was): Change doc string.
21360
21361         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21362         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21363         (nnweb-google-search): Add "hl=en" here.
21364         (nnweb-google-parse-1, nnweb-google-create-mapping):
21365         Don't hardcode URL.
21366
21367 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21368
21369         * message.el (message-get-reply-headers, message-followup):
21370         Mention related variables `message-use-followup-to' and
21371         `message-use-mail-followup-to', in the information buffer.
21372
21373         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21374         of broken groups(-beta).google.com.
21375
21376 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21377
21378         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21379         parameter to invoked gnus-request-move-article; remove the
21380         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21381         all at once instead of once per article.
21382         (gnus-summary-remove-process-mark): Accept a list of articles as
21383         well as a single article for processing.
21384
21385         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21386         parameter.
21387
21388         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21389
21390         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21391
21392         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21393         parameter.
21394
21395         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21396         parameter.
21397
21398         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21399         parameter and remove the gnus-sum-hint-move-is-internal variable.
21400
21401         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21402         parameter.
21403
21404         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21405         parameter.
21406
21407         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21408         parameter.
21409
21410         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21411
21412         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21413         parameter.
21414
21415         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21416         parameter.
21417
21418 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21419
21420         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21421         a more conservative way.
21422
21423 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21424
21425         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21426         buffer, so it moves the window's cursor.
21427
21428 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21429
21430         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21431         `mm-dissect-multipart' and receive the from field as an (optional)
21432         argument from `mm-dissect-multipart'.
21433         (mm-dissect-multipart): Receive the from field as an argument and
21434         pass it on when we call `mm-dissect-buffer' on MIME parts.
21435         Fixes verification/decryption of signed/encrypted MIME parts.
21436
21437 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21438
21439         * gnus-sum.el (gnus-summary-move-article):
21440         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21441         whatever it calls (right now, only nnimap-request-move article
21442         respects it).
21443
21444         * nnimap.el (nnimap-request-move-article):
21445         When gnus-sum-hint-move-is-internal is set, don't do the extra
21446         nnimap-request-article.
21447
21448 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21449
21450         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21451
21452         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21453         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21454
21455         * gnus-sum.el (gnus-summary-caesar-message):
21456         Apply `gnus-treat-article' after rotation.
21457
21458         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21459         doc string.
21460
21461 2005-02-22  Simon Josefsson  <jas@extundo.com>
21462
21463         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21464         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21465         <arne@arnested.dk>.
21466         (encrypt): Add password-cache and password-cache-expiry as group
21467         members.
21468
21469 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21470
21471         * smime.el (smime-ldap-host-list): Doc fix.
21472         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21473         cache) password.
21474         (smime-sign-region): Use it.
21475         (smime-decrypt-region): Use it.
21476         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21477         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21478         fails.
21479         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21480         certificate from DER to PEM format rather than calling openssl.
21481
21482         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21483
21484         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21485         for signing/encryption.
21486
21487         * mml.el (mml-parse-1): Use them.
21488
21489 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21490
21491         * nnrss.el (nnrss-verbose): Remove.
21492         (nnrss-request-group): Use `nnheader-message' instead.
21493
21494 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21495
21496         * nnrss.el (nnrss-verbose): New variable.
21497         (nnrss-request-group): Make it say nnrss is requesting a group.
21498
21499 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21500
21501         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21502         Handle news URL with given port correctly.
21503
21504 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21505
21506         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21507         containing special characters.
21508
21509         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21510
21511         * mml.el (mime-to-mml): Ditto.
21512
21513         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21514         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21515         (rfc2047-decode-region): Quote decoded words containing special
21516         characters when rfc2047-quote-decoded-words-containing-tspecials
21517         is non-nil.
21518
21519 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21520
21521         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21522
21523         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21524
21525 2005-02-15  Simon Josefsson  <jas@extundo.com>
21526
21527         * nnimap.el (nnimap-debug): Doc fix.
21528
21529         * imap.el (imap-debug): Doc fix.
21530
21531 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21532
21533         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21534
21535 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21536
21537         * gnus.el (spam-contents): Improve docs for spam-contents
21538         parameter in its variable incarnation.
21539
21540 2005-02-14  Simon Josefsson  <jas@extundo.com>
21541
21542         * smime-ldap.el: Use require instead of load-library for ldap.
21543         (smime-ldap-search): Indent.
21544         (smime-ldap-search-internal): Shorten line.
21545
21546         * smime.el (smime-cert-by-dns): Add doc-string.
21547         (smime-cert-by-ldap-1): Indent.
21548
21549         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21550         mml-smime-get-dns-ldap.
21551         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21552
21553 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21554
21555         * smime.el: Require smime-ldap.
21556         (smime-ldap-host-list): New variable.
21557         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21558
21559         * mml-smime.el (mml-smime-encrypt-query): New function.
21560         (mml-smime-encrypt-query): Use it.
21561
21562         * smime-ldap.el: New file.
21563
21564 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21565
21566         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21567
21568 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21569
21570         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21571         argument in doc string.  Make query for type more clear.
21572
21573 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21574
21575         * gnus.el (gnus-group-startup-message): Search for gnus images in
21576         etc/images/gnus.
21577         * mm-util.el (mm-image-load-path): Likewise.
21578         * smiley.el (smiley-data-directory): Search for smilies in
21579         etc/images/smilies.
21580
21581 2005-02-09  Kim F. Storm  <storm@cua.dk>
21582
21583         Change Emacs release version from 21.4 to 22.1 throughout.
21584         Change Emacs development version from 21.3.50 to 22.0.50.
21585
21586 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21587
21588         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21589
21590         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21591         non-Mule XEmacs as well.
21592         (mm-decompress-buffer): Signal an error intentionally if it does
21593         not decompress compressed data because auto-compression-mode is
21594         disabled.
21595
21596 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21597
21598         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21599         an ID in the registry even if it has no groups.
21600
21601 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21602
21603         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21604         merge it into mm-decompress-buffer.
21605         (gnus-mime-copy-part): Use the MIME part charset, the value which
21606         a user specified or gnus-newsgroup-charset for decoding, like
21607         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21608         save-buffer what was used.  Suggested by Kevin Ryde
21609         <user42@zip.com.au>.
21610         (gnus-mime-inline-part): Allow the name parameter as well as the
21611         filename parameter; force decompressing of compressed data; always
21612         display contents being not decoded as unibyte.
21613
21614         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21615         as well as the filename parameter.
21616
21617         * mm-util.el (mm-decompress-buffer):
21618         Merge gnus-mime-jka-compr-maybe-uncompress.
21619         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21620         of compressed data.
21621
21622 2005-02-08  Simon Josefsson  <jas@extundo.com>
21623
21624         * imap.el (imap-log): Doc fix.
21625
21626 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21627
21628         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21629         the coding cookies; decompress compressed parts.
21630
21631         * mml.el (mml-generate-mime-1): Add the charset parameter according
21632         to the value which a user specified manually or the coding cookie.
21633
21634         * mm-util.el (mm-string-to-multibyte): New function.
21635         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21636         (mm-coding-system-to-mime-charset): New function.
21637         (mm-decompress-buffer): New function.
21638         (mm-find-buffer-file-coding-system): New function.
21639
21640         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21641         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21642         parts.
21643
21644 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21645
21646         * mm-view.el (mm-display-inline-fontify): Decode a part according
21647         to the charset parameter.
21648
21649 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21650
21651         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21652         prefix arg is neither nil nor a number, as info specifies.
21653
21654 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21655
21656         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21657         timestamps.
21658
21659 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21660
21661         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21662         groups error checking and notify user.
21663
21664 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21665
21666         * message.el (message-send-mail-function): Check existence of
21667         sendmail-program first before using default value
21668         `message-send-mail-with-sendmail'.  Otherwise use more generic
21669         `smtpmail-send-it'.
21670
21671 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21672
21673         * nntp.el (nntp-request-update-info): Always return nil.
21674
21675 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21676
21677         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21678
21679 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21680
21681         * message.el (message-beginning-of-line): Change the behavior when
21682         invoked between BOL and : so that it first moves backward.
21683
21684 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21685
21686         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21687         article buffer when editing of the article is discarded.
21688         (gnus-article-prepare): Revert.
21689
21690 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21691
21692         * gnus-art.el (gnus-article-prepare):
21693         Remove message-strip-forbidden-properties from the local hook.
21694
21695 2005-01-27  Simon Josefsson  <jas@extundo.com>
21696
21697         * password.el (password-cache-add): Only start one timer per key.
21698         Reported by Derek Atkins <warlord@MIT.EDU>.
21699
21700 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21701
21702         * run-at-time.el: Remove.  It is no longer needed as
21703         timer-funcs.el in the xemacs-base package has a working version of
21704         `run-at-time'.
21705
21706         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21707
21708         * password.el: Require timer-funcs instead of run-at-time in
21709         XEmacs.
21710         Remove `password-run-at-time' macro.
21711         (password-cache-add): Use `run-at-time' instead of
21712         `password-run-at-time'.
21713
21714         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21715         Remove `nnheader-cancel-function-timers' alias,
21716         `cancel-function-timers' exists in XEmacs in timer-funcs.
21717
21718         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21719         for `run-with-idle-timer'.
21720
21721         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21722         for `run-at-time'.
21723
21724         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21725         for `with-timeout'.
21726
21727         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21728         the same as for XEmacs 21.4.
21729         No need to ignore `run-with-idle-timer', this function exists in
21730         XEmacs now in timer-funcs.el in the xemacs-base package.
21731         (dgnushack-compile): No need to delete
21732         run-at-time.el from the list of files to compile because it
21733         doesn't exist anymore.
21734
21735 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21736
21737         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21738         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21739
21740 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21741
21742         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21743         sensitively.
21744
21745 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21746
21747         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21748
21749 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21750
21751         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21752         which will be inserted according to the multibyteness of a buffer
21753         rather than the type of contents.  Suggested by ARISAWA Akihiro
21754         <ari@mbf.ocn.ne.jp>.
21755
21756         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21757         of string which old xml.el may return rather than a string.
21758
21759 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21760
21761         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21762
21763 2005-01-16  Simon Josefsson  <jas@extundo.com>
21764
21765         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21766         idn/idna.el isn't available.
21767         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21768         <michael@waxrat.com>.
21769
21770         * hashcash.el: Remove non-FSF copyright header.
21771
21772         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21773         (hashcash-generate-payment): Use it.
21774         (hashcash-generate-payment-async): Use it.
21775
21776 2005-01-15  Simon Josefsson  <jas@extundo.com>
21777
21778         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21779         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21780
21781         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21782         gnus-summary-idna-message.
21783         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21784         (gnus-summary-idna-message): New function.
21785
21786 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21787
21788         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21789         gnus-novice-user.
21790
21791 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21792
21793         * nnrss.el (nnrss-request-delete-group): Delete entries in
21794         nnrss-group-alist as well.
21795         (nnrss-save-server-data): Insert newline.
21796
21797 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21798
21799         * gnus.el (gnus-user-agent): Use list of symbols instead of
21800         symbols.  Display full version number for (S)XEmacs.
21801         Optionally display (S)XEmacs codename.
21802
21803         * gnus-util.el (gnus-emacs-version): Update for new
21804         `gnus-user-agent'.
21805
21806         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21807         Gnus version.
21808
21809 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21810
21811         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21812         which is unreadable in some setups.
21813
21814 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21815
21816         * gnus-spec.el (gnus-update-format-specifications): Flush the
21817         group format spec cache if it doesn't support decoded group names.
21818
21819 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21820
21821         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21822         Allow to apply decay on score files matching a regexp.
21823
21824 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21825
21826         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21827         compatibility in %g and %c.
21828
21829 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21830
21831         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21832         name for only %g and %c.
21833         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21834         of gnus-tmp-group to decoded group name.
21835         (gnus-group-make-rss-group): Exclude `/'s from group names.
21836
21837 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * nnrss.el (nnrss-get-encoding): Fix regexp.
21840
21841 2004-12-27  Simon Josefsson  <jas@extundo.com>
21842
21843         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21844         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21845         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21846
21847 2004-12-17  Kim F. Storm  <storm@cua.dk>
21848
21849         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21850
21851         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21852
21853 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21854
21855         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21856
21857 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21858
21859         * nnrss.el: Require rfc2047 and mml.
21860         (nnrss-file-coding-system): New variable.
21861         (nnrss-format-string): Redefine it as an inline function.
21862         (nnrss-decode-group-name): New function.
21863         (nnrss-string-as-multibyte): Remove.
21864         (nnrss-retrieve-headers): Decode group name; don't use
21865         nnrss-format-string.
21866         (nnrss-request-group): Decode group name.
21867         (nnrss-request-article): Decode group name; allow a Message-ID as
21868         well as an article number; don't use nnrss-format-string; encode a
21869         Message-ID string which may contain non-ASCII characters; use
21870         mml-to-mime to compose a MIME article.
21871         (nnrss-request-expire-articles): Decode group name.
21872         (nnrss-request-delete-group): Decode group name.
21873         (nnrss-fetch): Clarify error message.
21874         (nnrss-read-server-data): Use insert-file-contents instead of load;
21875         bind file-name-coding-system; use multibyte buffer.
21876         (nnrss-save-server-data): Bind coding-system-for-write to the
21877         value of nnrss-file-coding-system; bind file-name-coding-system;
21878         add coding cookie.
21879         (nnrss-read-group-data): Use insert-file-contents instead of load;
21880         bind file-name-coding-system; use multibyte buffer.
21881         (nnrss-save-group-data): Bind coding-system-for-write to the
21882         value of nnrss-file-coding-system; bind file-name-coding-system.
21883         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21884         make it work with non-ASCII text.
21885         (nnrss-find-el): Make it work with old xml.el as well.
21886
21887 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21888
21889         * nnrss.el (nnrss-get-encoding): New function.
21890         (nnrss-fetch): Use unibyte buffer initially; bind
21891         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21892         decode contents according to the encoding attribute.
21893         (nnrss-save-group-data): Add coding cookie.
21894         (nnrss-mime-encode-string): New function.
21895         (nnrss-check-group): Use it to encode subject and author.
21896
21897 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21898
21899         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21900         imaginary variable.
21901
21902 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21903
21904         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21905         correctly even if there are wide characters.
21906
21907 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21908
21909         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21910         downcased symbol names; make a new cache instead of reusing
21911         bbdb-hashtable.
21912
21913 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21914
21915         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21916         concatenating segments rather than before concatenating them.
21917         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21918
21919         * message.el (message-get-reply-headers): Bind `extra'.
21920
21921 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21922
21923         * message.el (message-extra-wide-headers): New variable.
21924         (message-get-reply-headers): Use it.
21925
21926 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21927
21928         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21929         (gnus-agent-group-pathname): Ditto.
21930
21931         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21932
21933         * gnus-group.el (gnus-group-make-group): Decode group name.
21934         (gnus-group-make-rss-group): Register the group data after opening
21935         the nnrss group.
21936
21937 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21938
21939         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21940         by expiry now get marked as read.
21941
21942 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21943
21944         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21945
21946 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21947
21948         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21949         unify Latin characters in XEmacs.
21950         (mm-find-mime-charset-region): Use it.
21951
21952 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21953
21954         * gnus-util.el (gnus-delete-directory): New function.
21955
21956         * gnus-agent.el (gnus-agent-delete-group): Use it.
21957
21958         * gnus-cache.el (gnus-cache-delete-group): Use it.
21959
21960 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21961
21962         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21963         names.
21964
21965 2004-12-16  Simon Josefsson  <jas@extundo.com>
21966
21967         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21968
21969 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21970
21971         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21972
21973         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21974         (gnus-group-set-current-level): Decode group name.
21975
21976 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21977
21978         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21979         failed.
21980
21981 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21982
21983         * gnus-group.el (gnus-group-delete-group): Decode group name.
21984         (gnus-group-make-rss-group): Encode group name.
21985         (gnus-group-catchup-current): Decode group name.
21986         (gnus-group-kill-group): Decode group name.
21987
21988 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21989
21990         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21991
21992 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21993
21994         * gnus-group.el (gnus-group-make-rss-group):
21995         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21996
21997         * gnus-start.el (gnus-setup-news): Honor user's setting to
21998         gnus-message-archive-method.  Suggested by Lute Kamstra
21999         <lute@gnu.org>.
22000
22001 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22002
22003         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22004         global counterparts of the buffer-local variables.
22005
22006 2004-11-16  Romain Francoise  <romain@orebokech.com>
22007
22008         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22009         counterparts of the buffer-local variables.
22010
22011 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22012
22013         * message.el (message-forbidden-properties): Fix typo in doc
22014         string.
22015
22016 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22017
22018         * gnus-util.el (gnus-replace-in-string): Add doc string.
22019
22020         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22021         to avoid problems when splitting mails with many recipients.
22022
22023 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22024
22025         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22026         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22027
22028 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22029
22030         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22031         if there is no hashtable in memory or file modification time is
22032         newer than cached timestamp.
22033
22034 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22035
22036         * gnus-sum.el (gnus-summary-limit-to-recipient):
22037         Implement not-matching option.
22038
22039 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22040
22041         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22042         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22043         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22044         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22045         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22046         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22047
22048 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22049
22050         * message.el (message-forward-make-body-mml): Remove headers
22051         according to message-forward-ignored-headers if a message is decoded.
22052
22053 2004-12-02  Romain Francoise  <romain@orebokech.com>
22054
22055         * message.el (message-forward-make-body-plain): Always remove
22056         headers according to message-forward-ignored-headers.
22057
22058 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22059
22060         * spam.el (spam-summary-prepare-exit): Remove the
22061         gnus-summary-limit pop for now, it has problems with ham marks for
22062         me.
22063
22064 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22065
22066         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22067         correctly.
22068
22069 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22070
22071         * format-spec.el (format-spec): Message the char.
22072
22073 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22074
22075         * gnus-art.el (gnus-split-methods): Reformat comments.
22076
22077         * spam.el (spam-summary-prepare-exit): Remove article limits
22078         before exiting the summary buffer.
22079
22080 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22081
22082         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22083         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22084
22085         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22086         order to silence the byte compiler.
22087
22088         * spam.el: Fix the way to silence the byte compiler, which
22089         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22090         bbdb-search-simple, spam-BBDB-register-routine,
22091         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22092         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22093         spam-stat-buffer-is-spam, spam-stat-load,
22094         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22095         spam-stat-save and spam-stat-split-fancy.
22096
22097 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22098
22099         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22100         which may confuse users.
22101         (canlock-password-for-verify): Ditto.
22102
22103         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22104
22105         * gnus-art.el (gnus-emphasis-alist): Ditto.
22106
22107         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22108
22109         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22110
22111         * gnus-start.el (gnus-save-killed-list): Ditto.
22112
22113         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22114         (gnus-sum-thread-tree-root): Ditto.
22115         (gnus-sum-thread-tree-false-root): Ditto.
22116         (gnus-sum-thread-tree-single-indent): Ditto.
22117
22118         * message.el (message-courtesy-message): Ditto.
22119         (message-archive-note): Ditto.
22120         (message-subscribed-address-file): Ditto.
22121         (message-user-fqdn): Ditto.
22122
22123         * spam-report.el (spam-report-gmane-regex): Ditto.
22124
22125         * spam.el (spam-blackhole-good-server-regex): Ditto.
22126
22127 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22128
22129         * mml.el (mml-preview): Widen the message buffer before copying
22130         the contents to the preview buffer; sort headers before previewing.
22131
22132         * message.el (message-hidden-headers): Fix the way to avoid a bug
22133         in the `repeat' widget in Emacs 21.3 or earlier.
22134
22135 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22136
22137         * message.el (message-hidden-headers): Default to "^References:".
22138         Improve customization type.  Suggested by Reiner Steib
22139         <Reiner.Steib@gmx.de>.
22140
22141 2004-11-25  Romain Francoise  <romain@orebokech.com>
22142
22143         * message.el (message-strip-forbidden-properties): Remove check for
22144         obsolete `message-hidden' text property, hidden headers are not
22145         accessible in the buffer anymore.
22146
22147 2004-11-22  Romain Francoise  <romain@orebokech.com>
22148
22149         * message.el (message-header-format-alist): Add `From' in list
22150         so that it can be sorted.
22151         (message-fix-before-sending): Widen and sort headers before
22152         sending.
22153         (message-hide-headers): Use narrowing to hide headers by moving
22154         them to the top of the buffer and narrowing to the region
22155         underneath.
22156
22157 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22158
22159         * message.el (message-strip-forbidden-properties):
22160         Bind buffer-read-only (etc) to nil.
22161
22162 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22163
22164         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22165         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22166
22167 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22168
22169         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22170
22171 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22172
22173         * dns.el (query-dns): Use sit-for to time instead of
22174         accept-process-output, since that doesn't seem to work on udp
22175         sockets.
22176
22177 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22178
22179         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22180
22181 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22182
22183         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22184         doc string.  Improve doc string.
22185
22186 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22187
22188         * nntp.el (nntp-request-update-info): Return nil if
22189         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22190         may not call gnus-activate-group which uselessly issues the GROUP
22191         commands for all nntp groups and wastes time.  Reported by Romain
22192         Francoise <romain@orebokech.com>.
22193
22194         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22195
22196 2004-11-15  Simon Josefsson  <jas@extundo.com>
22197
22198         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22199         headers separately.
22200         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22201         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22202
22203 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22204
22205         * gnus-start.el (gnus-convert-old-newsrc):
22206         Assign legacy-gnus-agent to 5.10.7.
22207
22208 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22209
22210         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22211         start of the lines.
22212
22213 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22214
22215         * hashcash.el (hashcash-default-payment): Change default to 20.
22216         (hashcash-default-accept-payment): Change default to 20.
22217         (hashcash-process-alist): New variable.
22218         (hashcash-generate-payment-async): Add.
22219         (hashcash-already-paid-p): Add.
22220         (hashcash-insert-payment): Don't generate payments twice.
22221         (hashcash-insert-payment-async): Add.
22222         (hashcash-insert-payment-async-2): Add.
22223         (hashcash-cancel-async): Add.
22224         (hashcash-wait-async): Add.
22225         (hashcash-processes-running-p): Add.
22226         (hashcash-wait-or-cancel): Add.
22227         (mail-add-payment): New optional argument.  Conditionally start
22228         asynchronous calculation.
22229         (mail-add-payment-async): Add.
22230
22231         * message.el (message-send-mail): Wait for asynchronous hashcash
22232         results.  Don't clobber existing X-Hashcash headers.
22233         (message-setup-1): Call mail-add-payment-async when
22234         message-generate-hashcash is non-nil.
22235
22236 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22237
22238         * message.el (message-use-alternative-email-as-from): Examine the
22239         From header as well; use message-make-from in order to include a
22240         user's full name.
22241
22242 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22243
22244         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22245         default; improve customization type.
22246         (gnus-emphasis-custom-with-format): New macro.
22247         (gnus-emphasis-custom-value-to-external): New function.
22248         (gnus-emphasis-custom-value-to-internal): New function.
22249
22250 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22251
22252         * dns.el (query-dns): Resolve reverse addresses.
22253
22254 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22255
22256         * gnus-group.el (gnus-group-get-new-news): Use it.
22257
22258         * gnus-start.el (gnus-check-reasonable-setup): New function.
22259
22260 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22261
22262         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22263         "Args out of range" error.  Reported by Arnaud Giersch
22264         <arnaud.giersch@free.fr>.
22265
22266 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22267
22268         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22269
22270 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22271
22272         * spam.el (spam group): Add :version.
22273
22274         * pgg-def.el (pgg group): Add :version.
22275
22276 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22277
22278         * gnus-art.el (gnus-article-edit-article): Don't associate the
22279         article buffer with a draft file.  This is a temporary measure
22280         against the 2004-08-22 change to gnus-article-edit-mode.
22281
22282 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22285         (html2text-format-tags): Remove unused variable `attr'.
22286
22287 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22288
22289         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22290
22291         * tls.el (tls-process-connection-type, tls-success)
22292         (tls-certtool-program): Add :version.
22293
22294         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22295         (starttls-extra-arguments, starttls-process-connection-type)
22296         (starttls-connect, starttls-failure, starttls-success): Add :version.
22297
22298         * spam-stat.el (spam-stat): Add :version.
22299
22300         * sieve.el (sieve): Add :version.
22301
22302         * sha1.el (sha1): Add :version.
22303         (sha1-use-external): Remove redundant version.
22304
22305         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22306         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22307         (nnmail-split-fancy-match-partial-words)
22308         (nnmail-split-lowercase-expanded): Add :version.
22309
22310         * nndiary.el (nndiary): Add :version.
22311
22312         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22313
22314         * mml-sec.el (mml-default-sign-method)
22315         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22316         Add :version.
22317
22318         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22319
22320         * mm-url.el (mm-url-use-external, mm-url-program)
22321         (mm-url-arguments): Add :version.
22322
22323         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22324         (mm-attachment-file-modes, mm-decrypt-option)
22325         (mm-w3m-safe-url-regexp): Add :version.
22326
22327         * message.el (message-cite-prefix-regexp)
22328         (message-sendmail-envelope-from, message-minibuffer-local-map)
22329         (message-user-fqdn, message-completion-alist): Add :version.
22330
22331         * gnus-win.el (gnus-configure-windows-hook)
22332         (gnus-use-frames-on-any-display): Add :version.
22333
22334         * gnus-art.el (gnus-article-address-banner-alist)
22335         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22336         (gnus-treat-from-picon, gnus-treat-mail-picon)
22337         (gnus-treat-x-pgp-sig): Add :version.
22338
22339         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22340         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22341         (gnus-summary-article-delete-hook)
22342         (gnus-summary-display-while-building): Add :version.
22343
22344         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22345         (gnus-get-top-new-news-hook): Add :version.
22346
22347         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22348         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22349
22350         * gnus-registry.el (gnus-registry): Add :version.
22351
22352         * gnus-spec.el (gnus-use-correct-string-widths)
22353         (gnus-make-format-preserve-properties): Add :version.
22354
22355         * gnus.el (gnus-group-charter-alist)
22356         (gnus-group-fetch-control-use-browse-url)
22357         (gnus-install-group-spam-parameters): Add :version.
22358
22359         * gnus-diary.el (gnus-diary): Add :version.
22360
22361         * gnus-delay.el (gnus-delay): Add :version.
22362
22363         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22364         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22365         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22366         Add :version.
22367
22368         * gnus-agent.el (gnus-agent-max-fetch-size)
22369         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22370         (gnus-agent-prompt-send-queue): Add :version.
22371
22372         * deuglify.el (gnus-outlook-deuglify): Add :version.
22373
22374         * html2text.el: Beautify code.  Improve doc strings.
22375         Some checkdoc cleanup.
22376         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22377
22378 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22379
22380         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22381
22382 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22383
22384         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22385         when package is loaded.
22386
22387         * spam.el (spam-summary-score-preferred-header): Add global preference
22388         for people who want to override the default SpamAssassin over
22389         Bogofilter preference (when both are set).
22390         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22391         (spam-user-format-function-S):
22392         Check spam-summary-score-preferred-header.
22393         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22394         (spam-user-format-function-S): Format the score correctly.
22395
22396 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22397
22398         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22399         signature file.  Suggested by Manoj Srivastava
22400         <srivasta@golden-gryphon.com>.
22401
22402         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22403         iso-2022-jp even in the Japanese language environment.
22404         Suggested by Jason Rumney <jasonr@gnu.org>.
22405
22406 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22407
22408         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22409         use the same characters as the dummy marks; make it free from
22410         getting affected by the language environment.
22411         (gnus-summary-read-group-1): Update mark positions only when the
22412         format spec is updated.
22413
22414         * gnus-spec.el (gnus-update-format-specifications): Return a list
22415         of updated types.
22416
22417 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22418
22419         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22420         of boundp to check if display-warning is available.
22421
22422 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22423
22424         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22425
22426 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22427
22428         * nnspool.el (nnspool-spool-directory): Use news-path if the
22429         news-directory variable is not bound.
22430
22431         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22432         function instead of display-warning if it is not available.
22433
22434 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22435
22436         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22437         v5-10: Use `point-at-bol'.
22438
22439 2004-10-26  Simon Josefsson  <jas@extundo.com>
22440
22441         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22442         <chenggao@gmail.com>.
22443
22444 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22445
22446         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22447         instead.
22448
22449 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22450
22451         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22452         to remove a server from the nnimap-server-buffer-alist.
22453         (nnimap-open-connection, nnimap-close-server): Use it.
22454
22455         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22456
22457 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22458
22459         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22460         running the major-mode function.
22461
22462 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22463
22464         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22465         dummy marks in the right way.
22466
22467 2004-10-18  David Edmondson  <dme@dme.org>
22468
22469         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22470         excessively.
22471
22472 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22473
22474         * gnus-util.el (gnus-split-references): Accept a nil references
22475         string and go on blissfully.
22476
22477         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22478         cases where the references string is non-nil but has no references.
22479
22480         * encrypt.el: Add autoload tags.
22481
22482         * spam.el (spam-resolve-registrations-routine): Remove article
22483         from unregistration list too.  Reported by David Hanak
22484         <dhanak@isis.vanderbilt.edu>
22485
22486 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22487
22488         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22489         nil.  Change custom type.
22490
22491 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22494
22495         * gnus-sum.el (gnus-summary-move-article): Use it.
22496
22497 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22498
22499         * encrypt.el: Add autoload cookies.
22500
22501         * spam.el (spam-backend-article-list-property)
22502         (spam-backend-get-article-todo-list)
22503         (spam-backend-put-article-todo-list)
22504         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22505         Resolve registrations separately.
22506         (spam-register-routine): Format comments.
22507         (spam-unregister-routine, spam-register-routine): Always call with
22508         specific-articles, no default list.
22509         (spam-summary-prepare-exit): Use the spam-classifications function.
22510
22511         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22512         gnus-encrypt.el.
22513
22514         * encrypt.el: Copied from gnus-encrypt.el.
22515
22516         * gnus-encrypt.el: Commented that it's obsolete.
22517
22518 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22519
22520         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22521         (gnus-score-save): Use it.
22522
22523         * message.el (message-bury): Use `window-dedicated-p'.
22524
22525 2004-10-15  Simon Josefsson  <jas@extundo.com>
22526
22527         * pop3.el (top-level): Don't require nnheader.
22528         (pop3-read-timeout): Add.
22529         (pop3-accept-process-output): Add.
22530         (pop3-read-response, pop3-retr): Use it.
22531
22532 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22533
22534         * spam.el (spam-register-routine): Move comment.
22535         (spam-verify-bogofilter): Use 'unknown for the initial
22536         spam-bogofilter-valid state, not 'never.
22537
22538         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22539         for netrc-machine.
22540
22541         * nnimap.el (nnimap-open-connection):
22542         Use netrc-machine-user-or-password.
22543
22544 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22545
22546         * gnus-registry.el (gnus-registry-unload-hook):
22547         Set as a variable with add-hook.
22548
22549         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22550         of news-path.
22551
22552         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22553
22554         * spam.el: Delete duplicate `provide'.
22555         (spam-unload-hook): Set as a variable with add-hook.
22556
22557 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22558
22559         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22560         in the doc string.
22561
22562         * message.el (message-ignored-news-headers)
22563         (message-ignored-supersedes-headers)
22564         (message-ignored-resent-headers)
22565         (message-forward-ignored-headers): Improve custom type.
22566
22567 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22568
22569         * message.el (message-tokenize-header): Fix 2004-09-06 change
22570         which used point-min in the wrong place.
22571
22572 2004-10-12  Simon Josefsson  <jas@extundo.com>
22573
22574         * tls.el (tls-certtool-program): New variable.
22575         (tls-certificate-information): New function, based on
22576         ssl-certificate-information.
22577
22578 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22579
22580         * compface.el: Move the version of ELisp-based uncompface program
22581         to the contrib directory because of the copyright problem.
22582
22583 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22584
22585         * message.el (message-kill-buffer): Raise the current frame.
22586
22587 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22588
22589         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22590
22591         * gnus.el (message-y-or-n-p): Autoload.
22592
22593         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22594         (pop3-password-required, pop3-authentication-scheme)
22595         (pop3-leave-mail-on-server): Make customizable.
22596         (pop3): New custom group.
22597         (pop3-retr): Remove `sleep-for' statements.
22598         Suggested by Dave Love <fx@gnu.org>.
22599
22600         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22601         Windows/DOS.
22602
22603         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22604         (imap-parse-body): Fix incorrect use of `assert'.
22605         Suggested by Dave Love <fx@gnu.org>.
22606
22607         * mml.el (mml-minibuffer-read-disposition): Require match.
22608         Suggested by Dave Love <fx@gnu.org>.
22609
22610 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22611
22612         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22613         doc string.
22614
22615 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22616
22617         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22618
22619 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22620
22621         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22622         instead of calling `mm-insert-inline', to decode text/* parts
22623         before displaying them.
22624
22625 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * mm-uu.el (mm-uu-text-plain-type): New variable.
22628         (mm-uu-pgp-signed-extract-1): Use it.
22629         (mm-uu-pgp-encrypted-extract-1): Use it.
22630         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22631         bind mm-uu-text-plain-type with that value.
22632         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22633         mm-uu-dissect.
22634
22635 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22636
22637         * gnus-group.el (gnus-update-group-mark-positions):
22638         * gnus-sum.el (gnus-update-summary-mark-positions):
22639         * message.el (message-check-news-body-syntax):
22640         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22641         of string-as-multibyte.
22642
22643 2004-10-05  Juri Linkov  <juri@jurta.org>
22644
22645         * gnus-group.el (gnus-update-group-mark-positions):
22646         * gnus-sum.el (gnus-update-summary-mark-positions):
22647         * message.el (message-check-news-body-syntax):
22648         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22649         8-bit unibyte values to a multibyte string for search functions.
22650
22651 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22654         (mm-uu-dissect-text-parts): New function.
22655
22656         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22657         dissect text parts.
22658
22659         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22660         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22661
22662         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22663
22664         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22665         Use gnus-current-topics instead of gnus-current-topic.
22666
22667 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22668
22669         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22670
22671 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22672
22673         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22674         where appropriate.
22675
22676         * nnml.el (nnml-generate-active-info): do.
22677
22678         * nndiary.el (nndiary-generate-active-info): do.
22679
22680         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22681         (gnus-topic-move): do.
22682
22683         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22684         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22685
22686         * gnus-srvr.el (gnus-server-prepare)
22687         (gnus-server-open-all-servers): do.
22688
22689         * gnus-msg.el (gnus-summary-cancel-article)
22690         (gnus-summary-resend-message)
22691         (gnus-summary-mail-crosspost-complaint): do.
22692
22693         * gnus-move.el (gnus-change-server): do.
22694
22695         * gnus-group.el (gnus-group-unmark-all-groups)
22696         (gnus-group-set-current-level): do.
22697
22698 2004-10-04  Simon Josefsson  <jas@extundo.com>
22699
22700         * message.el (message-generate-hashcash): Doc fix.
22701
22702 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22703
22704         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22705         avoid infinite recursion via gnus-get-function.
22706
22707 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22708
22709         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22710
22711         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22712
22713         * nnmail.el (nnmail-split-history): do.
22714
22715         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22716         (nnml-request-delete-group): do.
22717
22718         * nnslashdot.el (nnslashdot-read-groups): do.
22719
22720         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22721         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22722
22723         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22724         (nnspool-sift-nov-with-sed): Use last.
22725         (nnspool-retrieve-headers-with-nov): Use mapc.
22726         (nnspool-request-newgroups): Use dolist.
22727         (nnspool-request-group): Use last.
22728
22729         * nntp.el (nntp-read-server-type): Use dolist.
22730
22731         * nnvirtual.el (nnvirtual-create-mapping)
22732         (nnvirtual-update-read-and-marked): Use dolist.
22733         (nnvirtual-convert-headers): Simplify.
22734
22735 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22736
22737         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22738         Add support for sync'ing tick marks.
22739
22740 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22741
22742         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22743         there's no visible header.
22744
22745 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22746
22747         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22748         When necessary, pass full group name to gnus-request-set-marks.
22749
22750 2004-10-01  Simon Josefsson  <jas@extundo.com>
22751
22752         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22753         acroread.
22754
22755 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22756
22757         * spam-report.el (spam-report-gmane): Fix interactive.
22758
22759         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22760
22761         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22762         when writing file.
22763         (gnus-agent-synchronize-flags): Don't default to being
22764         interactive.
22765
22766 2004-09-30  Simon Josefsson  <jas@extundo.com>
22767
22768         * message.el (message-generate-hashcash): Add.
22769         (message-send-mail): Use it, call mail-add-payment.
22770
22771 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22772
22773         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22774
22775 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22776
22777         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22778         gnus-requst-update-info with explicit code to sync the in-memory
22779         info read flags with the marks being sync'd to the backend.
22780
22781         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22782
22783 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22784
22785         * spam.el (spam-verify-bogofilter): Add new function.
22786         (spam-check-bogofilter)
22787         (spam-bogofilter-register-with-bogofilter): Use it.
22788         (spam-verify-bogofilter): Add small fixes.
22789
22790 2004-09-28  Simon Josefsson  <jas@extundo.com>
22791
22792         * hashcash.el (hashcash-generate-payment): Revert.
22793
22794 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22795
22796         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22797         Use gnus-extract-references instead of gnus-split-references.
22798
22799         * gnus-util.el (gnus-extract-references): Add new function, analogous
22800         to gnus-split-references but extracts only the message-ID without
22801         anything extra.
22802
22803         * hashcash.el (hashcash-generate-payment)
22804         (hashcash-check-payment): Do the right thing if hashcash-path is
22805         nil (because the hashcash program could not be found).
22806
22807         * spam.el (spam-use-hashcash): Remove comment.
22808
22809 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22810
22811         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22812         (gnus-cache-enter-article, gnus-cache-remove-article)
22813         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22814
22815         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22816
22817         * gnus-art.el (article-hide-boring-headers)
22818         (article-translate-strings, article-display-face)
22819         (gnus-article-mime-match-handle-first)
22820         (gnus-article-highlight-headers)
22821         (gnus-article-add-buttons-to-head): do.
22822
22823 2004-09-27  Simon Josefsson  <jas@extundo.com>
22824
22825         * hashcash.el: New version, from
22826         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22827         ../contrib/.
22828
22829 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22830
22831         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22832
22833 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22834
22835         * gnus-dup.el (gnus-dup-open): Use mapc.
22836         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22837
22838         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22839         Reported by Stefan Wiens <s.wi@gmx.net>.
22840
22841         * gnus.el (gnus-shutdown): Use dolist.
22842
22843         * gnus-undo.el (gnus-undo): Use mapc.
22844
22845         * nnrss.el (nnrss-generate-active): do.
22846
22847         * message.el (message-cite-original-without-signature)
22848         (message-cite-original): Use mapc.
22849         (message-do-actions, message-make-forward-subject): Use dolist.
22850
22851 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22852
22853         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22854         deletion to remove entire duplicate line.  Fixes merged article
22855         number bug.
22856
22857 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22858
22859         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22860         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22861         first ask if you want to open a server and then, even when you
22862         responded with no, asking if you want to synchronize the server's
22863         flags.
22864         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22865         multi-line expressions.
22866         (gnus-agent-synchronize-group-flags): New internal function.
22867         Updates marks in memory (in the info structure) AND in the
22868         backend.
22869
22870         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22871
22872         * nnagent.el (nnagent-request-set-mark):
22873         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22874         method, to ensure that synchronization updates marks in the
22875         backend and in the info (in memory) structure.
22876
22877 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22878
22879         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22880         convention fully; don't miss the root article of a thread; make
22881         the X-Draft-From header with correct article numbers.
22882
22883 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22884
22885         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22886         unless plugged.  Disable the agent so that an open failure causes
22887         an error.
22888
22889         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22890         Revert 2004-09-21 change.  The backend must be opened while
22891         synchronizing flags even when the backend stores the flags
22892         locally.
22893
22894 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22895
22896         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22897         in `header' match.  Reported by Svend Tollak Munkejord.
22898
22899         * message.el (message-cite-original): Fix use of
22900         `message-cite-articles-with-x-no-archive'.
22901
22902 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22903
22904         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22905         (gnus-window-to-buffer): Ditto.
22906
22907         * mml.el (mml-preview-buffer): New variable.
22908         (mml-preview): Manage window layout with gnus-buffer-configuration.
22909
22910         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22911         X-Draft-From header even if those articles aren't quoted.
22912
22913 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22914
22915         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22916         (gnus-request-set-mark, gnus-request-update-mark): Use new
22917         g-s-t-u-l-m to decide to use backend even when unplugged.
22918
22919 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22920
22921         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22922         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22923
22924 2004-09-20  Simon Josefsson  <jas@extundo.com>
22925
22926         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22927         "utf-16-le".
22928
22929 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22930
22931         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22932
22933 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22934
22935         * uudecode.el (uudecode-use-external): Add :version.
22936
22937         * smime.el (smime-CA-file, smime-encrypt-cipher)
22938         (smime-dns-server): Add :version.
22939
22940         * smiley.el (gnus-smiley-file-types): Add :version.
22941
22942         * sha1.el (sha1-use-external): Add :version.
22943
22944         * pgg-def.el (pgg-query-keyserver): Add :version.
22945
22946         * nnmail.el (nnmail-fancy-expiry-targets)
22947         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22948         Add :version.
22949
22950         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22951         (nnimap-retrieve-groups-asynchronous): Add :version.
22952         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22953
22954         * mml.el (mml-content-disposition-parameters)
22955         (mml-insert-mime-headers-always): Add :version.
22956
22957         * mm-util.el (mm-coding-system-priorities): Add :version.
22958
22959         * mm-decode.el (mm-inline-text-html-with-images)
22960         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22961         (mm-verify-option): Add :version.
22962         (mm-text-html-renderer): Change :version.
22963
22964         * message.el (message-fcc-externalize-attachments)
22965         (message-required-headers, message-draft-headers)
22966         (message-subject-trailing-was-query)
22967         (message-subject-trailing-was-ask-regexp)
22968         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22969         (message-mark-insert-end, message-archive-header)
22970         (message-archive-note, message-cross-post-default)
22971         (message-cross-post-note, message-followup-to-note)
22972         (message-cross-post-note-function, message-use-mail-followup-to)
22973         (message-subscribed-address-functions)
22974         (message-subscribed-address-file, message-subscribed-addresses)
22975         (message-subscribed-regexps, message-allow-no-recipients)
22976         (message-yank-cited-prefix, message-signature-insert-empty-line)
22977         (message-hidden-headers, message-hierarchical-addresses)
22978         (message-mail-user-agent, message-use-idna)
22979         (message-valid-fqdn-regexp)
22980         (message-strip-special-text-properties, message-header-synonyms)
22981         (message-beginning-of-line, message-tab-body-function): Add :version.
22982         (message-insert-canlock, message-wide-reply-confirm-recipients):
22983         Change :version.
22984
22985         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22986         and :version.
22987         (mail-source-delete-old-incoming-confirm)
22988         (mail-source-movemail-program): Add :version.
22989
22990         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22991         (gnus-agent-cache, gnus-agent): Change :version.
22992
22993         * gnus-util.el (gnus-use-byte-compile): Change :version.
22994
22995         * gnus-sum.el (gnus-summary-make-false-root-always)
22996         (gnus-summary-default-high-score)
22997         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22998         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22999         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23000         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23001         (gnus-sum-thread-tree-single-indent)
23002         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23003         (gnus-sum-thread-tree-leaf-with-other)
23004         (gnus-sum-thread-tree-single-leaf): Add :version.
23005         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23006         (gnus-article-loose-mime): Change :version.
23007
23008         * gnus-start.el (gnus-backup-startup-file)
23009         (gnus-save-startup-file-via-temp-buffer): Add :version.
23010
23011         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23012         (gnus-server-offline-face): Add :version.
23013
23014         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23015
23016         * gnus-msg.el (gnus-gcc-externalize-attachments)
23017         (gnus-debug-files, gnus-debug-exclude-variables)
23018         (gnus-discouraged-post-methods): Change :version.
23019         (gnus-confirm-mail-reply-to-news)
23020         (gnus-confirm-treat-mail-like-news): Add :version.
23021
23022         * gnus-int.el (gnus-server-unopen-status): Add :version.
23023
23024         * gnus-group.el (gnus-group-jump-to-group-prompt)
23025         (gnus-large-ephemeral-newsgroup)
23026         (gnus-fetch-old-ephemeral-headers): Add :version.
23027
23028         * gnus-fun.el (gnus-x-face-directory)
23029         (gnus-convert-pbm-to-x-face-command)
23030         (gnus-convert-image-to-x-face-command)
23031         (gnus-convert-image-to-face-command): Add :version.
23032
23033         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23034
23035         * gnus-cite.el (gnus-cite-blank-line-after-header)
23036         (gnus-article-boring-faces): Add :version.
23037
23038         * gnus-art.el (gnus-buttonized-mime-types)
23039         (gnus-inhibit-mime-unbuttonizing)
23040         (gnus-treat-display-face)
23041         (gnus-treat-body-boundary): Change :version.
23042         (gnus-body-boundary-delimiter, gnus-picon-databases)
23043         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23044         (gnus-treat-date-english, gnus-treat-fold-headers)
23045         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23046         (gnus-treat-mail-picon, gnus-treat-wash-html)
23047         (gnus-article-encrypt-protocol)
23048         (gnus-use-idna, gnus-article-over-scroll)
23049         (gnus-mime-display-multipart-alternative-as-mixed)
23050         (gnus-mime-display-multipart-related-as-mixed)
23051         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23052         (gnus-ctan-url, gnus-button-ctan-handler)
23053         (gnus-button-handle-ctan-bogus-regexp)
23054         (gnus-button-ctan-directory-regexp)
23055         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23056         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23057         (gnus-button-man-level, gnus-button-emacs-level)
23058         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23059
23060         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23061         (gnus-agent-go-online): Change :version.
23062         (gnus-agent-expire-unagentized-dirs)
23063         (gnus-agent-auto-agentize-methods): Add :version.
23064
23065         * flow-fill.el (fill-flowed-display-column)
23066         (fill-flowed-encode-column): Add :version.
23067
23068         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23069         (gnus-outlook-deuglify-unwrap-max)
23070         (gnus-outlook-deuglify-cite-marks)
23071         (gnus-outlook-deuglify-unwrap-stop-chars)
23072         (gnus-outlook-deuglify-no-wrap-chars)
23073         (gnus-outlook-deuglify-attrib-cut-regexp)
23074         (gnus-outlook-deuglify-attrib-verb-regexp)
23075         (gnus-outlook-deuglify-attrib-end-regexp)
23076         (gnus-outlook-display-hook): Add :version.
23077
23078         * binhex.el (binhex-use-external): Add :version.
23079
23080 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23081
23082         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23083         and `invisible'.
23084
23085 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23086
23087         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23088         in gnus-registry-trim.
23089
23090 2004-09-13  Simon Josefsson  <jas@extundo.com>
23091
23092         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23093
23094         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23095
23096         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23097         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23098         <yamaoka@jpl.org>.
23099         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23100         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23101         <yamaoka@jpl.org>.
23102
23103         * sieve.el (sieve-manage-mode): Ditto.
23104
23105 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23106
23107         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23108
23109 2004-09-11  Simon Josefsson  <jas@extundo.com>
23110
23111         * dns-mode.el: Add.
23112
23113         * mm-view.el (mm-display-dns-inline): Add.
23114
23115         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23116         (mm-automatic-display): Ditto.
23117
23118         * mailcap.el (mailcap-mime-data): Add text/dns.
23119         (mailcap-mime-extensions): Map .soa to text/dns.
23120
23121 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23122
23123         * gnus-art.el (article-decode-mime-words, article-babel)
23124         (gnus-article-highlight-signature, gnus-article-add-buttons)
23125         (gnus-signature-toggle): Remove unnecessary bindings of
23126         `inhibit-read-only' inherited from v5.10 merge.
23127
23128 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23129
23130         * nntp.el (nntp): New customization group.
23131         (nntp-authinfo-file): Add customization group.
23132
23133         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23134
23135         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23136
23137         * gnus.el (to-address, to-list, subscribed)
23138         (large-newsgroup-initial): Ditto.
23139
23140         * flow-fill.el (fill-flowed-display-column)
23141         (fill-flowed-encode-column): Ditto.
23142
23143 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23144
23145         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23146         Use point-min rather than 1.
23147         (message-send-mail): Use buffer-size rather than point-max.
23148
23149         * gnus-sum.el (gnus-summary-search-article-forward):
23150         Signal a specific `search-failed' rather than a generic `error'.
23151
23152         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23153         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23154         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23155
23156 2004-09-10  Simon Josefsson  <jas@extundo.com>
23157
23158         * nndb.el (require): Remove tcp and duplicate cl.
23159
23160 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23161
23162         * gnus-agent.el (directory-files-and-attributes): Move forward.
23163
23164 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23165
23166         * gnus-agent.el (directory-files-and-attributes):
23167         Optionally defined to support XEmacs.
23168
23169 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23170
23171         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23172         to avoid run-time CL dependencies.
23173         (gnus-agent-unfetch-articles): New function.
23174         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23175         article numbers even when local .overview file is missing.
23176         (gnus-agent-read-article-number): New function.  Only accepts
23177         27-bit article numbers.
23178         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23179         Use gnus-agent-read-article-number.
23180         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23181         from backend while recognizing that article numbers in .overview
23182         must be valid.
23183         (gnus-agent-update-files-total-fetched-for):
23184         Use directory-files-and-attributes to improve performance.
23185         * gnus-int.el (gnus-request-move-article):
23186         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23187         improve performance.
23188
23189         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23190         some users confused by references to .newsrc when they only have a
23191         .newsrc.eld file.
23192         (gnus-convert-mark-converter-prompt)
23193         (gnus-convert-converter-needs-prompt): Fix use of property list.
23194         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23195         New function.  Used internally to only display 'gnus converting
23196         files' message when actually necessary.
23197
23198         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23199         methods now autoloaded.
23200
23201 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23202
23203         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23204         identifiers.
23205
23206 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23207
23208         * gnus-picon.el: Fix indentation and closing parenthesis.
23209
23210 2004-09-01  Simon Josefsson  <jas@extundo.com>
23211
23212         * message.el (message-canlock-generate): Require sha1, not
23213         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23214         to require within a function.  Sadly, if sha1.el isn't loaded, the
23215         let binding in m-c-g will hide the defcustom definition, which is
23216         bad.)
23217
23218         * canlock.el: Require sha1, not sha1-el.
23219
23220         * message.el: Don't autoload sha1 (there is a autoload cookie in
23221         sha1.el).
23222
23223         * sha1-el.el: Rename to sha1.el.
23224
23225 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23226
23227         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23228
23229 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23230
23231         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23232
23233 2004-08-30  Kim F. Storm  <storm@cua.dk>
23234
23235         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23236
23237         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23238         Add :group 'nnimap.
23239
23240 2004-08-30  Andreas Schwab  <schwab@suse.de>
23241
23242         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23243         ?* and ?\;.
23244
23245         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23246         and ?\' to symbol instead of whitespace.
23247
23248 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23249
23250         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23251
23252         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23253         instead of re-search-forward.
23254
23255         * gnus-uu.el (gnus-uu-save-article): Ditto.
23256         (gnus-uu-post-encode-uuencode): Ditto.
23257
23258         * html2text.el (html2text-clean-list-items): Ditto.
23259         (html2text-clean-dtdd): Ditto.
23260         (html2text-format-tags): Ditto.
23261
23262         * message.el (message-send-mail-with-sendmail): Fix regexp.
23263         (message-fill-field-general): Use search-forward instead of
23264         re-search-forward.
23265         (unbold-region): Ditto.
23266
23267         * nnrss.el (nnrss-request-article): Ditto.
23268
23269         * nnslashdot.el (nnslashdot-request-article): Ditto.
23270
23271         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23272
23273         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23274         "Unrecognized menu descriptor" error in XEmacs.
23275
23276 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23277
23278         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23279         parent article of a sparse article in the thread hashtb.
23280
23281 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23282
23283         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23284         (nnmail-expand-newtext): Lowercase expanded entries if
23285         nnmail-split-lowercase-expanded is non-nil.
23286
23287 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23288
23289         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23290
23291         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23292         of gnus-tmp-news-method into string under XEmacs.  It will be
23293         passed to gnus-correct-length which takes only a string argument.
23294
23295 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23296
23297         * gnus-util.el (gnus-bind-print-variables): New macro.
23298         (gnus-prin1): Use it.
23299         (gnus-prin1-to-string): Use it.
23300         (gnus-pp): New function.
23301         (gnus-pp-to-string): New function.
23302
23303         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23304         Replace pp-to-string with gnus-pp-to-string.
23305         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23306         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23307         * gnus-msg.el (gnus-debug): Ditto.
23308         * gnus-score.el (gnus-score-save): Ditto.
23309         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23310         gnus-pp-to-string.
23311         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23312         with gnus-pp.
23313         * score-mode.el (gnus-score-pretty-print): Ditto.
23314         * webmail.el (webmail-debug): Ditto.
23315
23316 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23317
23318         * gnus-art.el (article-display-face, article-display-x-face):
23319         Use buffer-read-only.
23320
23321 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23322
23323         * gnus-art.el (article-hide-list-identifiers):
23324         Bind inhibit-read-only as t.
23325
23326 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23327
23328         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23329
23330 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23331
23332         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23333         (gnus-narrow-to-page): Don't assume point-min == 1.
23334         (gnus-article-edit-mode): Derive from message-mode.
23335
23336         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23337         point-min == 1.
23338
23339         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23340         Disable incorrect use of `assert'.
23341
23342         * message.el (message-mode): Set comment-start-skip.
23343
23344
23345 2004-08-22  Sam Steingold  <sds@gnu.org>
23346
23347         * pop3.el (pop3-leave-mail-on-server): New user variable.
23348         (pop3-movemail): Delete mail only when it is nil.
23349
23350 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23351
23352         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23353
23354         * mml.el (mml-preview): Use `pop-to-buffer'.
23355
23356         * message.el (message-goto-mail-followup-to): Insert after "To".
23357         (message-carefully-insert-headers): Add comment.
23358
23359         * gnus.el: Remove unused variable `gnus-article-check-size'.
23360
23361         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23362
23363         * gnus-art.el (gnus-button-alist):
23364         Improve `gnus-button-handle-library' entry.
23365
23366 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23367
23368         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23369         Use downcase, since XEmacs capitalizes error messages differently.
23370
23371 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23372
23373         * nntp.el: Add (require 'gnus) due to reference to
23374         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23375
23376 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23377
23378         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23379         Bind `mm-fill-flowed'.
23380
23381         * mm-decode.el (mm-dissect-singlepart): Check it.
23382
23383 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23384
23385         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23386         'imap' for netrc parsing.
23387
23388 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23389
23390         * mailcap.el (mailcap-mime-data): Mark as risky.
23391
23392 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23393
23394         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23395         may be included in the encoded word.
23396         (rfc2047-encode): Don't append a space if the encoded word
23397         includes close parenthesis.
23398
23399 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23400
23401         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23402         of text within parentheses.
23403
23404 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23405
23406         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23407         (gnus-encrypt-write-file-contents): Make the password key the file
23408         name PLUS the cipher, not just the cipher.  Also remove failed
23409         passwords from the cache.
23410
23411 2004-08-06  Simon Josefsson  <jas@extundo.com>
23412
23413         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23414         Doc fix.
23415
23416 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23417
23418         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23419         LWSP.
23420
23421 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23422
23423         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23424         Try to append in-reply-to: data to the references: header.
23425
23426         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23427         (netrc-parse): Use gnus-encrypt.el functions.
23428
23429         * gnus-encrypt.el: Add new file for encryption support; currently
23430         does only a few GPG ciphers and an internal XOR cipher.
23431
23432         * password.el: Add comments on using password-read-and-add.
23433         (password-read-and-add): Add function to read and add the
23434         password to the cache at once.
23435
23436 2004-07-28  Simon Josefsson  <jas@extundo.com>
23437
23438         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23439         parameter (but don't use it, for now).
23440
23441         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23442         instead of hard coding to nil.
23443
23444 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23445
23446         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23447         as mm-inline-image-xemacs does.
23448
23449 2004-07-26  Simon Josefsson  <jas@extundo.com>
23450
23451         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23452         Revert part of 2004-07-17 change below.
23453
23454 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23455
23456         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23457         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23458
23459 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23460
23461         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23462         quotes that actually start with ">" at the beginning of the
23463         lines.
23464
23465 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23466
23467         * rfc2047.el (rfc2047-encode-region): Fix last change.
23468         (rfc2047-encode-parameter): Remove useless concat.
23469
23470 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23471
23472         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23473         encode special characters; fix some kind of misconfigured headers;
23474         signal a real error if debug-on-quit or debug-on-error is non-nil.
23475         (rfc2047-encode-max-chars): New variable.
23476         (rfc2047-encode-1): Use it.
23477         (rfc2047-encode-parameter): New function.
23478
23479         * mml.el (mml-insert-parameter): Remove an excessive space.
23480
23481 2004-07-17  Simon Josefsson  <jas@extundo.com>
23482
23483         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23484         Kai Grossjohann <kai@emptydomain.de>.
23485         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23486         (gnus-group-make-menu-bar): Ditto.
23487
23488         * gnus-util.el (gnus-group-server): Add.
23489
23490 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23491
23492         * message.el (message-clone-locals): Clone sendmail and smtp
23493         variables.
23494
23495 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * rfc2047.el (rfc2047-encode-region): Fix last change.
23498
23499 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23500
23501         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23502         characters as non-special.
23503
23504 2004-07-09  Simon Josefsson  <jas@extundo.com>
23505
23506         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23507         Users will lose all flag changes made while unplugged with
23508         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23509         good default.  See numerous reports on ding mailing list.
23510
23511 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23512
23513         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23514         add generate-head-function and generate-article-function to the
23515         rfc822-forward entry.
23516         (nndoc-rfc822-forward-generate-article): New function.
23517         (nndoc-rfc822-forward-generate-head): New function.
23518
23519         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23520
23521 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23522
23523         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23524         respect display group parameter and gnus-summary-expunge-below.
23525         (gnus-articles-to-read): Remove unused reference to display group
23526         parameter.
23527
23528 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23529
23530         * nnheader.el (nnheader-uniquify-message-id): New experimental
23531         variable.
23532         (nnheader-nov-read-message-id): Use it.
23533
23534         * spam-report.el (spam-report-gmane): Add interactive.
23535
23536 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23537
23538         * mm-encode.el (mm-content-transfer-encoding-defaults):
23539         Use qp-or-base64 for the application/* types.
23540
23541 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23542
23543         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23544
23545 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23546
23547         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23548         trim value.
23549
23550 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23551
23552         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23553         New macro and function.
23554         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23555
23556 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23557
23558         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23559         after-load-alist.
23560
23561 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23562
23563         * gnus-group.el (gnus-group-get-new-news-this-group):
23564         Don't update info that isn't there.
23565
23566 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23567
23568         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23569         entry.
23570
23571 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23572
23573         * mm-view.el (mm-inline-render-with-function): Use multibyte
23574         buffer; decode html source by charset.
23575
23576         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23577
23578         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23579         Mule-UCS is loaded under XEmacs.
23580         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23581
23582 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23583
23584         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23585
23586 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23587
23588         * mm-util.el (mm-coding-system-p): Return a coding-system.
23589         (mm-mime-mule-charset-alist): Use shift_jis instead of
23590         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23591         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23592         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23593         instead of japanese-shift-jis and iso-latin-1 respectively in
23594         order to share the default value with both Emacs and XEmacs-mule.
23595         (mm-mule-charset-to-mime-charset):
23596         Make mm-coding-system-priorities effective.
23597         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23598         while predicating of candidates upon the priorities.
23599
23600 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23601
23602         * gnus-sum.el (gnus-summary-make-menu-bar):
23603         Add gnus-uu-invert-processable.
23604
23605         * gnus.el: Autoload gnus-uu-invert-processable.
23606
23607 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23608
23609         * mm-util.el (mm-with-multibyte-buffer): New macro.
23610
23611         * rfc2047.el (rfc2047-encode-string): Use it.
23612         (rfc2047-encode-region): Move point to the end of the region after
23613         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23614
23615 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23618         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23619
23620 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23621
23622         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23623         (gnus-cite-parse): Ignore quoted envelope From_.
23624         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23625
23626 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23627
23628         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23629         invalid addresses.
23630
23631 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23632
23633         * spam.el: Change section markers, revise TODO list.
23634         (spam-backends): Make new master list of all installed backends.
23635         (spam-summary-exit-behavior): Add new variable to determine how
23636         messages moves are done at summary exit.
23637         (spam-move-spam-nonspam-groups-only)
23638         (spam-process-ham-in-nonham-groups)
23639         (spam-process-ham-in-spam-groups): Remove variables, the
23640         spam-summary-exit-behavior variable should be used to manage this
23641         behavior.
23642         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23643         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23644         and spam-old-spam-articles.
23645         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23646         Add empty variables, placeholders for the backends they represent.
23647         (spam-set-difference): Move, unchanged.
23648         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23649         unless the user has a processor variable.
23650         (spam-classifications, spam-classification-valid-p)
23651         (spam-backend-properties, spam-backend-property-valid-p)
23652         (spam-backend-function-type-valid-p)
23653         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23654         (spam-report-articles-gmane, spam-report-articles-resend):
23655         Remove functions, they are not needed.
23656         (spam-install-backend-super, spam-backend-list)
23657         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23658         (spam-backend-function, spam-backend-ham-registration-function)
23659         (spam-backend-spam-registration-function)
23660         (spam-backend-ham-unregistration-function)
23661         (spam-backend-spam-unregistration-function)
23662         (spam-backend-statistical-p, spam-backend-mover-p)
23663         (spam-install-backend-alias, spam-install-checkonly-backend)
23664         (spam-install-mover-backend, spam-install-nocheck-backend)
23665         (spam-install-backend, spam-install-statistical-backend)
23666         (spam-install-statistical-checkonly-backend): Add backend installation
23667         support.
23668         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23669         (spam-group-processor-p): Use the new backend code and respect the
23670         summary exit behavior.
23671         (spam-mark-spam-as-expired-and-move-routine): Remove.
23672         (spam-summary-prepare): Change to use the new spam-old-articles
23673         variable.
23674         (spam-copy-or-move-routine, spam-copy-spam-routine)
23675         (spam-move-spam-routine, spam-copy-ham-routine)
23676         (spam-move-ham-routine): Add code to copy/move ham or spam.
23677         (spam-fetch-field-fast): Improve doc and code, plus allow the
23678         'number request.
23679         (spam-list-of-checks, spam-list-of-statistical-checks):
23680         Remove variables.
23681         (spam-split, spam-find-spam): Use the new backend code.
23682         (spam-registration-functions): Remove variable.
23683         (spam-unregister-routine): Add convenience wrapper.
23684         (spam-log-undo-registration, spam-register-routine)
23685         (spam-log-processing-to-registry)
23686         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23687         where possible.
23688         (spam-check-gmane-xref, spam-check-regex-headers)
23689         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23690         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23691         (spam-check-bogofilter-headers, spam-check-spamoracle)
23692         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23693         (spam-check-crm114-headers): Use the spam-split-group that
23694         spam-split prepares, no need to determine it every time.
23695
23696         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23697         to the nnheader-parse-naked-head call.
23698
23699         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23700
23701         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23702         the nnheader-nov-read-message-id call.
23703
23704 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23705
23706         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23707         gnus-activate-group twice.  Suggested by Markus Peter
23708         <warp@spin.de>.
23709
23710 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23711
23712         * gnus-art.el (gnus-article-time-format): Exchange the order of
23713         day and month in the default value; fix customization type.
23714         (article-date-ut): Use add-text-properties.
23715         (article-make-date-line): Use message-make-date instead of
23716         current-time-string.
23717
23718         * message.el (message-fetch-field): Don't use set-text-properties.
23719         (message-make-date): Simplify.
23720
23721         * messagexmas.el (message-xmas-make-date): New function.
23722         (message-xmas-redefine): Defalias message-make-date to it.
23723
23724 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23725
23726         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23727         (rfc2047-encode-region): Treat text within parentheses as special;
23728         show the original text when error has occurred.
23729
23730         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23731         already-computed method to gnus-activate-group.
23732
23733         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23734         same select-methods identical Lisp objects.
23735
23736         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23737         object when modifying the info.
23738
23739 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23740
23741         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23742         gnus-opened-servers since it has never been opened with the new
23743         configuration yet.
23744
23745 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23746
23747         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23748         arg to nnheader-generate-fake-message-id.
23749
23750 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23751
23752         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23753         number and build a fake message ID localized to a group and
23754         article number (so it's repeatable from that point on).
23755         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23756         ID format.
23757
23758         * gnus-sum.el (gnus-get-newsgroup-headers):
23759         Call nnheader-generate-fake-message-id with the article number.
23760
23761 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23762
23763         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23764         end-of-buffer.
23765
23766 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23767
23768         * message.el (message-ignored-supersedes-headers): Add Approved.
23769
23770 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23771
23772         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23773         goto-char.
23774         (rfc2047-encode): Fold the line before encoding.
23775
23776 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23777
23778         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23779         folding -- not all headers can be folded, and this should be done
23780         by the message composition mode.  Probably.  I think.
23781
23782 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23783
23784         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23785         fast.
23786
23787         * gnus-ems.el (gnus-remove-image): Don't use
23788         message-text-with-property; remove only the image found first.
23789
23790         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23791         found first.
23792
23793 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23794
23795         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23796
23797 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23798
23799         * message.el (message-text-with-property): Make it fast and accept
23800         optional arguments.
23801         (message-strip-forbidden-properties): Use it.
23802         (message-fix-before-sending): Follow the m-t-w-p change.
23803
23804         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23805
23806 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23807
23808         * gnus-art.el (article-hide-headers): Don't change the buffer
23809         mistakenly when performing mml-preview even if
23810         gnus-single-article-buffer is nil.
23811
23812 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23813
23814         * message.el (message-expand-name-databases): New user option.
23815         (message-expand-name): Use it.
23816
23817 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23818
23819         * spam.el (spam-report-articles-resend)
23820         (spam-report-resend-register-routine): Allow ham reporting.
23821         (spam-report-resend-register-ham-routine): Add wrapper.
23822         (spam-registration-functions): Add ham resending functions.
23823         (spam-list-of-processors): Add ham resend processor.
23824
23825         * gnus.el (ham-resend-to): Add new group parameter.
23826         (spam-process): Add ham resend option.
23827
23828         * spam-report.el (spam-report-resend): Allow reporting ham.
23829         (spam-report-resend-ham): Add wrapper.
23830
23831 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23832
23833         * message.el (message-cite-articles-with-x-no-archive):
23834         New variable.
23835         (message-cite-original): Use it.
23836
23837 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23838
23839         * message.el (message-cite-original): Respect X-No-Archive.
23840
23841 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23842
23843         * gnus-art.el (article-hide-headers): Refer to the values for
23844         gnus-ignored-headers and gnus-visible-headers in the summary
23845         buffer since a user may have set them as group parameters.
23846
23847 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23848
23849         * assistant.el (assistant-node-name): Add convenience function.
23850         (assistant-render-text, assistant-render-node): Add error handling,
23851         plus handle multiple next nodes.
23852         (assistant-find-next-node): Comment out for now.
23853         (assistant-find-next-nodes): Add function, returns list of next
23854         nodes.
23855
23856 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23857
23858         * mail-source.el (mail-source-directory): Fix doc-string.
23859
23860 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23861
23862         * assistant.el (assistant-render-text, assistant-eval): Add :set
23863         widget type, which is different because it takes and returns a
23864         list.  Much hilarity ensues.
23865
23866 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23867
23868         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23869
23870         * gnus-group.el (gnus-group-get-new-news-this-group):
23871         Add doc-string.
23872
23873         * gnus-start.el (gnus-activate-group): Add doc-string.
23874
23875 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23876
23877         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23878
23879 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23880
23881         * assistant.el (assistant-render-text): Try to add a :set
23882         widget, more to come.
23883
23884         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23885         strings.
23886         (spam-report-articles-resend)
23887         (spam-register-routine): Do registration iff any articles warrant
23888         it.
23889         (spam-summary-prepare-exit): Change log message for nil group
23890         destinations.
23891
23892 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23893
23894         * spam.el (spam-report-resend-register-routine):
23895         Allow spam-report-resend-to to be a group parameter or a global value.
23896
23897 2004-05-26  Simon Josefsson  <jas@extundo.com>
23898
23899         * starttls.el: Merge with my GNUTLS based starttls.el.
23900         (starttls-gnutls-program, starttls-use-gnutls)
23901         (starttls-extra-arguments, starttls-process-connection-type)
23902         (starttls-connect, starttls-failure, starttls-success):
23903         New variables.
23904         (starttls-program, starttls-extra-args): Doc fix.
23905         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23906         New functions.
23907         (starttls-negotiate, starttls-open-stream):
23908         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23909         function if it is set.
23910
23911 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23912
23913         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23914         structured fields.
23915
23916 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23917
23918         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23919
23920 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23921
23922         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23923         Add variable.
23924         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23925         assigning the spam-mark to new messages.
23926
23927 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23928
23929         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23930
23931 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23932
23933         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23934
23935         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23936         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23937         default.
23938
23939 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23940
23941         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23942         correct data.
23943
23944 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23945
23946         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23947         (spam-group-processor-p): Fix function.
23948         (spam-group-processor-multiple-p)
23949         (spam-group-spam-processor-report-gmane-p)
23950         (spam-group-spam-processor-report-resend-p)
23951         (spam-group-spam-processor-bogofilter-p)
23952         (spam-group-spam-processor-blacklist-p)
23953         (spam-group-spam-processor-ifile-p)
23954         (spam-group-ham-processor-ifile-p)
23955         (spam-group-spam-processor-spamoracle-p)
23956         (spam-group-spam-processor-crm114-p)
23957         (spam-group-ham-processor-bogofilter-p)
23958         (spam-group-spam-processor-stat-p)
23959         (spam-group-ham-processor-stat-p)
23960         (spam-group-ham-processor-whitelist-p)
23961         (spam-group-ham-processor-BBDB-p)
23962         (spam-group-ham-processor-spamoracle-p)
23963         (spam-group-ham-processor-copy-p): Remove functions with some
23964         prejudice against unneeded code.
23965         (spam-report-articles-resend)
23966         (spam-report-resend-register-routine): Allow the group/topic
23967         spam-resend-to value to override spam-report-resend-to.
23968         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23969         properly now.
23970
23971         * gnus.el (spam-resend-to): Add group/topic parameter.
23972         (spam-process): Move the OBSOLETE processors to the end of the
23973         choices.
23974
23975 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23976
23977         * spam-report.el (spam-report-resend-to, spam-report-resend):
23978         Start with resend-to set to nil, and then ask the user if necessary.
23979         (spam-report-resend): spam-report-resend takes a list of articles, not
23980         separate article numbers.
23981
23982 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23983
23984         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23985         addition to emacs-w3m.
23986
23987 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23988
23989         * assistant.el (assistant-authinfo-data): New function.
23990         (assistant-eval): Eval for entire assistant.
23991
23992         * netrc.el (netrc-services-file): New variable.
23993         (netrc-parse-services): New function.
23994         (netrc-find-service-name): New function.
23995         (netrc-find-service-number): New function.
23996         (netrc-port-equal): New function.
23997         (netrc-machine): Use it.
23998
23999         * nnimap.el (nnimap-open-connection): Use netrc.
24000
24001         * gnus-util.el (gnus-netrc-get): Remove aliases.
24002
24003         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24004
24005         * assistant.el (wid-edit): Fix compilation.
24006
24007         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24008
24009 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24010
24011         * gnus-util.el (gnus-set-file-modes): New function.  (small
24012         patch).
24013
24014 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24015
24016         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24017
24018         * assistant.el (assistant-render-node): Fix up rendering and
24019         read-only text.
24020         (assistant-render-node): Reset.
24021         (assistant-make-read-only): Not sticky.
24022
24023 2004-05-20  Danny Siu  <dsiu@adobe.com>
24024
24025         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24026         centered even when gnus-auto-center-summary is t.
24027
24028 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24029
24030         * dns.el (dns-get-txt-answer): New function.
24031         (dns-read-txt): Ditto.
24032         (query-dns): Use it.
24033
24034 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24035
24036         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24037         active for foreign groups even if the group level is higher than
24038         the specified value.
24039
24040 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24041
24042         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24043         non-active groups.
24044
24045         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24046
24047 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24048
24049         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24050
24051 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24052
24053         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24054         (spam-crm114-header, spam-crm114-spam-switch)
24055         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24056         (spam-crm114-positive-spam-header)
24057         (spam-crm114-database-directory, spam-list-of-processors)
24058         (spam-group-spam-processor-crm114-p)
24059         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24060         (spam-generic-score, spam-list-of-checks)
24061         (spam-list-of-statistical-checks, spam-registration-functions)
24062         (spam-check-crm114-headers, spam-crm114-score)
24063         (spam-check-crm114, spam-crm114-register-with-crm114)
24064         (spam-crm114-register-spam-routine)
24065         (spam-crm114-unregister-spam-routine)
24066         (spam-crm114-register-ham-routine)
24067         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24068
24069 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24070
24071         * gnus.el: Add spam-use-crm114.
24072
24073         * spam.el (spam-list-of-processors, spam-registration-functions):
24074         Add spam-use-resend.
24075         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24076         (spam-report-articles-gmane): Add doc fix.
24077         (spam-report-articles-resend, spam-report-resend-register-routine):
24078         Add wrappers around spam-report-resend-to.
24079
24080         * spam-report.el (spam-report-resend-to, spam-report-resend):
24081         Add support for resending spam.
24082         (spam-report-gmane): Fix line length >80.
24083
24084         * gnus.el (spam-process): Add spam-use-resend.
24085
24086 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24087
24088         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24089         number of processed spam messages.
24090         (spam-ham-copy-or-move-routine): Return the number of processed
24091         ham messages.
24092         (spam-summary-prepare-exit): Use the above values to decide
24093         whether status messages shouled be displayed.
24094
24095 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24096
24097         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24098         `rfc2047-encoding-function-alist' in order to avoid conflicting
24099         with the old version.
24100         (rfc2047-encode-region): Concatenate words containing non-ASCII
24101         characters in structured fields; don't encode space-delimited
24102         ASCII words even in unstructured fields; don't break words at
24103         char-category boundaries.
24104         (rfc2047-encode-1): New function.
24105         (rfc2047-encode): Use it; encode text so that it occupies the
24106         maximum width within 76-column; work correctly on Q encoding for
24107         iso-2022-* charsets.
24108         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24109         sure not to break a line just after the header name.
24110         (rfc2047-b-encode-region): Remove.
24111         (rfc2047-b-encode-string): New function.
24112         (rfc2047-q-encode-region): Remove.
24113         (rfc2047-q-encode-string): New function.
24114
24115         * mm-util.el (mm-replace-in-string): New function.
24116
24117 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24118
24119         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24120         Really get it right.
24121         (gnus-inews-make-draft): Really.
24122
24123 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24124
24125         * nnmh.el (nnmh-request-list-1): Don't check the link count
24126         before descending.  (small patch)
24127
24128 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24129
24130         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24131         stuff.
24132
24133         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24134         Match on real group name.
24135
24136         * gnus-art.el (gnus-signature-limit): Doc fix.
24137
24138         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24139
24140         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24141
24142 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24143
24144         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24145         isn't a string.
24146
24147 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24148
24149         * gnus-draft.el (gnus-draft-send):
24150         Bind rfc2047-encode-encoded-words.
24151
24152         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24153         (rfc2047-encodable-p): Say that =? needs encoding.
24154         (rfc2047-encode-encoded-words): New variable.
24155
24156         * gnus-group.el (gnus-group-select-group): Doc fix.
24157
24158         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24159
24160         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24161         to nil.
24162
24163         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24164
24165         * nnheader.el (nnheader-get-lines-and-char): New function.
24166
24167 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24168
24169         * gnus-msg.el (gnus-summary-followup-with-original):
24170         Document yanking of region when active.
24171
24172 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24173
24174         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24175         groups if the group level is higher than the specified value.
24176
24177 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24178
24179         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24180         (gnus-group-jump-to-group): Add prefix argument using
24181         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24182         non-active group.
24183
24184         * compface.el (uncompface): Be verbose when changing
24185         `uncompface-use-external'.
24186
24187         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24188         handle manual section.
24189
24190 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24191
24192         * gnus-art.el (gnus-button-alist): Revert previous change.
24193
24194 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24195
24196         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24197
24198 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24199
24200         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24201         whether backend can accept message.
24202
24203         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24204
24205 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24206
24207         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24208         Avoid creating directory when nntp-marks-is-evil is true.
24209         Reported by Reiner Steib.
24210
24211 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24212
24213         * gnus-picon.el (gnus-picon-insert-glyph):
24214         Add optional `nostring' argument.
24215
24216 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24217
24218         * gnus-picon.el (gnus-picon-style): New variable.
24219         (gnus-picon-transform-address): Support `gnus-picon-style'.
24220
24221 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24222
24223         * message.el (message-fill-field): Return point.
24224         (message-generate-headers): Go to end of field.
24225
24226         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24227         stuff for non-living groups.
24228
24229 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24230
24231         * gnus-art.el (gnus-article-followup-with-original)
24232         (gnus-article-reply-with-original): gnus-mark-active-p ->
24233         gnus-region-active-p.
24234
24235 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24236
24237         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24238         only when there is spam or ham to be processed.
24239
24240 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24241
24242         * mail-source.el (mail-source-delete-crash-box): Refactor.
24243         (mail-source-fetch): Use it.
24244         (mail-source-fetch-file): Ditto.
24245         (mail-source-fetch-directory): Run postscript in loop.
24246         (mail-source-fetch-pop): Delete.
24247         (mail-source-fetch-maildir): Ditto.
24248         (mail-source-fetch-imap): Ditto.
24249
24250         * imap.el (imap-authenticators): Comment out sasl.
24251
24252         * message.el (message-skip-to-next-address): New function.
24253         (message-fill-header-address): Refactor.
24254         (message-fill-address): Use it.
24255         (message-delete-address): Use it.
24256         (message-fill-header-general): Refactor.
24257         (message-fill-field-address): Rename.
24258         (message-narrow-to-field): Find the start of the header.
24259         (message-header-format-alist): Don't pre-fill.
24260         (message-fill-header): Remove.
24261         (message-insert-header): New function.
24262         (message-shorten-references): Use it.
24263
24264         * rfc2047.el (rfc2047-field-value): Strip props.
24265
24266         * mail-parse.el (mail-header-make-address): New alias.
24267
24268         * ietf-drums.el (ietf-drums-make-address): New function.
24269
24270         * imap.el: Add compiler directives.
24271
24272         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24273
24274         * gnus-art.el (article-decode-idna-rhs): Don't use
24275         message-idna-inside-rhs-p.
24276
24277 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24278
24279         * message.el (message-idna-inside-rhs-p): Remove.
24280         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24281
24282         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24283         false positives.
24284
24285 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24286
24287         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24288
24289 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24290
24291         * nneething.el (nneething-file-name): Don't create spurious
24292         files.
24293
24294         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24295         (gnus-inews-do-gcc): Remove sleep.
24296
24297         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24298         part under point.
24299
24300         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24301         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24302
24303 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24304
24305         * spam.el (spam-summary-prepare-exit): Fix (length).
24306
24307 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24308
24309         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24310         as expired without moving it" message when there are spam
24311         messages left.
24312
24313 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24314
24315         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24316         header is not nil.
24317
24318 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24319
24320         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24321         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24322         (nntp-marks-changed-p): New arg SERVER.
24323         (nntp-request-update-info): Adjust caller.
24324
24325 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24326
24327         * nntp.el (nntp-save-marks): Pass missing arg.
24328
24329 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24330
24331         * nntp.el: Support marks.
24332         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24333         (nntp-marks-modtime, nntp-marks-directory): New variables.
24334         (nntp-request-set-mark, nntp-request-update-info)
24335         (nntp-possibly-create-directory, nntp-marks-changed-p)
24336         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24337         New functions.
24338
24339 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24340
24341         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24342         (gnus-xmas-redefine): Rename.
24343
24344         * gnus-score.el (gnus-score-insert-help):
24345         Use gnus-select-lowest-window.
24346
24347         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24348         appt-select-lowest-window and rename to gnus-select-lowest-window.
24349
24350         * gnus.el: do.
24351
24352 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24353
24354         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24355         encodings of MIME-encoded words, in order to improve
24356         interoperability with several broken MUAs.
24357
24358 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24359
24360         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24361         tags, only when charsets are not specified in headers.
24362         (mm-inline-text-html-render-with-w3m): Ditto.
24363
24364         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24365         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24366
24367 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24368
24369         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24370         instead of MIME-decoded from fields when checking
24371         `gnus-article-address-banner-alist'.
24372
24373 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24374
24375         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24376         description rather than subject.
24377
24378 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24379
24380         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24381
24382 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24383
24384         * gnus.el (gnus-version-number): Bump.
24385
24386 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24387
24388         * gnus.el: No Gnus v0.2 is released.
24389
24390 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24391
24392         * gnus-agent.el (gnus-agent-read-agentview):
24393         Inline gnus-uncompress-range.
24394
24395 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24396
24397         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24398         `exec-installed-p'.
24399
24400 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24401
24402         * gnus.el (spam-process, spam-autodetect-methods):
24403         Add bsfilter and bsfilter-headers.
24404
24405         * spam.el (spam-bsfilter): New customize group.
24406         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24407         (spam-bsfilter-header, spam-bsfilter-probability-header)
24408         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24409         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24410         (spam-bsfilter-database-directory): New options.
24411         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24412         (spam-list-of-statistical-checks, spam-registration-functions):
24413         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24414         (spam-bsfilter-score): New command.
24415         (spam-check-bsfilter-headers, spam-check-bsfilter)
24416         (spam-bsfilter-register-with-bsfilter)
24417         (spam-bsfilter-register-spam-routine)
24418         (spam-bsfilter-unregister-spam-routine)
24419         (spam-bsfilter-register-ham-routine)
24420         (spam-bsfilter-unregister-ham-routine): New functions.
24421         (spam-generic-score): Support bsfilter; Accept an optional argument
24422         to recalcurate spam score even if scoring header has already been
24423         added.
24424         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24425         optional argument to recalcurate spam score even if scoring header
24426         has already been added.
24427
24428 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24429
24430         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24431         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24432         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24433         link is missing.
24434
24435 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24436
24437         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24438         (html2text-get-attr): Rewrite.
24439
24440         * message.el (message-setup-1): Remove redundant put-text-property
24441         on mail-header-separator.
24442
24443 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24444
24445         * gnus-registry.el (gnus-registry-cache-whitespace)
24446         (gnus-registry-action, gnus-registry-spool-action)
24447         (gnus-registry-split-fancy-with-parent): Change message levels
24448         from 5 to 3 or 7, as needed.
24449
24450         * spam.el (spam-summary-prepare-exit)
24451         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24452         (spam-split, spam-find-spam, spam-log-undo-registration)
24453         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24454         level from 5 to 6.
24455
24456 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24457
24458         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24459         2004-03-04 change).
24460
24461 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24462
24463         * sieve-manage.el (sieve-manage-open):
24464         * nnweb.el (nnweb-insert-html):
24465         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24466         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24467         * nnspool.el (nnspool-request-group):
24468         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24469         * nnml.el (nnml-request-update-info):
24470         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24471         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24472         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24473         (nnimap-request-set-mark):
24474         * nnfolder.el (nnfolder-request-update-info):
24475         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24476         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24477         * gnus-uu.el (gnus-uu-find-articles-matching):
24478         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24479         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24480         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24481         * gnus-nocem.el (gnus-nocem-scan-groups):
24482         * gnus-int.el (gnus-start-news-server):
24483         * gnus-group.el (gnus-group-make-kiboze-group)
24484         (gnus-group-browse-foreign-server):
24485         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24486         Use mapc when appropriate.
24487
24488 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24489             Adam Sjøgren  <asjo@koldfront.dk>
24490             Wes Hardaker  <wes@hardakers.net>
24491             Michael Shields  <shields@msrl.com>
24492
24493         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24494         may need for spam sorting and scoring.
24495         (spam-user-format-function-S): Add user format function suitable for
24496         general use.
24497         (spam-article-sort-by-spam-status): Add sorting function for summary
24498         sorting.
24499         (spam-extra-header-to-number): Add function to get a score from a
24500         header.
24501         (spam-summary-score): Add function to get a numeric score from the
24502         headers.
24503         (spam-generic-score): Fix function doc, was in wrong place.
24504         (spam-initialize): Take symbols when it's run, and install the
24505         extra headers that spam-necessary-extra-headers thinks we need.
24506
24507 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24508
24509         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24510         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24511
24512 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24513
24514         * gnus-sum.el (gnus-set-global-variables)
24515         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24516         (gnus-article-get-xrefs, gnus-summary-best-group)
24517         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24518         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24519         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24520         Use with-current-buffer.
24521
24522 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24523
24524         * spam.el (spam-summary-prepare-exit): Simplify logic.
24525         (spam-fetch-article-header): Read the article header if it's not
24526         available.
24527         (spam-list-articles): Simplify logic.
24528         (spam-filelist-register-routine): Fix bug with unregister-list.
24529
24530         * gnus-registry.el: Fix comments at beginning.
24531
24532 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24533
24534         * message.el (message-cater-to-broken-inn): Remove.
24535         (message-shorten-references): Make sure the total folded length of
24536         References is shorter than 998 characters to cater to a bug in INN
24537         2.3.  Also, don't pretend that references aren't folded -- this
24538         hasn't worked for a while.
24539
24540 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24541
24542         * gnus-agent.el (gnus-agentize):
24543         gnus-agent-send-mail-real-function no longer set to current value
24544         of message-send-mail-function but rather a lambda that calls
24545         message-send-mail-function.  The change makes the agent real-time
24546         responsive to user changes to message-send-mail-function.
24547
24548 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24549
24550         * legacy-gnus-agent.el
24551         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24552         help from Florian Weimer <fw@deneb.enyo.de>
24553
24554 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24555
24556         * nnmail.el (nnmail-cache-insert): Revert last change.
24557
24558 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24559
24560         * nnmail.el (nnmail-cache-insert): Always check whether
24561         nnmail-cache-ignore-groups matches a group name.
24562
24563 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24564
24565         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24566         (spam-find-spam, spam-log-processing-to-registry)
24567         (spam-log-registered-p, spam-log-unregistration-needed-p)
24568         (spam-log-undo-registration): Use gnus-message instead of
24569         gnus-error, none of these errors are fatal.
24570
24571         * gnus-registry.el (gnus-registry-clean-empty-function)
24572         (gnus-registry-clean-empty): Remove only empty entries without
24573         extra data.
24574
24575 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24576
24577         * spam-stat.el (spam-stat-buffer-change-to-spam)
24578         (spam-stat-buffer-change-to-non-spam): Change (error) to
24579         (gnus-message 8) invocation.
24580
24581 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24582
24583         * nntp.el (nntp-via-netcat-command): New variable.
24584         (nntp-via-netcat-switches): New variable.
24585         (nntp-open-via-rlogin-and-netcat): New function.
24586         (nntp-open-connection-function): Doc fix.
24587         (nntp-telnet-command): Doc fix.
24588         (nntp-end-of-line): Doc fix.
24589         (nntp-via-rlogin-command): Doc fix.
24590         (nntp-via-user-name): Doc fix.
24591         (nntp-via-address): Doc fix.
24592
24593 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24594
24595         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24596         error in Emacs 21.1.
24597
24598 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24599
24600         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24601
24602 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24603
24604         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24605         (gnus-agent-with-refreshed-group): New macro.
24606         (gnus-agent-rename-group): New function.
24607         (gnus-agent-delete-group): New function.
24608         (gnus-agent-save-group-info): Use gnus-command-method when
24609         `method' parameter is nil.  Don't write nil entries into the
24610         active file.
24611         (gnus-agent-get-group-info): New function.
24612         (gnus-agent-fetch-articles):
24613         Use gnus-agent-update-files-total-fetched-for to increment disk space
24614         used.
24615         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24616         Use gnus-agent-update-view-total-fetched-for to increment disk space
24617         used.
24618         (gnus-agent-get-local): Add optional parameters to avoid calling
24619         gnus-group-real-name and gnus-find-method-for-group.
24620         (gnus-agent-set-local): Delete stored entry if either min, or max,
24621         are nil.
24622         (gnus-agent-fetch-session): Reworded error/quit messages.
24623         On quit, use gnus-agent-regenerate-group to record existance of any
24624         articles fetched to disk before the quit occurred.
24625         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24626         gnus-agent-update-view-total-fetched-for, and
24627         gnus-agent-update-files-total-fetched-for to decrement disk space
24628         used.
24629         (gnus-agent-retrieve-headers):
24630         Use gnus-agent-update-view-total-fetched-for to increment disk space
24631         used.
24632         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24633         with gnus-agent-update-files-total-fetched-for to decrement disk
24634         space and fresh group buffer.
24635         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24636         (gnus-agent-need-update-total-fetched-for): New variable.
24637         (gnus-agent-update-files-total-fetched-for): New function.
24638         (gnus-agent-update-view-total-fetched-for): New function.
24639         (gnus-agent-total-fetched-for): New function.
24640
24641         * gnus-cache.el (gnus-cache-save-buffers):
24642         Use gnus-cache-update-overview-total-fetched-for to change disk space
24643         used by this group.
24644         (gnus-cache-possibly-enter-article):
24645         Use gnus-cache-update-file-total-fetched-for to increment disk space
24646         used by this group.
24647         (gnus-cache-possibly-remove-article):
24648         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24649         used by this group.
24650         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24651         (gnus-cache-rename-group): New function.
24652         (gnus-cache-delete-group): New function.
24653         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24654         (gnus-cache-need-update-total-fetched-for): New variable.
24655         (gnus-cache-with-refreshed-group): New macro.
24656         (gnus-cache-update-file-total-fetched-for): New function.
24657         (gnus-cache-update-overview-total-fetched-for): New function.
24658         (gnus-cache-rename-group-total-fetched-for): New function.
24659         (gnus-cache-delete-group-total-fetched-for): New function.
24660         (gnus-cache-total-fetched-for): New function.
24661
24662         * gnus-group.el: Require gnus-sum and autoload functions to
24663         resolve warnings when gnus-group.el compiled alone.
24664         (gnus-group-line-format): Documented new %F.
24665         (size of Fetched data) group line format; identifies disk space
24666         used by agent and cache.
24667         (gnus-group-line-format-alist): Defined new F format.
24668         (gnus-total-fetched-for): New function.
24669         (gnus-group-delete-group): No longer update
24670         gnus-cache-active-altered as gnus-request-delete-group now keeps
24671         the cache in sync.
24672         (gnus-group-list-active): Let the agent store a server's active
24673         list if currently plugged.
24674
24675         * gnus-int.el (gnus-request-delete-group):
24676         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24677         local disk in sync with the server.
24678         (gnus-request-rename-group):
24679         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24680         local disk in sync with the server.
24681
24682         * gnus-start.el (gnus-get-unread-articles):
24683         Cosmetic simplification to logic.
24684
24685         * gnus-util.el (gnus-rename-file): New function.
24686
24687 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24688
24689         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24690
24691 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24692
24693         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24694         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24695
24696 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24697
24698         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24699         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24700
24701 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24702
24703         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24704
24705 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24706
24707         * spam.el (spam-set-difference): Add function to replace
24708         gnus-set-difference in spam.el.
24709         (spam-summary-prepare-exit): Use spam-set-difference.
24710
24711 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24712
24713         * gnus-registry.el (gnus-registry-cache-file): Update to use
24714         gnus-dribble-directory OR gnus-home-directory OR ~.
24715         (gnus-registry-split-fancy-with-parent): Fix doc.
24716
24717 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24718
24719         * message.el (message-exchange-point-and-mark):
24720         Use message-mark-active-p.  Suggested by Jesper Harder
24721         <harder@ifa.au.dk>.
24722
24723 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24724
24725         * message.el (message-exchange-point-and-mark): Don't activate
24726         region if it was inactive.  Suggested by Hiroshi Fujishima
24727         <pooh@nature.tsukuba.ac.jp>.
24728
24729 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24730
24731         * gnus-art.el (article-display-face): Display Faces in the same
24732         order as X-Faces.
24733
24734 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24735
24736         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24737
24738 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24739
24740         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24741         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24742         (gnus-article-mime-hierarchy): Remove.
24743         (gnus-article-mime-hierarchy-next): Remove.
24744         (gnus-article-mode): Revert 2004-03-19 change.
24745         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24746         (gnus-insert-mime-button): Revert 2004-03-19 change.
24747         (gnus-mime-accumulate-hierarchy): Remove.
24748         (gnus-mime-enter-multipart): Remove.
24749         (gnus-mime-leave-multipart): Remove.
24750         (gnus-mime-display-part): Revert 2004-03-19 change.
24751         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24752
24753         * mml.el (mml-preview): Revert 2004-03-19 change.
24754
24755 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24756
24757         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24758
24759 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24760
24761         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24762         t while entering a file name using the mm-with-multibyte macro.
24763         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24764
24765         * mm-util.el (mm-with-multibyte): New macro.
24766
24767 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24768
24769         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24770         New user option.
24771         (gnus-mime-multipart-functions): Doc and customization fix.
24772         (gnus-article-mime-hierarchy): New variable.
24773         (gnus-article-mime-hierarchy-next): New variable.
24774         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24775         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24776         gnus-article-mime-hierarchy-next to nil.
24777         (gnus-insert-mime-button): Show hierarchy numbers.
24778         (gnus-mime-accumulate-hierarchy): New function.
24779         (gnus-mime-enter-multipart): New function.
24780         (gnus-mime-leave-multipart): New function.
24781         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24782         (gnus-mime-display-alternative): Show hierarchy numbers.
24783
24784         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24785         gnus-article-mime-hierarchy-next to nil.
24786
24787 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24788
24789         * dns.el: Don't require gnus-xmas.
24790
24791 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24792
24793         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24794         inline PGP.
24795         (mml-menu): Disable mml-quote-region if mark is inactive.
24796
24797 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24798
24799         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24800         when the group's active is not available.
24801
24802 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24803
24804         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24805         error.
24806
24807 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24808
24809         * imap.el (imap-store-password): New variable.
24810         (imap-interactive-login): Use it.
24811         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24812
24813 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24814
24815         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24816         window-start and hscroll to summary window.
24817
24818 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24819
24820         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24821         conversion message to newsrc-dribble when an actual conversion is
24822         performed.
24823
24824 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24825
24826         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24827
24828 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24829
24830         * mm-decode.el (mm-complicated-handles): New function reviving
24831         former definition of mm-multiple-handles.
24832
24833         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24834         (gnus-mime-delete-part): Use it.
24835
24836 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24837
24838         * gnus-agent.el (gnus-agent-read-local):
24839         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24840         avoid the implicit assumption that they will always be equal.
24841         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24842         coding-system-for-write, as the with-temp-file macro first prints
24843         to a buffer then saves the buffer.
24844
24845 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24846
24847         * gnus-art.el (gnus-article-edit-part): New function.
24848         (gnus-mime-save-part-and-strip): Use it; do query instead of
24849         signaling an error; don't use mm-multiple-handles.
24850         (gnus-mime-delete-part): Ditto.
24851
24852 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24853
24854         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24855         old file versions.
24856         (gnus-group-prepare-hook): Remove function that converted list
24857         form of gnus-agent-expire-days to group properties.
24858
24859         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24860         (gnus-request-accept-article): Re-indented.
24861
24862         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24863         converters to handle old agent file formats.  Add logic for a
24864         "backup before upgrading warning".
24865         (gnus-convert-mark-converter-prompt): Developers can mark
24866         functions as needing (default), or not needing,
24867         gnus-convert-old-newsrc's "backup before upgrading warning".
24868         (gnus-convert-converter-needs-prompt): Tests whether the user
24869         should be protected from potentially irreversable changes by the
24870         function.
24871
24872         * legacy-gnus-agent.el: New.  Provides converters that are only
24873         loaded when gnus-convert-old-newsrc needs to call them.
24874
24875 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24876
24877         * mail-source.el (mail-source-touch-pop): Doc fix.
24878
24879         * message.el (message-smtpmail-send-it): Doc fix.
24880
24881 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24882
24883         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24884
24885         * nnmail.el (nnmail-split-fancy): do.
24886
24887         * gnus-kill.el (gnus-kill, gnus-execute): do.
24888
24889 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24890
24891         * gnus-sum.el (gnus-widget-reversible-match)
24892         (gnus-widget-reversible-to-internal)
24893         (gnus-widget-reversible-to-external): New functions.
24894         (gnus-widget-reversible): New widget.
24895         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24896
24897 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24898
24899         * gnus-sum.el (gnus-thread-sort-functions)
24900         (gnus-article-sort-functions): Document `(not F)' items.
24901
24902 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24903
24904         * spam.el (spam-use-gmane-xref): Add new backend.
24905         (spam-gmane-xref-spam-group): Add variable to control the name of the
24906         Gmane spam group.
24907         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24908         (spam-regex-headers-spam, spam-regex-headers-ham)
24909         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24910         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24911         backends and checks.
24912         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24913
24914         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24915         an autodetect method.
24916
24917 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24918
24919         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24920         articles are being added to a group.
24921         (gnus-request-replace-article): Inform the agent that articles
24922         need to be uncached as the cached contents are no longer valid.
24923
24924 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24925
24926         * binhex.el: Don't autoload executable-find.
24927
24928         * canlock.el: Don't autoload mail-fetch-field.
24929
24930         * dgnushack.el: Autoload c-mode for XEmacs.
24931
24932         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24933
24934         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24935         rmail-dont-reply-to and rmail-output.
24936
24937         * gnus-score.el: Don't autoload ffap-string-at-point.
24938
24939         * gnus-setup.el: Don't autoload sc-cite-original.
24940
24941         * imap.el: Don't autoload base64-decode-string,
24942         base64-encode-string and md5.
24943
24944         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24945         and rmail-msg-restore-non-pruned-header.
24946
24947         * mm-decode.el: Don't autoload executable-find.
24948
24949         * mm-url.el: Don't autoload executable-find.
24950
24951         * mm-view.el: Don't autoload diff-mode.
24952
24953         * nndb.el: Don't autoload news-reply-mode, news-setup,
24954         cancel-timer and telnet.
24955
24956         * password.el: Don't autoload run-at-time for Emacs.
24957
24958         * sha1-el.el: Don't autoload executable-find.
24959
24960         * sieve-mode.el: Don't autoload c-mode.
24961
24962         * uudecode.el: Don't autoload executable-find.
24963
24964 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24965
24966         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24967         (gnus-agent-possibly-alter-active): Avoid null in numeric
24968         comparison.
24969         (gnus-agent-set-local): Refuse to save null in local object table.
24970         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24971         list of articles that will be marked as unread.
24972
24973 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24974
24975         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24976
24977 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24978
24979         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24980         language tags.
24981
24982 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24983
24984         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24985         Don't bind "obarray".
24986
24987         * gnus-sum.el (gnus-thread-sort-functions):
24988         Add `gnus-thread-sort-by-most-recent-number' and
24989         `gnus-thread-sort-by-most-recent-date'.
24990         Reported by Kai Grossjohann <kai@emptydomain.de>.
24991
24992 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24993
24994         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24995
24996 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24997
24998         * gnus-cus.el (gnus-agent-customize-category):
24999         Remove ignore-errors macro reference that required cl to be loaded at
25000         run-time.
25001
25002         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25003         single-interval range of the form (min . max).  Previously the
25004         range had to look like ((min . max)).  Likewise, return
25005         (min . max) rather than ((min . max)).
25006         (gnus-range-map): Use gnus-range-normalize to accept
25007         single-interval range.
25008
25009         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25010         the cache, but not the agent, now appear with their usual face.
25011
25012         * dgnushack.el (loaddir): New variable that is bound to the
25013         directory containing the dgnushack.el file. Use loaddir, rather
25014         than srcdir, to update load-path. Change lets dgnushack compile
25015         code in directories other than GNUS/lisp.
25016
25017 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25018
25019         * lpath.el: Don't bind w3m-safe-url-regexp.
25020
25021         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25022         w3m-safe-url-regexp variable buffer-local.
25023
25024         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25025
25026 2004-02-27  Simon Josefsson  <jas@extundo.com>
25027
25028         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25029         gnus-group-real-prefix.
25030         (gnus-summary-move-article): Use it, instead of
25031         gnus-group-real-prefix.
25032
25033 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25034
25035         * lpath.el: Bind w3m-safe-url-regexp.
25036
25037         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25038         w3m-safe-url-regexp variable buffer-local and set it as the value
25039         of mm-w3m-safe-url-regexp.
25040
25041         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25042
25043         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25044         parsing gnus-posting-styles when the message is not for replying.
25045
25046         * dgnushack.el: Autoload sgml-mode for XEmacs.
25047
25048         * nnrss.el (nnrss-opml-export):
25049         Use mm-set-buffer-file-coding-system instead of
25050         set-buffer-file-coding-system.
25051
25052 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25053
25054         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25055         of checkdoc.el).
25056         * nnrss.el: do.
25057         * gnus-mlspl.el: do.
25058         * gnus-ml.el: do.
25059         * gnus-srvr.el: do.
25060
25061         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25062
25063 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25064
25065         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25066         Corrections to custom-manual links.
25067
25068         * gnus-art.el (gnus-article): Ditto.
25069
25070         * mm-decode.el (mime-display, mime-security): Ditto.
25071
25072 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25073
25074         * flow-fill.el: Typo.
25075
25076 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25077
25078         * spam-wash.el: New file.
25079
25080 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25081
25082         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25083
25084 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25085
25086         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25087         to be run with new-articles as LIST1, not LIST2.
25088         (spam-registration-functions): Add spam-use-ham-copy as a nil
25089         registration backend.
25090
25091 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25092
25093         * spam-stat.el (spam-stat-washing-hook): New option.
25094         (spam-stat-buffer-words): Use it.
25095         (spam-stat-process-directory, spam-stat-test-directory):
25096         Use insert-file-contents-literally.
25097         (spam-stat-coding-system): New variable.
25098         (spam-stat-load, spam-stat-save): Use it.
25099
25100 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25101
25102         * spam-report.el (spam-report-plug-agent):
25103         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25104
25105 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25106
25107         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25108         Allow / in mailto URLs.
25109
25110 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25111
25112         * spam-report.el (spam-report-process-queue): Fix interactive use.
25113         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25114         (spam-report-unplug-agent): Doc fixes.
25115         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25116         (spam-report-agentize, spam-report-deagentize): Autoload.
25117
25118 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25119
25120         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25121
25122         * message.el (message-setup-fill-variables): Add mml tags to
25123         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25124         <ajk@iu.edu>.
25125         (message-mode): Don't modify paragraph-separate there.
25126
25127 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25128
25129         * compface.el (uncompface-use-external): Default to undecided.
25130         (uncompface-use-external-threshold): New variable.
25131         (uncompface-float-time): New macro.
25132         (uncompface): Determine whether to use the external decoder if
25133         uncompface-use-external is undecided.
25134
25135 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25136
25137         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25138         after images.
25139
25140         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25141
25142 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25143
25144         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25145
25146         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25147
25148         * gnus-sum.el (gnus-summary-limit-to-age)
25149         (gnus-summary-limit-children): do.
25150
25151         * gnus-int.el (gnus-request-scan): do.
25152
25153         * gnus-group.el (gnus-group-suspend): do.
25154
25155         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25156
25157         * gnus-cite.el (gnus-cite-parse-attributions): do.
25158
25159         * gnus-agent.el (gnus-summary-set-agent-mark)
25160         (gnus-agent-regenerate-group): do.
25161
25162         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25163
25164         * binhex.el (binhex-decode-region-internal): do.
25165
25166 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25167
25168         * gnus-fun.el (gnus-face-properties-alist): New user option.
25169         (gnus-display-x-face-in-from): Use it.
25170
25171         * gnus-art.el (article-display-face): Ditto.
25172
25173         * compface.el (uncompface-use-external): Default to nil.
25174
25175 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25176
25177         * nntp.el (nntp-erase-buffer): New function.
25178         (nntp-retrieve-data, nntp-send-command)
25179         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25180         (nntp-possibly-change-group): Use it.
25181
25182         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25183         Use with-current-buffer.
25184
25185 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25186
25187         * compface.el: Merge the ELisp-based uncompface program.
25188         (compface): New customization group.
25189         (uncompface-use-external): New user option.
25190         (uncompface): Call uncompface-internal if uncompface-use-external
25191         is nil.
25192         (uncompface-internal): New function.  Note that there are also
25193         some other functions and variables added for this function.
25194
25195 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25196
25197         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25198         if necessary.
25199
25200 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25201
25202         * spam-report.el (spam-report-unplug-agent)
25203         (spam-report-plug-agent, spam-report-deagentize)
25204         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25205         Add support for the Agent in spam-report: when unplugged, report to a
25206         file; when plugged, submit all the requests.
25207
25208         * spam.el (spam-register-routine): Fix message about
25209         registration.
25210
25211 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25212
25213         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25214         dependencies.
25215         (rfc2047-encode): Use it.
25216
25217         * gnus-art.el (gnus-button-marker-list): Move before first
25218         reference.
25219
25220         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25221         (imap-parse-body): Fix format string mismatch.
25222
25223         * gnus-score.el (gnus-summary-increase-score): do.
25224
25225         * nnrss.el (nnrss-close): New function.
25226
25227 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25228
25229         * nnrss.el (nnrss-make-filename): New function.
25230         (nnrss-request-delete-group, nnrss-read-server-data)
25231         (nnrss-save-server-data, nnrss-read-group-data)
25232         (nnrss-save-group-data): Use it.
25233         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25234         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25235         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25236
25237 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25238
25239         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25240
25241 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25242
25243         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25244         files.
25245
25246         * message.el (message-generate-headers-first): Don't quote nil
25247         and t in docstrings.
25248
25249         * imap.el (imap-id): do.
25250
25251         * gnus-agent.el (gnus-agent-consider-all-articles)
25252         (gnus-agent-queue-mail): do.
25253
25254 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25255
25256         * spam-report.el (spam-report-process-queue): New function.
25257         Process requests from `spam-report-requests-file'.
25258         (spam-report-process-queue): Doc fix.
25259
25260 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25261
25262         * spam.el (spam-register-routine)
25263         (spam-log-processing-to-registry, spam-log-registered-p)
25264         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25265         Change "check" to "spam-check" for semi-clarity.
25266
25267 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25268
25269         * pop3.el: Require nnheader.
25270
25271         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25272
25273         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25274
25275         * gnus-picon.el: Require cl.
25276
25277         * gnus-fun.el: Require gnus-ems and gnus-util.
25278
25279         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25280
25281         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25282
25283         * gnus-art.el (gnus-article-edit-mode): Define before first
25284         reference.
25285
25286 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25287
25288         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25289         (gnus-uu-post-encoded): Use point-at-bol.
25290
25291         * gnus-topic.el (gnus-group-active-topic-p): do.
25292
25293         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25294
25295         * gnus-group.el (gnus-group-kill-region): do.
25296
25297         * gnus-art.el (article-date-ut): do.
25298
25299         * message.el (message-fetch-field): Remove redundant
25300         case-fold-search binding.
25301         (message-narrow-to-field): Simplify.
25302
25303 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25304
25305         * spam.el (spam-directory): Derive from `gnus-directory'.
25306
25307         * spam-report.el (spam-report-url-to-file)
25308         (spam-report-requests-file): New function and variable for offline
25309         reporting.
25310         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25311         and user defined function.
25312         (spam-report-url-ping-mm-url): Remove doubled slash.
25313
25314 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25315
25316         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25317
25318 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25319
25320         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25321         Fix format string mismatch.
25322
25323         * sieve.el (sieve-deactivate-all): do.
25324
25325         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25326
25327         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25328
25329         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25330
25331         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25332
25333 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25334
25335         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25336         the list of checks.
25337
25338 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25339
25340         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25341         padding.
25342
25343 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25344
25345         * mm-view.el (mm-fill-flowed): New variable.
25346         (mm-inline-text): Use it.
25347
25348 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25349
25350         * spam.el (spam-spamassassin-register-ham-routine)
25351         (spam-spamassassin-register-spam-routine): Fix function names.
25352
25353 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25354
25355         * gnus.el (gnus-tmp-grouplens): Remove.
25356         (gnus-summary-line-format): Remove grouplens.
25357
25358         * gnus-group.el (gnus-group-line-format): Ditto.
25359
25360         * gnus-spec.el (gnus-format-specs): Ditto.
25361         (gnus-update-format-specifications): Flush the group format spec
25362         cache if there's the grouplens stuff.
25363         (gnus-parse-simple-format): Replace %l with the empty string.
25364
25365 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25366
25367         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25368         omission.
25369
25370 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25371
25372         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25373         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25374
25375 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25376
25377         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25378         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25379         New macros and functions.
25380         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25381         Handle > NLINK_MAX messages.
25382         * nnmaildir.el (nnmaildir-request-set-mark):
25383         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25384
25385 2004-01-25  Alex Schroeder  <alex@gnu.org>
25386
25387         * spam-stat.el (spam-stat-process-directory-age): New option.
25388         (spam-stat-process-directory): Use it.
25389
25390 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25391
25392         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25393         (spam-stat-save): Accept prefix argument.
25394
25395 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25396
25397         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25398         links" error.
25399
25400 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25401
25402         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25403         the rest of the and/or forms.
25404
25405 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25406
25407         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25408         compatibility with old .newsrc.eld files.
25409
25410         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25411
25412         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25413
25414         * gnus-start.el (gnus-1): do.
25415
25416         * gnus-group.el (gnus-group-line-format-alist): do.
25417
25418         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25419
25420         * gnus-gl.el: Remove.
25421
25422 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25423
25424         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25425         marks consisting of a single range {for example, (3 . 5)} rather
25426         than a list of a single range { ((3 . 5)) }.
25427
25428 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25429
25430         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25431         Use with-current-buffer.
25432         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25433         avoid consing a string.
25434
25435         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25436         Remove obsolete entries for big5 and gb2312.
25437
25438 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25439
25440         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25441         uncompressed list.
25442
25443 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25444
25445         * spam-stat.el (spam-stat-strip-xref): New function.
25446         (spam-stat-process-directory): Use it.
25447
25448         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25449         here -- it's done in message-fetch-field.
25450
25451 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25452
25453         * gnus-agent.el (gnus-agent-queue-mail)
25454         (gnus-agent-prompt-send-queue): New variables.
25455         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25456         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25457         "nndraft:queue" along to gnus-draft-send.
25458         Use gnus-agent-prompt-send-queue.
25459         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25460         is "nndraft:queue".  Suggested by Gaute Strokkenes
25461         <gs234@srcf.ucam.org>
25462
25463         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25464         (agent-enable-undownloaded-faces): Add.
25465         (gnus-agent-cat-groups): Use eval-and-compile, not
25466         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25467         method of gnus-agent-cat-groups even when the buffer has been
25468         evaled.
25469         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25470         delete gnus-agent-save-active-1.
25471         (gnus-agent-save-groups): Delete.  Identical to
25472         gnus-agent-save-active.
25473         (gnus-agent-write-active): No longer adjust agent's copy of active
25474         file as agent's adjustments are now stored in their own
25475         file.  Remove optional parameter.
25476         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25477         servers.  Add use of min/max range limits from server's local
25478         file.
25479         (gnus-agent-save-alist): Remove unused optional argument.
25480         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25481         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25482         (gnus-agent-set-local): A per-server file that keeps min/max range
25483         limits for articles known to the agent.  Provides a fast mechanism
25484         for altering many active ranges.
25485         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25486         active file (local makes it unnecessary).
25487         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25488
25489         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25490         (agent-enable-undownloaded-faces): Add.
25491
25492         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25493         disable it when sending to "nndraft:queue".
25494         (gnus-group-send-queue): Add safety check to avoid sending queue
25495         when unplugged.
25496
25497         * gnus-group.el (gnus-group-catchup): Use new
25498         gnus-sequence-of-unread-articles, not
25499         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25500         numbers of articles.  Use gnus-range-map to avoid having to
25501         uncompress the unread list.
25502         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25503         Fix invalid ange-ftp reference.
25504
25505         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25506         (gnus-sorted-range-intersection): Intersection of two ranges
25507         without requiring that they first be uncompressed.
25508
25509         * gnus-start.el (gnus-activate-group): Unless blocked by the
25510         caller, possibly expand the active range to include both cached
25511         and agentized articles.
25512         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25513         multiple version-dependent converters.
25514         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25515         gnus-agent-save-active.
25516         (gnus-save-newsrc-file): Save dirty agent range limits.
25517
25518         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25519         gnus-agent-possibly-alter-active.
25520         (gnus-adjust-marked-articles): Faster handling of simple lists.
25521
25522 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25523
25524         * spam-stat.el (spam-stat-test-directory): New optional argument
25525         displays a list of files detected.  Suggested by Andrew Cohen
25526         <cohen@andy.bu.edu>.
25527         (spam-stat-buffer-words-with-scores): Don't narrow and change
25528         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25529
25530 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25531
25532         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25533         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25534         (spam-spamassassin-arguments)
25535         (spam-spamassassin-spam-flag-header)
25536         (spam-spamassassin-positive-spam-flag-header)
25537         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25538         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25539         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25540         (spam-list-of-processors, spam-list-of-checks)
25541         (spam-list-of-statistical-checks, spam-registration-functions)
25542         (spam-check-spamassassin-headers, spam-check-spamassassin)
25543         (spam-spamassassin-score)
25544         (spam-spamassassin-register-with-sa-learn)
25545         (spam-spamassassin-register-spam-routine)
25546         (spam-spamassassin-register-ham-routine)
25547         (spam-assassin-register-spam-routine)
25548         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25549         (spam-bogofilter-score): Fix to show article before scoring.
25550
25551 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25552
25553         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25554         default scoring function.
25555         (spam-generic-score): Call spam-spamassassin-score if
25556         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25557         spam-bogofilter-score otherwise.
25558
25559         * gnus.el (spam-process, spam-autodetect-methods):
25560         Add spamassassin and spamassassin-headers.
25561
25562 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25563
25564         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25565         Suppress unnecessary messages.
25566
25567 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25568
25569         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25570         make-hash-table.
25571
25572 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25573
25574         * canlock.el (base64-encode-string): Don't autoload it.
25575
25576 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25577
25578         * run-at-time.el: Remove useless (require 'itimer),
25579         eval-and-compile and (featurep 'xemacs).
25580
25581 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25582
25583         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25584         GROUP is a virtual group.
25585
25586 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25587
25588         * gnus.el: Autoload `message-y-or-n-p'.
25589
25590 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25591
25592         * pgg-parse.el: Remove unnecessary (require 'custom).
25593
25594         * pgg-def.el: do.
25595
25596         * nnmail.el: do.
25597
25598         * gnus-undo.el: do.
25599
25600         * gnus-picon.el: do.
25601
25602         * gnus-util.el: do.
25603
25604 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25605
25606         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25607
25608 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25609
25610         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25611         handle, as well as a list.
25612
25613         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25614         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25615         (mm-w3m-cid-retrieve): Simplify.
25616
25617 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25618
25619         * message.el (message-kill-to-signature): Allow prefix arg to
25620         specify number of lines to keep before signature.
25621
25622 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25623
25624         * message.el (message-kill-to-signature): Change docstring.
25625
25626 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25627
25628         * canlock.el: Always require sha1-el.
25629         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25630
25631         * message.el: Autoload sha1 only when compiling.
25632
25633         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25634         eudc-expand-inline for XEmacs.
25635
25636 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25637
25638         * message.el (message-canlock-generate): Require sha1-el.
25639
25640 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25641
25642         * message.el (message-expand-name): Silence the byte compiler.
25643
25644         * lpath.el: Add detect-coding-system.
25645
25646         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25647         cus-edit.
25648
25649 2004-01-13  Simon Josefsson  <jas@extundo.com>
25650
25651         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25652         Invoke gnus-score-mode.
25653         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25654
25655         * gnus-range.el (gnus-compress-sequence): Doc fix.
25656         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25657
25658 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25659
25660         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25661
25662 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25663
25664         * spam.el (spam-get-article-as-string): Update to use
25665         gnus-request-article-this-buffer, much simpler.
25666         (spam-get-article-as-buffer): Remove.
25667
25668 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25669
25670         * message.el (message-expand-name): Use EUDC if the user uses that.
25671
25672 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25673
25674         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25675         character for the encoding to avoid consing a string.
25676
25677         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25678         unnecessarily.
25679
25680         * mm-util.el (mm-replace-chars-in-string): Remove.
25681
25682         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25683         of mm-replace-chars-in-string.
25684
25685 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25686
25687         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25688
25689         * mm-util.el (mm-subst-char-in-string): Support inplace.
25690
25691         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25692         a new string in every iteration.  Use shy groups.
25693
25694 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25695
25696         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25697         * gnus-soup.el (gnus-soup-group-brew):
25698         * gnus-msg.el (gnus-put-message):
25699         * gnus-move.el (gnus-group-move-group-to-server):
25700         * gnus-kill.el (gnus-batch-score):
25701         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25702         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25703         (gnus-group-update-group, gnus-group-read-group)
25704         (gnus-group-make-group, gnus-group-make-help-group)
25705         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25706         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25707         (gnus-group-sort-by-unread, gnus-group-catchup)
25708         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25709         (gnus-group-yank-group, gnus-group-set-info)
25710         (gnus-group-list-groups):
25711         * gnus.el (gnus-generate-new-group-name):
25712         * gnus-delay.el (gnus-delay-send-queue):
25713         * nnvirtual.el (nnvirtual-catchup-group):
25714         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25715         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25716         (gnus-group-prepare-topics, gnus-topic-check-topology):
25717         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25718         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25719         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25720         (gnus-group-make-articles-read):
25721         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25722         (gnus-group-change-level, gnus-kill-newsgroup)
25723         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25724         (gnus-get-unread-articles, gnus-make-articles-unread)
25725         (gnus-make-ascending-articles-unread): Use accessor
25726         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25727         to get group information for improved readability.
25728
25729
25730 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25731
25732         * gnus-art.el (article-decode-mime-words, article-babel)
25733         (gnus-article-highlight-signature, gnus-article-add-buttons)
25734         (gnus-signature-toggle): Use gnus-with-article-buffer.
25735
25736         * gnus-art.el (gnus-article-highlight-headers)
25737         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25738
25739         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25740         (gnus-article-set-globals, gnus-request-article-this-buffer)
25741         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25742         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25743         (gnus-mime-display-alternative): Use with-current-buffer.
25744
25745 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25746
25747         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25748         also under 80 char limit, and call gnus-error if needed.
25749         (spam-fetch-article-header): Fix - it was a
25750         buffer-local variable (gnus-newsgroup-data).
25751         (spam-find-spam): Use spam-generate-fake-headers, forget about
25752         spam-insert-fake-headers.
25753         (spam-insert-fake-headers): Remove.
25754
25755 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25756
25757         * deuglify.el (gnus-article-outlook-unwrap-lines)
25758         (gnus-outlook-rearrange-article)
25759         (gnus-outlook-repair-attribution-outlook)
25760         (gnus-outlook-repair-attribution-block)
25761         (gnus-outlook-repair-attribution-other): Remove redundant
25762         save-excursion.
25763
25764 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25765
25766         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25767         (spam-fetch-field-subject-fast)
25768         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25769         (spam-fetch-article-header): Add functions to deal with Gnus
25770         internals for fast retrieval of article header data.
25771         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25772
25773 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25774
25775         * pop3.el (pop3-md5): Remove.
25776         (pop3-apop): Replace pop3-md5 with md5.
25777
25778         * mm-bodies.el: base64 is always built-in.
25779
25780         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25781         Use with-current-buffer.
25782
25783 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25784
25785         * canlock.el (canlock-insert-header): Remove excessive grouping in
25786         regexp.
25787
25788         * gnus-sum.el (gnus-summary-read-document): Ditto.
25789
25790         * gnus-uu.el (gnus-uu-part-number): Ditto.
25791
25792         * html2text.el (html2text-remove-tags): Ditto.
25793         (html2text-format-tags): Ditto.
25794         (html2text-format-single-elements): Ditto.
25795
25796         * mml.el (mml-parse-1): Ditto.
25797
25798 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25799
25800         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25801
25802         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25803
25804         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25805
25806         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25807
25808 2003-11-15  Simon Josefsson  <jas@extundo.com>
25809
25810         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25811         (pgg-gpg-lookup-key): Use regexp match instead of
25812         split-string (split-string is different between emacs 21.2 and
25813         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25814
25815 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25816
25817         * gnus-art.el (gnus-mime-view-all-parts)
25818         (gnus-article-part-wrapper, gnus-article-view-part):
25819         Use with-current-buffer.
25820
25821 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25822
25823         * spam.el (spam-disable-spam-split-during-ham-respool)
25824         (spam-spamoracle-database, spam-cache-lookups)
25825         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25826         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25827         (spam-group-ham-marks, spam-group-spam-marks)
25828         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25829         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25830         also add spam-use-blackholes to the statistical checks.
25831         (spam-fetch-field-fast): Add interface to fetching fields, may
25832         become a macro.
25833         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25834         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25835         (spam-insert-fake-headers): Fake an article when needed.
25836         (spam-find-spam): Fake article when possible.
25837         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25838         (spam-check-bogofilter-headers): Use message-fetch-field instead
25839         of nnmail-fetch-field.
25840
25841 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25842
25843         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25844
25845 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25846
25847         * spam.el (spam-split): Do not require spam-use-CHECK to be
25848         enabled if that check is passed to spam-split explicitly; also
25849         fix so 'spam doesn't get converted to spam-split-group when
25850         spam-split-symbolic-return is t.
25851         (spam-find-spam): Find registrations of the article and use those
25852         instead of re-running spam-split to find the spam/ham
25853         classification of the article.
25854         (spam-log-processing-to-registry, spam-log-registered-p)
25855         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25856         Use gnus-error instead of gnus-message.
25857         (spam-log-registration-type): Add function to determine the
25858         classification of a message based on registry entries; will
25859         return nil if both 'spam and 'ham are found.
25860         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25861         a reasonably fast local cache without the loading errors.
25862         (spam-cache-lookups): Set to t by default.
25863         (spam-find-spam): Don't try to guess spam-cache-lookups.
25864         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25865         spam-caches entry.
25866         (spam-filelist-build-cache, spam-filelist-check-cache):
25867         Fix caching of whitelist/blacklist entries.
25868         (spam-check-whitelist, spam-check-blacklist):
25869         Invoke spam-from-listed-p with a type, not a cache variable.
25870         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25871
25872 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25873
25874         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25875
25876         * nnmail.el (nnmail-split-fancy): do.
25877
25878         * mml.el (mml-parse): do.
25879
25880         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25881         (gnus-score-adaptive): do.
25882
25883 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25884
25885         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25886         (gnus-mime-button-map): Don't set keymap parent.
25887         (gnus-button-ctan-directory-regexp): Use shy grouping.
25888         (gnus-prev-page-map): Don't set keymap parent.
25889         (gnus-prev-page-map): Remove duplicated one.
25890         (gnus-next-page-map): Don't set keymap parent.
25891         (gnus-mime-security-button-map): Ditto.
25892
25893         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25894         version number.
25895
25896         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25897
25898 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25899
25900         * canlock.el (canlock-sha1-function): Remove.
25901         (canlock-sha1-function-for-verify): Remove.
25902         (canlock-openssl-program): Remove.
25903         (canlock-openssl-args): Remove.
25904         (canlock-ignore-errors): Remove.
25905         (canlock-sha1-with-openssl): Remove.
25906         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25907         (canlock-verify): Don't use canlock-ignore-errors.
25908
25909         * sha1-el.el (sha1-string-external): Make it can return a string
25910         in binary form.
25911         (sha1-region-external): Ditto.
25912         (sha1-string-internal): Ditto.
25913         (sha1-region-internal): Ditto.
25914         (sha1-region): Ditto.
25915         (sha1-string): Ditto.
25916         (sha1): Ditto.
25917
25918 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25919
25920         * spam.el (spam-report-articles-gmane): New command.
25921
25922 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25923
25924         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25925
25926         * run-at-time.el (run-at-time-saved): Remove.
25927         (run-at-time): Doc fix.
25928
25929 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25930
25931         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25932         (gnus-summary-limit-map): Add it.
25933         (gnus-summary-make-menu-bar): do.
25934
25935 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25936
25937         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25938         Make attempt at some caching support (done for BBDB only now).
25939         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25940         addresses to be checked.
25941         (spam-clear-cache-BBDB): Add function, to be invoked by
25942         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25943         (spam-check-BBDB): Check and use the caches, if
25944         spam-cache-lookups is on, remove superfluous (provide).
25945
25946 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25947
25948         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25949
25950 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25951
25952         * run-at-time.el (run-at-time-saved): Move to after the definition
25953         of `run-at-time'.
25954
25955         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25956
25957 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25958
25959         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25960         mm-w3m-local-map-property.
25961
25962         * mm-view.el (mm-w3m-mode-map): Remove.
25963         (mm-w3m-local-map-property): Remove.
25964         (mm-inline-text-html-render-with-w3m): Don't use
25965         mm-w3m-local-map-property.
25966
25967 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25968
25969         * run-at-time.el: New file.
25970
25971         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25972         under Emacs.
25973
25974         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25975         of gnus-set-text-properties.
25976
25977         * gnus-uu.el (gnus-uu-save-article): Ditto.
25978
25979         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25980
25981         * gnus-cite.el (gnus-cite-parse): Ditto.
25982
25983         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25984         of gnus-.
25985
25986         * gnus-xmas.el (run-at-time): Require run-at-time.
25987
25988         * gnus.el: Change calls to nnheader-run-at-time and
25989         password-run-at-time throughout to use run-at-time directly.
25990
25991         * password.el: Remove definition of run-at-time.
25992
25993         * nnheaderxm.el: Remove definition of run-at-time.
25994
25995 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25996
25997         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25998         in prompt.
25999
26000 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26001
26002         * messagexmas.el (message-xmas-redefine): Alias
26003         `message-make-caesar-translation-table' to
26004         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26005         version.
26006
26007         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26008         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26009         `gnus-xmas-set-text-properties'.
26010         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26011         `gnus-xmas-completing-read'.
26012         (gnus-xmas-completing-read): Removed.
26013         (gnus-xmas-open-network-stream): Removed.
26014
26015         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26016         XEmacs version.
26017
26018         * dns.el (dns-make-network-process): Use `open-network-stream'
26019         instead of `gnus-xmas-open-network-stream'.
26020
26021         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26022
26023         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26024
26025 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26026
26027         * gnus-art.el (gnus-mime-display-alternative)
26028         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26029         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26030         Don't use gnus-local-map-property.
26031
26032         * gnus-util.el (gnus-local-map-property): Remove.
26033
26034         * mm-view.el (mm-view-pkcs7-decrypt):
26035         Replace gnus-completing-read-maybe-default with completing-read.
26036
26037         * gnus-util.el (gnus-completing-read): do.
26038         (gnus-completing-read-maybe-default): Remove.
26039
26040 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26041
26042         * password.el: Only autoload `run-at-time' if not XEmacs.
26043         Only autoload the itimer functions if XEmacs.
26044
26045 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26046
26047         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26048         XEmacsen.
26049
26050         * dgnushack.el: Autoload executable-find for XEmacs.
26051
26052 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26053
26054         * gnus-art.el (gnus-read-string): Remove.
26055         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26056         read-string.
26057
26058 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26059
26060         * netrc.el: Autoload password-read.
26061         (netrc): Add configuration group.
26062         (netrc-encoding-method, netrc-openssl-path):
26063         Add variables for encoding and decoding of files with symmetric
26064         ciphers.
26065         (netrc-encode): Add assistant function to encode a file with
26066         netrc-encoding-method.
26067         (netrc-parse): Add interactive parameter, added optional
26068         decoding if netrc-encoding-method is non-nil but otherwise
26069         behavior is standard.
26070         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26071         Do s/encode/encrypt/ everywhere.
26072
26073         * spam.el: Remove executable-find autoload.
26074
26075 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26076
26077         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26078
26079         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26080
26081 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26082
26083         * gnus-art.el (gnus-treat-ansi-sequences)
26084         (article-treat-ansi-sequences): New variable and function.
26085         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26086
26087         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26088         Use it.
26089
26090 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26091
26092         * mm-util.el (mm-quote-arg): Remove.
26093
26094         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26095         shell-quote-argument.
26096
26097         * gnus-uu.el (gnus-uu-command): do.
26098
26099         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26100
26101         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26102         with make-char.
26103
26104         * mm-util.el (mm-make-char): Remove.
26105
26106         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26107         add-minor-mode.
26108
26109         * gnus-undo.el (gnus-undo-mode): do.
26110
26111         * gnus-topic.el (gnus-topic-mode): do.
26112
26113         * gnus-sum.el (gnus-dead-summary-mode): do.
26114
26115         * gnus-start.el (gnus-slave-mode): do.
26116
26117         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26118
26119         * gnus-ml.el (gnus-mailing-list-mode): do.
26120
26121         * gnus-gl.el (gnus-grouplens-mode): do.
26122
26123         * gnus-draft.el (gnus-draft-mode): do.
26124
26125         * gnus-dired.el (gnus-dired-mode): do.
26126
26127         * gnus-ems.el (gnus-add-minor-mode): Remove.
26128
26129         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26130         Replace gnus-char-width with char-width.
26131
26132         * gnus-ems.el (gnus-char-width): Remove.
26133
26134         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26135         Replace gnus-char-width with char-width.
26136
26137         * gnus-ems.el (gnus-char-width): Remove.
26138
26139         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26140         definition.
26141         Remove Emacs 20 hash table compatibility code.
26142
26143         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26144         20 compatibility code.
26145
26146         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26147
26148         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26149
26150         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26151         Replace with point-at-{eol,bol}.
26152
26153         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26154
26155         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26156
26157         * flow-fill.el (fill-flowed-point-at-bol)
26158         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26159
26160         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26161         Replace with point-at-{eol,bol} throughout all files.
26162
26163 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26164
26165         * ntlm.el (ntlm-string-as-unibyte): New macro.
26166         (ntlm-build-auth-response): Use it.
26167
26168         Remove Emacs 20 stuff:
26169         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26170         (butlast, mapc, remove): Remove the compiler macros.
26171         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26172         of delq and copy-sequence.
26173         * gnus-art.el (popup-menu): Remove the compiler macro.
26174         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26175         Emacs 20.
26176
26177 2004-01-05  Simon Josefsson  <jas@extundo.com>
26178
26179         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26180         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26181         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26182         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26183         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26184         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26185         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26186         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26187         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26188         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26189         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26190         string-xor into ntlm-string-xor.
26191         Suggested by Jesper Harder <harder@myrealbox.com>.
26192
26193         * ntlm.el: Don't include poem.
26194
26195         * md4.el (print-int32, print-string-hexa): Remove.
26196         Suggested by Jesper Harder <harder@myrealbox.com>.
26197
26198         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26199
26200         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26201         probably breaks emacs with DL patch, but do we care? Is anyone
26202         still using the DL stuff?)
26203
26204         * sieve-manage.el: Use the password package.
26205         (sieve-manage-read-passwd): Remove.
26206         (sieve-manage-interactive-login): Use password.  Re-add
26207         condition-case around loop.
26208
26209         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26210         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26211         Use the password package.
26212
26213 2003-02-19  Simon Josefsson  <jas@extundo.com>
26214
26215         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26216         token.
26217
26218 2002-08-07  Simon Josefsson  <jas@extundo.com>
26219
26220         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26221         (sieve-manage-authenticators):
26222         (sieve-manage-authenticator-alist): Add some SASL mechs.
26223         (sieve-sasl-auth): New function.
26224         (sieve-manage-cram-md5-auth):
26225         (sieve-manage-plain-auth): Rewrite using SASL library.
26226         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26227         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26228         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26229         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26230
26231 2004-01-05  Simon Josefsson  <jas@extundo.com>
26232
26233         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26234         New files.
26235
26236 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26237
26238         * gnus-group.el (gnus-no-groups-message): Update.
26239
26240         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26241
26242 2003-11-09  Simon Josefsson  <jas@extundo.com>
26243
26244         * imap.el: Support for ID IMAP extension (RFC 2971).
26245         (imap-local-variables): Add imap-id.
26246         (imap-id): New variable.
26247         (imap-id): New function.
26248         (imap-parse-response): Parse untagged ID response.
26249         * nnimap.el (nnimap-id): New variable.
26250         (nnimap-open-connection): Use it.
26251
26252 2003-12-28  Simon Josefsson  <jas@extundo.com>
26253
26254         * gnus-score.el (gnus-score-edit-all-score): New.
26255         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26256
26257 2004-01-04  Simon Josefsson  <jas@extundo.com>
26258
26259         * password.el: Add.
26260
26261 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26262
26263         * dns.el (dns-query-types): Fix typo.
26264         (dns-query-types): New function.
26265         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26266         PTR and SOA replies, see RFC 1035.
26267
26268 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26269
26270         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26271
26272         * Move to Changelog.2.
26273
26274 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26275
26276         * gnus.el (gnus-version-number): Bump version.
26277
26278 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26279
26280         * gnus.el: No Gnus v0.1 is released.
26281
26282 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26283
26284         * gnus.el: No Gnus v0.0 is released.
26285
26286 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26287
26288         * gnus.el (gnus-version-number): Bump.
26289         (gnus-version): No.
26290
26291 See ChangeLog.2 for earlier changes.
26292
26293   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26294
26295   This file is part of GNU Emacs.
26296
26297   GNU Emacs is free software: you can redistribute it and/or modify
26298   it under the terms of the GNU General Public License as published by
26299   the Free Software Foundation, either version 3 of the License, or
26300   (at your option) any later version.
26301
26302   GNU Emacs is distributed in the hope that it will be useful,
26303   but WITHOUT ANY WARRANTY; without even the implied warranty of
26304   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26305   GNU General Public License for more details.
26306
26307   You should have received a copy of the GNU General Public License
26308   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26309
26310 ;; Local Variables:
26311 ;; coding: utf-8
26312 ;; fill-column: 79
26313 ;; add-log-time-zone-rule: t
26314 ;; End: