sieve.el: fix handling of PORT parameter, quitting
[gnus] / lisp / ChangeLog
1 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2
3         * sieve.el: Put point at beginning of buffer when viewing a script.
4         (sieve-open-server): respect the PORT parameter. Show the correct port
5         number in sieve-buffer's header. Fixed code to also work with a string
6         as port specifier. Properly close the connection on pressing 'q'. Make
7         sieve-manage-quit close the connection and process buffer. Also, remove
8         duplicate keybinding for 'q'.
9
10 2013-06-10  Roy Hashimoto <roy.hashimoto@gmail.com>  (tiny change)
11
12         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
13         make it easier to read.
14         (mm-pkcs7-enveloped-magic): Ditto.
15
16 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
17
18         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
19         before `image-type-available-p' to avoid loading the image libraries
20         needlessly.
21
22 2013-06-05  David Engster  <deng@randomsample.de>
23
24         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
25         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
26         to see whether the group was synced before.
27
28 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
29
30         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
31         when opening the connection.
32         Suggested by João Távora <joaotavora@gmail.com> in
33         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
34
35 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
38         assume Date header begins with "Date", that may be customized into
39         something like "X-Sent" using gnus-article-time-format.
40         (article-transform-date): Allow multi-line Date header.
41
42 2013-06-02  David Engster  <deng@randomsample.de>
43
44         * registry.el (initialize-instance, registry-lookup)
45         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
46         (registry-lookup-secondary-value, registry-search, registry-delete)
47         (registry-insert, registry-reindex, registry-size, registry-prune): Do
48         not wrap methods in `eval-and-compile'.  This breaks due to latest
49         changes in EIEIO (introduction of eieio-core.el).
50
51 2013-05-30  Glenn Morris  <rgm@gnu.org>
52
53         * nnmail.el (nnmail-fancy-expiry-target):
54         Also bind mail-dont-reply-to-names.
55
56         * spam-stat.el (spam-stat-save):
57         No need to tweak font-lock in temp buffers.
58
59         * shr.el (shr-put-image): Silence compiler.
60
61 2013-05-29  Glenn Morris  <rgm@gnu.org>
62
63         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
64
65         * gnus-group.el (gnus-sequence-of-unread-articles)
66         (gnus-summary-add-mark, gnus-mark-article-as-read)
67         (gnus-group-make-articles-read): Declare.
68
69         * gnus-sum.el (gnus-parameter-list-identifier)
70         (gnus-article-stop-animations, gnus-stop-downloads)
71         (gnus-article-only-boring-p, article-goto-body)
72         (gnus-flush-original-article-buffer, article-narrow-to-head)
73         (gnus-article-hidden-text-p, gnus-delete-wash-type)
74         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
75
76         * gnus.el: No need to eval-and-compile autoloads.
77
78         * gravatar.el (help-function-arglist): Autoload.
79
80         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
81
82         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
83
84         * spam.el: No need to load spam-report when compiling.
85         No need to eval-and-compile autoloads.
86         (spam-report-resend-to): Declare.
87         (spam-report-resend-register-routine): Require 'spam-report.
88
89 2013-05-24  Julien Danjou  <julien@danjou.info>
90
91         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
92         setup.
93
94 2013-05-23  Glenn Morris  <rgm@gnu.org>
95
96         * gnus-util.el (rmail-swap-buffers-maybe)
97         (rmail-maybe-set-message-counters, rmail-count-new-messages)
98         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
99         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
100
101         * mm-decode.el: No need to load term when compiling.
102         (term-mode, term-char-mode): Declare.
103
104         * mm-util.el: No need to load jka-compr when compiling.
105         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
106
107         * nnmaildir.el: Require is automatically eval-and-compile.
108         (nnmail): Require at run-time too.
109
110         * registry.el (registry-size): Move definition before use.
111
112 2013-05-22  Daiki Ueno  <ueno@gnu.org>
113
114         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
115         signed data to conform the standard.  (Bug#14232)
116
117 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
118
119         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
120         double angle quotation mark.
121
122 2013-05-20  Glenn Morris  <rgm@gnu.org>
123
124         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
125
126 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
127
128         * message.el (message-insert-formatted-citation-line): handle finding
129         first/lastname when more than 2 names appear.
130
131 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
132
133         * shr.el (shr-tag-span): New function.
134
135 2013-05-18  Glenn Morris  <rgm@gnu.org>
136
137         * message.el (message-mode): Use message-mode-abbrev-table,
138         with text-mode-abbrev-table as parent.  (Bug#14413)
139
140 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * message.el (message-expand-group): Decode group names.
143
144 2013-05-16  Julien Danjou  <julien@danjou.info>
145
146         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
147         app-icon.
148
149 2013-05-15  Glenn Morris  <rgm@gnu.org>
150
151         * shr-color.el (shr-color-visible-luminance-min)
152         (shr-color-visible-distance-min): Use shr-color group.
153
154 2013-05-11  Glenn Morris  <rgm@gnu.org>
155
156         * gnus-vm.el: Make it loadable without VM.
157         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
158         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
159
160 2013-05-09  Glenn Morris  <rgm@gnu.org>
161
162         * mml1991.el: Make it loadable.  (Bug#13456)
163
164         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
165         * gnus-async.el (gnus-async-post-fetch-function):
166         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
167         * gnus-html.el (gnus-html-image-cache-ttl):
168         * gnus-notifications.el (gnus-notifications-timeout):
169         * gnus-picon.el (gnus-picon-properties):
170         * gnus-util.el (gnus-completion-styles):
171         * gnus.el (gnus-other-frame-resume-function):
172         * message.el (message-user-organization-file)
173         (message-cite-reply-position):
174         * nnir.el (nnir-summary-line-format)
175         (nnir-retrieve-headers-override-function):
176         * shr-color.el (shr-color-visible-luminance-min):
177         * shr.el (shr-blocked-images):
178         * spam-report.el (spam-report-resend-to):
179         * spam.el (spam-summary-exit-behavior): Fix custom types.
180
181         * gnus-salt.el (gnus-selected-tree-face): Fix default.
182
183 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
186         because of let-binding help-xref-following.  (Bug#14356)
187
188 2013-05-06  Glenn Morris  <rgm@gnu.org>
189
190         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
191
192 2013-05-04  Andrew Cohen  <cohen@bu.edu>
193
194         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
195         entering into the registry.
196
197 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
198
199         * gnus.el: Ma Gnus v0.7 is released.
200
201 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
204         (Bug#14304)
205
206 2013-04-27  Glenn Morris  <rgm@gnu.org>
207
208         * gnus.el (gnus-list-debbugs):
209         Use require rather than autoload.  (Bug#14262)
210
211 2013-04-27  Julien Danjou  <julien@danjou.info>
212
213         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
214         port to "sieve" now that it has an official IANA port assigned.
215
216 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
219         Don't set the MAILHOST environment variable permanently (Bug#14271).
220
221 2013-04-26  Glenn Morris  <rgm@gnu.org>
222
223         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
224
225 2013-04-25  Andrew Cohen  <cohen@bu.edu>
226
227         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
228         string values of 'gcc-self. Thanks to Saroj Thirumalai.
229
230 2013-04-24  Andrew Cohen  <cohen@bu.edu>
231
232         * nnir.el (nnir-close-group): Make sure we are in the right group.
233
234         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
235         dependency table from all newly retrieved headers.
236
237 2013-04-16  David Edmondson  <dme@dme.org>
238
239         Support <img src="data:...">.
240
241         * shr.el (shr-image-from-data): New function.
242         (shr-tag-img): Use it.
243
244 2013-04-14  Andrew Cohen  <cohen@bu.edu>
245
246         * nnir.el (nnir-request-set-mark): Make sure we are in the right
247         group.
248
249 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
252         corresponding to any existing group (Bug#14166).
253
254 2013-04-10  Andrew Cohen  <cohen@bu.edu>
255
256         * nnir.el (number-sequence): No longer used.
257         (nnir-request-set-mark): New function.
258         (nnir-request-update-info): Improve marks updating.
259         (nnir-request-scan): Don't duplicate marks updating.
260         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
261         Use 'assq rather than 'assoc. Quote anonymous function.
262         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
263         Use 'gnus-group-prefixed-p.
264         (gnus-summary-create-nnir-group): Make sure server for method is open.
265
266 2013-04-04  Andrew Cohen  <cohen@bu.edu>
267
268         * nnir.el (gnus-nnir-group-p): New function.
269         (nnir-possibly-change-group): Use it.
270
271         * gnus-msg.el (gnus-setup-message): Use it.
272
273 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * mml.el (mml-minibuffer-read-description): Use `default' insted of
276         `initial-input' for the argument name.
277         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
278
279 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
280
281         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
282         (used by MH-E).
283
284 2013-04-01  Andrew Cohen  <cohen@bu.edu>
285
286         * nnir.el (nnir-request-update-mark): Improve mark updating in original
287         group.
288
289         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
290         fix compilation.
291
292 2013-03-31  Andrew Cohen  <cohen@bu.edu>
293
294         * nnir.el (nnir-method-default-engines): And another typo.
295
296 2013-03-30  Andrew Cohen  <cohen@bu.edu>
297
298         * nnir.el (nnir-method-default-engines): Fix typo.
299
300 2013-03-29  Andrew Cohen  <cohen@bu.edu>
301
302         * nnir.el: Define 'number-sequence for xemacs.
303         (gnus-summary-create-nnir-group): New function to create an nnir group
304         from an nnir summary buffer based on the current query.
305         (nnir-request-create-group): Update to allow nnir group creation based
306         on the current query.
307
308 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * nndraft.el (nndraft-request-expire-articles):
311         Make expiry target always `delete'.
312
313 2013-03-27  Andrew Cohen  <cohen@bu.edu>
314
315         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
316         buffer use the posting-style and gcc of the original article group.
317         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
318
319         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
320         after other deffoos.
321
322 2013-03-25  Andrew Cohen  <cohen@bu.edu>
323
324         * nnir.el: Major rewrite. Cleaner separation between searches and group
325         management. Marks are now shown in nnir summary buffers. Rudimentary
326         support for real (i.e. not ephemeral) nnir groups.
327         (gnus-summary-make-nnir-group): New function for initiating searches
328         from a summary buffer.
329
330 2013-03-18  Sam Steingold  <sds@gnu.org>
331
332         * message.el (message-bury): Minor cleanup.
333
334 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
335
336         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
337
338 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * nndir.el (nndir-request-list): Remove 2nd argument passed to
341         nnml-request-list.  (Bug#13873)
342         (nndir-request-newsgroups): Remove, unused.
343
344         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
345
346 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
347
348         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
349         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
350         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
351
352 2013-03-03  Ted Phelps  <phelps@gnusto.com>
353
354         * shr.el: Make all the overlays set the `evaporate' property so that
355         they're removed properly.
356
357 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
358
359         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
360         shell-quote-argument.
361
362 2013-02-22  David Engster  <deng@randomsample.de>
363
364         * gnus-registry.el (gnus-registry-save): Provide class name when
365         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
366         `condition-case' to stay compatible with older EIEIO versions which
367         only accept one argument.
368
369 2013-02-17  Daiki Ueno  <ueno@gnu.org>
370
371         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
372         (epg-user-id-validity): Autoload.
373         (mml2015-epg-check-user-id): New function.
374         (mml2015-epg-check-sub-key): New function split from
375         mml2015-epg-find-usable-key.
376         (mml2015-epg-find-usable-key): Accept context, name, usage, and
377         optional name-is-key-id, to handle the case when user-id is unusable.
378         Reported by Łukasz Stelmach <stlman@poczta.fm>.
379
380 2013-02-17  Glenn Morris  <rgm@gnu.org>
381
382         * shr.el (shr-put-image): Use image-multi-frame-p if available.
383
384 2013-02-16  Glenn Morris  <rgm@gnu.org>
385
386         * shr.el (shr-put-image): Only animate images that specify a delay.
387         This is consistent with the old image-animated-p behavior.
388
389 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
392         for XEmacs.
393
394 2013-02-13  Juri Linkov  <juri@jurta.org>
395
396         * gnus-art.el (gnus-article-mode-map):
397         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
398         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
399
400 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
401
402         * auth-source.el (auth-source-format-prompt): Don't get confused by
403         any "\" in replacement text.  (Bug#13637)
404
405 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
406
407         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
408         (gnus-backend-trace): Honour gnus-backend-trace.
409
410         * mml.el (mml-insert-part): Insert closing tag.
411
412         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
413
414 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
417         able to find the article, which can happen in debbugs groups,
418         apparently.
419
420 2013-01-16  Glenn Morris  <rgm@gnu.org>
421
422         * smiley.el (smiley-style): Make the file loadable in batch mode.
423
424 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
425
426         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
427         imap process running.
428
429 2013-01-14  Julien Danjou  <julien@danjou.info>
430
431         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
432         Compare addresses against addresses, not against the full From field.
433
434 2013-01-13  Richard Stallman  <rms@gnu.org>
435
436         * message.el (message-forward-make-body-mime): New args BEG, END
437         specify what part of FORWARD-BUFFER to use.  Do the work directly
438         instead of calling `mml-insert-buffer'.
439
440 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
441
442         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
443         cross-reference(s).
444
445         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
446         cross-reference(s).
447
448 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
449
450         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
451         and point-max-marker.
452         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
453
454 2013-01-11  Julien Danjou  <julien@danjou.info>
455
456         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
457         max are almost equal. Also return the correct value for V which is
458         already between 0 and 1.
459
460 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
461
462         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
463         to mml2015-encrypt-to-self.
464         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
465
466 2013-01-09  Daiki Ueno  <ueno@gnu.org>
467
468         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
469         mml-smime-epg-find-usable-secret-key.
470
471 2013-01-08  Glenn Morris  <rgm@gnu.org>
472
473         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
474
475 2013-01-07  Daiki Ueno  <ueno@gnu.org>
476
477         * mml-smime.el: Support signing by sender.
478         Requested by Uwe Brauer.
479         (mml-smime-sign-with-sender): New user option analogous
480         to mml2015-sign-with-sender.
481         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
482         (mml-smime-epg-find-usable-secret-key): New helper function copied from
483         mml2015.el.
484
485 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
488         isn't running, because Gnus will probably not know how to handle the
489         Gcc header (bug#11941).
490
491         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
492         articles.
493
494 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * nnfolder.el (nnfolder-recursive-directory-files): New function.
497         (nnfolder-generate-active-file): Make this function work with recursive
498         folder names.
499
500 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
501
502         * nntp.el (nntp-open-connection): Use HELP as the capability command
503         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
504         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
505
506 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
507
508         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
509         place holder since this gives `Invalid face reference: nil' messages.
510         Use the `default' face instead.  It has the same effect here, even
511         though it is not no-op.
512
513         * gnus-util.el
514         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
515
516 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
517
518         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
519         non-string posting styles (bug#13285).
520
521 2012-12-27  Glenn Morris  <rgm@gnu.org>
522
523         * plstore.el (plstore-passphrase-callback-function):
524         Use plstore-get-file.
525
526 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
527
528         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
529         stderr.
530
531 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
534
535         * gnus-compat.el (set-buffer-multibyte): Remove.
536
537 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
538
539         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
540         temporary file to get PGP key image. Pass no-show-photos when extracting
541         image to avoid having it pop up twice.
542
543 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
546         eligible for treatment.
547
548         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
549         lines.  This makes summary commands with hidden threads work more
550         reliably.
551
552         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
553         button to mark the hidden citations (bug#9395).
554
555 2012-12-26  Daiki Ueno  <ueno@gnu.org>
556
557         * mml2015.el (mml2015-epg-signature-to-string): New function.
558         (mml2015-epg-verify-result-to-string): New function.
559         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
560         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
561         instead of epg-verify-result-to-string.
562         (epg-signature-key-id, epg-signature-to-string): Autoload.
563         (epg-verify-result-to-string): Remove autoload.
564
565 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
566
567         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
568         ID image from GPG public key.
569         (mml2015-epg-key-image-to-string): New function.
570
571 2012-12-25  Leo Liu  <sdl.web@gmail.com>
572
573         * plstore.el (plstore-passphrase-callback-function): Fix error when
574         error when plstore-cache-passphrase-for-symmetric-encryption is set
575         (bug#13264).
576
577 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
580         buffer to the article buffer here, because that clobbers multiple
581         article buffers.
582
583         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
584         buffer always points to the right summary buffer.
585
586 2012-12-25  John Wiegley  <jwiegley@gmail.com>
587
588         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
589         the password (bug#12097).
590
591 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
594         (bug#13263).
595
596         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
597         buffer exists before using it (bug#12475).
598
599         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
600         offline groups (bug#11937).
601
602         * message.el (message-yank-original): When using customize to set the
603         value of `message-cite-style', the variable it set to a symbol that's
604         the name of the variable, which must then be dereferenced (bug#12616).
605
606 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
607
608         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
609         the `face' property with a list whose car is the face specified in the
610         format string and whose cdr is (nil).
611         * lisp/gnus-util.el
612         (gnus-put-text-property-excluding-characters-with-faces):
613         Change accordingly.
614         (gnus-get-text-property-excluding-characters-with-faces): New function.
615         * lisp/gnus-sum.el (gnus-summary-highlight-line):
616         * lisp/gnus-salt.el (gnus-tree-highlight-node):
617         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
618
619 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
620
621         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
622         login methods.
623         (nnimap-login): Respect the `nnimap-authenticator' variable.
624
625         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
626         mark state when moving articles.  Otherwise unticked articles will get
627         their ticks back after moving.
628
629 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
632
633         * message.el (message-ignored-news-headers): Always remove
634         X-Message-SMTP-Method to avoid information leakage if the user
635         mistakenly inserts the header into news messages.
636
637         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
638
639         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
640         right than four characters, this command would move point to
641         `point-max'.  Don't do that.
642
643         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
644         to nil to allow re-selecting groups that gain articles.
645         (gnus-bug-group-download-format-alist): Update the URL.
646
647 2012-12-23  Andreas Schwab  <schwab@suse.de>
648
649         * shr.el (shr-tag-em): Render em as italic, not bold.
650
651 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
652
653         * gnus-int.el (gnus-backend-trace): Factor out into its own function
654         for reuse.
655         (gnus-open-server): Use it to add more tracing.
656         (gnus-finish-retrieve-group-infos): Add backend tracing.
657         (gnus-backend-trace): Also note the elapsed seconds.
658
659 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
660
661         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
662         Set epa-file-encrypt-to from variable to avoid querying.
663
664 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
665
666         * sieve-mode.el (sieve-font-lock-keywords):
667         Keywords should be word delimited.  (Bug#13173)
668
669 2012-12-13  Andreas Schwab  <schwab@suse.de>
670
671         * tls.el (tls-program): Update customize type.
672
673 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
676         instead of <pre> to align message header.
677
678 2012-12-12  Sam Steingold  <sds@gnu.org>
679
680         * gnus.el (gnus-other-frame-resume-function): Add user option.
681         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
682
683 2012-12-06  Sam Steingold  <sds@gnu.org>
684
685         * gnus-start.el (gnus-before-resume-hook): Add.
686         (gnus-1): Run it when Gnus is alive.
687
688 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
691         * gnus-art.el (article-unsplit-urls)
692         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
693         * gnus-registry.el (gnus-registry-get-article-marks)
694         * message.el (message-goto-body): Use it.
695         (message-called-interactively-p): Remove.
696
697         * spam-stat.el (spam-stat-called-interactively-p): New macro.
698         (spam-stat-score-buffer): Use it.
699
700         * spam.el: Silence the warnings against BBDB functions when compiling.
701
702         * gnus-score.el (gnus-score-decode-text-parts):
703         Use append+mapcar instead of the cl function mapcan.
704
705 2012-12-05  Sam Steingold  <sds@gnu.org>
706
707         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
708         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
709         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
710
711 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * gmm-utils.el (gmm-called-interactively-p): Revert.
714         This seems to cause Emacs to get stuck!
715         * gnus-art.el (article-unsplit-urls)
716         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
717         * gnus-registry.el (gnus-registry-get-article-marks)
718         * message.el (message-goto-body)
719         (message-called-interactively-p): Revert.
720
721         * gmm-utils.el (gmm-called-interactively-p): New function.
722         * gnus-art.el (article-unsplit-urls)
723         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
724         * gnus-registry.el (gnus-registry-get-article-marks)
725         * message.el (message-goto-body): Use it.
726         (message-called-interactively-p): Remove.
727
728         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
729         * gnus-sync.el (gnus-sync-lesync-call)
730         * message.el (message-read-from-minibuffer): Use it.
731
732 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * gmm-utils.el (gmm-flet): Remove.
735         * gnus-sync.el (gnus-sync-lesync-call)
736         * message.el (message-read-from-minibuffer): Don't use it.
737
738 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * gmm-utils.el (gmm-labels): Use cl-labels if available.
741
742 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
745
746         * gnus-sync.el (gnus-sync-lesync-call)
747         * message.el (message-read-from-minibuffer): Use gmm-flet.
748
749         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
750
751         * gnus-util.el (gnus-macroexpand-all): Remove.
752
753 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
754
755         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
756         to TAB, not [tab].
757         (gnus-summary-article-map): Likewise.
758
759         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
760         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
761
762 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
763
764         * time-date.el: Commentary fix.
765
766 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
767
768         * color.el: Don't require cl.
769         (color-complement): `caddr' -> `nth 2'.
770
771         * time-date.el (time-to-seconds): De-obsolete.
772
773 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * message.el (message-get-reply-headers):
776         Make sure the reply goes to the author if it is a wide reply.
777
778 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
779
780         * gnus-score.el (gnus-score-body):
781         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
782         scoring by body.
783
784 2012-11-16  Glenn Morris  <rgm@gnu.org>
785
786         * gnus-diary.el (nndiary-request-create-group-functions)
787         (nndiary-request-update-info-functions)
788         (gnus-subscribe-newsgroup-functions)
789         (nndiary-request-accept-article-functions):
790         Use new names for hooks rather than obsolete aliases.
791
792 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * dgnushack.el (define-obsolete-variable-alias): Simplify.
795
796 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
799         in meta tag with the one the part specifies in its header.
800
801 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
802
803         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
804         by default.
805
806 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
809         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
810
811 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
814         and a runtime function for it, of which the XEmacs version takes only
815         two arguments.
816
817 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
818
819         * nndiary.el (nndiary-request-create-group-functions)
820         (nndiary-request-update-info-functions)
821         (nndiary-request-accept-article-functions):
822         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
823         "-hooks" suffix.
824
825 2012-10-19  Julien Danjou  <julien@danjou.info>
826
827         * gnus-art.el: Require gnus-util because it uses
828         `gnus-timer--function'.
829
830 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
831
832         * starttls.el (starttls-extra-arguments): Doc fix.
833
834 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
837         it.
838
839 2012-10-06  Glenn Morris  <rgm@gnu.org>
840
841         * gnus-notifications.el (gnus-notifications):
842         Add missing group :version tag.
843         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
844         (gnus-gcc-post-body-encode-hook):
845         * gnus-sync.el (gnus-sync-lesync-name)
846         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
847
848 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
849
850         * color.el (color-hsl-to-rgb): Fix incorrect results for
851         small and large hue values.  (Bug#12559)
852
853 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         New UIDL implementation.
856
857         * mail-source.el (mail-sources, mail-source-keyword-map):
858         Add :leave as a pop3 keyword.
859         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
860
861         * pop3.el (pop3-leave-mail-on-server): Allow number.
862         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
863         (pop3-movemail): Add UIDL support.
864         (pop3-send-streaming-command): Take a list of mail numbers instead of
865         the number of mails.
866         (pop3-write-to-file): Add X-UIDL header.
867         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
868         (pop3-uidl-add-xheader): New functions.
869
870         * message.el (message-ignored-resent-headers):
871         Add X-Content-Length and X-UIDL headers.
872
873 2012-10-05  Glenn Morris  <rgm@gnu.org>
874
875         * color.el (color-name-to-rgb, color-rgb-to-hex)
876         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
877         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
878         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
879         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
880
881 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
884         a user about whether to delete temp files if once a user answered as n.
885
886 2012-09-25  Chong Yidong  <cyd@gnu.org>
887
888         * password-cache.el (password-read-and-add): Use a declare form to mark
889         this function obsolete.
890
891 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * lpath.el: Bind mail-encode-mml for old Emacsen.
894
895 2012-09-17  Richard Stallman  <rms@gnu.org>
896
897         * message.el (message-in-body-p): Don't set mark or modify buffer.
898
899         * mml.el (mml-attach-file): Doc fix.
900         (mml-attach-external, mml-attach-buffer, mml-attach-file):
901         Set mail-encode-mml when in Mail mode.
902         Simplify code to set HEAD and move back to HEAD.
903         (mml-insert-multipart, mml-insert-part):
904         Set mail-encode-mml when in Mail mode.
905
906 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * gnus-util.el (gnus-timer--function): New function.
909
910         * gnus-art.el (gnus-article-stop-animations): Use it.
911
912 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
913
914         Fix glitches caused by addition of psec to timers.
915         * gnus-art.el (gnus-article-stop-animations): Use timer--function
916         rather than raw access to timer vector.
917
918 2012-09-11  Julien Danjou  <julien@danjou.info>
919
920         * gnus-notifications.el (gnus-notifications): Check for nil values in
921         ignored addresses check.
922
923 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
924
925         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
926
927 2012-09-07  Chong Yidong  <cyd@gnu.org>
928
929         * gnus-util.el
930         (gnus-put-text-property-excluding-characters-with-faces): Restore.
931
932         * gnus-salt.el (gnus-tree-highlight-node):
933         * gnus-sum.el (gnus-summary-highlight-line):
934         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
935
936 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
937
938         * gnus-util.el: Fix compilation error on XEmacs 21.4.
939
940 2012-09-06  Juri Linkov  <juri@jurta.org>
941
942         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
943         scheme for buffer names to be more consistent with other group and
944         article buffer names in Gnus.
945
946 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-util.el
949         (gnus-put-text-property-excluding-characters-with-faces): Removed.
950
951         * gnus-compat.el: Define compat function `add-face' from Wolfgang
952         Jenkner.
953
954         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
955
956         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
957
958         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
959
960 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
963         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
964
965         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
966         string-prefix-p in Emacs >=23.2.
967
968         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
969         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
970         instead of string-match-p.
971         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
972
973 2012-09-06  Kenichi Handa  <handa@gnu.org>
974
975         * qp.el (quoted-printable-decode-region): Fix previous change; handle
976         lowercase a..f.
977
978 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
979
980         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
981
982 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
983
984         * nnimap.el (nnimap-request-move-article): Decode the group name when
985         doing internal moves to avoid charset issues.
986
987         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
988         TIME is set.
989
990 2012-09-05  Juri Linkov  <juri@jurta.org>
991
992         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
993         than one group at a time (bug#11961).
994
995 2012-09-05  Julien Danjou  <julien@danjou.info>
996
997         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
998         this hide the real reason with a message giving absolutely no hint.
999
1000 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1001
1002         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1003         to the backend (bug#11804).
1004
1005         * message.el (message-insert-newsgroups): Don't insert newsgroup
1006         duplicates (bug#12275).
1007
1008 2012-09-05  John Wiegley  <johnw@newartisans.com>
1009
1010         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1011         sieve rules.
1012
1013 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1014
1015         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1016         function.
1017
1018         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1019
1020         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1021
1022 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1023
1024         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1025         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1026         This should make nnmaildir more usable with offlineimap.
1027
1028 2012-09-05  Julien Danjou  <julien@danjou.info>
1029
1030         * nnimap.el (nnimap-request-list): Revert change that made listing
1031         synchronous.
1032         (nnimap-get-responses): Restore.
1033
1034 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1035
1036         * dgnushack.el: XEmacs 21.5 compilation fix.
1037
1038         * gnus-notifications.el (gnus-notifications-notify): Use it.
1039
1040         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1041         warnings on XEmacs.
1042
1043 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1044
1045         Better seeds for (random).
1046         * gnus-sync.el (gnus-sync-lesync-setup):
1047         * message.el (message-canlock-generate, message-unique-id):
1048         Change (random t) to (random), now that the latter is more random.
1049
1050 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1051
1052         * nnimap.el (nnimap-change-group): Document result value
1053
1054         * auth-source.el (auth-sources): Fix macos keychain access.
1055
1056         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1057         allow the backend `request-head' function to determine the group
1058         name on its own.
1059         (gnus-request-expire-articles): Filter out negative article numbers
1060         during expiry (Bug#11980).
1061
1062         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1063         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1064
1065         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1066         you've found the article when you haven't.
1067
1068         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1069         that nnimap-change-group can return t.
1070
1071 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1072
1073         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1074
1075 2012-08-30  Julien Danjou  <julien@danjou.info>
1076
1077         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1078         `gnus-notifications-timeout'.
1079         (gnus-notifications-timeout): Add.
1080         (gnus-notifications-action): New function.
1081         (gnus-notifications-notify): Add :action using
1082         `gnus-notifications-action'.
1083         (gnus-notifications-id-to-msg): New variable.
1084         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1085         notifications id to messages.
1086
1087 2012-08-30  Kenichi Handa  <handa@gnu.org>
1088
1089         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1090         once.
1091
1092 2012-08-29  Julien Danjou  <julien@danjou.info>
1093
1094         * gnus-notifications.el: New file.
1095         (gnus-notifications-notify): New function.
1096         (gnus-notifications): Use `gnus-notifications-notify'.
1097
1098 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1101         transfer encoding first; bind gnus-newsgroup-charset to the charset
1102         that the article specifies (Bug#12209).
1103
1104 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1107         (gnus-group-customize-done): Encode values posting-style holds.
1108
1109         * gnus-msg.el (gnus-summary-resend-message)
1110         (gnus-configure-posting-styles): Decode values posting-style group
1111         parameter holds.
1112
1113 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1116         `name' and `address' in Resent-From header.
1117
1118 2012-08-14  Chong Yidong  <cyd@gnu.org>
1119
1120         * gnus-art.el (article-display-face): Handle failure in
1121         gnus-create-image (Bug#11802).
1122
1123 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1124
1125         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1126         Use defsetf.
1127
1128 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1129
1130         * auth-source.el: (auth-source-plstore-search)
1131         (auth-source-secrets-search): Ignore :require and :type in search spec.
1132
1133 2012-08-06  Julien Danjou  <julien@danjou.info>
1134
1135         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1136         `nnimap-request-move-article'.
1137
1138         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1139         Remove autoload, already handled by gnus.el.
1140
1141         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1142
1143         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1144         supported by nnimap actually. Reverts previous change.
1145
1146         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1147         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1148         to-buffer argument that is already supported.
1149
1150 2012-08-05  Julien Danjou  <julien@danjou.info>
1151
1152         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1153         Add autoload.
1154
1155 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * gnus.el (gnus-valid-select-methods): Fix custom type.
1158
1159 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1160
1161         * auth-source.el (auth-sources, auth-source-backend-parse)
1162         (auth-source-macos-keychain-search)
1163         (auth-source-macos-keychain-search-items)
1164         (auth-source-macos-keychain-result-append)
1165         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1166         auth-source.el through the /usr/bin/security utility.
1167         (auth-sources): Fix syntax error.
1168         (auth-source-macos-keychain-result-append): Fix variable name.
1169         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1170
1171 2012-07-27  Julien Danjou  <julien@danjou.info>
1172
1173         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1174         Emacs < 24.1
1175
1176 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * message.el (message-kill-address): Don't kill last newline.
1179         (message-skip-to-next-address): Don't move to the next header.
1180         (message-fill-field-address): Work properly.
1181
1182 2012-07-25  Julien Danjou  <julien@danjou.info>
1183
1184         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1185
1186 2012-07-24  Julien Danjou  <julien@danjou.info>
1187
1188         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1189
1190         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1191         (nntp-async-timer-handler): Remove, unused.
1192
1193         * nnimap.el (nnimap-get-responses): Remove, unused.
1194
1195         * nnheader.el (mail-header-set-extra): Remove, unused.
1196
1197         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1198         unused.
1199
1200         * mm-view.el (mm-view-sound-file): Remove, unused.
1201
1202         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1203         (mm-url-encode-multipart-form-data): Remove, unused.
1204
1205         * message.el (message-remove-signature, message-make-host-name)
1206         (message-fill-address): Remove, unused.
1207
1208         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1209         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1210         unused.
1211
1212         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1213         (gnus-xmas-call-region): Remove, unused.
1214
1215         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1216
1217         * gnus-util.el (gnus-extract-address-component-name)
1218         (gnus-extract-address-component-email, gnus-sortable-date)
1219         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1220         (gnus-process-live-p): Remove, unused.
1221
1222         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1223
1224         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1225         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1226         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1227         function.
1228
1229         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1230
1231         * gnus-score.el (gnus-summary-score-crossposting)
1232         (gnus-score-regexp-bad-p): Remove, unused.
1233
1234         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1235
1236         * gnus-range.el (gnus-sublist-p): Remove, unused.
1237
1238         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1239         unused.
1240
1241         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1242
1243         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1244         (gnus-request-associate-buffer): Remove, unused.
1245
1246         * gnus-group.el (gnus-group-set-method-info)
1247         (gnus-group-set-params-info): Remove, unused.
1248
1249         * gnus-fun.el (gnus-shell-command-to-string)
1250         (gnus-shell-command-on-region): Remove, unused.
1251
1252         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1253
1254         * gnus-art.el (gnus-article-text-type-exists-p)
1255         (article-translate-characters, gnus-article-hide-text-of-type)
1256         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1257         Remove, unused.
1258
1259 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1260
1261         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1262
1263 2012-07-21  Julien Danjou  <julien@danjou.info>
1264
1265         * message.el (message-dont-reply-to-names): Replace deprecated
1266         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1267         (message-get-reply-headers): Ditto.
1268
1269 2012-07-18  Julien Danjou  <julien@danjou.info>
1270
1271         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1272         `sieve-upload-and-kill'.
1273
1274         * sieve.el (sieve-bury-buffer): Remove function.
1275         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1276         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1277
1278 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1279
1280         * shr.el (shr-expand-url): Handle URL starting with `//'.
1281
1282 2012-07-13  Chong Yidong  <cyd@gnu.org>
1283
1284         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1285         instead of calling toggle-read-only with a (bogus) argument.
1286
1287 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1288
1289         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1290         of initial input when reading the author to restrict the summary to.
1291
1292 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1293
1294         * mm-decode.el (mm-shr):
1295         Allow overriding charset by mm-charset-override-alist.
1296
1297 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * gnus-art.el (gnus-article-view-part):
1300         Toggle subparts of multipart/alternative part.
1301
1302 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1303
1304         * shr.el (shr-render-buffer): New command.
1305         (shr-visit-file): Use it.
1306
1307 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1310         Set no-byte-compile and no-update-autoloads.
1311
1312 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1315
1316 2012-06-25  Julien Danjou  <julien@danjou.info>
1317
1318         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1319         `nnimap-request-move-articles-find-limit' since we do not use it only
1320         for move operations.
1321         (nnimap-request-accept-article): Use
1322         `nnimap-request-articles-find-limit' to limit search by message-id.
1323
1324 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1325
1326         Support higher-resolution time stamps (Bug#9000).
1327
1328         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1329         VARLIST.  It's optional, for backward compatibility.
1330         (encode-time-value): New optional arg PICO.  New type 3.
1331         (time-to-seconds) [!float-time]: Support the new picoseconds
1332         component if it's used.
1333         (seconds-to-time, time-subtract, time-add):
1334         Support ps-resolution time stamps as well.
1335
1336 2012-06-19  Julien Danjou  <julien@danjou.info>
1337
1338         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1339
1340         * nnimap.el (nnimap-log-buffer): Check that
1341         `window-point-insertion-type' is boundp, since it's not available in
1342         XEmacs.
1343
1344 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1345
1346         * nnimap.el (nnimap-log-buffer): Add this, setting
1347         `window-point-insertion-type' in the buffer to t.
1348         (nnimap-log-command): Use nnimap-log-buffer.
1349
1350 2012-06-19  Julien Danjou  <julien@danjou.info>
1351
1352         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1353         argument to be able to limit the search.
1354         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1355         (nnimap-request-move-articles-find-limit): Add this to limit the search
1356         by Message-Id after a message move.
1357         (nnimap): Add defgroup.
1358
1359 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1360
1361         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1362
1363 2012-06-15  Julien Danjou  <julien@danjou.info>
1364
1365         * nnimap.el (nnimap-find-article-by-message-id): Use
1366         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1367         (nnimap-possibly-change-group): Add read-only argument.
1368         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1369         issuing EXAMINE manually.
1370         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1371         with read-only argument.
1372         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1373         cannot possibly change because we need to be sure that it's either
1374         read-write or read-only.
1375
1376 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1379         being bound to a lambda form.
1380
1381 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1382
1383         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1384         articles when fetch-old is non-nil (bug#11370).
1385
1386 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1387
1388         * gnus-picon.el (gnus-picon-properties): New defcustom.
1389         (gnus-picon-create-glyph): Use it.
1390
1391 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * gnus-group.el (gnus-group-get-new-news): Respect
1394         `gnus-group-use-permanent-levels', as documented (bug#11638).
1395
1396 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1397
1398         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1399         groups (bug#11641).
1400
1401 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1402
1403         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1404         is an integer to avoid later problems.
1405
1406 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1409         locales.
1410
1411         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1412         on a handle.
1413
1414         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1415         address as the default.
1416         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1417
1418         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1419         makes no sense to query the user about internal files.
1420
1421         * gnus-spec.el: Remove all the byte-compilation stuff, since
1422         benchmarking shows that it doesn't help when entering large summary
1423         buffers.
1424
1425         * gnus-xmas.el (gnus-xmas-define): Remove.
1426
1427         * gnus-util.el (gnus-byte-code): Remove.
1428
1429         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1430         grouplens stuff.
1431
1432 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1435         (bug#11514).
1436
1437 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1438
1439         * message.el (message-buffers): Return all buffers derived from Message
1440         to make `gnus-dired-attach' work with mu4e.
1441
1442 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1443
1444         * nntp.el: Stop the `letf' madness.
1445         (nntp--report-1): New var.
1446         (nntp-report): Merge nntp-report-1 into it.
1447         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1448         the nntp-report function.
1449
1450         * auth-source.el: Fix comment-style to follow the convention.
1451
1452 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1453
1454         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1455         (mm-dissect-singlepart): Don't guess the MIME type of
1456         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1457         set.
1458         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1459         toplevel MIME type is multipart/encrypted.
1460
1461 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1464         a string so that Gcc works (bug#11514).
1465
1466 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1467
1468         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1469         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1470
1471 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1472
1473         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1474         jumping to *Server* from a dedicated *Group* window.
1475         (gnus-configure-frame): CSE.
1476
1477         * gnus-registry.el: Minor style cleanup.
1478         (gnus-registry--set/remove-mark): New function, extracted from
1479         gnus-registry-install-shortcuts.
1480         (gnus-registry-install-shortcuts): Use it.
1481
1482 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * nnspool.el (news-path): Use eval-and-compile.
1485
1486 2012-05-24  Glenn Morris  <rgm@gnu.org>
1487
1488         * nnspool.el (news-directory, news-path, news-inews-program):
1489         Move here from paths.el.  Don't see a need for these to be autoloaded.
1490
1491         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1492         Merge in doc from paths.el version.  Don't see any need for this to be
1493         autoloaded, or for the warning about users not setting it.
1494
1495 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1496
1497         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1498         format.  In particular, add an optional argument and a docstring.
1499
1500         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1501
1502         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1503         current before calling `gnus-groups-to-gnus-format'.
1504         Note that this was already the case for `gnus-active-to-gnus-format'.
1505
1506 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1507
1508         Fix minor Y10k bug.
1509         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1510
1511 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1512
1513         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1514         message once it's actually open.
1515
1516 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1517
1518         * gnus.el: Ma Gnus v0.5 is released.
1519
1520 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1521
1522         * auth-source.el (auth-source--aput-1, auth-source--aput)
1523         (auth-source--aget): New functions and macros.
1524         Use them instead of aput/aget.
1525
1526 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1527
1528         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1529
1530 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1531
1532         * plstore.el (plstore-called-interactively-p): New compat macro copied
1533         from message.el.
1534         (plstore-mode): Use it.
1535
1536 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1537
1538         * plstore.el: Revive the editing feature.
1539         (plstore-mode): New mode to edit plstore file.
1540         (plstore-mode-toggle-display, plstore-mode-original)
1541         (plstore-mode-decoded): New command.
1542         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1543         (plstore--insert-buffer, plstore--make): New function.
1544         (plstore-open, plstore-save): Simplify by using them.
1545
1546 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1549
1550 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1551
1552         * tls.el (open-tls-stream): Remove unused binding.
1553
1554 2012-04-16  Glenn Morris  <rgm@gnu.org>
1555
1556         * nndraft.el (nndraft-request-list): Fix declaration.
1557
1558 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * mm-decode.el (mm-dissect-buffer): Doc fix.
1561
1562         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1563         don't have a current group.
1564
1565         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1566         buffer if it doesn't exist.
1567
1568         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1569         given, mark the group as ephemeral with the current window conf.
1570
1571         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1572         buffer exists, which it doesn't if we haven't started Gnus.
1573         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1574
1575 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1578         type is.
1579
1580         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1581         `unexists' entries.
1582         (gnus-clean-old-newsrc): Fix last checkin.
1583
1584         * nnimap.el (nnimap-update-info): None of the articles below the active
1585         low-water mark exist.
1586
1587         * dgnushack.el: Get rid of XEmacs compilation warning.
1588
1589         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1590         would have gotten if we posted to the group, and use that to compare
1591         against the message we want to cancel (bug#10808).
1592
1593         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1594         on XEmacs.
1595
1596 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1597
1598         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1599         `scroll-margin'.
1600
1601 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1602
1603         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1604         citation prefix within a block of cited text should be considered part
1605         of that block *only* if it is a blank line.
1606
1607 2012-04-09  Chong Yidong  <cyd@gnu.org>
1608
1609         * binhex.el, hashcash.el, uudecode.el:
1610         Remove * characters from the front of variable docstrings.
1611
1612 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1615         before kinsoku-bol characters nor within kinsoku-eol characters.
1616
1617 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1620         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1621         (gnus-sync-read): Use mapc instead of mapcar.
1622
1623         * mm-archive.el: Require mm-decode for some macros.
1624         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1625         the byte compiler.
1626         (mm-archive-decoders): New function that returns the value of
1627         the mm-archive-decoders variable.
1628
1629         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1630         instead.
1631         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1632
1633         * nnimap.el (gnus-refer-thread-use-nnir):
1634         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1635
1636 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1639
1640 2012-03-12  Peter Münster  <pmrb@free.fr>
1641
1642         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1643         (gnus-demon-cancel): Ditto.
1644         (gnus-demon-run-callback): When function cannot be called due to low
1645         idleness, call it when idleness reaches the expected value, instead of
1646         waiting another timer period.
1647         (gnus-demon-init): Add `time' to arguments of call-back.
1648
1649 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1652
1653         * gnus.el: Register gnus-registry functions.
1654
1655         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1656         indent.
1657
1658         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1659         enabled before warping.
1660
1661 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1662
1663         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1664         registry about each article retrieved.
1665
1666         * gnus-int.el (gnus-select-group-with-message-id): New function.
1667         (gnus-try-warping-via-registry): Ditto.
1668         (gnus-warp-to-article): Fall back on the registry.
1669
1670 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1671
1672         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1673         inboxes.
1674
1675 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1678
1679 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1682         gnus-gcc-self-resent-messages may be a group parameter.
1683         (gnus-summary-resend-message): Don't encode encoded words in header
1684         when Gcc'ing resent message.
1685
1686 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * shr.el (shr-insert): Treat non-breaking space just like normal
1689         space.  This seems to produce more pleasing results.
1690         (shr-insert): Only insert a blank line if we're starting from an image.
1691         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1692         (shr-ensure-paragraph): Consider lines with white space to be blank.
1693
1694 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1695
1696         * Makefile.in: Respect DESTDIR.
1697
1698 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1699
1700         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1701         and gnus-gcc-post-body-encode-hook.
1702
1703 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1706         messages that don't exist.
1707
1708         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1709
1710 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1713         Remove.
1714
1715         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1716
1717         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1718
1719 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1722         have a group name.
1723
1724         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1725         a multibyte buffer (bug#7410).
1726         (article-wash-html): Parse the original article buffer to get the
1727         unencoded data (bug#7410).
1728
1729         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1730         .newsrc.el files.
1731
1732 2012-04-05  Bastien Guerry  <bzg@altern.org>
1733
1734         * color.el (color-lighten-name): Fix typo.
1735
1736 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1739         "#" to avoid having them interpreted as comments.
1740
1741 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * shr.el (shr-insert): Update the text state properly to avoid
1744         inserting spurious paragraph starts.
1745
1746 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * shr.el (shr-table-widths): Divide the extra width more fairly over
1749         the TDs (bug#10973).
1750         (shr-render-td): Don't delete too much padding.
1751         (shr-natural-width): Compute the natural width more correctly.
1752         (shr-insert): Allow the natural width to be computed for tables again.
1753         (shr-tag-table-1): Rework how the natural widths are computed by
1754         rendering the table a third time.
1755         (shr-natural-width): Removed.
1756         (shr-buffer-width): New function.
1757         (shr-expand-newlines): Use it.
1758
1759         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1760         using a `gnus-use-full-window' setup (bug#11013).
1761
1762 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1765         24.1 release.
1766
1767 2012-03-10  David Edmondson  <dme@dme.org>
1768
1769         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1770         'Forwarded Message' header and the start of the message.
1771
1772 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1773
1774         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1775         isn't running (bug#10897).
1776
1777 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1780         This is inconsistent with all the other stream functions, which leave
1781         the setting up to the higher levels (if so wanted) (bug#10931).
1782
1783 2012-02-28  Glenn Morris  <rgm@gnu.org>
1784
1785         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1786         mm-decode.el: Standardize possessive apostrophe usage.
1787
1788 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1791
1792 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1793
1794         * parse-time.el (parse-time-string): Allow extractor to return nil.
1795
1796 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1799
1800 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1803
1804 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1805
1806         * mm-decode.el (mm-shr): Remove "soft hyphens".
1807
1808         * nnimap.el (nnimap-request-list): Return the group names encoded as
1809         utf8.  Otherwise non-European group names don't work.
1810         (nnimap-request-newgroups): Ditto.
1811
1812         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1813         the default in `read-string' (bug#10757).
1814
1815         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1816         topics (bug#10843).
1817
1818         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1819         buffer.  Suggested by Herbert Valerio Riedel.
1820         (nnimap-request-move-article): Delete the message from the correct IMAP
1821         server.
1822
1823 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1824
1825         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1826         Reported by Peter Münster.
1827
1828 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1829
1830         * shr.el (shr-image-fetched): Make sure we really kill the right
1831         buffer.
1832
1833 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1834
1835         * gnus-start.el (gnus-1): Avoid duplicate entries.
1836
1837 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1838
1839         * imap.el: Remove.
1840
1841         * nntp.el (nntp-coding-system-for-read): Remove.
1842         (nntp-coding-system-for-write): Ditto.
1843         (nntp-open-connection): Just use `binary' directly.
1844
1845         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1846         Gnus 0.3.
1847
1848 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1849
1850         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1851         application/octet-stream parts really is.
1852
1853         * gnus-sum.el (gnus-propagate-marks): Remove.
1854
1855 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1856
1857         * shr.el (shr-rescale-image): Undo previous change; see
1858         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1859
1860 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1861
1862         * gnus.el: Ma Gnus v0.3 is released.
1863
1864 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1865
1866         * gnus-sum.el (gnus-summary-local-variables): Make
1867         `gnus-newsgroup-unexist' into a local variable.
1868
1869 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1870
1871         * registry.el (registry-usage-test, registry-persistence-test): Move to
1872         tests/gnustest-registry.el.
1873         (registry-make-testable-db, registry-match-test)
1874         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1875
1876         * gnus-registry.el (gnus-registry-misc-test)
1877         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1878
1879         * tests/gnustest-registry.el: New file with the registry and
1880         gnus-registry ERT tests.
1881
1882 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gnus-msg.el (gnus-summary-resend-message): Make
1885         gnus-summary-resend-message-insert-gcc be last item in
1886         message-header-setup-hook.
1887
1888 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1889
1890         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1891         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1892         Remove.
1893         (nnfolder-open-server): Don't use marks.
1894         (nnfolder-request-delete-group): Ditto.
1895         (nnfolder-request-rename-group): Ditto.
1896         (nnfolder-request-set-mark, nnfolder-request-marks)
1897         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1898         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1899
1900         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1901         (nnml-marks-modtime): Remove.
1902         (nnml-request-delete-group): Don't use marks.
1903         (nnml-request-rename-group): Ditto.
1904         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1905         (nnml-save-marks, nnml-open-marks): Remove.
1906
1907         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1908         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1909         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1910         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1911         (nntp-server-to-method-cache): Remove.
1912
1913         * shr.el (shr-rescale-image): Fix wrong merge.
1914
1915 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1916
1917         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1918         too-wide lines.
1919
1920 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1921
1922         * nnimap.el (nnimap-record-commands): New variable.
1923         (nnimap-log-command): Use it.
1924         (nnimap-make-process-buffer): Add a space to the process buffer.
1925         (nnimap-transform-headers): Don't bug out on header lines containing
1926         stuff that look like IMAP length encodings.
1927
1928         * shr.el (shr-rescale-image): Allow viewing large images.
1929
1930 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1931
1932         * nnml.el (nnml-request-compact-group): Delete the marks file after
1933         compaction (bug#10800).
1934
1935         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1936         group exit.
1937
1938         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1939         QRESYNC/FETCH output.
1940
1941 2012-02-11  Glenn Morris  <rgm@gnu.org>
1942
1943         * sieve-manage.el (sieve-manage-default-stream):
1944         * shr.el (shr):
1945         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1946         (nnir-retrieve-headers-override-function)
1947         (nnir-imap-default-search-key, nnir-notmuch-program)
1948         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1949         (nnir-method-default-engines):
1950         * message.el (message-cite-reply-position):
1951         * gssapi.el (gssapi-program):
1952         * gravatar.el (gravatar):
1953         * gnus-sum.el (gnus-refer-thread-use-nnir):
1954         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1955         (gnus-registry-max-pruned-entries):
1956         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1957         * gnus-int.el (gnus-after-set-mark-hook)
1958         (gnus-before-update-mark-hook):
1959         * gnus-async.el (gnus-async-post-fetch-function):
1960         * auth-source.el (auth-source-cache-expiry):
1961         Add missing :version tags to new defcustoms and defgroups.
1962
1963 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1964
1965         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1966         `gnus-newsgroup-unexist'.
1967
1968         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1969         marks.
1970         (gnus-article-special-mark-lists): Put the `unexist' in the special
1971         marks list instead.
1972
1973         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1974         articles in the list of articles to be selected.
1975
1976         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1977         articles.
1978         (nnimap-update-info): Keep track of unexisting articles.
1979         (nnimap-update-qresync-info): Ditto.
1980
1981 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1982
1983         * message.el (message-default-send-mail-function): Made into own
1984         function for reuse by emacsbug.el.
1985
1986 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1987
1988         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1989         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1990
1991 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1992
1993         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1994         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1995
1996         * gnus-compat.el: Define `timer-set-function'.
1997
1998         * mm-decode.el (mm-display-external): Output the text from the command
1999         in the buffer after the command finished.  This makes text-based
2000         commands behave better.
2001
2002 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2003
2004         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2005
2006 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2007
2008         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2009         23.1.
2010
2011 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2014
2015 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2016
2017         * message.el (smtpmail-smtp-user): Silence compiler warning.
2018
2019 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2020
2021         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2022         SMTP user name.
2023
2024 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * gnus-sum.el (gnus-summary-show-thread):
2027         next-single-char-property-change may return nil in XEmacs.
2028         (gnus-summary-article-map): Fix typo.
2029
2030 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2031
2032         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2033         running.
2034
2035         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2036
2037         * gnus.el (gnus-server-extend-method): Don't add an -address component
2038         if the method already has one (bug#9676).
2039
2040 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2043         of an initial-input for consistency (bug#10757).
2044
2045         * dgnushack.el: Fix XEmacs compilation warning.
2046
2047         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2048
2049         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2050
2051 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2052
2053         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2054         lines that are narrower than the window width.  Otherwise background
2055         "blocks" will look less readable.
2056
2057 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2058
2059         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2060         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2061         have newlines within the strings, and where the UID comes after the
2062         BODYSTRUCTURE element (bug#10537).
2063
2064         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2065         (bug#10732).
2066
2067         * shr.el (shr-insert-document): Add doc string.
2068         (shr-visit-file): Ditto.
2069         (shr-remove-trailing-whitespace): New function.
2070         (shr-insert-document): Use it to clean up trailing whitespace as the
2071         final step (bug#10714).
2072
2073 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2074
2075         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2076         buffer if `gnus-kill-summary-on-exit' is nil.
2077
2078 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2079
2080         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2081         when just reading a single group from "without" Gnus.
2082
2083 2012-02-06  Chong Yidong  <cyd@gnu.org>
2084
2085         * gnus-sum.el (gnus-summary-show-thread):
2086         next-single-char-property-change never returns nil (Bug#8657).
2087
2088 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2089
2090         * message.el (message-multi-smtp-send-mail): New function.
2091         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2092         header to implement multi-SMTP functionality.
2093
2094         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2095         (gnus-agentize): Don't set it.
2096         (gnus-agent-send-mail): Don't use it.
2097
2098         * gnus-sum.el (gnus-summary-widget-backward): New function and
2099         keystroke.
2100
2101         * gnus-compat.el: More the compat functions more compatible.
2102
2103         * shr.el (shr-put-image): Remove underlines from sliced images.
2104         (shr-zoom-image): Compute the region to be replaced more correctly.
2105
2106 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2109         (gnus-summary-resend-message-insert-gcc): New function.
2110         (gnus-summary-resend-message): Modify message-header-setup-hook and
2111         message-sent-hook to make it work for Gcc.
2112         (gnus-inews-do-gcc): Update the number of unread articles of groups
2113         that messages are Gcc'd to.
2114
2115         * message.el (message-resend): Run message-sent-hook to do Gcc.
2116
2117 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2118
2119         * lpath.el: Fix an XEmacs compilation warning.
2120
2121         * gnus-compat.el: Require `help-fns' to fix compilation error.
2122
2123         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2124         a higher level to silence compilation.
2125
2126         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2127         parameter to allow controlling the scaling.
2128
2129         * shr.el (shr-zoom-image): New command and keystroke.
2130         (shr-put-image): Take a `size' flag to say how to scale the image.
2131
2132         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2133         deletion unless already defined.
2134
2135         * gnus.el (gnus-compat): Require it.
2136
2137         * gnus-compat.el: New file.
2138
2139         * gnus-start.el (gnus-clean-old-newsrc): New function.
2140         (gnus-read-newsrc-file): Use it.
2141
2142         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2143         Use recursive deletion.
2144         (mm-dissect-archive): Add support for zip files.
2145
2146         * gnus-util.el (gnus-recursive-directory-files): New function.
2147
2148         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2149         (mm-archive-decoders): Add tgz support.
2150
2151         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2152         Otherwise inserting text into the Gnus buffer can look odd.
2153
2154         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2155
2156         * mm-archive.el (mm-archive-decoders): Add support for tar.
2157
2158         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2159
2160         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2161
2162 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2163
2164         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2165
2166         * mm-archive.el: New file.
2167
2168         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2169
2170         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2171
2172         * message.el (message-goto-*): Make all the `message-goto-*' commands
2173         push the mark before moving point.  This makes it easier to go back to
2174         where you came from after editing whatever you jumped to.
2175
2176 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2177
2178         * gnus.el: Ma Gnus v0.1 is released.
2179
2180 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2181
2182         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2183         without reconnecting.
2184         (nnimap-possibly-change-group): Ditto.
2185         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2186         connection has died before being called.
2187
2188 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2189
2190         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2191         an initial sync unless we're really doing one.
2192
2193         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2194         address parameter if one already exists (bug#9676).
2195
2196         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2197         not the prefix, as documented (bug#10689).
2198
2199 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2200
2201         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2202         the "server".
2203
2204         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2205         the real error message with the useless "previously known to be down".
2206         Which isn't even correct.
2207
2208         * nntp.el (nntp-open-connection): Report the error message if the nntp
2209         server can't be reached.
2210
2211         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2212         groups we do a total scan for.
2213         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2214         doing that.
2215
2216 2012-01-31  Jim Meyering  <jim@meyering.net>
2217
2218         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2219         Correct a comment (insert "not") and hide nominally-doubled "to".
2220
2221 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2222
2223         * gnus.el (gnus-version): Change name to "Ma Gnus".
2224
2225 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2226
2227         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2228         section in the manual.
2229
2230 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2231
2232         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2233         words.
2234         (rfc2047-encode-string): Ditto.
2235         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2236         understand folded filename="..." parameters, for instance.
2237
2238         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2239         the message for greater debuggability.
2240
2241 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2242
2243         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2244         instead of setting it locally, since the latter doesn't seem to have
2245         any effect (most of the time).
2246
2247 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2248
2249         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2250         function call.
2251
2252 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2253
2254         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2255         seconds, and make the repeat clause with HH:MM specs work as
2256         documented.
2257
2258 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2259
2260         * proto-stream.el (proto-stream-capability-open): Fall back on
2261         :end-of-command if :end-of-capability doesn't exist.
2262
2263 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2266         bound globally in old Emacsen and XEmacsen.
2267
2268 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2271         so that previous errors don't prohibit getting new news.
2272
2273         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2274
2275         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2276
2277 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2278
2279         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2280         buffer, not of the string which is its name.
2281
2282 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2283
2284         * proto-stream.el (proto-stream-capability-open): Wait for
2285         :end-of-capability, not :end-of-command.
2286
2287         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2288         non-server-marks groups.
2289         (gnus-group-make-articles-read): Ditto.
2290
2291         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2292         methods (bug#9676).
2293
2294         * gnus.el (gnus-method-ephemeral-p): New function.
2295
2296 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2299         left-to-right.
2300
2301 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2302
2303         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2304         warning.
2305
2306 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2307
2308         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2309         macroexpand the nnir things, since they haven't been defined yet, and
2310         nnir requires gnus-sum.
2311
2312 2012-01-24  Julien Danjou  <julien@danjou.info>
2313
2314         * color.el (color-rgb-to-hsl): Fix value computing.
2315         (color-hue-to-rgb): New function.
2316         (color-hsl-to-rgb): New function.
2317         (color-clamp, color-saturate-hsl, color-saturate-name)
2318         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2319         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2320
2321 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2324
2325 2012-01-19  Julien Danjou  <julien@danjou.info>
2326
2327         * color.el (color-name-to-rgb): Use the white color to find the max
2328         color component value and return correctly computed values.
2329         (color-name-to-rgb): Add missing float conversion for max value.
2330
2331 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2334         logical server name in addition to the actual machine address.
2335
2336         * auth-source.el (auth-source-user-and-password): Add convenience
2337         wrapper to search by just host and optionally user.
2338
2339 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2342         after rendering.
2343
2344 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2345
2346         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2347         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2348         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2349
2350 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2353         (bug#9693).
2354         (gnus-summary-setup-buffer): Document return value (bug#9697).
2355
2356         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2357         since ido doesn't work on symbols (bug#9632).
2358
2359         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2360         when getting a single value as when getting all the values.  This means
2361         that atoms like `gcc-self' work cumulatively, like variable settings,
2362         instead of getting the value from the last matching clause.
2363         (gnus-group-find-parameter): Protect against the group buffer not
2364         existing (bug#9585).
2365
2366 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-start.el (gnus-activate-group): Document more parameters
2369         (bug#9694).
2370
2371         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2372         (bug#9692).
2373
2374         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2375         article was fetched, so that it can be expired later (bug#9958).
2376         (gnus-agent-summary-fetch-series): Add doc string.
2377         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2378         (bug#9517).
2379
2380         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2381         retrieval is happening.
2382
2383         * gnus.el (gnus-parameters): Doc fix.
2384
2385 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2386
2387         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2388         show the thread after expansion.
2389
2390 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus-art.el (article-narrow-to-head): If the head is completely
2393         empty, narrow to the empty region (bug#9764).
2394
2395         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2396         read, and then mark them as unread only when the unread mark is used.
2397         This makes `C-- T k' actually work, even though it's confusing.
2398
2399         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2400         alive before we try to find its window.
2401
2402 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2403
2404         * mm-decode.el (mm-display-external): Use a longer timeout for the
2405         deletion to allow slow programs to display the file.
2406
2407 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2410         prompt to be less confusing.
2411
2412         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2413         argument to `message-reply'.  This broke `special-display-*' frame
2414         pop-uping (bug#10238).
2415
2416 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2419         systems, since these allegedly don't work there.
2420
2421 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2422
2423         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2424         live buffer.
2425
2426 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnir.el (nnir-retrieve-headers): Protect against the article not
2429         existing on the server (bug#10335).
2430
2431 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2432
2433         * gnus-agent.el (gnus-agent-load-local): Recompute
2434         gnus-agent-article-local on changing method.
2435
2436 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * gnus.el (gnus-parameters): Note precedence.
2439
2440 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2441
2442         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2443         in the group buffer.
2444
2445 2012-01-04  Julien Danjou  <julien@danjou.info>
2446
2447         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2448         change.
2449
2450 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2453         too.
2454
2455         * nntp.el (nntp-retrieve-group-data-early): Use it.
2456
2457 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * nntp.el (nntp-retrieval-in-progress): New variable.
2460         (nntp-make-process-buffer): Make it buffer-local.
2461
2462         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2463         2010.
2464         (gnus-demon-init): Use it to compute the time if time is on the form
2465         "04:23".
2466
2467         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2468
2469         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2470         status in the correct buffer.
2471
2472 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2473
2474         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2475         when opening topics (bug#10407).
2476
2477 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2478
2479         * gnus-cus.el (gnus-score-customize):
2480         * gnus-sum.el (gnus-sort-gathered-threads):
2481         * message.el (message-shorten-references):
2482         * nnmairix.el (nnmairix-request-group):
2483         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2484
2485 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2486
2487         * gnus-agent.el (gnus-agent-regenerate-group):
2488         * gnus-int.el (gnus-retrieve-group-data-early):
2489         * mm-util.el (mm-codepage-ibm-list):
2490         * nndiary.el (Commentary, nndiary-get-new-mail):
2491         * nnir.el (nnir):
2492         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2493
2494 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * mm-view.el (mm-display-inline-fontify): Add comment.
2497
2498 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2499
2500         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2501         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2502
2503 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2504
2505         * gnus-art.el (gnus-split-methods):
2506         * gnus-msg.el (gnus-configure-posting-styles):
2507         * gnus-spec.el (gnus-parse-simple-format):
2508         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2509         * message.el (message-do-actions): Spelling fix.
2510
2511 2011-12-15  Juri Linkov  <juri@jurta.org>
2512
2513         * mm-decode.el (mm-inline-media-tests): Add missing
2514         `mm-handle-media-subtype'.
2515
2516 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2517
2518         * gnus-group.el (gnus-group-tool-bar):
2519         * gnus-sum.el (gnus-summary-tool-bar):
2520         * message.el (message-tool-bar):
2521         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2522
2523 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2524
2525         * plstore.el (plstore--insert-buffer): Spelling fix.
2526
2527 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2528
2529         * message.el (message-valid-fqdn-regexp): Update with newly approved
2530         top-level domain names ".tel" and ".asia".
2531
2532 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2535         unconditionally.
2536
2537 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2540         pop-to-buffer-same-window for old Emacsen.
2541
2542 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2543
2544         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2545
2546 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2547
2548         * netrc.el (netrc-credentials): Spelling fix.
2549
2550 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2551
2552         * gnus-fun.el (gnus-fun-ppm-change-string):
2553         * gnus-msg.el (gnus-inews-do-gcc):
2554         * gnus-sum.el (gnus-summary-find-for-reselect):
2555         * gnus.el (gnus-summary-cancelled):
2556         * message.el (message-cancel-hook, message-send-news):
2557         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2558         * nnir.el (nnir-run-hyrex):
2559         * nntp.el (nntp-with-open-group-function):
2560         * pgg.el (pgg-pending-timers): Spelling fix.
2561
2562 2011-12-04  Chong Yidong  <cyd@gnu.org>
2563
2564         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2565         change (Bug#10200).
2566
2567 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * compface.el (uncompface):
2570         * gnus-art.el (gnus-article-x-face-command): Update the header format
2571         of icon data for the most recent icontopbm program.
2572
2573 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * gnus-msg.el (gnus-inews-do-gcc):
2576         * message.el (message-send-mail):
2577         * mml.el (mml-generate-mime): Share the value of the buffer-local
2578         `message-options' variable between a draft buffer and temprary working
2579         buffers.
2580
2581 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2582
2583         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2584
2585 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2588         for Cygwin.
2589
2590 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2591
2592         * gnus-group.el (gnus-group-prepare-flat):
2593         * mm-bodies.el (mm-encode-body):
2594         * mml.el (mml-preview):
2595         * nnml.el (nnml-request-compact-group):
2596         * pop3.el (pop3-stream-type): Spelling fix.
2597
2598 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2599
2600         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2601
2602 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2603
2604         * color.el (color-rgb-to-hsl):
2605         * gmm-utils.el (gmm-tool-bar-style):
2606         * gnus-group.el (gnus-group-prepare-flat):
2607         * gnus-topic.el (gnus-topic-prepare-topic):
2608         * mm-decode.el (mm-discouraged-alternatives):
2609         * rfc2047.el (rfc2047-encode-1):
2610         * starttls.el: Spelling fix.
2611
2612 2011-11-24  Glenn Morris  <rgm@gnu.org>
2613
2614         * binhex.el (binhex-begin-line): Give it basic doc-string.
2615
2616         * starttls.el, tls.el: Fix case of "GnuTLS".
2617
2618 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2619
2620         * gnus-group.el (gnus-group-highlight): Fix typo.
2621
2622 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2623
2624         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2625         value of `delete-file', that returns nil for a local file but returns t
2626         for a remote file using ssh.
2627
2628 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2629
2630         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2631
2632 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2635         avoid later breakage.
2636
2637 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2640         article buffers' name.
2641
2642 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2645         by Paul Eggert's spellfixes two days ago.
2646
2647 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2650         doesn't have it.
2651
2652         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2653         buffer-local instead of binding them to avoid warnings.  Also demote
2654         errors (bug#10063).
2655         (font-lock-mode-hook): Shut up byte compiler.
2656
2657 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2658
2659         * mm-util.el (mm-charset-after):
2660         * nnir.el (nnir-run-hyrex):
2661         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2662         (ntlm-get-password-hashes, ntlm-md4hash):
2663         * smime.el: Fix typo.
2664
2665 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2666
2667         * gnus-agent.el (gnus-agent-expire-group-1):
2668         * nndiary.el (nndiary-last-occurence):
2669         * nnimap.el (nnimap-request-set-mark):
2670         * nnmairix.el (nnmairix-only-use-registry):
2671         * gnus-group.el (gnus-group-prepare-flat):
2672         * gnus-sum.el (gnus-decode-encoded-word-methods):
2673         * message.el (message-wash-subject):
2674         * nntp.el (nntp-retrieve-headers-with-xover):
2675         * smime.el (smime-certificate-directory): Spelling fix.
2676
2677 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2678
2679         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2680
2681         * color.el:
2682         * gnus-agent.el (gnus-agent-possibly-alter-active):
2683         * gnus-dired.el (gnus-dired-print):
2684         * mail-parse.el:
2685         * nnmairix.el (nnmairix-request-group):
2686         * shr.el (shr-image-displayer):
2687         * sieve-manage.el:
2688         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2689
2690 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2691
2692         * gnus-sum.el (gnus-auto-select-subject):
2693         * spam-report.el (spam-report-resend): Spelling fix.
2694
2695 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2696
2697         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2698         * gnus-art.el (gnus-default-article-saver):
2699         * gnus-srvr.el (gnus-server-copy-server):
2700         * gnus.el (gnus-sloppily-equal-method-parameters):
2701         * html2text.el (html2text-format-tag-list):
2702         * message.el (message-narrow-to-head):
2703         * nndiary.el:
2704         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2705         * sieve.el: Spelling fix.
2706
2707 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2708
2709         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2710         * gnus-sum.el (gnus-summary-make-menu-bar):
2711         * gnus-uu.el (gnus-uu-decode-postscript)
2712         (gnus-uu-decode-postscript-and-save):
2713         * mailcap.el (mailcap-print-command):
2714         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2715         Fix typos.
2716
2717 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2718
2719         * gnus-art.el (gnus-article-part-wrapper):
2720         * html2text.el (html2text-fix-paragraphs):
2721         * mm-decode.el (mm-image-fit-p):
2722         * rfc2047.el (rfc2047-encode-message-header):
2723         * shr-color.el (shr-color-visible-distance-min)
2724         (shr-color-relative-to-absolute, set-minimum-interval)
2725         (shr-color-visible): Fix typos.
2726
2727 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2728
2729         * gmm-utils.el (gmm-tool-bar-item):
2730         * gnus-art.el (gnus-treat-body-boundary):
2731         * gnus-diary.el (gnus-user-format-function-d):
2732         * gnus-start.el (gnus-get-unread-articles):
2733         * pgg-gpg.el (pgg-gpg-update-agent):
2734         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2735
2736 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2737
2738         * gnus-topic.el (gnus-group-prepare-topics):
2739         * gnus-uu.el (gnus-extract-view):
2740         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2741
2742 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2743
2744         * spam.el: Move BBDB autoloads.
2745         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2746         BBDB 2 and 3.
2747         (spam-check-BBDB): Use it.
2748         (spam-enter-ham-BBDB): Use it.
2749
2750 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2751
2752         * smime.el (smime-draw-buffer): Spelling fix.
2753
2754 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2755
2756         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2757         for scanning exactly one level.
2758         * gnus-start.el (gnus-get-unread-articles): Ditto.
2759
2760 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2763         slightly clearer.
2764
2765 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * gnus-sync.el: More commentary about setup.
2768
2769 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * message.el (message-send-and-exit): Document `arg'.
2772
2773 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2774
2775         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2776
2777 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2778
2779         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2780
2781         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2782         we don't use `bound-and-true-p'.
2783
2784 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2785
2786         * gnus-util.el (gnus-bound-and-true-p): Remove.
2787         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2788         * nnir.el: Use it.
2789         * nnmairix.el: Use it.
2790
2791 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         * gnus-sync.el: Improve docs about CouchDB admins.
2794
2795         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2796         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2797         for reasons unknown.
2798         * nnir.el: Use it.
2799         * nnmairix.el: Use it.
2800
2801         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2802         * nnir.el: Ditto.
2803         * nnmairix.el: Ditto.
2804
2805         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2806
2807 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2810         not needed.  Provide xmlplistread list function to produce XML plist
2811         output for non-Gnus LeSync clients.
2812
2813 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2814
2815         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2816
2817         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2818         and save against it.  Group subscriptions, read marks, other marks,
2819         subscription levels, topic names, and topic offsets (the group's
2820         position within the topic) are saved.  This is an experimental backend
2821         and may change significantly.  Load json.el from the gnus-fallback-lib
2822         if it's not available otherwise.
2823         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2824
2825 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2826
2827         * message.el (message-completion-function): Make sure
2828         message-tab-body-function is not attempted if one of
2829         message-completion-alist fails to find a completion (bug#9158).
2830
2831 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2832
2833         * mml.el (mml-quote-region): Quote <#secure> tag.
2834         (mml-generate-mime-1): Unquote <#secure> tag.
2835
2836 2011-10-20  Chong Yidong  <cyd@gnu.org>
2837
2838         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2839         calling a minor mode from Lisp with nil arg enables it, so we have to
2840         make the wording a bit ambiguous here).
2841
2842 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2843
2844         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2845         * nnir.el (nnir-mode): Use it.
2846         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2847         Use it.
2848
2849         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2850         * nnmairix.el (gnus-registry-enabled): Ditto.
2851
2852 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2853
2854         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2855         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2856         only while we need to find out if it should be t or nil.
2857         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2858         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2859         the registry is installed.  Set it to nil when it's unloaded.
2860         (gnus-registry-install-p): Provide user guidance for the initial value
2861         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2862         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2863         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2864         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2865         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2866         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2867         `gnus-registry-install'.
2868
2869 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2870
2871         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2872         previous change.
2873         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2874         primary key is marked as disabled.
2875
2876 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2877
2878         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2879         primary key is marked as disabled.
2880
2881 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2882
2883         * html2text.el (html2text-clean-anchor): Check for quotes around
2884         `href' value.
2885
2886 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2887
2888         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2889         searching.  Drop `bbdb-cache'.
2890
2891 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * message.el (message-signed-or-encrypted-p): Exclude header when
2894         checking if there is signed or encrypted body in text/plain message.
2895
2896 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2897
2898         * html2text.el (html2text-get-attr): Correctly handle attribute values
2899         containing "=".
2900
2901 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2902
2903         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2904         handle bindings.
2905
2906 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * gnus-win.el (gnus-configure-windows): Protect against reading
2909         ephemeral groups outside of Gnus.
2910
2911 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * shr.el (shr-tag-img): Don't get images displayed in tables.
2914
2915 2011-10-03  Glenn Morris  <rgm@gnu.org>
2916
2917         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2918         the "maintainer" version of debbugs.gnu.org reports.
2919
2920 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2923         make asynchronous adjacent image insertion work better.
2924
2925 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2926
2927         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2928         documentation.
2929
2930 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931
2932         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2933         `gnus-asynchronous' isn't shadowed.
2934
2935 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2938
2939         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2940         (nnimap-insert-partial-structure): The charset parameter isn't
2941         case-sensitive.
2942
2943         * nnheader.el (nnheader-message-maybe): New function.
2944
2945         * shr.el (shr-tag-table): Render totally broken tables better.
2946
2947         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2948         computing the boundary.
2949
2950 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951
2952         * pop3.el (pop3-number-of-responses): Remove.
2953         (pop3-wait-for-messages): Rewrite to take linear time instead of
2954         exponential time.
2955
2956 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2959         re-fetch images.
2960
2961         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2962         re-fetch images when hitting `g' in Gnus.
2963
2964 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2967         (mml-compute-boundary): Don't check collision if it is non-nil.
2968         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2969         before checking collision.
2970
2971 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * message.el (message-indent-citation): Really make sure there's a
2974         newline at the end.
2975
2976         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2977         Fix suggested by John Wiegley.
2978
2979         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2980
2981         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2982
2983         * message.el (message-default-send-rename-function): Break out into its
2984         own function.
2985
2986         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2987         doesn't work under XEmacs.
2988
2989         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2990         of "imaps" to word around Windows problems.
2991         (nnimap-open-connection-1): Use it.
2992
2993         * message.el (message-indent-citation): Revert last change which made
2994         `F' not work.
2995
2996 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2997
2998         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2999         terminal as well.
3000
3001 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3004         because it displays images using overlays that aren't easy to copy to
3005         the article buffer.
3006
3007 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3008
3009         * message.el (message-indent-citation): Fix empty line removal at the
3010         end of the citation.
3011
3012 2011-09-20  Julien Danjou  <julien@danjou.info>
3013
3014         * auth-source.el (auth-source-netrc-create): Use default value for
3015         password if specified.  Evaluate default.
3016         (auth-source-plstore-create): Ditto.
3017         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3018         value evaluation.
3019         (auth-source-netrc-create): Typo fix.
3020         (auth-source-plstore-create): Ditto.
3021
3022         * password-cache.el (password-cache-remove): Remove entries even if the
3023         value is nil, so that password with a nil value (negative caching) is
3024         possible to invalidate.
3025
3026         * auth-source.el (auth-source-format-cache-entry): New function.
3027
3028 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3031
3032 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3035
3036 2011-09-19  Julien Danjou  <julien@danjou.info>
3037
3038         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3039         which work with things that are not ASCII.
3040
3041 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3044
3045 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3048         message level.
3049
3050 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3053
3054 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3057
3058 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3059
3060         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3061         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3062
3063 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3064
3065         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3066         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3067         articles.
3068
3069 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3070
3071         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3072         (message-mail-other-window, message-mail-other-frame)
3073         (message-news-other-window, message-news-other-frame):
3074         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3075         instead of setting buffer display varibles.
3076
3077 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3080
3081         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3082
3083 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3086         duplicates" to a higher level.
3087
3088         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3089         most egregious messages.
3090
3091 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3094
3095 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3096
3097         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3098         up the file (bug#9351).
3099
3100 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3103         it does with all other backends, but decode the names immediately after
3104         getting them.
3105
3106         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3107         decoding nnimap groups.
3108
3109         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3110         newsrc file.  It doesn't seem like an important optimization any more.
3111
3112 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3113
3114         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3115         overflows.
3116
3117 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3120         (gnus-interactive-exit): Extend to `quiet'.
3121
3122         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3123
3124         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3125         string.
3126
3127         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3128         renaming function arguments from `this'.
3129
3130         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3131
3132         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3133         has been renamed.
3134         (gnus-lrm-string-p): Include RLM and PDF, too.
3135
3136         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3137         (bug#9225).
3138
3139 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3140
3141         Add autoload cookies for functions used by sendmail.el.
3142         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3143
3144         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3145
3146 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-art.el (article-date-ut): Work properly even when there are
3149         things like Date header in the body; work for forwarded parts.
3150
3151 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3152
3153         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3154         original-article-buffer.
3155
3156 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3157
3158         * nnir.el (nnir-compose-result): Fix matching of server type.
3159         (nnir-run-swish++): Ditto.
3160         (nnir-run-namazu): Ditto.
3161         (nnir-run-notmuch): Ditto.
3162
3163 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3166         (bug#9405).
3167
3168         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3169         (bug#9421).
3170
3171         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3172         (bug#9425).
3173
3174         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3175         thing (bug#9426).
3176
3177 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3180         the error message.
3181
3182 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3183
3184         * message.el (message-setup-1): Return t (Bug#9392).
3185
3186 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3187
3188         * gnus-sum.el: When adding article headers to a summary buffer also
3189         update gnus-newsgroup-articles (bug#9386).
3190
3191 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * auth-source.el: Autoload help-mode.
3194
3195 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3198         names.
3199
3200 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3201
3202         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3203         mm-replace-in-string for compatibility issues.
3204         * mml2015.el (mml2015-epg-verify): Ditto.
3205
3206 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3209
3210         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3211
3212 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3215         continue on and do the clean-up phase (bug#9188).
3216
3217         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3218         just ignore groups that can't be opened instead of erroring out
3219         (bug#9225).
3220
3221         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3222         nil since some many people are fuddy-duddies.
3223
3224         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3225         images.
3226
3227         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3228         instead.
3229
3230         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3231
3232         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3233
3234         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3235         processing.
3236
3237         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3238         buffer to avoid warnings.
3239
3240 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3241
3242         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3243         specified to reduce precision.
3244
3245 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3248         bodystructures (bug#9314).
3249
3250 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3253         Make button keymap non-sticky after buttons.
3254
3255 2011-08-18  David Engster  <dengste@eml.cc>
3256
3257         * nnmairix.el (nnmairix-request-set-mark)
3258         (nnmairix-goto-original-article): Remove adding of article to registry,
3259         since `gnus-registry-add-group' isn't available anymore.
3260         (nnmairix-determine-original-group-from-registry):
3261         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3262         available anymore.
3263
3264 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3265
3266         * starttls.el (starttls-any-program-available): Define as obsolete
3267         function.
3268
3269 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3272         versions which Gnus use when appropriate.
3273
3274         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3275         a pretty destructive command.
3276
3277         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3278
3279 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * message.el (message-fix-before-sending): Make a different warning
3282         about NUL characters (bug#9270).
3283
3284         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3285         from custom (bug#9260).
3286
3287         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3288         things work in Emacs 22 and XEmacs, too.
3289
3290         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3291         default From.
3292
3293         * gnus-spec.el (gnus-lrm-string-p): New macro.
3294         (gnus-lrm-string): New constant.
3295         (gnus-summary-line-format-spec): LRM-ify the from.
3296         (gnus-tilde-max-form): LRM-ify string chopping.
3297
3298         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3299
3300         * message.el (message-is-yours-p): Allow disabling canlock checking
3301         (bug#9295).
3302         (message-shoot-gnksa-feet): Add `canlock-verify'.
3303         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3304         message directory isn't writable (bug#9304).
3305
3306         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3307         non-world-readable.
3308
3309 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3312         articles.
3313
3314 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3315
3316         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3317         copy-list.
3318
3319 2011-08-12  Sam Steingold  <sds@gnu.org>
3320
3321         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3322         in the reverse order to avoid modifying the cache with `nreverse'.
3323         (gnus-all-score-files): Do not modify the value returned by
3324         `gnus-score-find-alist' because it lives in a cache variable.
3325         (gnus-current-home-score-file): No need to `nreverse' the return value
3326         of `gnus-score-find-alist', it is already in the correct order.
3327
3328 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3329
3330         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3331         type MESSAGE and subtype RFC822 is slightly different from those of
3332         type TEXT.
3333
3334 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3335
3336         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3337         This allows article-referral to work from an nnir group.
3338
3339 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3340
3341         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3342
3343 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3344
3345         * mml1991.el (mml1991-epg-find-usable-key)
3346         (mml1991-epg-find-usable-secret-key): New function.
3347         (mml1991-epg-sign): Check if signing key is usable.
3348         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3349
3350 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3351
3352         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3353         server-variables only.  This should fix a bug introduced with commit
3354         e1889675b7f4adf057833c5513c9374134c4e053.
3355         (nnir-run-query): 'nnir-search-engine should not be set from the global
3356         environment.
3357
3358 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3359
3360         * nnir.el (nnir-search-thread): Position point on referring article
3361         line.
3362         (nnir-warp-to-article): Clean up summary buffers.
3363
3364         * nnimap.el (nnimap-request-thread): Whitespace fix.
3365
3366 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3367
3368         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3369
3370 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * starttls.el (starttls-available-p): Rename from
3373         `starttls-any-program-available' and changed return convention.
3374
3375 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3376
3377         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3378         `unix-sync' unless it's defined.
3379
3380 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3381
3382         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3383         `aref' for XEmacs compatibiltiy.
3384
3385 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3388
3389 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3390
3391         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3392         closures, quote the form properly (bug#9194).
3393
3394 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3397         (gnus-summary-insert-new-articles): Protect against servers that are
3398         down.
3399
3400 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3401
3402         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3403         in mm handle if none is specified.
3404
3405 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3406
3407         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3408
3409 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3410
3411         * nnir.el (nnir-search-thread): New function to make an nnir group
3412         based on a thread query.
3413
3414         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3415         of nnir in thread referral.
3416         (gnus-summary-refer-thread): Use it.
3417
3418         * nnimap.el (nnimap-request-thread): Use it.
3419
3420 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * shr.el (shr-tag-comment): Ignore HTML comments.
3423
3424 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3425
3426         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3427         argument.
3428         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3429         Use `nnir-address' to handle server info rather than passing an arg.
3430
3431         * nnimap.el (nnimap-make-thread-query): New utility function to format
3432         an imap thread search query.
3433         (nnimap-request-thread): Use it.
3434
3435         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3436         right select-method if we are not going back to the group buffer.
3437
3438 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3441         enter invalid buffer configurations into the quit form (bug#9107).
3442         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3443         unplugged/plugged.
3444
3445         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3446         keep track of which ones are unread (bug#9061).
3447
3448         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3449         (bug#9055).
3450
3451         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3452         (bug#9041).
3453
3454         * gnus-html.el (mm-util): Require (bug#9073).
3455
3456         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3457         (gnus-summary-refer-thread): Use it to remove duplicates in the
3458         un-threaded view (bug#9053).
3459         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3460
3461 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3462
3463         * nnir.el (nnir-read-server-parm): Use default value from global
3464         variable.  Without this the default search engine parameters aren't
3465         used at all.
3466
3467 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * message.el (message-unique-id): Don't use the undocumented return
3470         value from (random t) (bug#9118).
3471
3472 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * message.el (message-auto-save-directory): If the ~/Mail directory
3475         doesn't exist, use ~ as the auto-save directory (bug#4432).
3476
3477         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3478         hasn't already been started.
3479
3480 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3483
3484         * message.el (message-reply): Work around mysterious bug where
3485         `message-mode' seems to overwrite the locally bound `subject' variable.
3486
3487 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3488
3489         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3490         correct group.
3491
3492         * gnus-int.el (gnus-request-thread): Add group argument.
3493
3494         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3495
3496 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3499
3500         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3501         renamed to `debbugs-gnu-*'.
3502
3503 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3504
3505         * plstore.el: Revert the editing feature since it is not urgent.
3506         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3507         (plstore-mode-decoded): Remove.
3508
3509 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3512         isn't very interesting any more, and it leaks potentially secret data.
3513         (gnus-debug): Remove.
3514
3515         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3516         use of :custom-show.
3517
3518 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3519
3520         * plstore.el: Add documentation.
3521         (plstore-mode): New mode to edit plstore file.
3522         (plstore-mode-toggle-display, plstore-mode-original)
3523         (plstore-mode-decoded): New command.
3524         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3525         (plstore--insert-buffer, plstore--make): New function.
3526         (plstore-open, plstore-save): Simplify by using them.
3527
3528 2011-07-06  Glenn Morris  <rgm@gnu.org>
3529
3530         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3531
3532 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3535         no longer is much used.
3536         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3537         Articles".
3538
3539 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3540
3541         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3542         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3543         `notmuch' backend.
3544
3545 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * mm-decode.el (mm-text-html-renderer): Doc fix.
3548
3549         * gnus-msg.el (gnus-bug): Fix the MML tag.
3550
3551         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3552
3553 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3554
3555         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3556         secondary methods if started with `gnus-no-server'.
3557
3558 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3559
3560         * message.el (message-return-action): Fix typo in docstring.
3561
3562 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3563
3564         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3565         bug reports at once.
3566
3567         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3568
3569 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * nndraft.el: Require gnus-group.
3572         (nndraft-request-list): Declare.
3573
3574         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3575         no unread article unless it matches gnus-permanently-visible-groups.
3576
3577         * nndraft.el (nndraft-update-unread-articles): New function.
3578         (nndraft-request-associate-buffer): Use it to update the number of
3579         unread articles for the nndraft groups in the group buffer when saving
3580         or killing a draft message.
3581
3582 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3585         systems to binary before writing and reading the mbox files.
3586
3587         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3588         instead of trying to list them all (bug#8978).
3589
3590 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3591
3592         * pop3.el (pop3-open-server): Use :end-of-capability.
3593
3594 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3597         the id is always a number.
3598
3599         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3600
3601         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3602         debbugs mode, if possible.
3603
3604 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3605
3606         * auth-source.el (auth-source-token-passphrase-callback-function):
3607         Reindent.
3608         (epg-context-operation): Remove unnecessary autoload.
3609
3610 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * gnus.el (gnus-list-debbugs): New command.
3613
3614         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3615         mboxstat instead of the maintbox, since the stat seems to be fuller.
3616
3617         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3618         summary buffers.
3619
3620         * message.el (message-get-reply-headers): Delete all duplicates,
3621         instead of the first.
3622         (message-get-reply-headers): Ensure that we have progress while
3623         deleting duplicates.
3624
3625         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3626         gnus-posting-style value from the summary buffer to make it easier to
3627         make that a per-buffer conf.
3628
3629 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3630
3631         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3632         found by setting `shortcut' in 'query.
3633         (nnir-request-article): Use `shortcut' setting when requesting article
3634         by Message-ID.
3635
3636 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3637
3638         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3639         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3640         Bring the pseudo-headers back too.
3641
3642 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3643
3644         * auth-source.el (auth-source-token-passphrase-callback-function):
3645         Simplify and remove EPA dependency.
3646
3647 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3648
3649         * nnir.el (nnir-request-article): Fix error message text.
3650
3651 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3652
3653         * auth-source.el (plstore-delete): Autoload.
3654         (auth-source-plstore-search): Support delete operation.
3655         * plstore.el (plstore-delete): New function.
3656
3657 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3660         mark actually existing articles as unread rather than the ones that
3661         active asserts.
3662
3663 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3664
3665         * nntp.el (nntp-record-command):
3666         * gnus-util.el (gnus-message-with-timestamp-1):
3667         Use format-time-string rather than decoding time stamps by hand.
3668         This is simpler and insulates the code from potential changes to
3669         current-time format.
3670
3671 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3674
3675 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3676
3677         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3678         (plstore-save): Support public key encryption.
3679         (plstore--init-from-buffer): New function.
3680         (plstore-open): Use it; fix error when opening a non-existent file.
3681         (plstore-revert): Use plstore--init-from-buffer.
3682
3683 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3684
3685         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3686
3687 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3690         for old Emacsen.
3691
3692 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3693
3694         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3695         is not fully working.
3696
3697 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * dgnushack.el: Autoload sha1 on XEmacs.
3700
3701         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3702         quit window configuration.
3703
3704         * auth-source.el (epg-context-set-passphrase-callback):
3705         Remove duplicate autoload.
3706
3707 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3708
3709         * nnir.el (nnir-request-article): Allow requesting articles by
3710         Message-ID with nnimap.
3711
3712         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3713         current server.
3714
3715 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3716
3717         * auth-source.el: Autoload EPA/EPG functions.
3718         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3719         changed when EPA/EPG is not available.
3720         (auth-source-backend): Rename "arg" member to "data".
3721         (auth-source-backend-parse, auth-source-plstore-search)
3722         (auth-source-plstore-create): Use it.
3723
3724 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3725
3726         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3727         `gnus-refer-article-methods'.
3728
3729 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * auth-source.el: Require EPA and EPG.
3732         (auth-source-passphrase-alist): New variable.
3733         (auth-source-passphrase-callback-function)
3734         (auth-source-token-passphrase-callback-function): Callbacks for the
3735         netrc field encryption (GPG tokens).
3736         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3737         Symmetric encryption and decryption of the netrc GPG tokens.
3738         (auth-source-netrc-normalize): Use them, simplifying the closure.
3739
3740 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3743         is available.
3744
3745 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3748         non-nil, and `nnimap-split-methods' is nil, use the former.
3749
3750 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3751
3752         * plstore.el (plstore-revert): New function.
3753         (plstore-open): Use it; hide the buffer from user.
3754
3755 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3756
3757         * auth-source.el (auth-source-backend): New member "arg".
3758         (auth-source-backend-parse): Handle new backend 'plstore.
3759         * plstore.el: New file.
3760
3761 2011-06-30  Glenn Morris  <rgm@gnu.org>
3762
3763         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3764
3765 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3768         expiring articles to.
3769
3770         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3771         variations as ASCII (bug#5458).
3772
3773 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3776
3777 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * message.el (message-point-in-header-p): Tweak the function to default
3780         to saying that we're not in the headers if there is no separator at
3781         all.  This makes it possible to use the Message version of `M-q' in
3782         buffers with no headers (bug#7987).
3783         (message-point-in-header-p): Fix last checkin to work with an empty
3784         mail-header-separator, too.
3785
3786         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3787         again, save the choice via customize.
3788
3789 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3792
3793         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3794         ended the connection, bail out before waiting infinitely on a new
3795         connection.
3796
3797 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3798
3799         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3800         reports.
3801
3802         * gnus.el (gnus-bug-package): Use "gnus."
3803         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3804
3805 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * dgnushack.el: Make the timer warning go away on XEmacs.
3808
3809         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3810         animations going on at article exit time.
3811
3812         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3813         since removing it breaks people upgrading.
3814
3815         * shr.el (shr-put-image): Use the new interface for animating images.
3816         (shr-put-image): Animate for 60 seconds.
3817
3818         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3819         avoid compiler warnings.
3820
3821         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3822         error with `find-file-hooks' on Emacs 22.
3823         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3824         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3825         on all architectures.
3826
3827         * spam.el (spam-stat): Require in a normal fashion without binding
3828         `spam-stat-install-hooks' to avoid compilation warnings.
3829
3830         * spam-stat.el (spam-stat-install-hooks): Remove.
3831         (spam-stat-install-hooks): Don't run automatically.
3832
3833 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3834
3835         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3836         and keystroke.
3837
3838 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * auth-source.el (auth-source-netrc-cache): Move forward.
3841
3842 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * proto-stream.el (proto-stream-open-starttls): Use
3845         `gnutls-available-p' to see whether we have built-in support.
3846
3847         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3848         we already know.
3849         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3850         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3851
3852 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3855         %S format, since that looks odd.
3856         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3857         file, especially when saving.
3858
3859 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3860
3861         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3862         article found.
3863
3864 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3865
3866         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3867         `auth-source-save-secrets' with a more sensitive alist that can be
3868         configured per file.  Experimental, so defaults to 'never.
3869         (auth-source-netrc-create): Use it.  Still experimental code.
3870         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3871         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3872
3873 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3874
3875         * auth-source.el (auth-source-save-secrets): New variable to control if
3876         secret tokens should be saved encrypted.
3877         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3878         to `auth-source-netrc-normalize'.
3879         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3880         on the EPA variables being defined.
3881         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3882         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3883         the lexical-let closure.
3884         (auth-source-netrc-create): Create "gpg:" tokens according to
3885         `auth-source-save-secrets'.
3886
3887 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * gnus-group.el (gnus-group-update-group): Add new argument
3890         `info-unchanged' that stops updating dribble buffer.
3891
3892         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3893         deletes lines matching to it in dribble buffer.
3894
3895         * gnus-agent.el (gnus-agent-fetch-group-1):
3896         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3897         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3898         * gnus-start.el (gnus-group-change-level):
3899         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3900
3901         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3902         if newsgroup info is not changed.
3903
3904         * gnus-group.el (gnus-group-get-new-news-this-group):
3905         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3906         Don't update dribble buffer.
3907
3908 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3909
3910         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3911         remove entries with groups we ignore.
3912
3913 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3916         the underline comes at the bottom.
3917
3918 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3919
3920         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3921         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3922         (gnus-registry-article-marks-to-names): Rename from
3923         `gnus-registry-user-format-function-M2'.
3924
3925 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3928         ephemeral group.
3929
3930 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * shr.el (shr-browse-image): Copy the URL if called interactively.
3933
3934 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3937         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3938         done, then unselected articles may be marked as read.
3939
3940         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3941         since not doing this seems to lead to a race condition in pop3-logon.
3942
3943         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3944         so that the call chain it correct when we call "upwards".
3945
3946         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3947         in read-only groups.
3948
3949         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3950
3951         * message.el (message-cite-reply-position): Doc string fix.
3952
3953         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3954         avoid regexp overflow.
3955         (nnimap-transform-split-mail): Ditto.
3956
3957         * pop3.el (pop3-retr): Error out if the server closes the connection.
3958
3959 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3960
3961         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3962         mm-with-unibyte-current-buffer.  The buffer should not contain any
3963         multibyte chars anyway at this stage.
3964
3965 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3968         at the end of lines.
3969
3970 2011-05-29  Julien Danjou  <julien@danjou.info>
3971
3972         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3973
3974 2011-05-27  Glenn Morris  <rgm@gnu.org>
3975
3976         * gnus-group.el (gnus-bug-group-download-format-alist):
3977         Use the "maintainer" version of debian reports as well.
3978
3979 2011-05-26  Glenn Morris  <rgm@gnu.org>
3980
3981         * gnus-group.el (gnus-bug-group-download-format-alist):
3982         Use the "maintainer" version of debbugs.gnu.org reports.
3983
3984 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3987
3988 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3989
3990         * gnus-cus.el (gnus-agent-customize-category):
3991         * gnus-delay.el (gnus-delay-send-queue):
3992         * gnus.el (gnus-other-frame):
3993         Don't quote lambda expressions with `quote'.
3994
3995 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3996
3997         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3998         the thread moves us backwards and so we loop forever.
3999
4000 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4003         whitespace in base64 data lines.
4004
4005 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         * gnus-registry.el (gnus-registry-user-format-function-M):
4008         Use `mapconcat'.
4009         (gnus-registry-user-format-function-M2): Use to see the full text of
4010         the marks.  Make "," the mark text separator.
4011
4012         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4013         authentication with auth-source.
4014
4015 2011-05-17  Glenn Morris  <rgm@gnu.org>
4016
4017         * gnus-group.el (gnus-import-other-newsrc-file):
4018         Use insert-file-contents.
4019
4020 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4021
4022         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4023         1000 iterations.
4024
4025 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * nntp.el (nntp-open-connection): Check if process-type is available.
4028
4029 2011-05-16  Julien Danjou  <julien@danjou.info>
4030
4031         * shr.el (shr-tag-del): Add support for del tag.
4032
4033 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-html.el (gnus-html-put-image): Register a displayer.
4036
4037         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4038
4039 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4040
4041         * registry.el (prune-factor): New initialization parameter defaulting
4042         to 0.1.
4043         (registry-prune-hard): Use it.
4044
4045         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4046         0.1 expicitly.
4047
4048 2011-05-13  Glenn Morris  <rgm@gnu.org>
4049
4050         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4051         is bound, since this function requires sendmail.
4052
4053 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * registry.el (registry-usage-test): Disable pruning test.
4056
4057 2011-05-11  David Engster  <dengste@eml.cc>
4058
4059         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4060         Bind set-network-process-option for XEmacs.
4061
4062 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4063
4064         * registry.el (registry-prune-hard-candidates)
4065         (registry-prune-soft-candidates): Helper methods for registry pruning.
4066         (registry-prune): Use them.  Make the sort function optional.
4067
4068 2011-05-10  Jim Meyering  <meyering@redhat.com>
4069
4070         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4071
4072 2011-05-10  Julien Danjou  <julien@danjou.info>
4073
4074         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4075         symbol and not a list.
4076
4077 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-art.el (gnus-article-mode): Move binding of
4080         shr-put-image-function here from gnus-article-prepare-display.
4081
4082         * shr.el (shr-put-image-function): New variable.
4083         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4084         (shr-put-image): Return scaled image.
4085
4086         * gnus-art.el (gnus-shr-put-image): New function.
4087         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4088
4089         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4090         original ones, as deletable.
4091
4092 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4093
4094         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4095
4096 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4097
4098         * registry.el (registry-full): Add convenience method.  Fix logic.
4099         (registry-insert): Use it.  Fix logic here too.
4100
4101         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4102         `registry-prune' if `registry-full' returns t.
4103         (gnus-registry-handle-action)
4104         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4105         (gnus-registry-usage-test): Use it.
4106
4107 2011-05-07  Julien Danjou  <julien@danjou.info>
4108
4109         * shr.el (shr-link): Make shr-link inherit from link by default.
4110
4111 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4112
4113         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4114
4115 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4116
4117         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4118         error out because the face is not a list.
4119
4120 2011-05-05  Glenn Morris  <rgm@gnu.org>
4121
4122         * proto-stream.el (gnutls-negotiate): Fix declarations.
4123
4124         * gnus-start.el (gnus-propagate-marks): Declare.
4125
4126 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4127
4128         * registry.el (registry-reindex): Fix percentage message.
4129
4130         * proto-stream.el (network-stream-open-starttls): Adjust to call
4131         `gnutls-negotiate' with :process and :hostname arguments.
4132
4133 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4134
4135         * shr.el: Add shr-link face for links.
4136         (shr-urlify): Use it.
4137
4138         * registry.el (registry-insert): Make error message more helpful.
4139
4140 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * gnus-html.el (gnus-html-schedule-image-fetching):
4143         Use url-queue-retrieve, if it exists.
4144
4145         * shr.el (shr-tag-img): Ditto.
4146
4147         * gnus.el: Autoload more gnus-agent functions.
4148
4149         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4150         agent if we haven't already (bug#8502).
4151
4152         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4153         into the Agent, too.
4154
4155         * gnus-agent.el (gnus-agent-store-article): New function.
4156
4157         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4158         and moved from that file for reuse.
4159
4160         * pop3.el (pop3-open-server): Error messages are "-ERR".
4161
4162 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4165         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4166
4167 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4168
4169         * gnus.el: No Gnus v0.17 is released.
4170
4171 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4172
4173         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4174         buffer has moved to a different frame.
4175
4176 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4179         to get the conversion from unibyte to multibyte buffers to work on
4180         Emacs 22.
4181
4182         * nntp.el (nntp-request-article): Slight clean-up.
4183
4184 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * shr.el (shr-strike-through): New face.
4187         (shr-tag-s): Use it to provide <s> support.
4188         (shr-tag-s): Remove duplicate definition.
4189
4190 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4191
4192         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4193         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4194
4195 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4196
4197         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4198         `gnutls-negotiate'.
4199         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4200
4201 2011-04-23  Glenn Morris  <rgm@gnu.org>
4202
4203         * gnus-sum.el (gnus-extra-headers): Bump :version.
4204
4205 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * shr.el (shr-tag-sup): New function.
4208         (shr-tag-sub): Ditto.
4209
4210 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4211
4212         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4213         for the case where `gnus-registry-ignored-groups' is a list of lists,
4214         and don't call `gnus-parameter-registry-ignore' otherwise.
4215
4216 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4217
4218         * nnimap.el (nnimap-user): New backend variable.
4219         (nnimap-open-connection-1): Use it.
4220         (nnimap-credentials): Accept user parameter so it's explicit what user
4221         name is desired.
4222
4223         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4224         default.
4225
4226         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4227         not gnus-registry.el.
4228
4229         * gnus-registry.el: Mention in comments how to modify
4230         `gnus-extra-headers' for proper recipient tracking and that it may
4231         already have To and Cc recently, which it does as of this commit.
4232         (gnus-registry-ignored-groups): Remove defcustom.
4233         Explain why in comments.
4234         (gnus-registry-action): Fix data-header reference to use the extra
4235         headers.  Explain in package commentary how to add To and Cc headers to
4236         the gnus-extra-headers.
4237         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4238         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4239         parameter list or a string list in `gnus-registry-ignored-groups'.
4240         Fix logic error.
4241
4242 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * shr.el (shr-expand-url): Protect against null urls.
4245
4246 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * shr.el (shr-base): New binding.
4249         (shr-tag-base): Keep track of <base>.
4250         (shr-expand-url): New function used throughout.
4251
4252 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * gnus-registry.el
4255         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4256         (gnus-registry-ignored-groups): New variable.
4257         (gnus-registry-ignore-group-p): Use it.
4258         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4259         set the destination group to nil (same as delete) if it's ignored.
4260
4261 2011-04-20  David Engster  <dengste@eml.cc>
4262
4263         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4264
4265         * Makefile.in (test-nntp): New rule.
4266         (check): Add it.
4267         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4268
4269 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-registry.el (gnus-registry-action)
4272         (gnus-registry-fetch-header-fast):
4273         Don't use mail-header that looks an internal function of mailheader.el.
4274
4275 2011-04-19  Glenn Morris  <rgm@gnu.org>
4276
4277         * time-date.el (time-to-days): Remove unused local variables.
4278
4279 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * gnus-registry.el: Eliminate cl functions.
4282         (gnus-registry-sort-addresses): New function that replaces mapcan.
4283         (gnus-registry-action, gnus-registry-spool-action)
4284         (gnus-registry-split-fancy-with-parent)
4285         (gnus-registry-fetch-recipients-fast): Use it.
4286         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4287
4288         * registry.el (initialize-instance, registry-lookup)
4289         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4290         (registry-lookup-secondary-value, registry-search, registry-delete)
4291         (registry-insert, registry-reindex, registry-size, registry-prune):
4292         Use eval-and-compile.
4293
4294 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4295
4296         * registry.el (registry-reindex): New method to recreate the secondary
4297         registry indices.
4298
4299         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4300         tracked field changes.
4301         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4302         (gnus-registry-action, gnus-registry-spool-action)
4303         (gnus-registry-handle-action)
4304         (gnus-registry--split-fancy-with-parent-internal)
4305         (gnus-registry-split-fancy-with-parent)
4306         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4307         move, and delete actions, and for fancy splitting with parent.
4308         (gnus-registry-extract-addresses)
4309         (gnus-registry-fetch-recipients-fast)
4310         (gnus-registry-fetch-header-fast): Convenience functions.
4311         (gnus-registry-misc-test): ERT test of
4312         `gnus-registry-extract-addresses'.
4313
4314 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4315
4316         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4317         Track by subject first, then sender.
4318
4319 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4320
4321         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4322
4323         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4324         Lisp.
4325
4326         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4327         (gnus-draft-send): Use it to avoid popping
4328         up frames from gnus-group-send-queue.
4329
4330 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         * gnus-registry.el: Updated gnus-registry docs.
4333
4334 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4335
4336         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4337         Fix logic bug.
4338         (gnus-registry-post-process-groups): Fix logging of no results and
4339         quote sender and subject.
4340
4341 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4344         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4345         gnutls-cli are too slow to be done opportunistically.
4346
4347         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4348         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4349         we had no early-data returned.
4350         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4351         two async commands to the same server at the same time.
4352
4353 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4354
4355         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4356
4357 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4360         "warning" level.
4361
4362         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4363         (mm-url-insert-file-contents): Don't set the package names.
4364
4365 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4366
4367         * gnus-registry.el (gnus-registry-action): Remove properties and
4368         simplify subject in `gnus-registry-handle-action'.
4369         (gnus-registry-spool-action): Get subject and sender from message if
4370         they are not passed in.
4371         (gnus-registry-handle-action): Remove properties and simplify subject
4372         consistently.
4373
4374 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4375
4376         * registry.el: Require CL before using defmacro*.
4377
4378 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-art.el (article-treat-date): Assume that
4381         gnus-article-date-headers may be a group parameter.
4382
4383 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4384
4385         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4386
4387         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4388         interactively so the newsrc file can contain foreign groups too.
4389         Useful for debugging but not much for users.
4390
4391 2011-04-07  David Engster  <dengste@eml.cc>
4392
4393         * registry.el (registry-usage-test): Only do
4394         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4395         lexical binding.
4396
4397 2011-04-07  David Engster  <dengste@eml.cc>
4398
4399         * Makefile.in (check, test-registry): New rules for test-suite.
4400
4401 2011-04-06  David Engster  <dengste@eml.cc>
4402
4403         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4404         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4405
4406 2011-04-06  David Engster  <dengste@eml.cc>
4407
4408         * registry.el (initialize-instance): Change :after to :AFTER to be
4409         compatible with old EIEIO version in XEmacs.
4410
4411 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4412
4413         * gnus-registry.el (gnus-registry-post-process-groups)
4414         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4415         and provide better messaging.
4416
4417 2011-04-06  David Engster  <dengste@eml.cc>
4418
4419         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4420         errors.
4421
4422         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4423         dgnushack-compile with error-on-warn enabled, and to signal an error if
4424         clean compilation failed.
4425         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4426         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4427
4428 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4429
4430         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4431         unconditionally anyway, discarding errors.
4432         (gnus-registry-delete-entries): New convenience function.
4433         (gnus-registry-import-eld): Import from old .eld registry.
4434
4435         * registry.el: Don't use ERT if it's not available.  Load it
4436         unconditionally anyway, discarding errors.
4437
4438         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4439         version from the Claudio Bley GnuTLS patch (extra optional parameters
4440         and host name).
4441
4442 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4443
4444         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4445         fixup the parameters that can be customized by the user between
4446         save/read cycles.
4447         (gnus-registry-read): Use it.
4448         (gnus-registry-make-db): Use it.
4449         (gnus-registry-spool-action, gnus-registry-handle-action):
4450         Fix messaging.
4451         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4452         Map references to actual group names with sender and subject tracking.
4453         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4454         (gnus-registry-usage-test): Add subject lookup test.
4455
4456         * registry.el (registry-db, initialize-instance): Set up constructor
4457         instead of :initform arguments for the sake of older Emacsen.
4458         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4459         pre-lexbind merge bug.
4460         (registry-usage-test): Use it.
4461         (initialize-instance, registry-db): Move the non-function initforms
4462         back to the class definition.
4463
4464 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4465
4466         * registry.el: New library to manage gnus-registry-style data.
4467
4468         * gnus-registry.el: Use it (major rewrite).
4469
4470         * nnregistry.el: Use it.
4471
4472         * spam.el: Use it.
4473
4474 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4477         marks on non-selected articles.
4478
4479 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4480
4481         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4482         parameter to open-protocol-stream.
4483
4484 2011-04-01  Julien Danjou  <julien@danjou.info>
4485
4486         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4487         fundamental-mode.
4488
4489 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4492         servers.
4493
4494 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4497         made marks not propagate, again.
4498
4499 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4500
4501         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4502         Make this the default type.
4503         (proto-stream-open-plain): Rename from proto-stream-open-default.
4504         (open-protocol-stream, proto-stream-open-starttls)
4505         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4506         with `plain'.
4507
4508         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4509         value.
4510
4511         * nntp.el (nntp-open-connection-function): Document the fact that some
4512         values are not functions but are instead handled specially.
4513         Recognize nntp-open-plain-stream value.
4514         (nntp-open-connection): Recognize that value.
4515
4516 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4517
4518         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4519         where it seems to be needed.
4520
4521 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522
4523         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4524         stuff.
4525
4526         * gnus-score.el (gnus-score-string): Fix calling convention of
4527         `gnus-simplify-buffer-fuzzy' after last patches.
4528
4529         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4530         server for articles we didn't get any headers for.  This is a sanity
4531         check.
4532
4533 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4534
4535         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4536         new CAPABILITY, use it.
4537
4538 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4541         downloading anything.
4542
4543         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4544
4545 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4546
4547         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4548         colors.
4549         (gnus-splash-svg-color-symbols): New function.
4550
4551 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4552
4553         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4554         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4555         (gnus-simplify-subject-fuzzy): Use the local
4556         gnus-simplify-subject-fuzzy-regex instead of the global one.
4557         This makes using this variable in group parameters work.
4558
4559 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * gnus-registry.el (gnus-registry-unfollowed-groups):
4562         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4563         archive:sent-YYYY-MM-DD groups).
4564         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4565         tracking if there are more than `gnus-registry-max-track-groups'
4566         matches.
4567
4568 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4569
4570         * message.el (message--yank-original-internal): New function to do the
4571         insertion cleanly inside eval in `message-yank-original'.
4572         (message-yank-original): Use it.
4573
4574 2011-03-29  Julien Danjou  <julien@danjou.info>
4575
4576         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4577         local variables disabled rather than `normal-mode'.
4578
4579 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4580
4581         * imap.el (imap-shell-open, imap-process-connection-type):
4582         Use imap-process-connection-type for 'shell' streams as well as
4583         Kerberos, SSL, other subprocesses.
4584
4585 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4586
4587         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4588         with open-network-stream.
4589         (proto-stream-always-use-starttls): Option removed.
4590         (open-protocol-stream): Return a process object by default.  Provide a
4591         new parameter :return-list specifying a list-type return value, which
4592         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4593         :type `network' to `try-starttls', and `network-only' to `default'.
4594         Make `default' the default, for compatibility with open-network-stream.
4595         Handle the no-parameter case exactly as open-network-stream, with no
4596         additional stream processing.  Search plists using plist-get.
4597         Explicitly add :end-of-commend parameter if it is missing.
4598         (proto-stream-open-default): Rename from
4599         proto-stream-open-network-only.  Return 'default as the type.
4600         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4601         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4602         failed.  Always return a list with a (possibly dead) process as the
4603         first element, for compatibility with open-network-stream.
4604         (proto-stream-open-tls): Use plist-get.  Always return a list.
4605         (proto-stream-open-shell): Return `default' as connection type.
4606         (proto-stream-capability-open): Use plist-get.
4607         (proto-stream-eoc): Function deleted.
4608
4609         * nnimap.el (nnimap-stream, nnimap-open-connection)
4610         (nnimap-open-connection-1): Handle renaming of :type parameter for
4611         open-protocol-stream.
4612         (nnimap-open-connection-1): Pass a :return-list parameter
4613         open-protocol-stream to obtain a list return value.  Parse this list
4614         using plist-get.
4615
4616         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4617         for open-protocol-stream.  Accept open-protocol-stream return value
4618         that is a subprocess object instead of a list.  Handle the case of a
4619         dead returned process.
4620
4621 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4624
4625         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4626
4627 2011-03-21  Julien Danjou  <julien@danjou.info>
4628
4629         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4630         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4631         query.
4632         (mm-inline-text): Render normal text with fontification whenever
4633         possible.
4634
4635         * gnus-sum.el (gnus-summary-save-parts-1):
4636         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4637         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4638         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4639         Use `mm-handle-filename'.
4640
4641         * mm-util.el (mm-handle-filename): New function, return the filename of
4642         an handle.
4643
4644 2011-03-18  Julien Danjou  <julien@danjou.info>
4645
4646         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4647         (gnus-buffer-live-p): Check that buffer is not nil.
4648
4649 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4650
4651         * gnus.el: No Gnus v0.15 is released.
4652
4653 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654
4655         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4656         avoid warning on XEmacs.
4657
4658         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4659         on XEmacs.
4660
4661         * gnus-art.el: Require mouse, which the build bot seems to say is
4662         needed.
4663
4664         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4665
4666         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4667         XEmacs, since it doesn't have url-retrieve-synchronously.
4668
4669         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4670         since assoc-string doesn't exist in XEmacs.
4671
4672 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4673
4674         * gnus-group.el (gnus-group-list-ticked): New function.
4675         (gnus-group-make-menu-bar): Provide a menu entry for it.
4676         (gnus-group-list-map): Provide a binding for it.
4677
4678 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4679
4680         * shr.el (shr-visit-file): New command.
4681
4682         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4683
4684 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4685
4686         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4687         servers.
4688
4689 2011-03-16  Julien Danjou  <julien@danjou.info>
4690
4691         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4692         inline.
4693
4694         * gnus-art.el (article-hide-list-identifiers):
4695         Use gnus-group-get-list-identifiers.
4696
4697         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4698         (gnus-summary-remove-list-identifiers):
4699         Use gnus-group-get-list-identifiers to get regexp.
4700         (gnus-select-newsgroup, gnus-summary-insert-subject)
4701         (gnus-summary-insert-articles):
4702         Call gnus-summary-remove-list-identifiers unconditionally.
4703
4704 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4707         we're selecting a group with unread articles.
4708
4709         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4710
4711         * gssapi.el: New file separated out from imap.el to provide a general
4712         Kerberos 5 connection facility for Emacs.
4713
4714         * message.el (message-elide-ellipsis): Document the format spec
4715         ellipsis.
4716
4717 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4718
4719         * message.el (message-elide-region): Allow the ellipsis to say how many
4720         lines were removed.
4721
4722 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4725         window configurations containing buffers that are now dead.
4726
4727         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4728         parsing to avoid integer overflows.
4729         (nnimap-parse-flags): Simplify the last change.
4730         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4731         too large for 32-bit Emacsen.
4732
4733 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4734
4735         * auth-source.el (auth-source-netrc-create):
4736         * message.el (message-yank-original): Fix use of `case'.
4737
4738 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4739
4740         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4741         XEmacs, which was one character too wide.
4742
4743 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4744
4745         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4746         default number of articles to display.
4747         (gnus-articles-to-read): Use pretty names for prompt.
4748
4749 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * gnus-int.el (gnus-open-server): Ditto.
4752
4753         * gnus-start.el (gnus-activate-group): Give a backtrace if
4754         debug-on-quit is set and the user hits `C-g'.
4755         (gnus-read-active-file): Ditto.
4756
4757         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4758
4759 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         * message.el (message-yank-original): Use cond instead of CL case.
4762
4763 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4764
4765         * auth-source.el (auth-source-netrc-create): Use usual format for the
4766         default in prompts.
4767
4768 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * lpath.el: Fbind read-char-choice for XEmacs.
4771
4772 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * auth-source.el (auth-source-netrc-create): Show the default in the
4775         prompt when prompting for token creation.
4776
4777 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * auth-source.el (auth-source-format-prompt): Always convert the value
4780         to a string to avoid evaluating non-string arguments.
4781         (auth-source-netrc-create): Offer default properly, not as initial
4782         content in `read-string'.
4783         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4784         of line to determine if we've been run before.  If so, don't run again,
4785         but print a trivial message to indicate the cache was hit instead.
4786
4787 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4788
4789         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4790         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4791         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4792         Gnus.
4793
4794 2011-03-11  Julien Danjou  <julien@danjou.info>
4795
4796         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4797         modified file".
4798
4799 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * auth-source.el (auth-source-read-char-choice): New function to read a
4802         character choice using `dropdown-list', `read-char-choice', or
4803         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4804         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4805         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4806         (auth-source-netrc-saver): Use it.
4807         (auth-source-pick-first-password): New convenience function.
4808
4809 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4810
4811         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4812         parameter in the credentials.
4813         (nnimap-open-connection-1): Use it after a successful login.
4814         (nnimap-credentials): Add IMAP-specific user and password prompt.
4815
4816         * auth-source.el (auth-source-search): Add :require parameter, taking a
4817         list.  Document it and the :save-function return token.  Pass :require
4818         down.  Change the CREATED message from a warning to a debug statement.
4819         (auth-source-search-backends): Pass :require down.
4820         (auth-source-netrc-search): Pass :require down.
4821         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4822         Change save prompt to indicate all modifications saved here are
4823         deletions.
4824         (auth-source-netrc-create): Take user login name as default in user
4825         prompt.  Move all the save functionality to a lexically bound function
4826         under the :save-function token in the returned list.  Set up clearer
4827         default prompts for user, host, port, and secret.
4828         (auth-source-netrc-saver): New function, intended to be wrapped for
4829         :save-function.
4830
4831 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4834         lines to be spaces instead.
4835
4836 2011-03-07  Julien Danjou  <julien@danjou.info>
4837
4838         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4839         (sieve-sasl-auth): Check that auth-source-search did return something,
4840         or just return an empty string.
4841
4842 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4843
4844         * gnus.el (gnus-interactive): Use read-directory-name.
4845
4846         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4847         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4848         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4849         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4850         Likewise.
4851
4852         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4853
4854 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4857         onto the list of killed groups, too.  This makes killed nnimap groups,
4858         for instance, more reliably not reappear.
4859
4860         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4861         the parent.
4862
4863         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4864
4865         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4866         really have server-side marks.
4867
4868         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4869         since most backends do not usefully have server-side marks.
4870         (gnus-update-read-articles): Propagate marks to all backends that
4871         really have server-side marks.
4872
4873 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4874
4875         * message.el (message-cite-reply-position, message-cite-style):
4876         New variables.
4877         (message-yank-original): Use the new citation styles.
4878
4879 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4880
4881         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4882         buffer-local issue); don't mark it buffer-local when running under
4883         XEmacs.
4884
4885 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4886
4887         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4888         numbers too big to be `read'.
4889
4890 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4891
4892         * password-cache.el (password-in-cache-p): Add autoload.
4893
4894         * message.el (message-options): Make buffer-local two ways to attempt
4895         to fix a XEmacs bug.
4896
4897 2011-03-02  Julien Danjou  <julien@danjou.info>
4898
4899         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4900
4901 2011-03-01  Julien Danjou  <julien@danjou.info>
4902
4903         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4904         group.
4905         (article-hide-list-identifiers): Use list-identifier group parameter.
4906
4907 2011-02-28  Julien Danjou  <julien@danjou.info>
4908
4909         * sieve.el (sieve-buffer-script-name): New local variable to store
4910         sieve script name.
4911         (sieve-edit-script): Store sieve script name.
4912         (sieve-upload): Use sieve script name when uploading.
4913         (sieve-upload): Use substitute-command-keys.
4914         (sieve-edit-script): Use substitute-command-keys.
4915         (sieve-refresh-scriptlist): Use substitute-command-keys.
4916         (sieve-manage-mode-map): Define keymap properly.
4917         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4918         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4919         Remove commented code about cvs.
4920         (sieve-manage-quit): New function.
4921         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4922
4923 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4926
4927 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4928
4929         * auth-source.el (auth-source-search): Cache empty result sets.
4930
4931         * password-cache.el (password-in-cache-p): Convenience function to
4932         check if a key is in the cache, even if the value is nil.
4933
4934         * auth-source.el (auth-source-save-behavior): New variable to replace
4935         `auth-source-never-create'.
4936         (auth-source-netrc-create): Use it.
4937         (auth-source-never-save): Remove.
4938
4939 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4940
4941         * nnimap.el (nnimap-stream): Doc fix.
4942         (nnimap-open-connection-1): Reverse the order of the ports to that the
4943         prompted-for port is first.
4944
4945         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4946         retrieval by the no-group selection.
4947
4948         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4949         numerical parameters.
4950
4951 2011-02-25  Julien Danjou  <julien@danjou.info>
4952
4953         * gnus-gravatar.el: Use gnus-with-article-buffer.
4954
4955         * gnus-art.el (gnus-with-article-buffer): Check that the
4956         gnus-article-buffer is alive.
4957
4958 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4959
4960         * auth-source.el (auth-source-creation-prompts): New variable to manage
4961         creation-time prompts.
4962         (auth-source-search): Document it.
4963         (auth-source-format-prompt): Add utility function.
4964         (auth-source-netrc-create): Don't default the user name to
4965         user-login-name.  Use `auth-source-creation-prompts' and some default
4966         prompts for user, host, port, and password (the default generic prompt
4967         remains ugly).
4968         (auth-source-never-save): Add customizable option to never save info.
4969         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4970         mode excursion.
4971
4972 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4975         argument that XEmacs doesn't support.
4976
4977         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4978         compiled for Emacsen having no `libxml-parse-html-region' support.
4979
4980         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4981
4982         * lpath.el: Bind buffer-save-without-query for XEmacs.
4983
4984 2011-02-23  Julien Danjou  <julien@danjou.info>
4985
4986         * gnus-art.el (article-make-date-line): Ignore errors if time is
4987         invalid and not convertible.
4988         (article-make-date-line): Only add lapsed time if time is not nil.
4989
4990 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4991
4992         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4993         `read-char-choice' for backwards compatibility.
4994         (auth-source-netrc-element-or-first): New function to DTRT for
4995         parameter extraction.
4996         (auth-source-netrc-create): Use it and fix multiple parameter print
4997         bug.  Use the default passed from above (given-default) or the
4998         built-in (user-login-name for :user).
4999
5000 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5001
5002         * gnus-start.el (gnus-dribble-read-file):
5003         Set buffer-save-without-query, since we always want to save the dribble
5004         file, probably.
5005
5006         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5007         nnimap.
5008
5009         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5010         -summary- since it's a user-visible variable.
5011
5012         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5013         first time you use the new Gnus.
5014
5015 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * auth-source.el: Don't load netrc.el.
5018         (auth-sources): Search ~/.netrc as well by default.
5019         (auth-source-debug): Add 'trivia option for extra output.
5020         (auth-source-do-trivia): Use it.
5021         (auth-source-search): Simplify logic to use
5022         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5023         appropriate.  Don't keep a running count at this level.  Layer :create
5024         and :delete options appropriately on the first and second passes.
5025         Don't track the backend with the search results.
5026         (auth-source-search-backends): New function to search a list of
5027         backends for a processed spec.
5028         (auth-source-netrc-parse): Cache all netrc files, making
5029         auth-source-netrc-cache an alist keyed by the file name and using the
5030         file mtime as the caching criterion.  Keep the obfuscated data secret
5031         with a lexical bind.
5032         (auth-source-netrc-search): Don't calculate the length of the results
5033         unnecessarily.
5034         (auth-source-search-backends): Fix bug.
5035         (auth-source-netrc-create): Rework prompts.
5036
5037 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5038
5039         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5040         Lower case names of search constraints.
5041         (nnir-run-query): Cache and reuse search constraints for all imap
5042         servers.
5043
5044 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5045
5046         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5047         after exit.
5048         (gnus-setup-message): Define missing variable from last checkin.
5049
5050         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5051         value, show the raw article.
5052
5053 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5054
5055         * gnus.el: No Gnus v0.13 is released.
5056
5057 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5058
5059         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5060         auth-source now accepts numbers.
5061
5062         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5063         spec, too.
5064         (auth-source-ensure-strings): New function.
5065
5066         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5067         (gnus-article-setup-buffer): Always restart the date timer so that user
5068         changes to the frequency is respected.
5069
5070         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5071         port numbers, so make sure it gets that if nnimap-server-port is
5072         explicit.
5073
5074 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5075
5076         * nnimap.el (nnimap-inbox): Doc fix.
5077
5078 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5079
5080         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5081         Autoload.  Add optional arg FRAME, and pass it to color-values.
5082         (color-complement): Caller changed.  Doc fix.
5083         (color-gradient): Rewrite for better clarity and efficiency.
5084
5085 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5086
5087         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5088         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5089         color-lab-to-srgb.
5090
5091 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5092
5093         * color.el: First part of merge from hexrgb.el.
5094         (color-rgb-to-hex): Rename from color-rgb->hex.
5095         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5096         saturation to zero if the value is too small.
5097         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5098         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5099         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5100         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5101         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5102         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5103         (color-cie-de2000): Doc fix.
5104
5105 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5106
5107         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5108         given method as in the group name if we're using an extended method.
5109         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5110         command, if we're using that, instead of waiting for the beginning.
5111
5112         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5113         we're sure to get unique server names, and we don't output two async
5114         commands in the same buffer.  This fixes an NNTP hang for some users.
5115
5116 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5117
5118         * gnus.el: No Gnus v0.11 is released.
5119
5120 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5121
5122         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5123         summary buffer before reading going to the next buffer.  This avoids
5124         putting the point in the group buffer if you `C-g' the command.
5125
5126         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5127         cache (for now) to make ~/.authinfo.gpg files usable.
5128
5129         * nnfolder.el (copyright-update): Define for the compiler.
5130
5131         * auth-source.el (auth-source-search): Fix unbound variable.
5132
5133 2011-02-19  Glenn Morris  <rgm@gnu.org>
5134
5135         * gnus.el (gnus-meta): Doc fix.
5136
5137 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5138
5139         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5140         in case it's not yet loaded.
5141
5142 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5143
5144         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5145         line we're waiting for.
5146
5147 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5148
5149         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5150         face with line-width greater than zero will cause RET in gnus summary
5151         buffer to scroll down article page-wise because auto vscroll happens,
5152         it should be temporally disabled when doing a scroll-up.
5153
5154 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5155
5156         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5157         outputs from the server.
5158
5159 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5160
5161         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5162         later so that bbdb can hook in easier.
5163
5164 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5165
5166         * auth-source.el (auth-source-search): Don't try to create credentials
5167         if the caller doesn't want that.
5168         (auth-source-search): If we don't find a match, don't bug out on
5169         non-bound variables.
5170         (auth-source-search): Only ask a single backend to create the
5171         credentials.
5172
5173         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5174         logging.
5175         (nnimap-credentials): Protect against auth-source-search returning nil.
5176         (nnimap-request-list): Protect against not being able to open the
5177         server.
5178
5179 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5180
5181         * auth-source.el (auth-source-search): Do a two-phase search, one with
5182         no :create to get the responses from all backends.
5183
5184         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5185         when getting credentials.
5186
5187         * gnus-util.el (gnus-delete-duplicates): New function.
5188
5189 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5190
5191         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5192         a creation default, pass the whole port list down.  It will be
5193         completed.
5194
5195         * auth-source.el (auth-source-search): Updated docs to talk about
5196         multiple creation choices.
5197         (auth-source-netrc-create): Accept a list as a value (from the search
5198         parameters) and do completion on that list.  Keep a separate netrc line
5199         with the password obscured for showing the user.
5200
5201         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5202         first choice to `auth-source-search' so it will be used for entry
5203         creation instead of the server's Gnus-specific name.
5204         (nnimap-credentials): Rely on the auth-source library to select which
5205         port is actually wanted in the new netrc entry, so don't override
5206         `auth-source-creation-defaults'.
5207
5208         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5209         :protocol and accept a missing user, host, or port as a wildcard match.
5210         (auth-source-debug): Default to off.
5211
5212         (auth-source-netrc-search, auth-source-netrc-create)
5213         (auth-source-secrets-search, auth-source-secrets-create)
5214         (auth-source-user-or-password, auth-source-backend, auth-sources)
5215         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5216         instead of :protocol.
5217
5218         * nnimap.el (nnimap-credentials): Pass a port default to
5219         `auth-source-search' in case an entry needs to be created.
5220         (nnimap-open-connection-1): Use :port instead of :protocol.
5221
5222 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * auth-source.el: Bind load-path when loading EIEIO from
5225         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5226         21.4 doesn't support, to `require'.
5227         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5228         delete-dups that is not available in XEmacs 21.4.
5229
5230 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5231
5232         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5233         as EIEIO must also be loaded when auth-source.el is being
5234         byte-compiled.
5235
5236 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5237
5238         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5239
5240         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5241
5242         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5243
5244         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5245
5246         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5247
5248         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5249
5250         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5251
5252         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5253         necessary.
5254
5255 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5256
5257         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5258         nil means that nnimap doesn't get updated.
5259
5260 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5261
5262         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5263         result when the user doesn't want to write to the file.
5264         (auth-source-netrc-search): Expect a synthetic result and proceed
5265         accordingly.
5266         (auth-source-cache-expiry): New variable to override
5267         `password-cache-expiry'.
5268         (auth-source-remember): Use it.
5269
5270         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5271         parameter.  Create entry if necessary by using :create t.
5272         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5273
5274 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * auth-source.el (auth-source-debug): Enable by default and don't
5277         mention the obsolete `auth-source-hide-passwords'.
5278         (auth-source-do-warn): New function to debug unconditionally.
5279         (auth-source-do-debug): Use it.
5280         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5281         and for Secrets API entries when the secrets.el library is not
5282         available.
5283
5284 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5285
5286         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5287         (gnus-summary-exit): Kill the correct article buffer on exit from a
5288         `C-d' group.
5289
5290         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5291         gnus-propagate-marks.
5292
5293         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5294         before killing the buffers so that a non-full window conf gets handled
5295         correctly.
5296         (gnus-summary-exit): Ditto.
5297         (gnus-summary-read-group-1): Ditto.
5298
5299         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5300         async code again so that we can debug it properly.
5301
5302         * message.el (message-reply): Take an optional switch-buffer parameter
5303         so that Gnus window confs are respected better.
5304
5305 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5306
5307         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5308         `plist-get' to accept non-list parameters (XEmacs issue).
5309         Fix docstring.
5310         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5311         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5312         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5313         Login collection is "Login" and not "login".
5314
5315 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5316
5317         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5318         multiple headers.
5319
5320         * nnimap.el (nnimap-inhibit-logging): New variable.
5321         (nnimap-log-command): Don't log login commands.
5322
5323         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5324         to have more parameters.
5325
5326         * nnimap.el (nnimap-send-command): Mark the command time for each
5327         command, so that we don't get NOOPs stepping on our toes.
5328
5329         * gnus-art.el (article-date-ut): Get the date from the Date header on
5330         `t'.
5331
5332 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * auth-source.el (auth-source-search): Use copy-sequence instead of
5335         the cl.el copy-list.
5336
5337 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5338
5339         * imap.el: Bring it back (revert
5340         84d800cd31de3064f0ed39617d725709a2f8f42f).
5341
5342 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5343
5344         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5345         Improve prompt.
5346
5347 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5348
5349         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5350         washing status from the default format.  It isn't very informative.
5351
5352 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5353
5354         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5355         Fix Gcc processing on imap.
5356
5357 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5358
5359         * imap.el: Remove file.  All the functionality is in nnimap.el.
5360
5361 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5362
5363         * message.el (message-bury): Don't pop up a new window when selected
5364         window is dedicated.
5365
5366 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5367
5368         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5369
5370 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5371
5372         * sieve-manage.el: Autoload `auth-source-search'.
5373         (sieve-sasl-auth): Use it.
5374
5375 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5376
5377         * nnimap.el: Autoload `auth-source-forget+'.
5378         (nnimap-open-connection-1): Use it if the connection fails.
5379
5380         * auth-source.el: Require `password-cache'.
5381         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5382         obsolete.
5383         (auth-source-magic): Marker for `password-cache' keys.
5384         (auth-source-do-cache): Update docstring.
5385         (auth-source-search): Use and check cache.
5386         (auth-source-forget-all-cached, auth-source-remember)
5387         (auth-source-recall, auth-source-forget, auth-source-forget+)
5388         (auth-source-specmatchp): Caching support functions.
5389         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5390         Remove and obsolete.
5391         (auth-source-user-or-password): Remove caching to further discourage
5392         using it.  Always hide passwords.
5393
5394         * password-cache.el (password-cache-remove): Accept secrets that are
5395         not strings.
5396
5397 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5398
5399         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5400         code for now, since it doesn't work for all users.
5401
5402 2011-02-09  Julien Danjou  <julien@danjou.info>
5403
5404         * message.el (message-options): Make message-options really buffer
5405         local.
5406
5407 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5408
5409         * mail-source.el: Autoload `auth-source-search'.
5410         (mail-source-keyword-map): Note order matters.
5411         (mail-source-set-1): Get all the mail-source source values and
5412         defaults and search auth-source on those if needed.  This can all
5413         probably be simplified.
5414
5415         * nnimap.el: Autoload `auth-source-search'.
5416         (nnimap-credentials): Use it.
5417         (nnimap-open-connection-1): Ask for the virtual server and physical
5418         address in one shot.
5419
5420         * nntp.el: Autoload `auth-source-search'.
5421         (nntp-send-authinfo): Use it.  Note TODO.
5422
5423 2011-02-08  Julien Danjou  <julien@danjou.info>
5424
5425         * shr.el (shr-tag-body): Add support for text attribute in body
5426         markups.
5427
5428         * message.el (message-options): Make message-options a local variable.
5429
5430 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5431
5432         * auth-source.el (auth-source-secrets-search)
5433         (auth-source-user-or-password): Use `append' instead of `nconc'.
5434         (auth-source-user-or-password): Build return list better and protect
5435         against nil :secret.
5436
5437 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5438
5439         * nnimap.el (nnimap-update-info): Refactor slightly.
5440         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5441         (nnimap-update-info): Clean up slightly.
5442         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5443         characters.
5444         (nnimap-process-quirk): Rename function to avoid collision.
5445         (nnimap-update-info): Fix macrology bug-out.
5446         (nnimap-update-info): Simplify split history test.
5447
5448 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5449
5450         * auth-source.el (top): Require 'eieio unconditionally.
5451         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5452         (auth-source-secrets-search): Limit search when `max' is greater than
5453         number of results.
5454
5455 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5456
5457         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5458         part not returning any data.
5459
5460         * proto-stream.el (open-protocol-stream): Document the return value.
5461
5462 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * auth-source.el (auth-source-secrets-search): Add examples.
5465
5466 2011-02-06  Julien Danjou  <julien@danjou.info>
5467
5468         * message.el (message-setup-1): Handle message-generate-headers-first
5469         set to t.
5470
5471 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5474         API with a string "secrets:collection-name" and with 'default.
5475         (auth-source-backend-parse): Parse "secrets:collection-name" and
5476         'default.  Recurse on parses instead of repeating code.  Use the
5477         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5478         message when ignoring a source.
5479         (auth-source-search): List ignored search keys at the top level.
5480         (auth-source-netrc-create): Use `case' instead of `cond'.
5481         (auth-source-secrets-search): Created with TODOs.
5482         (auth-source-secrets-create): Created with TODOs.
5483         (auth-source-retrieve, auth-source-create, auth-source-delete)
5484         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5485         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5486         (auth-source-user-or-password-sftp)
5487         (auth-source-user-or-password-smtp): Remove.
5488         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5489         around `auth-source-search'.  Not tested thoroughly.
5490
5491 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5492
5493         * auth-source.el: Bring in assoc and eioeio libraries.
5494         (secrets-enabled): New variable to track the status of the Secrets API.
5495         (auth-source-backend): New EIOEIO class to represent a backend.
5496         (auth-source-creation-defaults): New variable to set prompt defaults
5497         during token creation (see the `auth-source-search' docstring for
5498         details).
5499         (auth-sources): Simplify to allow a simple string as a netrc backend
5500         spec.
5501         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5502         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5503         (auth-source-search): Main auth-source API entry point.
5504         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5505         (auth-source-search-collection): Helper function for searching.
5506         (auth-source-netrc-parse, auth-source-netrc-normalize)
5507         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5508         Supports search, create, and delete.
5509         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5510         backend stubs.
5511         (auth-source-user-or-password): Call `auth-source-search' but it's not
5512         ready yet.
5513
5514 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5515
5516         * message.el (message-setup-1): Remove the read-only stuff, since it
5517         doesn't work under XEmacs, for some reason.
5518
5519         * gnus-sum.el (gnus-user-date): Rename back from
5520         gnus-summary-user-date since user code refers to it.
5521
5522         * shr.el (shr-render-td): Store the actual background color used.
5523
5524         * message.el (message-setup-1): Don't bind the constant
5525         -forbidden-properties.
5526         (message-setup-1): Revert previous change, since it needs to bind the
5527         props to insert them.
5528         (message-resend): Allow removing the read-only separator line.
5529
5530 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5531
5532         * nnimap.el (nnimap-request-accept-article): Give an error message if
5533         the APPEND wasn't successful.
5534
5535 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5536
5537         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5538         that have no groups.
5539
5540 2011-02-03  Julien Danjou  <julien@danjou.info>
5541
5542         * gnus-draft.el: Remove progn around gnus-draft-setup.
5543
5544 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-start.el (gnus-read-active-for-groups): This function is never
5547         called with a nil `infos', so clean that up.
5548         (gnus-get-unread-articles): Request active files from primary/secondary
5549         methods that have no groups (yet).
5550
5551 2011-02-03  Julien Danjou  <julien@danjou.info>
5552
5553         * message.el (message-setup-1): Always generate References first.
5554         (message-mail): Return the return value of message-setup, not always t.
5555         (message-setup-1): Insert mail-header-separator with read-only and
5556         intangible properties set.
5557
5558         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5559         user-date in docstring.
5560
5561         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5562
5563         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5564         docstring.
5565
5566         * gnus.el (gnus-user-date-format-alist): Change default value.
5567         Use defcustom, with type and group. Move from gnus-util.el.
5568         Rename to gnus-summary-user-date-format-alist.
5569
5570 2011-02-03  Glenn Morris  <rgm@gnu.org>
5571
5572         * nnimap.el (gnus-fetch-headers): Declare.
5573
5574         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5575
5576 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5577
5578         * message.el (message-forward-make-body-digest-plain)
5579         (message-followup, message-reply): Clean up things noted by Stefan.
5580
5581         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5582         gnus-article-update-date-headers is nil.
5583         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5584         it didn't really work with defcustom.
5585         (article-update-date-lapsed): Make sure the window start doesn't move,
5586         either.
5587
5588 2011-02-01  Julien Danjou  <julien@danjou.info>
5589
5590         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5591         format.
5592
5593         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5594         standard in Emacs nowadays.
5595
5596         * color.el (color-gradient): Add a color-gradient function.
5597
5598 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5599
5600         * message.el (message-expand-name): Don't trust the return value of
5601         bbdb-complete-name.
5602         (message-check-news-header-syntax): Remove unused var `start'.
5603         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5604         (message-inhibit-body-encoding): Move to before first use.
5605         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5606         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5607         (Organization, Message-ID, Date, mh-previous-window-config):
5608         Defvar the vars using dynamic scoping.
5609
5610 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5611
5612         * shr.el (shr-render-td): Only do colors at the final rendering.
5613         Should be slightly faster.
5614         (shr-insert-table): Fix up TD background colors when doing the
5615         vertical padding.
5616
5617         * gnus-art.el (article-date-ut): Protect against articles with no Date
5618         header.
5619         (article-update-date-lapsed): Don't use current-column to find the
5620         horizontal position.  It's fragile in the presence of \003 characters.
5621
5622         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5623
5624 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5625
5626         * gnus-art.el (article-transform-date): Rewrite to still work when
5627         there are several rfc2822 parts.
5628         (article-transform-date): Fix infinite recursion.
5629         (article-date-ut): Replace infinitely many Date headers with a single
5630         one when called interactively.
5631
5632         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5633         secure manner.
5634
5635         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5636         move around by not using save-window-excursion.  It seems to work...
5637
5638 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-art.el (article-make-date-line): Work for user-defined format.
5641
5642 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5643
5644         * nntp.el (nntp-retrieve-group-data-early)
5645         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5646         fetching functions.
5647
5648         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5649         thoroughly for all backends that have no known groups.  This should
5650         allow new nnml methods to retrieve mail.
5651
5652         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5653         that Gnus doesn't know exists again.
5654
5655         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5656         (gnus-treat-date-ut): Ditto.
5657         (gnus-article-update-date-header): Rename.
5658         (gnus-treat-date-local): Remove.
5659         (gnus-treat-date-english): Remove.
5660         (gnus-treat-date-lapsed): Remove.
5661         (gnus-treat-date-combined-lapsed): Remove.
5662         (gnus-treat-date-original): Remove.
5663         (gnus-treat-date-iso8601): Remove.
5664         (gnus-treat-date-user-defined): Remove.
5665         (gnus-article-date-headers): New variable to control all the date
5666         header options.
5667         (article-date-ut): Rewrite to allow using the new way to format date
5668         headers(s).
5669
5670 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5671
5672         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5673         method.
5674         (nnmail-article-group): A better test for fanciness.
5675
5676         * nnimap.el (nnimap-request-head): Protect against not finding the
5677         article by Message-ID.
5678
5679 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5680
5681         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5682         keep point at the "same place".
5683
5684 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5687         data if the group is inactive.
5688
5689 2011-01-28  Julien Danjou  <julien@danjou.info>
5690
5691         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5692         (gnus-all-windows-visible-p): Remove old compatibility code.
5693         (gnus-window-top-edge): Add docstring.
5694
5695         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5696
5697 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5698
5699         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5700         older request-update-info.
5701
5702         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5703
5704 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5705
5706         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5707         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5708
5709 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5710
5711         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5712         groups.  This makes the nndraft:queue group pop up if it's not already
5713         there.
5714
5715         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5716         messages" logic, which was reversed.
5717
5718         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5719         the "same place" even if point is on the line being replaced.
5720         (article-update-date-lapsed): Allow updating both the combined lapsed
5721         and the lapsed headers.
5722         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5723         (article-make-date-line): Limit the number of segments dynamically to
5724         avoid too-long lines.
5725
5726 2011-01-27  Julien Danjou  <julien@danjou.info>
5727
5728         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5729         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5730
5731 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5734         Use plist-get instead of the cl function getf.
5735
5736 2011-01-27  Glenn Morris  <rgm@gnu.org>
5737
5738         * gnus-util.el (float-time): Get rid of compiler warning, again.
5739
5740 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5741
5742         * shr.el (shr-put-color): Special-case background colors: Do put them
5743         at the blank parts at the front of the lines.
5744
5745         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5746         exit hook to nix out all data on readedness on group exit.
5747
5748         * gnus-util.el (float-time): If float-time is bound, always use it on
5749         all Emacsen.  It's unclear why the subrp check was there.
5750         (time-date): Require to make some autoload issues on XEmacs go away.
5751
5752         * shr.el (shr-put-color): Don't do the box padding in tables, since
5753         they're already padded.
5754
5755 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5756
5757         * gnus-art.el (gnus-article-next-page): When the last line of the
5758         article is displayed, scroll down once more instead of going to the
5759         next article at once.
5760         (article-lapsed-string): Refactor out and allow specifying how many
5761         segments you want.
5762         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5763         (gnus-article-update-lapsed-header): New variable.
5764
5765         * shr.el: Revert change that made headings use different-sized faces.
5766         The Emacs display engine isn't advanced enough that, for instance,
5767         tables can comfortably use differently-sized faces.
5768
5769 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5770
5771         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5772         used.
5773         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5774         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5775         we're using an encrypted connection.
5776
5777         * proto-stream.el: Alter the interface functions to also return the
5778         actual stream type used: network or tls.
5779
5780 2011-01-25  Julien Danjou  <julien@danjou.info>
5781
5782         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5783         (mm-display-javascript-inline): New function.
5784
5785         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5786         viewing function.
5787
5788 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * shr.el (shr-expand-newlines): Fix variable name.
5791
5792 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5793
5794         * shr.el (shr-expand-newlines): Make nested boxes work.
5795
5796 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5797
5798         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5799         backgrounds.
5800         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5801         in a more sensible manner.
5802
5803 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5806         if EPG is loaded.
5807
5808 2011-01-24  Julien Danjou  <julien@danjou.info>
5809
5810         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5811         tags.
5812
5813 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5814
5815         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5816         commands.
5817
5818         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5819         in the article buffer.
5820         (gnus-gravatar-insert): Use blank space from the current buffer to
5821         avoid breaking text properties.  This makes X-Sent updating work again.
5822
5823         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5824
5825 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5826
5827         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5828         fix the bug in url-http.el instead.
5829
5830         * shr.el (shr-image-fetched): Ditto.
5831
5832         * shr.el (shr-image-fetched): Avoid having point move in the article
5833         buffer.
5834
5835         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5836         buffer after being called.  It's apparently being killed by url.el, and
5837         killing it made point move to end-of-buffer in a random buffer.
5838
5839         * shr.el (shr-image-fetched): Ditto.
5840
5841 2011-01-23  Julien Danjou  <julien@danjou.info>
5842
5843         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5844
5845         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5846         text/x-org.
5847
5848 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5849
5850         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5851         (i.e., nnimap) returning nil as the article number.
5852
5853 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5854
5855         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5856         "DelSp" parameter in RFC3676.
5857
5858 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5859
5860         * message.el (message-check-recipients): Display the encoded version of
5861         the bogus address if they differ.
5862
5863         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5864         after sending.
5865
5866         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5867
5868         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5869
5870         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5871         group buffer after sending the queue.
5872
5873         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5874
5875 2011-01-22  Julien Danjou  <julien@danjou.info>
5876
5877         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5878
5879 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5880
5881         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5882         nested related parts.
5883
5884         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5885         unexpired articles.  This fixes the regression that led expiry marks to
5886         disappear from nnfolder groups.
5887
5888 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5889
5890         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5891         Don't confuse the "ret" of "retrograde" with RET.
5892
5893 2011-01-21  Julien Danjou  <julien@danjou.info>
5894
5895         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5896         than mm-insert-inline.
5897
5898 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5901         Widen article buffer.
5902
5903 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5904
5905         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5906         the temp buffer.
5907         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5908
5909 2011-01-20  Julien Danjou  <julien@danjou.info>
5910
5911         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5912
5913         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5914         than mm-insert-inline to insert inline part: this respect
5915         mm-inline-media-tests displayers.
5916
5917         * mm-view.el (mm-display-shell-script-inline): New function.
5918
5919         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5920
5921         * mm-uu.el (mm-uu-type-alist): Add org block.
5922         (mm-uu-org-src-code-block-extract): New function.
5923
5924         * mm-view.el (mm-display-org-inline): New function.
5925
5926         * mm-decode.el (mm-automatic-display): Add text/org.
5927
5928         * mailcap.el (mailcap-mime-extensions): Add .org.
5929
5930 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5933         gnus-article-add-buttons.
5934
5935 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5936
5937         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5938         From header with a date and "nobody" as the sender.
5939
5940 2011-01-19  Julien Danjou  <julien@danjou.info>
5941
5942         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5943         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5944         if you have the same regexp several times.
5945         (gnus-button-push): Fix matching when regexp is symbol.
5946
5947 2011-01-15  Glenn Morris  <rgm@gnu.org>
5948
5949         * message.el (message-mail): A compose-mail function should
5950         accept headers as strings.
5951
5952 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5953
5954         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5955         Add :vert-only tags.
5956         (message-mail): New arg RETURN-ACTION.
5957         (message-return-action): New var.
5958         (message-bury): Use it.
5959         (message-mode): Make it buffer-local.
5960         (message-send-and-exit): Always call message-bury.
5961
5962         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5963         message-mail.
5964
5965 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5966
5967         * nnimap.el (nnimap-convert-partial-article): Protect against
5968         zero-length body parts.
5969
5970         * mm-decode.el (mm-preferred-alternative-precedence):
5971         Discourage showing empty parts.
5972
5973         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5974         and stuff if the backend didn't return the article number.  This fixes
5975         an Exchange-related nnimap bug.
5976
5977         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5978         group window, because it does the wrong thing when a separate frame
5979         displays the group buffer.
5980
5981         * proto-stream.el (open-protocol-stream): Protect against the low-level
5982         transport functions returning nil.
5983
5984 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5985
5986         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5987         (mml2015-epg-find-usable-secret-key): New function.
5988         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5989         mml2015-epg-find-usable-key (Bug#7797).
5990         (mml2015-epg-encrypt): Ditto.
5991
5992 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * dgnushack.el (rot13-string): Fix the way to get the argument.
5995
5996 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5999
6000 2011-01-03  Glenn Morris  <rgm@gnu.org>
6001
6002         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6003
6004         * sieve.el (sieve-open-server): Give a more explicit error if
6005         sieve-manage-open returns nil.  (Bug#7720)
6006
6007 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6008
6009         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6010
6011 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6012
6013         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6014         This avoids sending passwords in plain text over non-encrypted
6015         channels.
6016
6017         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6018
6019         * nnimap.el (nnimap-login): Refactored out into own function, and
6020         implement CRAM-MD5.
6021         (nnimap-wait-for-line): Refactored out.
6022
6023         * mm-view.el (mml-smime): Require.
6024
6025 2010-12-20  David Engster  <deng@eml.cc>
6026
6027         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6028         use EPG to decrypt S/MIME messages instead of openssl.
6029
6030 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6033
6034         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6035         status is the group clearly is unreachable.
6036
6037         * auth-source.el (auth-source-create): Add the optional second
6038         parameter to `local-variable-p' to be compatible with XEmacs.
6039
6040 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6041
6042         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6043         work when using a compressed nnml folder.
6044
6045 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6048         backends after sanitising on entry, because this never makes sense:
6049         If the articles have gone missing, then the data no longer exists on
6050         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6051         overwrite anything anyway.
6052
6053         * shr.el (shr-insert-document): Bind shr-width dynamically to
6054         window-width if it's nil.
6055
6056 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6057
6058         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6059         with the meaning of using the full emacs window width for rendering.
6060
6061 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6062
6063         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6064         case when sender is not given.
6065
6066 2010-12-23  Julien Danjou  <julien@danjou.info>
6067
6068         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6069         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6070         the addresses, otherwise we might misplaced the gravatar.
6071
6072 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6073
6074         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6075         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6076         obsolete in Emacs.
6077
6078 2010-12-20  Julien Danjou  <julien@danjou.info>
6079
6080         * gnus-util.el (gnus-rescale-image): Revert last change.
6081
6082 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6083
6084         * binhex.el: Improve commentary (Bug#7482).
6085
6086 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * gnus-group.el (gnus-group-delete-articles): New command.
6089
6090 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6091
6092         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6093
6094 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6095
6096         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6097         here, since it's up to the backends to do CRLF removal if their
6098         protocol has it.
6099
6100         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6101
6102 2010-12-17  Julien Danjou  <julien@danjou.info>
6103
6104         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6105         they are from file.  Can also scale up.
6106
6107 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6108
6109         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6110         Restore gnus-use-agent.
6111         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6112
6113         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6114
6115 2010-12-17  Julien Danjou  <julien@danjou.info>
6116
6117         * gravatar.el (gravatar-retrieve-synchronously): New function.
6118         (gravatar-get-data): Make more robust.
6119
6120 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6123
6124 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125
6126         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6127         to really consider the last line.
6128
6129 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6130
6131         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6132         list of recipient keys, or use symmetric encryption if not a list.
6133         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6134         EPA override, replacing the call to `netrc-store-data'.
6135
6136 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6137
6138         * gnus-srvr.el: Avoid passing nil regexp argument to
6139         delete-matching-lines.
6140
6141 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6144         fetching stops when Gnus exits.
6145
6146         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6147         function.
6148         (nnfolder-request-expire-articles): Save all the buffers after doing
6149         expiry.
6150
6151         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6152         the last article", since that led to serious performance regressions
6153         when expiring nnml groups.
6154
6155 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6156
6157         * nnir.el: Improve customizations.
6158
6159 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6160
6161         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6162
6163         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6164         group has been killed.
6165         (gnus-group-yank-group): Ditto.
6166
6167         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6168
6169         * nnimap.el (nnimap-request-update-group-status): New function.
6170
6171         * gnus-int.el (gnus-request-update-group-status): New interface
6172         function.
6173
6174         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6175         copying read-ness to the backends.
6176
6177         * nnimap.el (nnimap-quirk): New function.
6178         (nnimap-retrieve-group-data-early): Use it.
6179         (nnimap-quirks): New alist.
6180
6181 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6184         don't delete it within indentation.
6185
6186 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6187
6188         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6189         previous line.
6190
6191 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6194         QRESYNC command by deleting a superfluous space which broke Cyrus
6195         servers.  This change will break other servers that are buggy the other
6196         way around.
6197
6198 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6199
6200         * spam.el: Reindent and fix long lines.
6201         (spam-copy-or-move-routine): Exclude invalid move destinations.
6202
6203 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6204
6205         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6206         installed the registry.
6207
6208 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6211
6212 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6213
6214         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6215         groupname doesn't contain "gmane".
6216
6217 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6218
6219         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6220         and netrc-bound-and-true-p bindings.
6221         (netrc-parse): Cache the netrc contents.
6222
6223         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6224         (gnus-1): Don't create the nndrafts group twice.
6225         (gnus-setup-news): There's no need to read the active file here, since
6226         that's done again later on a per-backend basis.
6227         (gnus-start-draft-setup): Make sure that the new group is started out
6228         empty.
6229
6230         * gnus-agent.el (gnus-agentize): Don't create the queue group
6231         automatically on startup.  It'll be created later, if needed.
6232
6233         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6234         of automatically subscribed groups.
6235         (gnus-auto-subscribed-categories): New variable.
6236         (gnus-matches-options-n): Use it.
6237         (gnus-default-subscribed-newsgroups): Remove unused variable.
6238         (gnus-start-draft-setup): Message a bit less.
6239
6240 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6241
6242         * nnir.el (nnir-run-imap): Return article list in order of increasing
6243         UID.
6244
6245 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * gnus-sum.el (gnus-summary-enter-digest-group):
6248         Mention gnus-auto-select-on-ephemeral-exit.
6249
6250         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6251         convention of the network-only option.
6252
6253 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * proto-stream.el (proto-stream-open-network-only): New function to
6256         have a way to specify non-STARTTLS upgrade connections.
6257
6258 2010-12-10  Julien Danjou  <julien@danjou.info>
6259
6260         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6261         email address is nil.
6262
6263         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6264
6265 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6266
6267         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6268         deletion.
6269         (nnir-run-imap): Only need to parse list once.
6270
6271 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * shr.el (shr-tag-script): Ignore <script>.
6274         (shr-tag-label): Add <label> support.
6275
6276 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6279
6280         * shr.el (shr-image-displayer): Work for images lined side by side.
6281
6282 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6283
6284         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6285         parameter, since XEmacs doesn't accept t as a parameter.
6286
6287 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6288
6289         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6290         ids.
6291         (nnir-run-gmane): Simplify groupspec formatting.
6292         (nnir-request-expire-articles): New function.
6293
6294 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6297         overflow, possibly.
6298
6299         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6300         (shr-render-td): Handle td style="" better.
6301         (shr-tag-table): Use the color from the style sheet.
6302         (shr-render-td): Make sure we copy over all the overlays, too.
6303
6304 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6305
6306         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6307         (nnir-request-article): Improve article retrieval.
6308
6309 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * mm-util.el (mm-extra-numeric-entities): New variable.
6312
6313         * mm-url.el (mm-url-decode-entities):
6314         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6315
6316         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6317
6318 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6319
6320         * message.el: Use completion-at-point.
6321         (message-completion-function): New fun, extracted from message-tab.
6322         (message-mode): Use it for completion-at-point-functions.
6323         (message-tab): Use it and completion-at-point.
6324
6325 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6328         character if a non-breakable character follows.
6329
6330 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331
6332         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6333         any stream.
6334
6335         * shr.el (shr-tag-font): Colorize the region.
6336         (shr-tag-body): Ditto.
6337         (shr-tag-font): Actually let the styles be inherited instead of
6338         overwriting them.
6339         (shr-tag-font): Get the background color right.
6340         (shr-tag-style): Ignore all <style> tags for the moment.
6341
6342         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6343         a Message-ID to avoid having nnimap depend on gnus-sum.
6344
6345         * shr.el (shr-descend): Only colorize something if we have a node that
6346         sets colors.
6347
6348 2010-12-06  Julien Danjou  <julien@danjou.info>
6349
6350         * shr.el (shr-render-td): Render td content with shr-descend, so style
6351         will be applied to <td> too.
6352         (shr-colorize-region): Colorize region even if we only have a background.
6353         (shr-tag-body): Fix color and background color inheritance.
6354         Do not recolorize after shr-generic.
6355         (shr-tag-font): Let shr-generic colorize via inheritance.
6356
6357 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6360
6361 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6362
6363         * nnir.el (nnir-request-move-article): Remove obsolete code.
6364
6365 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6368
6369 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6370
6371         * gnus-sum.el (gnus-summary-respool-article): The completion function
6372         expects a list instead of an alist.
6373
6374         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6375         string as the parameter.
6376
6377         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6378
6379         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6380         styles.
6381         (shr-colorize-region): New function.
6382         (shr-insert-background-overlay): Remove.
6383         (shr-render-td): Background setting should be taken care of on a higher
6384         level.
6385         (shr-tag-body): Use post-hoc colorizations.
6386         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6387         (shr-put-color-1): Don't overwrite old colors.
6388         (shr-colorize-region): When the background color isn't explicit, use
6389         a fixed background.
6390
6391         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6392         nnmail variables.
6393
6394 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6395
6396         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6397         unless necessary.
6398
6399 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6400
6401         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6402         server.
6403
6404 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6405
6406         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6407         so that TAB works.
6408
6409         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6410         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6411
6412         * shr.el (shr-urlify): Show the URL before the title to avoid
6413         misleading URLs.
6414
6415 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6416
6417         * shr.el (shr-urlify): Display the title in <a> tags.
6418
6419 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6420
6421         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6422
6423 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6424
6425         * nnir.el: Rearrange code to allow macros to be autoloaded by
6426         gnus-sum.el.
6427         (nnir-retrieve-headers-override-function): Make this variable
6428         customizable.
6429         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6430
6431         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6432         from nnir.el.
6433
6434 2010-12-03  Julien Danjou  <julien@danjou.info>
6435
6436         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6437
6438 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6441         allow optional argument `environment'.
6442
6443 2010-12-03  Glenn Morris  <rgm@gnu.org>
6444
6445         * mm-extern.el (message-goto-body): Update declaration.
6446
6447 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-util.el (gnus-macroexpand-all): New function.
6450
6451         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6452         instead of macroexpand-all that is unavailable in XEmacs.
6453
6454 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6455
6456         * nnir.el (nnir-summary-line-format): New variable.
6457         (nnir-mode): Use it.
6458         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6459         (nnir-article-ids): Reimplement as defsubst.
6460         (nnir-retrieve-headers): Don't mangle the subject header.
6461         (nnir-run-imap): Use 100 as RSV score.
6462         (nnir-run-find-grep): Fix for full server searching.
6463         (nnir-run-gmane): Better restriction to gmane groups.
6464
6465         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6466         summary buffers.
6467
6468 2010-12-02  Julien Danjou  <julien@danjou.info>
6469
6470         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6471
6472         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6473
6474         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6475         support.
6476
6477 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6478
6479         * nnir.el: Update to handle the registry better.
6480         (autoload): Silence byte-compiler.
6481         (nnir-open-server): Add a hook for nnir groups.
6482         (nnir-request-move-article): Don't mangle the header.  Better to use
6483         formatting variables (which will be added in the future).
6484         (nnir-registry-action): Update the registry using the original article
6485         group name.
6486         (nnir-mode): Install nnir-specific hooks for updating the registry.
6487
6488         * gnus-sum.el
6489         (gnus-article-original-subject,gnus-newsgroup-original-name):
6490         Remove obsolete variables.
6491         (gnus-summary-move-article): Remove use of obsolete variables.
6492         (gnus-summary-local-variables): Make move and delete hooks local to
6493         summary buffers.
6494
6495 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * rtree.el: New file.
6498
6499 2010-12-01  Julien Danjou  <julien@danjou.info>
6500
6501         * message.el (message-user-organization): Do not use
6502         gnus-local-organization.
6503
6504         * gnus.el: Remove gnus-local-organization.
6505
6506         * gnus-msg.el: Remove nastygram thing.
6507
6508 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6509
6510         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6511         funcall.
6512
6513 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6516         names.
6517
6518         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6519         characters.
6520
6521         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6522         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6523         Suggested by Štěpán Němec <stepnem@gmail.com>.
6524         (gnus-gravatar-transform-address): Use mail-extract-address-components
6525         that supports non-ASCII names rather than mail-header-parse-addresses.
6526
6527 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * proto-stream.el (open-protocol-stream): All starttls connections are
6530         handled by the network handler.
6531
6532 2010-11-30  Julien Danjou  <julien@danjou.info>
6533
6534         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6535         (nnimap-open-connection-1): Fix PREAUTH.
6536
6537         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6538
6539 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6542         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6543         (shr-insert): Use them.
6544         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6545
6546 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6547
6548         * nnir.el (nnir-request-move-article): Bail out if original group
6549         doesn't support article moves.
6550         (nnir-get-active): Improve active list retrieval.
6551
6552 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6555
6556 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6557
6558         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6559         seem to accept strings-with-numbers as port numbers.
6560
6561 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6562
6563         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6564         change the registry.
6565
6566 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6569         delete-dups that is not available in XEmacs 21.4.
6570
6571         * mm-util.el (mm-delete-duplicates): Add comment.
6572
6573 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6574
6575         * nnir.el (nnir-ignored-newsgroups): New variable.
6576         (nnir-get-active): Use it.
6577
6578 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * proto-stream.el (proto-stream-open-network): Add some comments.
6581
6582         * nntp.el (nntp-open-connection): Provide a :success condition.
6583
6584         * nnimap.el (nnimap-open-connection-1): Ditto.
6585
6586         * proto-stream.el (proto-stream-open-network): See what the response to
6587         the STARTTLS command is.
6588
6589         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6590         backwards compatibility).
6591         (nnimap-open-connection-1): Really respect nnimap-server-port.
6592
6593         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6594         TLS upgrades we don't really care about the identity of the peer.
6595         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6596         that what we've checked for.
6597         (proto-stream-always-use-starttls): Only default to t if
6598         open-gnutls-stream exists.
6599         (proto-stream-open-network): If STARTTLS failed, then just open a
6600         normal connection.
6601         (proto-stream-open-network): Wait until the greeting before doing
6602         STARTTLS.
6603
6604         * nntp.el (nntp-open-connection): Report what the connection error is.
6605
6606         * proto-stream.el (open-protocol-stream): Rename from
6607         open-proto-stream.
6608
6609 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * nnimap.el (nnimap-stream): Change default to `undecided'.
6612         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6613         first, and then network.
6614         (nnimap-open-connection-1): Respect nnimap-server-port.
6615         (nnimap-open-connection): Be more backwards-compatible.
6616
6617         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6618         (proto-stream-open-starttls): De-duplicate the starttls code.
6619         (proto-stream-open-starttls): Folded back into the main function.
6620         (proto-stream-open-network): Fix typo in the gnutls path.
6621         (proto-stream-command): Refactor out.
6622
6623         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6624
6625         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6626         starttls.el STARTTLS.
6627
6628         * color.el (color-lab->srgb): Fix function call name.
6629
6630         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6631         if we're using tls.el.
6632         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6633         built in, then don't try to establish a STARTTLS connection.
6634
6635         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6636         servers.
6637
6638         * proto-stream.el (open-proto-stream): Use network, not stream.
6639         (open-proto-stream): Add a way to specify what the end of a command is.
6640
6641         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6642         connections types.
6643         (nntp-open-network-stream): Remove.
6644         (nntp-open-ssl-stream): Remove.
6645         (nntp-open-tls-stream): Remove.
6646         (nntp-ssl-program): Remove.
6647
6648         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6649
6650 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6651
6652         * nnir.el: Fix typos.
6653         (nnir-retrieve-headers-override-function): Rename variable to reflect
6654         new semantics.
6655         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6656         macros.
6657         (nnir-request-article, nnir-request-move-article): Use them.
6658         (nnir-categorize): New function.
6659         (nnir-run-query): Use it.
6660         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6661         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6662         sorted.
6663         (nnir-group-full-name): Use gnus-group-full-name instead.
6664         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6665         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6666
6667 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6670
6671         * proto-stream.el: New library to provide protocol-specific
6672         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6673         protocols.
6674         (open-proto-stream): Complete the documentation.
6675         (proto-stream-open-network): Fix some typos.
6676
6677         * nnimap.el (nnimap-open-connection): Use it.
6678
6679 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6680
6681         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6682         negotiation.
6683
6684 2010-11-26  Julien Danjou  <julien@danjou.info>
6685
6686         * color.el: Rename various rgb functions to srgb.
6687
6688 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6691         names.
6692
6693 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * shr.el (shr-insert): Revert last change.
6696         (shr-find-fill-point): Never leave point being at bol;
6697         relax the kinsoku limitation when rendering tables.
6698
6699 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6700
6701         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6702         results from -accept-article.
6703
6704         * shr-color.el: Require cl when compiling.
6705
6706         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6707         checkin.
6708
6709         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6710
6711         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6712
6713         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6714         'add and 'delete to set backend marks.
6715
6716         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6717
6718         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6719
6720         * nntp.el (nntp-request-set-mark): Use it.
6721
6722         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6723
6724         * nnml.el (nnml-request-set-mark): Ditto.
6725
6726         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6727         introduces regressions in article selection.
6728         (nnimap-find-uid-response): New function.
6729         (nnimap-request-accept-article): Use the UID returned, if any.
6730         (nnimap-request-move-article): Use the UID returned, if any.
6731         (nnimap-get-groups): Reimplement to work with folded lines.
6732         (nnimap-find-uid-response): The UID is the last element in the list.
6733         (nnimap-request-set-mark): Extend syntax with 'set.
6734
6735         * nnml.el (nnml-request-set-mark): Ditto.
6736
6737         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6738
6739         * nntp.el (nntp-request-set-mark): Ditto.
6740
6741 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * message.el (message-called-interactively-p): A temporary macro.
6744         (message-goto-body): Use it temporarily.
6745
6746 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6747
6748         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6749         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6750         (nnimap-last-response-string): Fix last unfolding fix.
6751
6752 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * shr.el (shr-insert): Fix the way to fold lines.
6755
6756 2010-11-25  Julien Danjou  <julien@danjou.info>
6757
6758         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6759
6760         * color.el: Rename from color-lab.el
6761         (color-rgb->hex): Add.
6762         (color-complement): Add.
6763         (color-complement-hex): Add.
6764
6765         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6766
6767 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6768
6769         * shr-color.el (shr-color-visible): Don't bug out if the color names
6770         don't exist.
6771
6772 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6775         assuming that article displaying or another mml-preview may be
6776         interrupted for an error or for the like.
6777
6778         * shr.el (shr-get-background): Fix argument name.
6779
6780 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6783
6784         * gnus-sum.el (gnus-summary-include-articles): New function.
6785
6786         * message.el (message-goto-body): called-interactively-p needs a
6787         parameter, so use `any'.
6788
6789         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6790         clear marks before moving, since they're synced from the Gnus side
6791         first.
6792
6793         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6794         (gnus-summary-move-article): Copy over all marks before moving, so that
6795         IMAP doesn't think a new article has arrived.
6796
6797 2010-11-24  Julien Danjou  <julien@danjou.info>
6798
6799         * shr.el (shr-insert-background-overlay): Fix typo.
6800         (shr-render-td): Copy the background before rendering.
6801
6802         * shr-color.el (shr-color-visible): Fix docstring.
6803
6804         * shr.el (shr-tag-table): Add bgcolor support.
6805         (shr-render-td): Add bgcolor support.
6806         (shr-get-background): Add.
6807         (shr-insert-foreground-overlay): Use shr-get-background.
6808
6809         * message.el (message-goto-body): Use called-interactively-p.
6810         (message-in-body-p): message-goto-body returns point.
6811
6812 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6815         Fixes something or other in Emacs 23, and is backwards compatible.
6816
6817         * message.el (message-goto-body): Remove the <#secure special-casing,
6818         which is too special.
6819
6820         * shr.el (shr-parse-style): Drop !important from styles.
6821
6822 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6823
6824         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6825         this function to return incorrect results when calling it with an
6826         explicit article argument different from
6827         (gnus-summary-article-number).
6828
6829 2010-11-24  Julien Danjou  <julien@danjou.info>
6830
6831         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6832         (shr-tag-body): Add background support.
6833         (shr-descend): Add background support.
6834         (shr-tag-title): Add.
6835
6836         * shr-color.el (shr-color-visible): Really return original background
6837         if fixed.
6838
6839 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * shr.el (shr-color-check): Protect against non-existent color names.
6842
6843 2010-11-24  Julien Danjou  <julien@danjou.info>
6844
6845         * color-lab.el: Require 'cl when compiling.
6846
6847         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6848
6849         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6850         matched part.
6851
6852         * color-lab.el: Fix all expt calls to use float type.
6853
6854 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6857         expression to shr-color-check as is.
6858
6859         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6860
6861         * color-lab.el: Add coding cookie.
6862         (float-pi): Use eval-and-compile.
6863
6864         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6865         compiled for Emacsen having no `libxml-parse-html-region' support.
6866
6867 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * shr.el (shr-insert-color-overlay): Split stuff like
6870         "#444444 !important" to find the real color.
6871         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6872         parse <font color="red"> entries.
6873
6874 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6875
6876         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6877         point when parsing headers.
6878
6879         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6880         is positioned properly when parsing headers.
6881
6882 2010-11-23  Julien Danjou  <julien@danjou.info>
6883
6884         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6885
6886         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6887
6888         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6889
6890         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6891         Use shr-color-hue-to-rgb.
6892         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6893
6894 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * shr.el (shr-color->hexadecimal): Autoload.
6897         (shr-descend): Add color to all tags.
6898
6899 2010-11-22  Julien Danjou  <julien@danjou.info>
6900
6901         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6902         shr-color->hexadecimal.
6903
6904         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6905         RGB() or HSL() color representation.
6906
6907         * shr.el (shr-tag-font): Add.
6908         (shr-tag-color-check): New function to get better colors.
6909         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6910         tag-span.
6911
6912         * shr-color.el: New file.
6913
6914         * color-lab.el: New file.
6915
6916         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6917
6918 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6919
6920         * nnir.el: Fix typo in comments.
6921         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6922         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6923
6924 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6925
6926         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6927
6928         * nnimap.el (nnimap-get-capabilities): Refactor out.
6929         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6930
6931 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6932
6933         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6934         appearing when `mm-uu-hide-markers' is nil.
6935
6936 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6937
6938         * nnimap.el (nnimap-unselect-group): Make into its own function.
6939         (nnimap-request-rename-group): Unselect group before renaming.
6940         This had gotten lost somewhere.
6941         (nnimap-request-accept-article): Keep track of examined groups, and
6942         unselect the group before APPENDing to read-only groups.
6943         (nnimap-request-move-article): Clear flags before moving so that they
6944         can be re-set later.
6945
6946 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6949         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6950
6951 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * gnus-art.el (gnus-mime-display-single):
6954         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6955         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6956         parameter.
6957
6958 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6959
6960         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6961         (shr-table-vertical-line): New variable.
6962         (shr-insert-table): Use it.
6963
6964 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-html.el (gnus-html-wash-images): Don't display images if
6967         gnus-inhibit-images is non-nil; register displayer for cid images.
6968         (gnus-html-display-image): Work for cid image.
6969         (gnus-html-insert-image): Allow arguments.
6970         (gnus-html-put-image): Inhibit read-only.
6971         (gnus-html-prefetch-images): Don't prefetch images if
6972         gnus-inhibit-images is non-nil.
6973
6974 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6975
6976         * shr.el (shr-put-image): Break lines when inserting big pictures.
6977
6978 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6979
6980         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6981         sender, thanks Katsumi Yamaoka.
6982
6983 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6984
6985         * nnir.el (nnir-run-imap): Reverse the article list for each group
6986         rather than the whole list.
6987
6988 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * shr.el (shr-image-displayer): Protect function against non-existent
6991         image source.
6992
6993         * gnus-art.el (gnus-inhibit-images): New user option.
6994         (gnus-mime-display-single): Don't display image if it is non-nil.
6995
6996         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6997         gnus-inhibit-images.
6998
6999         * shr.el (shr-image-displayer): New function.
7000         (shr-tag-img): Use it.
7001
7002 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7003
7004         * mml2015.el (mml2015-epg-sign): Use From header.
7005
7006 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7009
7010         * gnus-util.el (gnus-find-text-property-region): Return markers.
7011
7012         * shr.el (shr-tag-img): Put a displayer in the text property.
7013
7014         * gnus-util.el (gnus-find-text-property-region): New utility function.
7015
7016         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7017         (gnus-html-show-images): Remove.
7018
7019         * gnus-art.el (gnus-article-show-images): New, more general function.
7020
7021         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7022         image url text properties.
7023
7024         * shr.el: Ditto.
7025
7026         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7027         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7028
7029 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7032         work for two or more articles.
7033
7034 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7037         divide an image that's in an html article to two or more when washing
7038         non-ASCII characters in alt text of it.
7039
7040 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7043         smime-decrypt-region using function argument.
7044         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7045
7046         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7047
7048         * smime.el (smime-decrypt-region): Catch it.
7049
7050 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7051
7052         * smime.el (smime-mode-map): Move initialization into declaration.
7053         (gnus-run-mode-hooks): Don't autoload.
7054         (smime-mode): Use define-derived-mode.
7055
7056 2010-11-11  Glenn Morris  <rgm@gnu.org>
7057
7058         * smime.el (from): Restrict declaration to XEmacs.
7059
7060         * nnir.el (gnus-group-topic-name): Autoload.
7061
7062 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * shr.el (shr-insert): Don't break long line if it is because of
7065         kinsoku-bol characters in the line end.
7066
7067 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7068
7069         * nnir.el (nnir-request-move-article): Fix to provide original group
7070         and subject.
7071         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7072         been retrieved.
7073
7074         * gnus-sum.el (gnus-summary-move-article): Use original group and
7075         subject for virtual articles such as those in an nnir summary buffer.
7076
7077 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7080         least 21.5).
7081
7082         * smime.el (from): Declare it again for XEmacs.
7083
7084 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7085
7086         * message.el (message-resend): Don't disable encoding unless it's
7087         already encoded.
7088
7089         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7090         low-numbered articles.
7091
7092 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * rfc2047.el (rfc2047-syntax-table): Simplify.
7095
7096         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7097
7098         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7099         set-char-table-range for XEmacs.
7100
7101 2010-11-10  Glenn Morris  <rgm@gnu.org>
7102
7103         * time-date.el (time-to-seconds): Always an alias on Emacs,
7104         never a real function.
7105         (with-no-warnings): Remove compat stub, now unused.
7106         (time-less-p): Doc fix.
7107         (time-to-number-of-days): Simplify.
7108
7109         * smime.el (from): Remove unused declaration.
7110
7111         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7112         (gnus-float-time): On Emacs, always an alias.
7113
7114         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7115         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7116
7117 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * dgnushack.el: Don't use ignore-errors in the top level form since it
7120         is unavailable in XEmacs even if cl is loaded.
7121
7122         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7123
7124 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7125
7126         * shr.el (browse-url-mailto): Autoload.
7127
7128         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7129
7130         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7131         regexp doesn't need quoting.
7132
7133 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7134
7135         * message.el (message-subject-trailing-was-ask-regexp)
7136         (message-subject-trailing-was-regexp): Match was: in addition to was.
7137
7138 2010-11-09  Glenn Morris  <rgm@gnu.org>
7139
7140         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7141         (nnbabyl-check-mbox): Use point-at-bol.
7142
7143 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7146
7147         * message.el (message-mailto): New function.
7148         (message-mailto): Should accept other parameters.
7149         (message-mailto): Remove since it duplicates browse-url-mailto
7150         functionality.
7151
7152 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7155         methods.
7156         (gnus-read-active-file): Ditto.
7157
7158         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7159         ": " from the prompt.
7160         (gnus-group-make-group): Ditto.
7161
7162 2010-11-07  Glenn Morris  <rgm@gnu.org>
7163
7164         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7165         (gnus-bookmark-kill-line): Use point-at-eol.
7166
7167 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7170         asterisks in From header.
7171
7172 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173
7174         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7175         string to avoid making the From headers syntactically invalid.
7176
7177         * message.el (message-send-mail): Don't insert courtesy messages if the
7178         message already has List-Post and List-ID messages.
7179
7180 2010-11-06  Glenn Morris  <rgm@gnu.org>
7181
7182         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7183         `condition', `type', `length' a prefix.
7184         (gnus-treat-predicate): Update for above name changes.
7185
7186 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7187
7188         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7189         binding.  Handled by `gnus-summary-refer-thread' instead.
7190         (nnir-warp-to-article): New backend function.
7191
7192         * nnimap.el (nnimap-request-thread): Force dependency updating.
7193
7194         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7195         (gnus-summary-refer-thread): Rework to improve thread-referral.
7196
7197         * gnus-int.el (gnus-warp-to-article): New function.
7198
7199         * gnus-sum.el (gnus-summary-article-map): Bind it.
7200
7201 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7202
7203         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7204         gnus-summary-refer-thread.
7205
7206         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7207         headers.
7208         (gnus-summary-limit-include-thread): Prevent articles in thread from
7209         being cut in gnus-cut-threads.
7210         (gnus-summary-refer-thread): Limit retrieved headers to those in
7211         thread.
7212
7213 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214
7215         * message.el (message-send-mail): Use the value of
7216         message-courtesy-message from the message buffer.
7217
7218         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7219
7220         * shr.el (shr-browse-url): Implement mailto: URLs.
7221
7222         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7223         "raw".
7224
7225         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7226         if it's already selected.
7227
7228         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7229
7230 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7233         to measure the length and truncate alt text.
7234
7235 2010-11-03  Glenn Morris  <rgm@gnu.org>
7236
7237         * nndiary.el (nndiary-generate-nov-databases-1)
7238         (nndiary-generate-active-info): Rename dynamic variable `files' to
7239         something less generic.
7240
7241 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7242
7243         * nnir.el (nnir-request-move-article): Call the underlying backend to
7244         move articles from nnir.
7245
7246 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7247
7248         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7249
7250 2010-11-02  Julien Danjou  <julien@danjou.info>
7251
7252         * nnir.el: Remove wais support.
7253
7254 2010-11-02  Glenn Morris  <rgm@gnu.org>
7255
7256         * gnus-html.el: Reorder requirements to quieten compiler.
7257
7258 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7261         properly for XEmacs as well.
7262         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7263         (gnus-article-natural-long-line-p): Use window-width rather than
7264         frame-width.
7265
7266 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7267
7268         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7269         (nnir-read-parms): Don't modify query.
7270         (nnir-run-query): Add ability to search topic on current line.
7271         (nnir-get-active): Clean up.
7272
7273 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7276         degenerate articles.
7277
7278         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7279         (gnus-print-buffer): Just print the buffer as is, without any copying
7280         to a buffer and then re-highlighting.
7281
7282         * nnimap.el (nnimap-request-group): Store the new updated info.
7283         (nnimap-request-group): Select the group when we don't know whether it
7284         exists or not.
7285
7286         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7287         groups.
7288
7289         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7290         groups.
7291
7292         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7293         groups.
7294
7295         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7296         long-lines case by only filling the long lines.
7297
7298         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7299         (bug #7311).
7300
7301 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * shr.el: No need to declare `declare-function' since shr.el is for
7304         only Emacsen that provide `libxml-parse-html-region'.
7305
7306         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7307         effective only in a file it is referred to.
7308
7309 2010-11-01  Glenn Morris  <rgm@gnu.org>
7310
7311         * mm-util.el (gnus-completing-read): Autoload.
7312         (mm-read-coding-system): Simplify Emacs definition.
7313
7314         * nnmail.el (gnus-activate-group):
7315         * nnimap.el (gnutls-negotiate):
7316         * nntp.el (netrc-parse): Fix declarations.
7317
7318 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7321         string-match-p in Emacs >=23.
7322
7323         * gnus-msg.el (gnus-configure-posting-styles):
7324         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7325
7326 2010-11-01  Glenn Morris  <rgm@gnu.org>
7327
7328         * nnir.el (declare-function): Add compat stub.
7329         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7330         (nnir-run-gmane): Require 'mm-url.
7331
7332         * mm-util.el (mm-string-to-multibyte): Simplify.
7333
7334         * shr.el (declare-function): Add compat stub.
7335         (url-cache-create-filename): Declare.
7336         (mm-disable-multibyte, widget-convert-button): Autoload.
7337
7338         * smime.el (ldap-search): Declare.
7339         (smime-cert-by-ldap-1): Require ldap on Emacs.
7340
7341         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7342         (nnimap-keepalive): Use gnus-float-time.
7343
7344         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7345         (mail-source-delete-crash-box): Use gnus-float-time.
7346
7347         * gnus-dired.el (gnus-completing-read): Autoload.
7348
7349         * mm-view.el (gnus-rescale-image): Autoload.
7350
7351         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7352
7353         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7354
7355         * sieve-manage.el: Require 'cl when compiling.
7356
7357         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7358         (gnus-iswitchb-completing-read): Require iswitchb.
7359         (gnus-select-frame-set-input-focus): Silence compiler.
7360
7361 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7362
7363         * message.el (message-subject-trailing-was-query): Change default to t,
7364         since I think that's what most people want.
7365
7366         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7367         appending for easier debugging.
7368         (nnimap-wait-for-connection): Take a regexp.
7369         (nnimap-request-accept-article): Wait for the continuation line before
7370         sending anything unless we're streaming.
7371
7372         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7373         leave the header washing to take place.
7374
7375 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7376
7377         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7378         regular expression match and replace in posting styles.
7379
7380 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7381
7382         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7383         an entire server.
7384         (nnir-get-active): New function.
7385         (nnir-run-imap): Use it.
7386         (nnir-run-gmane): Who knew, gmane search returns an article score!
7387
7388         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7389         server on the current line with nnir.
7390
7391 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7394         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7395         left edge.
7396         (gnus-article-foldable-buffer): Skip past the prefix when determining
7397         raggedness.
7398
7399         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7400         the raw article, and change `C-u g' to show the article without doing
7401         treatments.
7402
7403         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7404         on to `gnus-treat-article'.
7405         (gnus-inhibit-article-treatments): New variable.
7406
7407         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7408
7409         * gnus-art.el (gnus-treatment-function-alist): Have
7410         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7411         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7412         sections.
7413
7414         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7415         parameter.
7416         (gnus-article-fill-cited-long-lines): New function.
7417         (gnus-article-fill-cited-article): Allow filling only long sections.
7418
7419         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7420         and non-punctuation (like after the apostrophe in "'We").
7421
7422         * gnus-sum.el (gnus-summary-select-article): Make sure
7423         gnus-original-article-buffer is alive.
7424
7425         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7426         reflect the order they're in in the digest.
7427
7428         * gnus.el (gnus-group-startup-message): Move point to the start of the
7429         buffer.
7430
7431         * nnimap.el (nnimap-capability): New function.
7432         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7433         is set.
7434
7435 2010-10-31  David Engster  <dengste@eml.cc>
7436
7437         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7438         conform with changes to gnus-completing-read.
7439
7440 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7443
7444 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7445
7446         * nnir.el: Move defvar, defcustom around to keep file organized
7447         and keep byte-compiler quiet.
7448         (nnir-read-parms): Accept search-engine as arg.
7449         (nnir-run-query): Pass search-engine as arg.
7450         (nnir-search-engine): Remove.
7451
7452 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * shr.el (shr-generic): The text nodes should be text, not :text.
7455
7456         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7457         later in the file.
7458
7459 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7460
7461         * nnir.el: General clean up.  Allow searching with multiple engines.
7462         Allow separate extra-parameters for each engine.
7463         Batch queries when possible.
7464         (nnir-imap-default-search-key,nnir-method-default-engines):
7465         Add customize interface.
7466         (nnir-run-gmane): New engine.
7467         (nnir-engines): Use it.  Qualify all prompts with engine name.
7468         (nnir-search-engine): Remove global variable.
7469         (nnir-run-hyrex): Restore for now.
7470         (nnir-extra-parms,nnir-search-history): New variables.
7471         (gnus-group-make-nnir-group): Use them.
7472         (nnir-group-server): Remove in favor of gnus-group-server.
7473         (nnir-request-group): Avoid searching twice.
7474         (nnir-sort-groups-by-server): New function.
7475
7476 2010-10-30  Julien Danjou  <julien@danjou.info>
7477
7478         * gnus-group.el: Remove gnus-group-fetch-control.
7479
7480         * gnus-start.el (gnus-find-new-newsgroups):
7481         Remove gnus-check-first-time-used.
7482
7483         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7484
7485 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7486
7487         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7488         set on groups that don't have \* permanentflags.
7489
7490 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7493         control the background color.
7494         (shr-tag-img): Ignore very small web bug type images.
7495         (shr-put-image): Add help-echo alt texts to the images.
7496         (shr-tag-video): Show the video poster image.
7497
7498 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * shr.el (shr-table-depth): New variable.
7501         (shr-tag-table-1): Only insert the images after the top-level table.
7502
7503         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7504
7505         * gnus-util.el (gnus-list-memq-of-list): New function.
7506
7507         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7508         selected.
7509         (nnimap-unsplittable-articles): New slot.
7510         (nnimap-new-articles): Use it.
7511
7512 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7513
7514         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7515         move to the previous line on `M-g'.
7516
7517 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518
7519         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7520         *-request-group, which seems unnecessary.
7521
7522         * nnimap.el (nnimap-quote-specials): Function copied over from
7523         imap.el.
7524         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7525         they support that.  Suggested by Tom Regner.
7526
7527 2010-10-29  Julien Danjou  <julien@danjou.info>
7528
7529         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7530         defalias.
7531         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7532
7533         * gnus.el: Remove `gnus-nntp-service' variable.
7534         (gnus-secondary-servers): Make obsolete.
7535         (gnus-nntp-server): Make obsolete.
7536
7537         * gnus-start.el (gnus-1): Remove x-splash calls.
7538
7539         * gnus-ems.el (gnus-x-splash): Remove.
7540
7541         * gnus.el (gnus-group-startup-message): Simplify/update code.
7542
7543         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7544         definition.
7545
7546         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7547         capability before doing anything.
7548         (gnus-group-insert-group-line): Remove useless
7549         gnus-group-remove-excess-properties.
7550
7551 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7554
7555 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7558         config after reselecting.
7559
7560 2010-10-28  Julien Danjou  <julien@danjou.info>
7561
7562         * shr.el (shr-put-image): Use point even if only inserting text.
7563         (shr-put-image): Save excursion when inserting alt text on non-graphic
7564         display, so the behavior is the same when we are on a graphic display.
7565
7566         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7567
7568 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7571         (gnus-mime-copy-part): Check coding system, not charset.
7572         (gnus-mime-view-part-externally): Never remove part.
7573         (gnus-mime-view-part-internally): Don't remove part here.
7574         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7575         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7576         multipart/alternative.
7577
7578         * mm-decode.el (mm-display-part): Take optional arg `force'.
7579
7580 2010-10-26  Julien Danjou  <julien@danjou.info>
7581
7582         * gnus-group.el (gnus-group-default-list-level): Add this function to
7583         compute the default list level.
7584         (gnus-group-default-list-level): Add possibility to use a function.
7585
7586 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7589
7590         * gnus-group.el (gnus-group-completing-read)
7591         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7592         gnus-replace-in-string.
7593
7594 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * shr.el (shr-tag-div): Add.
7597
7598         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7599
7600 2010-10-25  Julien Danjou  <julien@danjou.info>
7601
7602         * gnus-util.el: Remove `gnus-with-local-quit'.
7603
7604         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7605
7606 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7607
7608         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7609         the original article buffer.
7610
7611 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * nnimap.el (nnimap-request-head): New function.
7614         (nnimap-request-move-article): Try to be slightly faster by not
7615         requesting the entire message when moving.
7616         (nnimap-transform-headers): Don't bug out on bodiless articles.
7617         (nnimap-send-command): Have no outstanding messages if the IMAP server
7618         doesn't support streaming.
7619         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7620
7621 2010-10-24  Julien Danjou  <julien@danjou.info>
7622
7623         * message.el (message-default-headers): Fix type.
7624
7625 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7628         prefetching images.
7629
7630         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7631         backend for unknown groups.  This is mainly useful for nnimap groups.
7632
7633         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7634         group isn't covered by the agent.
7635
7636 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7637
7638         * nnir.el (nnir-method-default-engines): New variable.
7639         (nnir-run-query): Use it.
7640         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7641         (gnus-summary-nnir-goto-thread): Change group if needed.
7642
7643         * gnus-group.el (gnus-group-group-map): Add key binding for
7644         gnus-group-make-nnir-group.
7645
7646 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7647
7648         * shr.el (shr-tag-object): Add.
7649
7650         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7651         original article buffer live.
7652         (gnus-summary-select-article-buffer):
7653         Mention gnus-widen-article-buffer.
7654
7655 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656
7657         * shr.el (shr-tag-strong): Add.
7658
7659 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660
7661         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7662         group names.  They mess up the group buffer badly.
7663
7664         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7665
7666         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7667         instead of the summary one.
7668
7669 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * mml.el (mml-preview): Work properly when editing article.
7672
7673         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7674         gnus-have-read-active-file if it's already been in.
7675
7676 2010-10-22  Tom Tromey  <tromey@redhat.com>
7677
7678         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7679         gnus-group-completing-read.
7680
7681 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * message.el (message-mode-map): Don't bind M-; to comment region, to
7684         allow the global comment-dwim to work.
7685
7686 2010-10-21  Julien Danjou  <julien@danjou.info>
7687
7688         * message.el (message-setup-1): Allow message-default-headers to be a
7689         function.
7690
7691 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * shr.el (shr-tag-table): Simplify.
7694
7695 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7698         to avoid trying to snarf invalid stuff.
7699
7700         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7701
7702         * gnus.el (gnus-message-archive-group): Quote value.
7703         (gnus-message-archive-group): Mark as changed.
7704
7705         * shr.el (shr-add-font): Don't put the font properties on the newline
7706         or the indentation.
7707
7708         * message.el (message-fix-before-sending): Change options when sending
7709         non-printable characters.
7710
7711         * gnus.el (gnus-message-archive-method): Change the default to
7712         monthly outgoing groups.
7713
7714         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7715         that have gotten new numbers.
7716
7717         * nnimap.el (nnimap-request-replace-article): New function.
7718
7719 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7722         (nnrss-request-article): Don't use special html washing code.
7723
7724 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * shr.el (shr-tag-table): Remove useless nconc.
7727
7728 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * gnus-art.el (article-wash-html): Simplify and remove the charset
7731         stuff.  Use the normal html rendering code instead of the special html
7732         washing code.
7733
7734         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7735         `gnus-w3m' symbols.
7736         (mm-text-html-washer-alist): Remove.
7737
7738         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7739         (mm-inline-media-tests): Remove use.
7740         (mm-text-html-renderer): Change default to the `shr' symbol.
7741
7742         * mm-view.el (mm-inline-text-html): Remove use.
7743
7744         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7745         `gnus-blocked-images' to be a function.
7746         (gnus-article-wash-function): Remove.
7747
7748 2010-10-20  Julien Danjou  <julien@danjou.info>
7749
7750         * spam.el (spam-list-of-processors): Mark as obsolete.
7751
7752         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7753         (nnimap-insert-partial-structure): Fix boundary detection.
7754
7755 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7756
7757         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7758         run file-truename on remote files.  This can be expensive and even
7759         prevent one from editing drafts if some unrelated buffer has a stale
7760         connection.
7761
7762 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7765         kinsoku-eol regardless of shr-kinsoku-shorten.
7766         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7767         (shr-tag-table): Support caption, thead, and tfoot.
7768
7769 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7770
7771         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7772         lines.
7773         (shr-save-contents): New command and keystroke.
7774
7775         * nndoc.el (nndoc-type-alist): Add git support.
7776         (nndoc-git-type-p): New function.
7777         (nndoc-transform-git-article): Ditto.
7778         (nndoc-transform-git-headers): Ditto.
7779         (nndoc-transform-git-headers): Generate Subject headers.
7780
7781         * shr.el (shr-parse-style): New function.
7782         (shr-tag-span): Ditto.
7783
7784         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7785         to `G G' to avoid collisions.
7786
7787 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * shr.el: Load kinsoku if necessary.
7790         (shr-kinsoku-shorten): New internal variable.
7791         (shr-find-fill-point): Make kinsoku shorten text line if
7792         shr-kinsoku-shorten is bound to non-nil.
7793         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7794         shr-indentation too when testing if table is wider than frame width.
7795         (shr-insert-table): Use `string-width' instead of `length' to measure
7796         text width.
7797         (shr-insert-table-ruler): Make sure indentation is done at bol.
7798
7799 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7800
7801         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7802         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7803         undecoded network data.
7804
7805 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7808         name in the mode line spec so that the mode line menu works
7809         (bug #2431).
7810
7811         * message.el (message-get-reply-headers): If we're fed `to-address',
7812         then always use that.
7813
7814         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7815         aren't so wide as to need to switch off the edit menu.
7816
7817         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7818         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7819
7820         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7821         `M-g'.
7822         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7823         the permanent marks.
7824
7825 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7826
7827         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7828         Splitting according to references/in-reply-to obeys the ignore-groups
7829         variable, while splitting by sender and subject do not.
7830
7831 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7832
7833         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7834         alist, so that we can look for non-Unicode chars.
7835         (article-translate-strings): Allow both character and string maps.
7836
7837 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * shr.el (shr-insert): Don't insert space behind a wide character
7840         categorized as kinsoku-bol, or between characters both categorized as
7841         nospace.
7842
7843 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7844
7845         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7846         headers to gnus-newsgroup-headers.
7847
7848 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * shr.el (shr-tag-img): Don't align images -- since we're not
7851         rescaling, this often leads to ugly displays.
7852
7853 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7854
7855         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7856         duplicates.
7857
7858 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7859
7860         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7861         call.
7862
7863 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7864
7865         * gnus.el: Autoload gnus-html-show-images.
7866
7867         * nnimap.el: Use nnheader-message throughout.
7868
7869         * shr.el (shr-tag-img): Ignore images with no data.
7870
7871 2010-10-15  Julien Danjou  <julien@danjou.info>
7872
7873         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7874         a possibility to disable format=flow encoding when using hard newlines.
7875
7876 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * shr.el (shr-insert): Remove space inserted before or after a
7879         breakable character or at the beginning or the end of a line.
7880         (shr-find-fill-point): Do kinsoku; find the second best point or give
7881         it up if there's no breakable point.
7882
7883 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * nnimap.el (nnimap-open-connection): Message when opening connection
7886         for debugging purposes.
7887
7888         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7889         on every setup buffer call to allow this to change from article to
7890         article.
7891
7892         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7893         buffers where we have a wide table.
7894
7895 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7896
7897         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7898         uses *-request-thread.
7899
7900 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7901
7902         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7903         incantation, which is no longer valid.
7904
7905 2010-10-14  Julien Danjou  <julien@danjou.info>
7906
7907         * shr.el: Fix defcustom type (char -> character).
7908
7909 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7910
7911         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7912         programs.
7913
7914 2010-10-14  Julien Danjou  <julien@danjou.info>
7915
7916         * shr.el (shr-tag-a): Use url-link as widget type.
7917
7918         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7919         `gnus-group-get-icon'.
7920
7921 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7922
7923         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7924         This should make server editing work better.
7925
7926         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7927
7928         * tls.el (tls-program): Remove spurious %s from openssl.
7929
7930         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7931         (nnimap-parse-flags): Fix regexp.
7932
7933         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7934         probably work for CJVK text, too.
7935
7936         * nnimap.el (nnimap-extend-tls-programs): Remove.
7937         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7938
7939         * tls.el (tls-starttls-switches): Remove starttls hack.
7940         (open-tls-stream): Ditto.
7941         (tls-find-starttls-argument): Ditto.
7942
7943 2010-10-13  Julien Danjou  <julien@danjou.info>
7944
7945         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7946         responses.
7947
7948 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949
7950         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7951
7952         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7953         anything in Emacs.
7954
7955         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7956
7957 2010-10-13  Julien Danjou  <julien@danjou.info>
7958
7959         * shr.el (shr-width): Make shr-width a defcustom with default to
7960         fill-column.
7961         (shr-tag-img): Use shr-width rather than fill-column.
7962
7963 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * dgnushack.el (byte-optimize-apply):
7966         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7967
7968         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7969         position when (X-)Faces exist.
7970         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7971         avatars when called interactively.
7972
7973 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7976         gnus-article-x-face-too-ugly is bound.
7977
7978 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7981
7982         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7983         mailbox that doesn't exist.
7984
7985 2010-10-12  Julien Danjou  <julien@danjou.info>
7986
7987         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7988         (shr-get-image-data): Encode URL properly when fetching from cache.
7989         (shr-tag-img): Use aligned-to spaces to align correctly images.
7990
7991         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7992         before inserting the Gravatar.
7993
7994         * shr.el (shr-tag-img): Add align attribute support for <img>.
7995
7996 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997
7998         * gnus-gravatar.el (gnus-art): Require.
7999
8000         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8001         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8002         Remove long obsoleted functions.
8003
8004 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8007
8008         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8009
8010         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8011         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8012         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8013         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8014         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8015         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8016         * sieve-manage.el, smime.el, spam.el:
8017         Fix comment for declare-function.
8018
8019 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020
8021         * nnimap.el (nnimap-request-rename-group): Select group read-only
8022         before renaming it.
8023
8024         * shr.el (shr-insert): Fix up the white space only regexp.
8025
8026         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8027         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8028
8029         * shr.el (shr-current-column): New function.
8030         (shr-find-fill-point): New function.
8031
8032 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8033
8034         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8035         numbers.
8036
8037 2010-10-11  Julien Danjou  <julien@danjou.info>
8038
8039         * shr.el (shr-hr-line): Add.
8040         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8041         display hr lines.
8042         (shr-max-columns): Do not change state to nil if we just inserting
8043         spaces.
8044
8045 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8046
8047         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8048         select the last group.
8049
8050 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8051
8052         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8053
8054 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8055
8056         * dig.el (dig-mode-map): Declare and define in one step.
8057
8058 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8059
8060         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8061         for Gnus.
8062         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8063         (nnimap-update-qresync-info): Mark \Seen articles as read.
8064
8065         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8066         non-variable, too.
8067
8068         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8069         available.
8070         (nnimap-update-info): Rely more on the current active than the param
8071         active to avoid marking articles as read too much.
8072
8073         * auth-source.el (auth-source-create): Use (user-login-name) for the
8074         user name default.
8075
8076         * nnimap.el (nnimap-update-info): If the server doesn't return any
8077         useful info, just use the previous info.
8078         (nnimap-update-info): Prefer old info over start-article.
8079         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8080
8081 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8082
8083         * nnir.el (autoload): Clean up autoloads.
8084         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8085         Use key rather than value.
8086         (nnir-imap-search-other): New variable.
8087         (nnir-read-parm): Use it.
8088         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8089         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8090
8091 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8092
8093         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8094         the process, too.
8095
8096 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097
8098         * spam.el (gnus-summary-mode-map): Bind to "$".
8099         Suggested by Russ Allbery.
8100
8101         * shr.el: Rework the way things are indented by <li> slightly.
8102
8103         * gnus.el (gnus-group-set-parameter): Fix typo.
8104
8105         * nnimap.el: Start implementing QRESYNC support.
8106
8107 2010-10-09  Julien Danjou  <julien@danjou.info>
8108
8109         * nnir.el (nnir-engines): Fix too many arguments.
8110
8111 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8112
8113         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8114         group is the "last", so that the backends like nnfolder actually save
8115         their folders.
8116
8117         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8118         try to use that for the tls stream.
8119         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8120         UIDVALIDITY and find out which groups are read-only and not.
8121         (nnimap-get-flags): Use the same marks parsing code as the rest of
8122         nnimap.
8123
8124 2010-10-09  Julien Danjou  <julien@danjou.info>
8125
8126         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8127
8128         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8129         retrieving gravatars.
8130
8131         * shr.el (shr-table-corner): Add.
8132         (shr-table-line): Add.
8133         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8134
8135 2010-10-08  Julien Danjou  <julien@danjou.info>
8136
8137         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8138
8139 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8140
8141         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8142
8143         * gnus-sum.el (gnus-mark-article-as-unread)
8144         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8145         (gnus-summary-set-bookmark): Use it.
8146
8147         * gnus-msg.el (gnus-setup-message): Use it.
8148
8149         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8150
8151         * gnus.el (gnus-group-remove-parameter): Use it.
8152
8153         * gnus-group.el (gnus-group-make-web-group): Use it.
8154
8155         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8156
8157         * nnregistry.el: Update docs to mention manual.
8158
8159         * gnus-registry.el: Update docs to mention nnregistry.el.
8160         (gnus-registry-initialize): Don't install nnregistry refer method
8161         automatically.
8162         (gnus-registry-install-nnregistry): Remove it.
8163
8164 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * shr.el (shr-insert): Don't insert double spaces.
8167
8168 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-gravatar.el (gnus-treat-from-gravatar)
8171         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8172         called interactively.
8173
8174         * gnus-art.el (gnus-mime-view-part-externally)
8175         (gnus-mime-view-part-internally): Make predicate function passed to
8176         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8177         of a mime type.
8178
8179         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8180
8181 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * shr.el (require): Require cl when compiling.
8184         (shr-tag-hr): New function.
8185
8186         * nnimap.el (nnimap-update-info): Remove double setting of high.
8187         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8188         This makes nnimap work properly on Courier again.
8189
8190         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8191         the variable for backwards compatibility.
8192
8193         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8194         the file name before using to avoid setting mm-default-directory to
8195         nil.
8196
8197         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8198         bidning gnus-agent variables.
8199
8200         * shr.el (shr-render-td): Use a cache for the table rendering function
8201         to avoid getting an exponential rendering behavior in nested tables.
8202         (shr-insert): Rework the line-breaking algorithm.
8203         (shr-insert): Don't leave trailing spaces.
8204         (shr-insert-table): Also insert empty TDs.
8205         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8206
8207 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8208
8209         * gnus-sum.el (gnus-number): Rename from `number'.
8210         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8211         (gnus-summary-limit-children): Update uses correspondingly.
8212
8213 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8216         (gnus-gravatar-transform-address): Don't show avatars of people of
8217         which mail addresses match gnus-gravatar-too-ugly.
8218
8219 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8220
8221         * shr.el (shr-table-widths): Expand TD elements to fill available
8222         space.
8223
8224 2010-10-07  Julien Danjou  <julien@danjou.info>
8225
8226         * nnimap.el (nnimap-request-rename-group): Add this method.
8227
8228 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8231         name from XEmacs' function-arglist.
8232
8233         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8234         gravatar under XEmacs.
8235
8236 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8237
8238         * auth-source.el: Update docs with TODO items.
8239
8240         * gnus-sync.el: Update docs to explain state and plans.
8241
8242         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8243         Hooks for mark updates.
8244         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8245
8246         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8247         hooks with arguments, which is needed for mark update hooks.
8248
8249 2010-10-06  Julien Danjou  <julien@danjou.info>
8250
8251         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8252         was matched.
8253
8254         * sieve-manage.el: Update example in `Commentary'.
8255
8256         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8257
8258         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8259         not 2000.
8260         (sieve-manage-authenticate): Re-add function.
8261
8262 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * shr.el (shr-insert): Get 'space transition right.
8265         (shr-render-td): Only delete space at the end of the TD.
8266
8267         * nnimap.el (nnimap-open-connection): Prepare to support
8268         open-gnutls-stream.
8269
8270         * shr.el: Rearrange function order to be more logical.
8271
8272 2010-10-06  Julien Danjou  <julien@danjou.info>
8273
8274         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8275         (nnrss-discover-feed): Remove 404 URL in docstring.
8276
8277         * nnir.el: Fix Swish-E URL.
8278         Fix Namazu URL.
8279
8280         * message.el (message-change-subject): Remove 404 URL in a comment.
8281
8282 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8285         called interactively.
8286
8287         * gnus-util.el (gnus-remove-if): Allow hash table.
8288         (gnus-remove-if-not): New function.
8289
8290         * gnus-art.el (gnus-mime-view-part-as-type):
8291         * gnus-score.el (gnus-summary-score-effect):
8292         * gnus-sum.el (gnus-read-move-group-name):
8293         Replace remove-if-not with gnus-remove-if-not.
8294
8295         * gnus-group.el (gnus-group-completing-read):
8296         Regard collection as a hash table if it is not a list.
8297
8298 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8301
8302         * shr.el: Document the table-rendering algorithm.
8303
8304 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8307         for Emacsen having no `libxml-parse-html-region' support.
8308
8309 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8310
8311         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8312         invalid URLs.
8313
8314         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8315         line-broken.
8316         (shr-tag-img): Ignore image fetching errors.
8317         (shr-overlays-in-region): Compute overlay positions correctly.
8318
8319         * mm-decode.el (mm-shr): Require shr.
8320
8321         * gnus-art.el (gnus-blocked-images): Move variable here.
8322
8323         * shr.el (shr-insert-table): Bind free variable.
8324
8325         * mm-decode.el (mm-shr): Bind shr-content-function.
8326
8327         * shr.el (shr-content-function): New variable.
8328
8329         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8330         added for symmetry.
8331
8332         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8333
8334         * gnus-group.el (gnus-group-make-group): Doc fix.
8335
8336         * nnimap.el (nnimap-request-newgroups): Return success.
8337
8338         * shr.el (shr-find-elements): New function.
8339         (shr-tag-table): Put all the images after the table.
8340         (shr-tag-table): Really inhibit images inside the table.
8341         (shr-collect-overlays): Copy over overlays from the TD elements to the
8342         main document.
8343
8344         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8345         gnus-blocked-images.
8346
8347 2010-10-05  Julien Danjou  <julien@danjou.info>
8348
8349         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8350
8351         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8352         (gnus-html-maximum-image-size): Add this function.
8353         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8354
8355         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8356         server-value of the capability is nil.
8357
8358 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8359
8360         * shr.el (shr-tag-em): Add <EM> tag.
8361
8362 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8363
8364         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8365         customizable.
8366
8367         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8368         handing broken links to browse-url.
8369
8370 2010-10-05  Julien Danjou  <julien@danjou.info>
8371
8372         * gnus-util.el (gnus-emacs-completing-read)
8373         (gnus-iswitchb-completing-read): Use autoload rather than require.
8374
8375 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8378         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8379         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8380         iswitchb-temp-buflist for XEmacs.
8381
8382         * gnus-util.el (gnus-completing-read-function): Exclude
8383         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8384         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8385         XEmacs.
8386
8387         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8388         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8389
8390         * gnus-html.el: Don't require help-fns under XEmacs.
8391         (gnus-html-schedule-image-fetching): Work for XEmacs.
8392
8393         * mm-decode.el (mm-shr): Decode contents by charset.
8394
8395 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8396
8397         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8398         unknown.
8399
8400         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8401         (shr-get-image-data): Ensure against the cache file missing.
8402
8403         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8404         for data.
8405
8406         * spam-report.el (spam-report-url-ping-plain): Don't query about
8407         killing the process.
8408
8409         * shr.el (shr-render-td): Protect against too-wide text.
8410
8411 2010-10-04  Julien Danjou  <julien@danjou.info>
8412
8413         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8414         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8415
8416         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8417         retrieved.
8418
8419 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * shr.el (browse-url): Require.
8422         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8423         lines.
8424         (shr-show-alt-text, shr-browse-image): New commands.
8425         (shr-browse-url, shr-copy-url): New commands.
8426
8427         * gnus-sum.el (gnus-widen-article-window): New variable.
8428         (gnus-summary-select-article-buffer): Use it.
8429
8430         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8431         without @ signs.
8432
8433 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8434
8435         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8436
8437 2010-10-04  Julien Danjou  <julien@danjou.info>
8438
8439         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8440         for XEmacs.
8441
8442 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8445
8446         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8447         (nnimap-close-server): Implement.
8448
8449         * dgnushack.el (iswitchb): Require to shut up the compiler.
8450
8451         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8452         (shr-insert): Tweak line breaking.
8453         (shr-insert): Handle <pre> better.
8454         (shr-tag-li): Get <li> indentation right.
8455         (shr-tag-li): Get <li> indentation even righter.
8456         (shr-tag-blockquote): Ensure paragraph start.
8457         (shr-make-table): Tweak table generation.
8458         (shr-make-table): Fix typo.
8459
8460         * shr.el: Implement table rendering.
8461
8462 2010-10-04  Julien Danjou  <julien@danjou.info>
8463
8464         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8465
8466 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8467
8468         * shr.el (shr-insert): Use string anchors instead of line anchors.
8469
8470 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8471
8472         * shr.el: Add headings.
8473         (shr-ensure-paragraph): Actually work.
8474         (shr-tag-li): Make <ul> prettier.
8475         (shr-insert): Get white space at the beginning/end of elements right.
8476         (shr-tag-p): Collapse subsequent <p>s.
8477         (shr-ensure-paragraph): Don't insert double line feeds after blank
8478         lines.
8479         (shr-insert): \t is also space.
8480         (shr-tag-s): Fix "s" tag name function.
8481         (shr-tag-s): Fix face prop name.
8482
8483 2010-10-03  Julien Danjou  <julien@danjou.info>
8484
8485         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8486
8487         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8488         gnus-window-inside-pixel-edges.
8489
8490         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8491         gnus-ems.
8492
8493         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8494
8495         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8496         function.
8497
8498         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8499         resize choice.
8500
8501 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8504         beginning of the buffer.
8505
8506         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8507         article buffer again.
8508
8509         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8510
8511         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8512         when it's at the start of the buffer.
8513
8514         * shr.el (shr-tag-blockquote): Convert name.
8515         (shr-rescale-image): Use the right image-size variant.
8516
8517         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8518         buffer isn't shown, then select the current article first instead of
8519         bugging out.
8520         (gnus-summary-select-article-buffer): Show both the article and summary
8521         buffers again.
8522
8523         * shr.el (shr-fontize-cont): Protect against regions with no text.
8524         Rename tag functions to shr-tag-* for enhanced security.
8525         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8526
8527 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8528
8529         * shr.el (shr-insert):
8530         * pop3.el (pop3-movemail):
8531         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8532         loaded.
8533
8534 2010-10-03  Glenn Morris  <rgm@gnu.org>
8535
8536         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8537
8538         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8539
8540         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8541
8542         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8543
8544         * gnus-util.el (gnus-make-local-hook): Simplify.
8545
8546 2010-10-02  Julien Danjou  <julien@danjou.info>
8547
8548         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8549         (gnus-ido-completing-read): New function.
8550         (gnus-emacs-completing-read): New function.
8551         (gnus-completing-read): Use gnus-completing-read-function.
8552         Add gnus-completing-read-function.
8553
8554 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8555
8556         * shr.el (shr-insert-document): Autoload.
8557         (shr-img): Be silent.
8558         (shr-insert): Add a newline after every picture before text.
8559         (shr-add-font): Use overlays for combining faces.
8560         (shr-insert): Pass upwards the text start point.
8561
8562         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8563         possible.
8564         (mm-shr): New function.
8565
8566 2010-10-02  Julien Danjou  <julien@danjou.info>
8567
8568         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8569         should go backward.
8570
8571 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8572
8573         * shr.el (shr): Fix typo in provide call.
8574
8575 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * shr.el: New file.
8578
8579         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8580
8581         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8582         completing read.
8583
8584 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8585
8586         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8587         we're being queried about.  Suggested by Dan Jacobson.
8588
8589         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8590         Suggested by Jason Eisner.
8591
8592         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8593         table, too.  Suggested by Stefan Wiens.
8594         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8595         the table unnecessary.  Suggested by Stefan Wiens.
8596
8597         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8598         longer needed, and probably doesn't work either, as pointed out by
8599         Stefan Wiens.
8600         (gnus-summary-exit): Remove call to the clearing function.
8601         (gnus-summary-exit-no-update): Ditto.
8602
8603         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8604         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8605         Reported by Stefan Monnier.
8606         (gnus-summary-save-in-rmail): Ditto.
8607
8608         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8609         article buffer, instead of both the article buffer and the summary
8610         buffer.  Sort of suggested by Dan Jacobson.
8611
8612         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8613
8614         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8615         Suggested by Dan Jacobson.
8616
8617         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8618         documentation clearer.
8619
8620         * message.el (message-shorten-references): Comment on the number "21".
8621         Suggested by Stefan Monnier.
8622
8623         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8624         Suggested by Dan Jacobson.
8625
8626         * gnus.el (gnus-large-newsgroup):
8627         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8628
8629         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8630         externalize attachments.  Bug reported by Steve Wen.
8631
8632         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8633         really message anything to the user.
8634
8635         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8636         directly.
8637
8638         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8639         messages in empty groups.
8640
8641 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8642
8643         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8644         non-UIDNEXT group.
8645
8646 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8649         not the value from the collection.
8650
8651         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8652         values.  This sometimes happens on some groups that have no info.
8653         (nnimap-request-newgroups): New function.
8654
8655 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8656
8657         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8658         check into `gnus-registry-initialize'.
8659         (gnus-registry-initialize): Ditto.
8660         Fix and extend header docs.
8661
8662 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8665         regexp backtrace overflows.
8666
8667         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8668         for starttls that tls.el implements; i.e. openssl.
8669
8670         * tls.el (tls-starttls-switches): Give up on using starttls with
8671         gnutls-cli.
8672         (tls-program): Add --insecure to be consistent with the defaults from
8673         openssl s_client.  Now all three commands are insecure.
8674
8675 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * lpath.el: Bind completion-styles-alist for XEmacs.
8678
8679         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8680         (gravatar-create-image): New function that's an alias to
8681         gnus-xmas-create-image, gnus-create-image, or create-image.
8682         (gravatar-data->image): Use it.
8683
8684 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8685
8686         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8687         install the nnregistry refer method.
8688         (gnus-registry-install-hooks): Use it.
8689         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8690         unfollowed groups.
8691
8692 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8693
8694         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8695         expanding threads.
8696
8697 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698
8699         * nnir.el: Use the server names without suffixes (bug #7009).
8700
8701         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8702         unencrypted to STARTTLS, if possible.
8703
8704 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8705
8706         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8707         headers before superseding.
8708
8709 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8710
8711         * nnrss.el (nnrss-use-local): Add documentation.
8712
8713         * nnimap.el (nnimap-extend-tls-programs): New function.
8714         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8715         (nnimap-wait-for-connection): Accept the greeting from the stupid
8716         output from openssl s_client -starttls, too.
8717
8718         * tls.el (tls-starttls-switches): New variable.
8719         (tls-find-starttls-argument): Use it.
8720         (open-tls-stream): Ditto.
8721
8722         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8723         (netrc-machine): Ditto.
8724
8725         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8726         article number.
8727         (nnimap-split-fancy): New variable.
8728         (nnimap-split-incoming-mail): Use it.
8729
8730         * nntp.el (nntp-server-list-active-group): Document.
8731
8732         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8733         SELECT to get the message-id.
8734
8735         * mail-source.el (mail-sources): Remove webmail support.
8736         (defvar): Ditto.
8737         (mail-source-fetcher-alist): Ditto.
8738         (mail-source-fetch-webmail): Remove.
8739
8740         * webmail.el: Remove -- doesn't seem relevant any more.
8741
8742         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8743
8744         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8745         the \r.
8746
8747 2010-09-30  Julien Danjou  <julien@danjou.info>
8748
8749         * gnus-agent.el (gnus-agent-add-group): Fix call to
8750         gnus-completing-read.
8751
8752 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * nndoc.el (nndoc-retrieve-groups): New function.
8755
8756         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8757         `default', use nnmail-split-methods.
8758         (nnimap-request-article): Downcase the NILs so that they are nil.
8759
8760         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8761         symbol.
8762
8763         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8764         code, since if the user has requested network, that's what they ought
8765         to get.
8766         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8767         (nnimap-split-rule): Mark as obsolete.
8768
8769         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8770         New variable.
8771
8772         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8773         correct slot, too.
8774
8775 2010-09-29  Julien Danjou  <julien@danjou.info>
8776
8777         * gnus.el (gnus-local-domain): Declare variable obsolete.
8778
8779         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8780         Fix history computing.
8781         (gnus-ido-completing-read): Require ido.
8782
8783 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8786         build Gnus.
8787
8788         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8789         when interpreting the structures.
8790         (nnimap-request-accept-article): Add \r\n to the lines to make this
8791         work with Cyrus.
8792
8793         * nndraft.el (nndraft-request-expire-articles): Use the group name
8794         instead if "nndraft".  Fix found by Nils Ackermann.
8795
8796 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8797
8798         * nnregistry.el: Add.
8799
8800 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8801
8802         * nnmail.el (group, group-art-list, group-art):
8803         Remove unneeded directives.
8804
8805 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8808         (mm-mime-charset):
8809         * rfc2047.el (rfc2047-syntax-table):
8810         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8811
8812         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8813         rather than `insert-file-contents' and `eval-region'.
8814
8815         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8816         construction.
8817
8818         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8819
8820         * time-date.el: No need to require cl for Emacs 21.
8821
8822 2010-09-29  Julien Danjou  <julien@danjou.info>
8823
8824         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8825         replacement of `gnus-gravatar-relief' to mimic
8826         `gnus-faces-properties-alist'.
8827         Add :version property.
8828
8829 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * mail-source.el (mail-source-report-new-mail):
8832         * message.el (message-default-mail-headers):
8833         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8834
8835         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8836
8837 2010-09-28  Julien Danjou  <julien@danjou.info>
8838
8839         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8840         mail-address contains the same string as real-name.
8841
8842         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8843         non-blank in header, otherwise it'll get stripped.
8844
8845         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8846         real-name, and then for mail address rather than doing : or , search.
8847
8848 2010-09-27  Julien Danjou  <julien@danjou.info>
8849
8850         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8851         right completing-read function.
8852         (gnus-use-ido): New variable
8853         (gnus-completing-read-with-default): Remove.
8854         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8855         (gnus-agent-add-group):
8856         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8857         * mm-view.el (mm-view-pkcs7-decrypt):
8858         * mm-util.el (mm-codepage-setup):
8859         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8860         * mml-smime.el (mml-smime-openssl-sign-query):
8861         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8862         (mml-insert-multipart):
8863         * gnus-msg.el (gnus-summary-yank-message):
8864         * gnus-int.el (gnus-start-news-server):
8865         * mm-decode.el (mm-interactively-view-part):
8866         * gnus-dired.el (gnus-dired-attach):
8867         * gnus.el (gnus-read-method):
8868         * gnus-bookmark.el (gnus-bookmark-jump):
8869         * gnus-art.el (gnus-mime-view-part-as-type)
8870         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8871         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8872         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8873         * nnmairix.el (nnmairix-create-server-and-default-group)
8874         (nnmairix-update-groups, nnmairix-get-server)
8875         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8876         (nnmairix-get-group-from-file-path):
8877         * nnrss.el (nnrss-find-rss-via-syndic8):
8878         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8879         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8880         (gnus-group-browse-foreign-server):
8881         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8882         (gnus-summary-execute-command, gnus-summary-respool-article)
8883         (gnus-read-move-group-name):
8884         * gnus-score.el (gnus-summary-increase-score)
8885         (gnus-summary-score-effect):
8886         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8887
8888 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8891         x-focus-frame.
8892
8893         * nnimap.el (auth-source-forget-user-or-password)
8894         (auth-source-user-or-password): Autoload.
8895
8896         * message.el (message-from-style, message-interactive)
8897         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8898         (message-yank-prefix, message-indentation-spaces, message-signature)
8899         (message-signature-file): Add comment.
8900
8901 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8904         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8905         new articles.
8906
8907         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8908         parts.
8909         (nnimap-request-article): Work with the t setting, too.
8910
8911         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8912         that you don't get flashes of other buffers.
8913         (gnus-summary-show-complete-article): Intern before setting.
8914
8915 2010-09-27  David Engster  <dengste@eml.cc>
8916
8917         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8918         well as HEADERS.
8919         (nnmairix-retrieve-headers): Provide new argument for the above.
8920
8921 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922
8923         * gnus-sum.el (gnus-summary-move-article): Don't alter
8924         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8925         group.
8926
8927         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8928
8929         * message.el (message-cite-prefix-regexp): Revert my last edit.
8930
8931         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8932         variable instead of the Gnus variable.
8933
8934         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8935
8936         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8937
8938         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8939         since some servers don't like it.
8940         (nnimap-open-connection): Forget credentials if the server says the
8941         password was wrong.
8942         (nnimap-parse-line): Protect against invalid data.
8943
8944         * gnus-sum.el (gnus-summary-move-article): Add comment.
8945         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8946         nothing alters it while scanning for new messages.
8947
8948         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8949         which may or may not help.
8950         (nnimap-open-connection): If we're doing a stream connection, and then
8951         discover we're on a STARTTLS-capable server, then open a STARTTLS
8952         connection instead.
8953
8954 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * nnimap.el (utf7): Require.
8957
8958         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8959         prefix.
8960
8961 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8962
8963         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8964
8965 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8966
8967         * nnimap.el (nnimap-request-accept-article): Message the error on
8968         error.
8969
8970 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8973
8974 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * nndoc.el (nndoc-request-list): Return success always.
8977
8978         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8979         `fetch-old' -- we only want to fetch the articles we've requested.
8980         The rest are in the agent, probably.
8981         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8982         disappeared server" to something low.  It's not important.
8983
8984         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8985         arrived before the FETCH data.
8986
8987         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8988         target here, because we don't know the Gnus name of the group.
8989
8990         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8991         for the correct group.
8992
8993         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8994
8995         * gnus.el (gnus): Give a final warning after startup.
8996
8997         * gnus-util.el (gnus-action-message-log): New variable.
8998         (gnus-message): Use it.
8999         (gnus-final-warning): New function.
9000
9001         * nnimap.el (nnimap-open-connection): Record the greeting.
9002         (nnimap): Add greeting.
9003
9004 2010-09-26  Julien Danjou  <julien@danjou.info>
9005
9006         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9007         arguments.
9008         (gnus-html-wash-images): Fix spec computing to include start/end.
9009
9010         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9011
9012 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013
9014         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9015         deletion.
9016         (nnimap-retrieve-headers): Don't select the group, because that's
9017         already done by nnimap-possibly-change-group.
9018
9019         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9020         (gnus-picon-transform-address): Use it.
9021
9022         * mail-source.el (mail-source-value): Revert previous patch.
9023
9024         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9025         on failure.
9026         (nnimap-open-connection): Look up both virtual and physical server name
9027         credentials.
9028
9029         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9030
9031 2009-02-07  Dave Love  <fx@gnu.org>
9032
9033         * tls.el (open-tls-stream): Don't query killing process.
9034
9035 2009-02-08  Dave Love  <fx@gnu.org>
9036
9037         * gnus-win.el (gnus-window-to-buffer-helper)
9038         (gnus-all-windows-visible-p): Function needn't be a symbol.
9039
9040         * mail-source.el (mail-source-value): Function needn't be a symbol.
9041
9042 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * message.el (message-cite-prefix-regexp): Remove } from the cite
9045         prefix.
9046
9047         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9048         highlight again, so that the highlight is correct.
9049
9050         * gnus-picon.el (gnus-picon): Remove again.
9051         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9052
9053         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9054         doing the header highlightling, so that the background color of the
9055         picon is correct.
9056
9057         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9058         (gnus-picon): Ditto.
9059         (gnus-picon): Reinstate.  The background color for picons is white.
9060         (gnus-picon-insert-glyph): Make the background white.
9061
9062         * nnml.el (nnml-open-nov): Don't return dead buffers.
9063
9064         * auth-source.el (auth-source-create): Query the user for whether to
9065         store the credentials.
9066
9067         * netrc.el (netrc-store-data): New function.
9068
9069         * auth-source.el (auth-source-user-or-password): Use the existing auth
9070         sources, if any, for creation.
9071
9072         * gnus.el (gnus-group-fast-parameter): Return the last matching
9073         parameter instead of the first matching parameter.
9074
9075 2010-09-26  Julien Danjou  <julien@danjou.info>
9076
9077         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9078
9079 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * mml2015.el (mml2015-use): Remove gpg support.
9082
9083         * mml1991.el (mml1991-function-alist): Remove gpg function.
9084         (mml1991-gpg-sign): Remove.
9085
9086 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9087
9088         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9089         (gnus-browse-unsubscribe-current-group): Document it.
9090         (gnus-browse-unsubscribe-group): Use it.
9091
9092 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9095         address to the To list for easier response.
9096
9097         * gnus.el (gnus-play-startup-jingle): Remove.
9098         (gnus-splash): Don't play jingle.
9099         (gnus): Silence gnus-load message.
9100
9101         * gnus-art.el (gnus-treat-play-sounds): Remove.
9102
9103         * gnus.el (gnus-play-jingle): Remove audio support.
9104
9105         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9106
9107         * earcon.el: Remove -- no users.
9108
9109         * gnus-audio.el: Remove -- no users of this package.
9110
9111         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9112
9113         * gnus-start.el (gnus-setup-news): Remove nocem support.
9114
9115         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9116
9117         * gnus.el (gnus-use-nocem): Remove.
9118
9119         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9120         Remove.
9121
9122         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9123         uses NoCeM any more.
9124
9125         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9126         (gnus-button-ctan-handler): Ditto.
9127         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9128         (gnus-button-ctan-directory-regexp): Ditto.
9129         (gnus-button-handle-ctan): Ditto.
9130         (gnus-button-tex-level): Ditto.
9131         (gnus-button-alist): Remove CTAN stuff.
9132
9133 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9134
9135         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9136         nnimap-streaming test.
9137
9138         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9139         servers twice.
9140
9141         * nnimap.el (nnimap-open-connection): Add more error reporting when
9142         nnimap fails early.
9143
9144         * nnheader.el (nnheader-get-report-string): New function.
9145         (nnheader-get-report): Use it.
9146
9147         * gnus-int.el (gnus-check-server): Say what the error was when opening
9148         failed.
9149
9150         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9151         using streaming.
9152
9153 2010-09-25  Julien Danjou  <julien@danjou.info>
9154
9155         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9156         gnus-window-inside-pixel-edges.
9157
9158 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9161
9162         * mm-decode.el (mm-save-part): Allow saving to other directories the
9163         normal Emacs way.
9164
9165         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9166         Suggested by Jay Berkenbilt.
9167
9168         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9169         there isn't a single byte.
9170
9171         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9172         just do it.  It doesn't really seem to matter what the user responds
9173         here, I think, so it's just a confusing question.
9174
9175         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9176         non-streaming case.
9177
9178         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9179         (gnus-article-encrypt-body): Use it.
9180
9181         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9182         keystroke.
9183
9184         * nnimap.el (nnimap-find-wanted-parts-1):
9185         Use gnus-fetch-partial-articles.
9186
9187         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9188
9189         * nnimap.el (nnimap-insert-partial-structure): New function.
9190         (nnimap-get-partial-article): New function.
9191         (nnimap-request-article): Use it.
9192         (nnimap-wait-for-response): Return whether the wait was successful.
9193         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9194         retrieval wasn't successful.
9195         (nnimap-retrieve-group-data-early): Allow throttling servers.
9196         (nnimap-streaming): New variable.
9197         (nnimap-fetch-partial-articles): Remove.
9198
9199         * mm-decode.el (mm-with-part): Protect against killed buffers.
9200
9201         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9202         for prettier summary display.
9203
9204 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9205
9206         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9207
9208 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9211         apparently third-party libraries depend on it.
9212
9213         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9214         before starting negotiation.
9215
9216         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9217         privacy reasons.
9218         (gnus-treat-mail-gravatar): Ditto.
9219
9220         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9221         buffer when inserting images.  Inserting text into the headers, for
9222         instance, can make them invalid.
9223
9224 2010-09-25  Julien Danjou  <julien@danjou.info>
9225
9226         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9227         variables.
9228
9229         * nnheader.el: Remove useless variables news-reply-yank-from and
9230         news-reply-yank-message-id.
9231
9232         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9233         variables.
9234
9235         * mml1991.el: Remove useless mml1991-verbose.
9236
9237         * gnus.el: Remove useless variable gnus-use-generic-from.
9238         Remove obsolete variable gnus-topic-indentation.
9239
9240         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9241
9242         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9243
9244         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9245
9246         * gnus-group.el: Remove useless gnus-group-icon-cache.
9247         Remove useless gnus-ephemeral-group-server.
9248
9249         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9250
9251         * mml2015.el: Remove useless mml2015-verbose.
9252
9253         * mml-smime.el: Remove useless mml-smime-verbose.
9254
9255         * gnus.el: Remove useless gnus-local-domain.
9256
9257         * gnus-gravatar.el (gnus-gravatar-transform-address):
9258         Use gnus-gravatar-size.
9259
9260         * gnus-art.el: Remove useless gnus-treat-translate.
9261
9262 2010-09-24  Julien Danjou  <julien@danjou.info>
9263
9264         * gnus-sum.el: Add support for Gravatars.
9265
9266         * gnus-art.el: Add support for Gravatars.
9267
9268         * gnus-gravatar.el: Add this file.
9269
9270         * gravatar.el: Add this file.
9271
9272 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9275
9276         * gnus-group.el (gnus-group-fetch-faq): Remove.
9277
9278         * gnus.el (gnus-group-faq-directory): Remove.
9279
9280         * gnus-group.el (gnus-group-fetch-charter): Remove.
9281
9282         * gnus.el (gnus-group-charter-alist): Remove.
9283
9284         * gnus-group.el (gnus-group-archive-directory): Remove.
9285         (gnus-group-recent-archive-directory): Ditto.
9286         (gnus-group-make-archive-group): Remove.
9287
9288         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9289
9290         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9291         use the same article number for all the cached articles.
9292
9293         * nnimap.el (nnimap-command): Register the last command time so
9294         that we can use it for idling NOOPs.
9295         (nnimap-open-connection): Start the keeplive timer.
9296         (nnimap-make-process-buffer): Store all the process buffers.
9297         (nnimap-keepalive): New function.
9298
9299         * starttls.el (starttls-open-stream): Add autoload cookie.
9300
9301 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9302
9303         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9304         handling.
9305
9306 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9309         its data structures.
9310
9311         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9312         instead of the cl.el copy-list.
9313         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9314         equalp.
9315
9316 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9319         and tool-bar-local-item-from-menu.
9320
9321         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9322         mode-line-highlight face for Emacs.
9323
9324         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9325         loading gnus-sum.elc; fix comment for canlock-verify.
9326         (gnus-article-jump-to-part): Use read-number.
9327         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9328         Remove Emacs pre-21 compatible code for help-echo.
9329         (gnus-article-next-page-1): No need to adjust the number of lines.
9330         (gnus-article-describe-bindings): Always use help-buffer.
9331
9332         * gnus-audio.el (gnus-audio-inline-sound):
9333         * gnus-cus.el (gnus-custom-mode):
9334         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9335
9336         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9337
9338         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9339         compatible code.
9340
9341 2010-09-24  Glenn Morris  <rgm@gnu.org>
9342
9343         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9344         visiting the fcc file in rmail-mode.
9345
9346         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9347
9348 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * nnir.el: Silence the byte compiler.
9351
9352         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9353         alias to browse-url-url-encode-chars if any.
9354         (gnus-html-encode-url): Use it.
9355
9356 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * gnus-start.el (gnus-use-backend-marks): New variable.
9359         (gnus-get-unread-articles-in-group): Use it.
9360
9361         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9362         makeover.
9363
9364 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9365
9366         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9367
9368 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9371         Remove.
9372         (gnus-setup-news-hook):
9373         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9374
9375         * gnus-int.el (gnus-request-update-info): Protect against backends not
9376         having the function.
9377
9378         * nnimap.el (nnimap-stream): Mention starttls.
9379         (nnimap-open-connection): Add starttls support.
9380
9381 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9382
9383         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9384
9385 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9388         BODYSTRUCTUREs.
9389         (nnimap-transform-headers): Unfold quoted {42} headers.
9390
9391         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9392         the info.
9393         (gnus-get-unread-articles): Only call updatep on backends that support
9394         it.
9395
9396         * nnweb.el (nnweb-request-update-info): NOOP.
9397
9398         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9399
9400         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9401         since it only deals with marks.
9402
9403         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9404         gnus-request-marks, and make a new gnus-request-update-info.
9405
9406         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9407         the active instead of the high number, which is usually too low.
9408
9409 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9410
9411         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9412         * encrypt.el: Remove.
9413
9414 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9417         server in symbolic form.
9418
9419         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9420
9421 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9424         (nnimap-update-info): Fix up code slightly.
9425
9426         * gnus-int.el (gnus-open-server): Add tracing for performance
9427         debugging.
9428
9429         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9430         (gnus-group-insert-group-line): Pass the real group name so that it
9431         gets the right data.
9432
9433         * gnus-start.el (gnus-get-unread-articles): Don't have
9434         `gnus-get-unread-articles-in-group' update info, since that can be
9435         really slow and doesn't seem to be needed?
9436
9437 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9438
9439         * time-date.el (date-to-time): Try using parse-time-string first before
9440         using the slower timezone-make-date-arpa-standard.
9441
9442 2010-09-22  Julien Danjou  <julien@danjou.info>
9443
9444         * gnus-group.el (gnus-group-insert-group-line):
9445         Call gnus-group-highlight-line.
9446         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9447         default hook list.
9448         (gnus-group-update-eval-form): Add new function.
9449         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9450         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9451
9452 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9455         immediate, then expire all articles.
9456         (nnimap-update-info): Fix off-by-one errors.
9457         (nnimap-flags-to-marks): Would return no marks lists for group with no
9458         flags.  Instead return the other data.
9459
9460 2010-09-22  Julien Danjou  <julien@danjou.info>
9461
9462         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9463         Only return an icon.
9464         (gnus-group-insert-group-line): Compute icon to return.
9465
9466         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9467         (gnus-html-image-fetched): Only cache if
9468         gnus-html-image-automatic-caching is set.
9469         (gnus-html-image-fetched): Check for errors.
9470
9471 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9474         once per method on `g'.  This ensures that backends like nnfolder don't
9475         open all their folders.
9476
9477         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9478         (nnimap-request-list): Nix out group in the correct buffer.
9479         (nnimap-parse-flags): Implement by using `read' instead of
9480         hand-parsing.
9481         (nnimap-flags-to-marks): Pass on permanent-flags.
9482         (nnimap-make-process-buffer): Record the server name.
9483         (nnimap-parse-flags): Fix typo.
9484         (nnimap-request-scan): Run split on the server in general, not just a
9485         single group.
9486
9487         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9488         parameter, and propagate this downwards.
9489
9490         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9491         since EXAMINE changes it on the server.
9492
9493         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9494         this command might take a while.
9495
9496 2010-09-22  Julien Danjou  <julien@danjou.info>
9497
9498         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9499         harmful if you have 2 images side-by-side, they can't be properly
9500         update on text deletion.  Using text-property is safer here.
9501         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9502         data.
9503
9504 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * nnimap.el (nnimap-expunge-inbox): Remove.
9507         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9508         (nnimap-expunge): Flip default to t.
9509
9510         * gnus.el (gnus-method-to-server): Don't push things to the cache
9511         unless it's unique.
9512         (gnus-server-to-method): Ditto.
9513
9514 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9515
9516         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9517
9518 2010-09-22  Julien Danjou  <julien@danjou.info>
9519
9520         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9521         get the start of data.
9522         (gnus-html-encode-url): Add this function to encode special chars in
9523         URL.
9524         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9525         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9526
9527         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9528         default.
9529         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9530
9531         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9532         images alt-text.
9533         (gnus-html-put-image): Put alt-text as help-echo.
9534
9535 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9538         * mm-util.el (mm-decompress-buffer):
9539         * nnir.el (nnir-run-find-grep):
9540         * pop3.el (pop3-list): Use 3rd arg of split-string.
9541
9542         * time-date.el (format-seconds): Comment fix.
9543
9544         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9545         and byte-optimize-form-code-walker.
9546         (dgnushack-make-auto-load): Don't advise make-autoload.
9547
9548         * lpath.el: Remove Emacs 21 stuff.
9549
9550 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551
9552         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9553         outside the active range.  Suggested by Dan Christensen.
9554
9555         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9556         slightly later to avoid double-getting it.
9557
9558         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9559         previous patch.
9560
9561         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9562
9563 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9564
9565         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9566
9567 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * gnus-int.el (gnus-open-server): Give a better error message in the
9570         "go offline" case.
9571
9572         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9573         marks for nnimap, which is seldom the right thing to do.
9574
9575         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9576         (gnus-same-method-different-name): New function.
9577
9578         * nnimap.el (parse-time): Require.
9579
9580         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9581         method in the presence of many similar methods.
9582
9583         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9584
9585         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9586         nnml-inhibit-expiry.
9587
9588         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9589         find out whether methods are equal.
9590
9591         * nnimap.el (nnimap-find-expired-articles): New function.
9592         (nnimap-process-expiry-targets): New function.
9593         (nnimap-request-move-article): Request the article before looking at
9594         what the Message-ID is.  Fix found by Andrew Cohen.
9595         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9596
9597         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9598         for oldness in addition to being a predicate.
9599
9600         * nnimap.el (nnimap-request-group): When we have zero articles, return
9601         the right data to Gnus.
9602         (nnimap-request-expire-articles): Only delete articles immediately if
9603         the target is 'delete.
9604
9605         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9606         method, this would bug out.
9607
9608         * gnus-group.el (gnus-group-expunge-group): Rename from
9609         gnus-group-nnimap-expunge, and implemented as a normal interface
9610         function.
9611
9612         * gnus-int.el (gnus-request-expunge-group): New function.
9613
9614         * nnimap.el (nnimap-request-create-group): Implement.
9615         (nnimap-request-expunge-group): New function.
9616
9617 2010-09-21  Julien Danjou  <julien@danjou.info>
9618
9619         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9620         (gnus-html-cache-expired): Add new function.
9621         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9622         wethever we should display image for fetch it.
9623         Compute alt-text earlier to pass it to the fetching function too.
9624         (gnus-html-schedule-image-fetching): Change function argument to only
9625         get one image at a time, not a list.
9626         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9627         cache.
9628         (gnus-html-get-image-data): New function to retrieve image data from
9629         cache.
9630         (gnus-html-put-image): Change buffer argument to use image data rather
9631         than file, and place image above region rather than inserting a new
9632         one.  Do not take alt-text as argument, since it's useless now: we place
9633         the image above alt-text.
9634         (gnus-html-prune-cache): Remove.
9635         (gnus-html-show-images): Start to fetch image when we find one, do not
9636         push into a temporary list.
9637         (gnus-html-prefetch-images): Only fetch image if they have expired.
9638         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9639         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9640
9641 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9644
9645 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9646
9647         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9648         spec inser "*" if the group isn't active instead of 0.
9649
9650         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9651         opening the server.
9652         (nnimap-request-delete-group): Implement group deletion.
9653         (nnimap-transform-headers): Return the size of the entire message in
9654         the Bytes header, not just the size of the first part.
9655         (nnimap-request-move-article): When moving an article from nnimap,
9656         request the article first so the accepting form has an article to
9657         accept.  Reported by Dan Christensen.
9658         (nnimap-command): Make sure that the error message doesn't error out.
9659
9660 2010-09-20  David Edmondson  <dme@dme.org>
9661
9662         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9663         we haven't requested anything.
9664
9665 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9668         "".  Fix found by Andrew Cohen.
9669
9670         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9671         instead of -encode-string.
9672
9673 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9676
9677         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9678         by mm-subst-char-in-string.
9679
9680 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9681
9682         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9683         waiting for the connection string.
9684
9685         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9686         arriving.
9687
9688         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9689         bogus characters.  This allows selecting certain Gmail groups.
9690
9691         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9692         (nnimap-fetch-partial-articles): New variable.
9693         (nnimap-open-connection): When looking for credentials, also use the
9694         nnimap-server-port.
9695         (nnimap-request-article): Return the group/article number, so that Gnus
9696         `^' works as expected.
9697         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9698
9699         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9700         comments.
9701         (gnus-methods-sloppily-equal): New function.
9702         (gnus): When using the development version of Gnus, load the gnus-load
9703         file.
9704
9705         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9706         `gnus-open-server' on each method before trying to scan them etc.
9707         This ensures that all the backend parameters are set correctly.
9708
9709         * nnimap.el (nnimap-authenticator): New variable.
9710         (nnimap-open-connection): Allow anonymous login.
9711         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9712         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9713
9714         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9715         patch, found by Knut Anders Hatlen.
9716
9717 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9718
9719         * gnus-agent.el (gnus-agent-batch-confirmation)
9720         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9721         to gnus-message.
9722         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9723         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9724         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9725         * gnus-int.el (gnus-open-server): Likewise.
9726         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9727         (gnus-score-check-syntax): Likewise.
9728         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9729         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9730         Likewise.
9731         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9732
9733 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9736         calling conventions so that prefetch doesn't bug out.
9737
9738 2010-09-19  Julien Danjou  <julien@danjou.info>
9739
9740         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9741         rather than `subst-char-in-region' in order to be able to replace ASCII
9742         char by UTF-8 ones.
9743
9744         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9745         than curl.
9746         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9747         the right URL and ALT text on images.
9748         (gnus-html-wash-tags): Fix tag case.
9749         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9750         (gnus-article-html): Add -o display_ins_del=2 option.
9751         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9752
9753 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9756         the extra mail headers, which sometimes seem to happen for unknown
9757         reasons.
9758
9759         * mail-parse.el (mail-header-encode-parameter): Define as
9760         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9761         (or most, perhaps?) mail readers don't understand the latter, but do
9762         understand the former.
9763
9764         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9765         to nil, so that no methods are automatically agentized.  I think this
9766         is probably what most users want.
9767
9768         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9769         from url-retrieve, for instance about invalid URLs.
9770
9771         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9772         groups that have no articles.
9773         (nnimap-request-article): Check that we really got an article when we
9774         requested one.
9775
9776         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9777         doesn't exist.
9778
9779         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9780         nntp buffer so the agent can save it.
9781         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9782         that CRLF doesn't get translated to \n.
9783         (nnimap-open-connection): Don't make 'shell commands only send \n.
9784
9785 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9786
9787         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9788         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9789         Update var name.
9790         (nnml-generate-nov-file): Use dolist.
9791         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9792         Use with-current-buffer.
9793
9794 2010-09-18  Julien Danjou  <julien@danjou.info>
9795
9796         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9797         parallel.
9798
9799 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9800
9801         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9802         the range update right.
9803         (nnimap-request-group): Don't make `M-g' bug out on group with no
9804         marks.
9805         (nnoo): Require, so that other packages can require nnimap.
9806         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9807         command we're looking for.  This helps when the server sends more
9808         responses after we've gotten everything we expected.
9809         (nnimap): Add a `newlinep' field to keep track of end-of-line
9810         conventions.
9811         Don't send CRLF to things that don't want it.
9812         (nnimap-request-accept-article): Ditto.
9813
9814 2010-09-18  Julien Danjou  <julien@danjou.info>
9815
9816         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9817         than curl to retrieve images.
9818
9819 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9822         the marks.
9823         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9824         (nnimap-wait-for-connection): New function.
9825         (nnimap-open-connection): If we have PREAUTH, don't query for login
9826         credentials.
9827         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9828         when doing a partial update.
9829
9830 2010-09-18  Julien Danjou  <julien@danjou.info>
9831
9832         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9833         tags.
9834
9835 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * nnimap.el (nnimap-credentials): New function.
9838         (nnimap-open-connection): Use the new function to look for credentials
9839         also on the numeric equivalents of "imap" and "imaps".
9840
9841         * gnus-start.el (gnus-activate-group): Send the info to
9842         gnus-request-group.
9843
9844         * nnimap.el (nnimap-request-group): Have the "check" version of the
9845         function parse flags and update the info, so that a `M-g' get a total
9846         resync of all flags from the group.
9847
9848         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9849         to allow backends to alter the info on group selection.  Also alter all
9850         the backend -request-group functions to take the parameter.
9851
9852         * nnimap.el (nnimap-store-info): New function.
9853         (nnimap-update-info): Store the info for later usage.
9854         (nnimap-request-group): Use the stored info for the dont-check case, so
9855         that we don't retrieve all marks when we enter a group.
9856
9857         * nnimap.el: Use deffoo instead of defun for interface functions.
9858
9859         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9860         update the group info.  This makes the nndraft groups, for instance, go
9861         back to their old behavior.
9862
9863         * gnus-sum.el (gnus-select-newsgroup): Indent.
9864
9865         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9866         in.
9867         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9868         nothing.
9869
9870         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9871         from methods that are denied.
9872
9873         * gnus-int.el (gnus-method-denied-p): New function.
9874
9875         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9876         store the password instead of netrc.
9877         (nnimap-open-connection): Don't error out when we can't make a
9878         connections.
9879
9880         * auth-source.el (auth-source-create): In the password prompt, say what
9881         we're querying for.  Also prompt for user name if that hasn't been
9882         given.
9883
9884         * nnimap.el (nnimap-with-process-buffer): Remove.
9885
9886 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9887
9888         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9889         method when we're reading from the agent.
9890
9891         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9892
9893         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9894         that's probably most useful for users.
9895
9896         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9897         "failed" all the time.
9898
9899         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9900         ...)) with (with-current-buffer ... ).
9901
9902         * nntp.el (nntp-open-server): Return whether the open was successful or
9903         not.
9904
9905         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9906         select an unread unseen article first.
9907
9908         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9909         /etc/services, supply some sensible port defaults.
9910
9911         * dgnushack.el: Define netrc-credentials.
9912
9913 2010-09-17  Julien Danjou  <julien@danjou.info>
9914
9915         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9916
9917 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9918
9919         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9920         doesn't have any parameters.
9921
9922 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9923
9924         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9925         only upcased checks.
9926
9927         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9928
9929         * nnimap.el (nnimap-open-shell-stream): New function.
9930         (nnimap-open-connection): Use it.
9931         (nnimap-transform-headers): Get the number of lines in each message.
9932         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9933         number of lines.
9934         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9935         problem.
9936
9937         * utf7.el (utf7-encode): Autoload.
9938
9939         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9940         to allow the mail splitting to not return a default group.  This is
9941         useful for nnimap, which will leave unmatched mail in the inbox.
9942
9943         * nnimap.el: Rewritten.
9944
9945         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9946         nnimap usage.
9947
9948         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9949         if the move is internal, so that nnimap can do fast internal moves.
9950
9951         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9952         data.
9953         (gnus-read-active-for-groups): Support finishing the early retrieval of
9954         data.
9955
9956         * gnus-range.el (gnus-range-nconcat): New function.
9957
9958         * gnus-int.el (gnus-finish-retrieve-group-infos)
9959         (gnus-retrieve-group-data-early): New functions.
9960
9961 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9962
9963         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9964         (nnrss-retrieve-groups):
9965         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9966         (pop3-quit): Use with-current-buffer.
9967
9968 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9971         instead of nnheader-accept-process-output.
9972
9973         * dgnushack.el (dgnushack-compile): Add comment.
9974
9975         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9976
9977         * gnus-html.el (gnus-html-schedule-image-fetching)
9978         (gnus-html-prefetch-images): Replace process-kill-without-query by
9979         gnus-set-process-query-on-exit-flag.
9980
9981 2010-09-16  Romain Francoise  <romain@orebokech.com>
9982
9983         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9984
9985 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9988         parameter to unintern is mandatory-ish in Emacs 24.
9989
9990         * gnus-html.el (gnus-html-schedule-image-fetching)
9991         (gnus-html-prefetch-images): Check for curl before using it.
9992
9993         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9994         depend on curl, which isn't essential.
9995
9996         * imap.el: Revert back to version
9997         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9998         seem problematic.
9999
10000 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10001
10002         * gnus-registry.el (gnus-registry-install-shortcuts):
10003         Explicitly pass `obarray' to `unintern' to avoid a warning.
10004
10005 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10006
10007         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10008         change.
10009
10010         * nnrss.el (nnrss-request-list): Remove this function and related
10011         functions, including the moreover stuff.
10012
10013 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10014
10015         * nnrss.el (nnrss-retrieve-groups): New function.
10016
10017 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10018
10019         * .dir-locals.el: Add no-byte-compile cookie.
10020
10021 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * time-date.el (format-seconds): Comment fix.
10024
10025         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10026         for back end that doesn't support request-scan.
10027
10028 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10031         then do request scans from the backends.
10032
10033         * netrc.el (netrc-credentials): New conveniency function.
10034
10035         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10036         avoid running a hook per line, since this takes a lot of time,
10037         profiling shows.
10038         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10039         directly if gnus-visual-p is true.
10040
10041 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10044         groups; replace mapcar with dolist which is a bit faster; pass groups
10045         info to gnus-read-active-file-1.
10046         (gnus-read-active-file-1): Scan only specified groups if the new
10047         optional arg `infos' is given.
10048
10049 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10052
10053         * pop3.el (pop3-movemail): Remove.
10054         (pop3-streaming-movemail): Rename to pop3-movemail.
10055
10056         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10057         don't restrict end-tag searches to the end of the line.
10058
10059 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10062         articles of every unchecked group to t, which means unknown since the
10063         server has never been opened.
10064
10065 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066
10067         * gnus-html.el (gnus-html-show-alt-text): New command.
10068         (gnus-html-browse-image): Ditto.
10069         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10070         to browse the image directly.
10071         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10072         better.
10073
10074         * gnus-async.el (gnus-async-article-callback):
10075         Call `gnus-html-prefetch-images' unconditionally.
10076
10077         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10078         before feeding URLs to curl.
10079
10080 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10083         internal images as deletable by `W D D'.
10084
10085         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10086         (gnus-async-article-callback): Fix typo.
10087
10088 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10089
10090         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10091         current line to work around bugs in the output from w3m.
10092
10093         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10094         for groups that want that.
10095
10096         * nntp.el (nntp-wait-for-string): Supply a timeout for
10097         accept-process-output to ensure progress.
10098
10099         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10100         level to get unread articles from, then use that for foreign groups,
10101         too.
10102
10103         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10104         confuses the rest of the function.
10105
10106         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10107         for the methods that support -retrieve-groups, too.
10108
10109         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10110
10111 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10114         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10115
10116         * pop3.el: Require cl when compiling.
10117         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10118
10119 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120
10121         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10122         that aren't going to be activated.
10123         (gnus-get-unread-articles): Fix up the last commit.
10124
10125         * gnus-html.el (gnus-article-html): Allow calling without specifying
10126         the handle.  In that case, dissect the buffer first.
10127
10128         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10129
10130         * nnimap.el (nnimap-open-connection): Revert the change that would look
10131         into authinfo for imaps instead of imap.
10132
10133         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10134         say that you don't want to call gnus-request-group with don-check, but
10135         do check the reponse.  This is for virtual groups only.
10136         (gnus-get-unread-articles): Count the archive groups as secondary, so
10137         that they're activated the same way as before.
10138
10139         * imap.el (imap-message-map): Removed optional buffer parameter, since
10140         no callers use it.
10141         (imap-message-get): Ditto.
10142         (imap-message-put): Ditto.
10143         (imap-mailbox-map): Ditto.
10144         (imap-mailbox-put): Ditto.
10145         (imap-mailbox-get): Ditto.
10146         (imap-mailbox-get): Revert last change for this function.
10147
10148         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10149         case-insensitively.
10150         (nnimap-debug): Remove.
10151
10152         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10153         callers to use `imap-fetch' instead.  According to the comments, this
10154         should be safe, since all other IMAP clients use the 1:* syntax.
10155         (imap-enable-exchange-bug-workaround): Remove.
10156         (imap-debug): Remove -- doesn't seem very useful.
10157
10158         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10159         mail from a file, and the file doesn't exist.
10160
10161         * imap.el (imap-log): New convenience function used throughout instead
10162         of repeating the same code all over the place.
10163
10164         * pop3.el (pop3-streaming-movemail): Return t for success.
10165
10166         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10167         .authinfo if we're using ssl connection.
10168
10169         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10170         already have if we're in a main Gnus `g' run.
10171
10172         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10173
10174 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10177
10178         * nnmh.el (nnmh-request-list-1): Bind `file'.
10179
10180         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10181         alias to set-process-query-on-exit-flag or process-kill-without-query.
10182         (pop3-open-server): Use it.
10183
10184 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10185
10186         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10187         box to the Incoming file.  Fixes mistake in previous checkin.
10188
10189         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10190         request loop (for debugging purposes) removed.
10191
10192         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10193         culprit is more visible.
10194         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10195         (nnml-add-incremental-nov): New functions to do "incremental" nov
10196         updates, where we just append to the end of the existing nov files
10197         without reading/writing them in full.
10198
10199         * mail-source.el (mail-source-delete-crash-box): Really only check the
10200         incoming files once in a while.
10201
10202         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10203
10204         * mail-source.el (mail-source-delete-crash-box): Only check the
10205         incoming files for deletion once per day to save a lot of file
10206         accesses.
10207
10208         * pop3.el (pop3-logon): Fix up unbound variable typo.
10209
10210         * mail-source.el (pop3-streaming-movemail): Autoload.
10211
10212         * pop3.el (pop3-streaming-movemail):
10213         Respect pop3-leave-mail-on-server.
10214
10215         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10216         retrieval.
10217
10218         * pop3.el (pop3-process-filter): Remove unused function.
10219         (pop3-streaming-movemail, pop3-send-streaming-command)
10220         (pop3-wait-for-messages, pop3-write-to-file)
10221         (pop3-number-of-responses): New functions for streaming pop3
10222         retrieval.
10223
10224         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10225         come from no known methods.
10226         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10227         list.
10228
10229         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10230         message sizes.
10231         (pop3-movemail): Use erase-buffer instead of looping and deleting
10232         regions, which seems rather odd.
10233
10234         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10235         file once per `g' run.
10236
10237         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10238         directories.  This makes the draft queue directory work.
10239
10240         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10241         data from the backends, so that we only request the list of groups from
10242         each method once.  This should speed things up considerably.
10243
10244         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10245         detect that it's not implemented.
10246
10247         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10248         we actually do recurse down into the tree, but don't stat all leaf
10249         nodes.
10250
10251         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10252         then say so instead of bugging out.
10253
10254         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10255         files exist before trying to read them.
10256
10257         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10258         around <pre_int>.
10259
10260         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10261
10262         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10263
10264 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * mm-util.el (mm-image-load-path): Just return the image directories,
10267         not all directories in the path in addition to the image directories.
10268         (mm-image-load-path): Maintain a cache of the image directories so that
10269         the `g' command in Gnus doesn't have to stat dozens of directories each
10270         time.
10271
10272         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10273         (gnus-html-wash-tags): Add a new `i' command to insert images.
10274         (gnus-html-insert-image): New command and keystroke.
10275         (gnus-html-redisplay-with-images): New command and keystroke.
10276         (gnus-html-show-images): Rename command.
10277         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10278         spacers.
10279         (gnus-html-wash-tags): Decode entities at the end, so that entities
10280         inside the tags don't mess up the rest of the "parsing".
10281
10282         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10283         so that nnimap methods aren't agentized by default.  There's apparently
10284         many problems related to agent/imap behavior.
10285
10286         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10287
10288         * gnus-html.el: Doc fix.
10289
10290 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10293         specifier-spec-list for Emacs 21.
10294
10295         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10296         glyph-width and glyph-height instead of display-graphic-p and
10297         image-size; make avoidance of displaying small images work for XEmacs.
10298
10299         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10300         for XEmacs.
10301
10302         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10303         of symbol that holds plist data.
10304         (gnus-process-plist): Remove plist of process after getting it.
10305
10306 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307
10308         * message.el (message-generate-hashcash): Change default to
10309         'opportunistic if hashcash is installed.
10310
10311         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10312         (gnus-html-put-image): Only call image-size once, since it's somewhat
10313         time-consuming on remote X servers.
10314
10315 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10318         type on data, not a file name.
10319
10320         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10321         window-pixel-edges for Emacs 21.
10322
10323         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10324         decoded contents.
10325         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10326
10327 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10330         group line format, since it isn't very interesting.
10331
10332         * gnus-agent.el (gnus-agent-short-article),
10333         (gnus-agent-long-article): Increase values for these two variables,
10334         since most people are likely to have more network connection and
10335         storage than before.
10336
10337         * gnus.el (gnus-refer-article-method): Change default to 'current.
10338         When referring an article, the common behavior is to refer it from the
10339         current select method, not the native select method.  The chances of
10340         the native select method having the message in question is rather slim
10341         these days.
10342
10343         * gnus-sum.el (gnus-auto-select-subject): Change default to
10344         `unseen-or-unread'.  I think it's likely that most people want to
10345         select an unseen article over a previously seen, but unread one.
10346
10347         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10348         means that in the article buffer none of the minor mode elements will
10349         be shown, usually, and this is not desirable in most cases.
10350
10351         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10352         that commands like `d' (and the like) go to the next line in the
10353         buffer, instead of the next unread article.  I think this is the
10354         behavior that is most natural for most users.
10355         (gnus-single-article-buffer): Change default to nil, so that people can
10356         have as many article buffers open as they have summary buffer.  I think
10357         this is the most natural way for the groups to behave.
10358
10359         * message.el (message-generate-new-buffers): Change default to
10360         `unsent', so that all new message buffers start their names with the
10361         string "*unsent", and it's easier to find the buffers if you move from
10362         them.
10363
10364 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10365
10366         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10367         small.  They're probably tracking images.
10368         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10369         (gnus-html-rescale-image): Yet another try at getting the image sizing
10370         right.
10371
10372         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10373         nntp-marks-file-name is nil.
10374
10375 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10376
10377         * gnus-html.el (gnus-html-wash-tags)
10378         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10379         Better logging.
10380
10381 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10384
10385         * gnus-html.el (gnus-html-wash-tags): Check the value of
10386         gnus-blocked-images in the summary buffer.
10387
10388 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10389
10390         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10391
10392 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393
10394         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10395         like "a", it seems like.
10396         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10397         since it needs to be picked from the correct buffer.
10398
10399         * nnwfm.el: Remove.
10400
10401         * nnlistserv.el: Remove.
10402
10403 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10404
10405         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10406         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10407
10408 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * nnkiboze.el: Remove.
10411
10412         * nndb.el: Remove.
10413
10414         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10415         alt text.
10416         (gnus-html-rescale-image): Try to get the rescaling logic right for
10417         images that are just wide and not tall.
10418
10419         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10420         overshadow variable bindings.
10421
10422 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10423
10424         * gnus-html.el (gnus-html-wash-tags)
10425         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10426         Add extra logging.
10427
10428 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429
10430         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10431         (gnus-max-image-proportion): New variable.
10432         (gnus-html-rescale-image): New function.
10433         (gnus-html-put-image): Rescale images.
10434
10435 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10436
10437         Fix up some byte-compiler warnings.
10438         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10439         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10440         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10441         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10442         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10443         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10444         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10445
10446 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * gnus-html.el (gnus-article-html): Decode contents by charset.
10449
10450 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10453         (gnus-html-frame-width, gnus-blocked-images):
10454         * message.el (message-prune-recipient-rules): Add custom version.
10455         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10456
10457         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10458         functions.
10459
10460         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10461         gnus-process-get.
10462
10463 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10464
10465         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10466         instead of lsub directly.
10467
10468 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10469
10470         * nnwarchive.el: Remove.
10471
10472         * gnus-soup.el: Remove.
10473
10474         * nnsoup.el: Remove.
10475
10476         * nnultimate.el: Remove.
10477
10478         * gnus-html.el (gnus-blocked-images): New variable.
10479
10480         * message.el (message-prune-recipients): New function.
10481         (message-prune-recipient-rules): New variable.
10482
10483         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10484         guess whether a long line is natural text or not.
10485
10486         * gnus-html.el (gnus-html-schedule-image-fetching):
10487         Use gnus-process-plist and friends for compatibility.
10488
10489 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10490
10491         * gnus-html.el: Require packages that define macros used in this file.
10492         (gnus-article-mouse-face): Declare to silence byte-compiler.
10493         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10494         process-get.
10495         (gnus-html-put-image): Use plist-get to avoid getf.
10496         (gnus-html-prefetch-images): Use with-current-buffer.
10497
10498 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus-ems.el: Provide compatibility functions for
10501         gnus-set-process-plist.
10502
10503         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10504         header-line-format for XEmacs 21.4.
10505
10506         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10507         * gnus.el (gnus-valid-select-methods):
10508         * message.el (message-send-mail-partially-limit):
10509         * mm-decode.el (mm-text-html-renderer):
10510         * mml.el (mml-insert-mime-headers-always):
10511         * smiley.el (smiley-regexp-alist): Bump custom version.
10512
10513 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10514
10515         * gnus-html.el: require mm-url.
10516         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10517         with the url to `url'.
10518         (gnus-html-wash-tags): Support cid: URLs/images.
10519
10520 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10521
10522         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10523         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10524         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10525
10526         * gnus-move.el: Remove file, since it doesn't really work.
10527
10528         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10529         UTF-8.  This seems to fix problems with some German web feeds.
10530
10531         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10532         at the top so that the proper colors are applied.
10533
10534         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10535         don't have dots in their names.
10536
10537         * gnus-art.el (gnus-article-view-part): Doc fix.
10538
10539         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10540         XEmacs-compatible.
10541         (gnus-html-put-image): Don't do images on non-graphic displays.
10542
10543         * nnslashdot.el: Remove this unused backend.
10544
10545         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10546         actions.
10547         (gnus-undo-register-1): Revert last change.
10548
10549         * gnus-group.el (gnus-group-completing-read): Protect against not
10550         having completion-styles bound.
10551
10552         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10553         make broken recipients happier.
10554
10555         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10556
10557         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10558         point parameter.
10559
10560         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10561
10562         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10563         completion-styles for group selection.
10564
10565 2009-02-04  Andreas Schwab  <schwab@suse.de>
10566
10567         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10568         headers and regexp-quote the match if necessary.
10569
10570 2009-03-24  Miles Bader  <miles@gnu.org>
10571
10572         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10573         the blinking smiley.
10574
10575 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10576
10577         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10578         blink smiley.
10579
10580 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581
10582         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10583         where the dribbel file lives exists.
10584
10585         * message.el (message-send-mail-partially-limit): Change the default to
10586         nil, since most people don't want this.
10587
10588         * mm-url.el (mm-url-decode-entities): Also decode entities like
10589         &#x3212.
10590
10591 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10592
10593         * gnus-sum.el (gnus-summary-idna-message):
10594         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10595         Hyperlink urls in docstrings with URL `...'.
10596
10597 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10598
10599         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10600         functions.
10601
10602 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10603
10604         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10605         say what the mouseover text should be.
10606
10607         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10608         version of the mm-w3m-safe-url-regexp variable to only download images
10609         in the groups where we want that to happen.
10610
10611         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10612
10613         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10614         easier debugging.
10615         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10616         big pictures in the article buffer.
10617
10618         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10619         gnus-article-html.
10620         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10621         w3m.
10622
10623         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10624
10625 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10628         which doesn't exist.
10629
10630         * message.el (message-inhibit-ecomplete): New variable to allow some
10631         function to inhibit ecomplete address storage.
10632         (message-resend): Disable ecomplete message storage when resending
10633         messages.
10634
10635         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10636
10637 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10640         Save excursion while copying, moving, and deleting articles in order to
10641         prevent the cursor from jumping to unforeseen place.
10642
10643 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * lpath.el: No need to bind bookmark-current-buffer,
10646         bookmark-yank-point and bookmark-make-record-function.
10647
10648 2010-08-17  Glenn Morris  <rgm@gnu.org>
10649
10650         * gnus-sync.el: Require gnus components whose functions are used.
10651
10652         * gnus-art.el (bookmark-make-record-function):
10653         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10654         Declare for compiler.
10655
10656         * mm-url.el (mml-compute-boundary): Autoload.
10657
10658 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10661
10662 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10663
10664         Typo fix "hoo4a" -> "hook".
10665
10666         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10667
10668 2010-08-14  Glenn Morris  <rgm@gnu.org>
10669
10670         * gnus-sync.el (gnus-sync): Fix defgroup version.
10671
10672 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10673
10674         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10675
10676         * gnus-sync.el: Fix docs.
10677         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10678         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10679
10680 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10681
10682         Optimizations for gnus-sync.el.
10683
10684         * gnus-sync.el: Add docs about gnus-sync-backend
10685         possibilities.
10686         (gnus-sync-save): Remove unnecessary message.
10687         (gnus-sync-read): Optimize and show what groups were skipped.
10688
10689 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10690
10691         Minor bug fixes for gnus-sync.el.
10692
10693         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10694         Don't read the sync on get-new-news.
10695
10696         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10697         quiet.
10698
10699         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10700         (fix typo).
10701
10702 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10703
10704         Make saving and restoring of hidden threads work with overlays.
10705         Patch applied by Ted Zlatanov.
10706
10707         * gnus-sum.el (gnus-hidden-threads-configuration)
10708         (gnus-restore-hidden-threads-configuration): Update to deal with text
10709         properties, rather than searching for a magic character.
10710
10711 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10712
10713         New gnus-sync.el library for synchronization of marks.
10714
10715         * gnus-sync.el: New library for synchronization of marks.
10716
10717         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10718         renamed from `gnus-registry-grep-in-list'.
10719
10720         * gnus-registry.el (gnus-registry-follow-group-p):
10721         Use `gnus-grep-in-list'.
10722
10723         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10724
10725 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10728         determining charset of text fails.
10729
10730 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * nnmail.el (nnmail-get-new-mail-1): Revert.
10733
10734         * nnml.el (nnml-active-number): Make sure names of newly created groups
10735         in nnml-group-alist are encoded.
10736
10737 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10740         containing non-ASCII characters in active file for nnml back end.
10741
10742 2010-07-24  David Engster  <dengste@eml.cc>
10743
10744         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10745         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10746
10747 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10748
10749         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10750         tag (Bug#6654).
10751
10752 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10755         the article buffer, not the summary buffer.
10756
10757 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10760         Emacs 23 as well.
10761
10762 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10765         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10766
10767 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10768
10769         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10770         Patch applied by Karl Fogel.
10771
10772         * gnus-sum.el (gnus-summary-bookmark-make-record):
10773         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10774
10775 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10776
10777         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10778         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10779         C-w still not working correctly from Article buffers; Thierry's
10780         patch to fix that will be applied after this.
10781
10782         * gnus-art.el (bookmark-make-record-function): New local variable.
10783
10784         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10785         article buffer.
10786         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10787
10788 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10789
10790         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10791         on changes in bookmark.el.
10792
10793 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10796         `no-log' instead of message not to log prompt string.
10797
10798 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10799
10800         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10801         the *other* type of HTML form submission.
10802
10803 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10804
10805         * auth-source.el (auth-source-pick): If choice does not contain a
10806         questioned keyword, set the check to t.
10807
10808 2010-06-12  Romain Francoise  <romain@orebokech.com>
10809
10810         * gnus-util.el (gnus-date-get-time): Move up before first use.
10811
10812 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10815         (gnus-article-edit-part): Bind it to make last part that is substituted
10816         or deleted visible.
10817         (gnus-mime-display-single): Buttonize part of which id equals to
10818         gnus-mime-buttonized-part-id.
10819
10820 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10821
10822         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10823         (gnus-dd-mmm): Use gnus-date-get-time.
10824         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10825         simplify logic.
10826         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10827         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10828
10829 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10830
10831         * auth-source.el (top): Autoload `secrets-list-collections',
10832         `secrets-create-item', `secrets-delete-item'.
10833         (auth-sources): Fix tag string.
10834         (auth-get-source, auth-source-retrieve, auth-source-create)
10835         (auth-source-delete): New defuns.
10836         (auth-source-pick): Rewrite in order to avoid 2 passes.
10837         (auth-source-forget-user-or-password): New parameter USERNAME.
10838         (auth-source-user-or-password): New parameters CREATE-MISSING and
10839         DELETE-EXISTING.  Retrieve password interactively, if needed.
10840
10841 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10842
10843         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10844         deleting unused directories when gnus-expert-user is t.
10845
10846 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10849         for each temp file when gnus-article-browse-delete-temp is ask.
10850
10851 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10852
10853         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10854         Replace Lisp calls to delete-backward-char by calls to delete-char.
10855
10856 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10857
10858         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10859
10860 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10861
10862         * password-cache.el (password-cache-remove): Fix docstring.
10863
10864 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10867         article unless decoding article to be saved.
10868
10869 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10872         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10873         generated within the mm-with-unibyte-current-buffer macro.
10874
10875 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10878         to nil when we're in a mml-preview buffer and no group is selected.
10879
10880 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10881
10882         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10883         when catching the `C-g'.  Reported by "Leo".
10884
10885 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * message.el (message-forward-make-body-plain)
10888         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10889         multibyte-string-p.
10890
10891         * lpath.el: Revert.
10892
10893 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * message.el (message-forward-make-body-mml): Assume original message
10896         is multibyte string; error on unibyte.
10897         (message-forward-make-body-plain): Ditto; don't add excessive newline
10898         in body end.
10899
10900         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10901
10902 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10903
10904         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10905         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10906
10907 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * mm-extern.el (mm-extern-url): Don't use
10910         mm-with-unibyte-current-buffer.
10911         (mm-extern-cache-contents): Use with-current-buffer instead of
10912         save-excursion + set-buffer.
10913
10914 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * mm-util.el (mm-emacs-mule): Remove.
10917
10918 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10919
10920         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10921         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10922         change.
10923
10924 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10927         bind the default value of enable-multibyte-characters to nil.
10928
10929 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * message.el (message-forward-make-body-plain)
10932         (message-forward-make-body-mml):
10933         Don't use mm-with-unibyte-current-buffer.
10934
10935 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10936
10937         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10938
10939 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10940
10941         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10942         (Bug#5592).
10943
10944 2010-05-07  Julien Danjou  <julien@danjou.info>
10945
10946         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10947         it to mm-pipe-part.
10948
10949         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10950         it is given.
10951
10952 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * binhex.el (binhex-decode-region-internal):
10955         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10956         (dns-query):
10957         * nnweb.el (nnweb-gmane-search):
10958         * pgg-parse.el (pgg-parse-armor):
10959         * pgg.el (pgg-verify-region):
10960         * sha1.el (sha1-string-external):
10961         * uudecode.el (uudecode-decode-region-internal):
10962         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10963         XEmacs.
10964
10965         * gnus-art.el (gnus-article-browse-html-parts):
10966         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10967         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10968         make-temp-file.
10969
10970         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10971         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10972         compiling.
10973
10974         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10975         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10976         XEmacs when compiling.
10977
10978         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10979         gnus-pick-mode-off-hook for XEmacs when compiling.
10980         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10981         gnus-binary-mode-off-hook for XEmacs when compiling.
10982
10983         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10984         Return nil if char-charset is not available.
10985
10986         * imap.el (imap-disable-multibyte)
10987         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10988         macros.
10989
10990         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10991         instead of encode-coding-string.
10992
10993         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10994         'xemacs) instead of mm-emacs-mule to switch function definitions.
10995         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10996
10997         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10998         bind temporary-file-directory for XEmacs;
10999         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11000         timer-set-function for XEmacs 21.4 and SXEmacs;
11001         bind timer-list for XEmacs 21.4 and SXEmacs;
11002         fbind char-charset and find-charset-region for non-Mule XEmacs;
11003         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11004         encode-coding-region and encode-coding-string for XEmacs having no
11005         file-coding feature.
11006
11007 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11008
11009         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11010
11011 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11014         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11015
11016 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11017
11018         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11019         alias `jka-compr-delete-temp-file' no longer exists.
11020
11021 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11022
11023         Use define-minor-mode in Gnus where applicable.
11024         * mml.el (mml-mode): Use define-minor-mode.
11025         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11026         (gnus-undo-mode): Use define-minor-mode.
11027         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11028         (gnus-dead-summary-mode): Use define-minor-mode.
11029         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11030         Initialize in declaration.
11031         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11032         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11033         (gnus-mailing-list-mode): Use define-minor-mode.
11034         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11035         (gnus-draft-mode): Use define-minor-mode.
11036         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11037         (gnus-dired-mode): Use define-minor-mode.
11038
11039 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11040
11041         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11042         handles on recursive mml-to-mime translation and check them for
11043         boundary delimiter collisions.  Reported by Greg Troxel.
11044
11045 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11048
11049 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11050
11051         * mm-util.el (mm-find-buffer-file-coding-system):
11052         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11053
11054 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11055
11056         * message.el (message-generate-headers): Record insertion of optional
11057         headers as well.  Otherwise the check to prevent repeated insertion of
11058         optional headers is a no-op.
11059
11060 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11061
11062         * smime.el: Don't mention CVS.
11063
11064         * nnrss.el (nnrss-fetch): Don't mention CVS.
11065
11066         * nnir.el: Don't mention CVS.
11067
11068 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11069
11070         * gnus-sum.el (gnus-summary-bookmark-make-record):
11071         Add `location' field.
11072
11073 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * lpath.el: Fbind bookmark-default-handler,
11076         bookmark-get-bookmark-record, bookmark-make-record-default,
11077         bookmark-prop-get for Emacs <23 and XEmacs.
11078
11079 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11080
11081         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11082         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11083         Use with-current-buffer to silence the byte-compiler.
11084         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11085         bother to require `gnus'.
11086         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11087
11088 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11089
11090         * gnus-sum.el (gnus-summary-bookmark-make-record)
11091         (gnus-summary-bookmark-jump): New functions.
11092         (gnus-summary-mode): Setup bookmark support.
11093
11094 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11095
11096         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11097         if set.
11098
11099 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11102         gnus-article-browse-html-save-cid-image; make it work recursively for
11103         forwarded messages as well.
11104         (gnus-article-browse-html-parts): Work when prefix arg is given.
11105         (gnus-article-browse-html-article): Doc fix.
11106
11107 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11108
11109         * message.el (message-default-mail-headers):
11110         (message-default-headers): Carry the value mail-default-headers over
11111         into message-default-mail-headers, rather than message-default-headers.
11112
11113 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11114
11115         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11116         charset.
11117
11118         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11119         charset into the <meta> tag when the article is encoded to utf-8.
11120
11121 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-art.el (gnus-article-browse-delete-temp-files):
11124         Delete directories as well.
11125         (gnus-article-browse-html-parts): Work for images that do not specify
11126         file names; delete temp directory when quitting; insert header at the
11127         right place; use file: scheme for image files.
11128
11129 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11130
11131         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11132         (gnus-article-browse-html-parts): Use it to make temporary cid image
11133         files in addition to html file so that browser may display them.
11134
11135 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11138
11139 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11140
11141         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11142
11143 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11144
11145         * auth-source.el (auth-sources): Change default to be simpler.
11146         Explain about Secret Service API sources.  Improve Customize options.
11147         (auth-source-pick): Change to accept any number of search parameters.
11148         Implement fallbacks iteratively, not recursively.  Add scoring on the
11149         second pass and sort by score.  Call Secret Service API when needed.
11150         (auth-source-user-or-password): Use it.  Call Secret Service API
11151         directly when needed to get the user name and the password.
11152
11153 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11154
11155         * message.el (message-interactive): Doc fix.
11156         (message-qmail-inject-args): Reflow.
11157         (message-kill-to-signature): Fix typo in docstring.
11158
11159         * smiley.el (smiley-buffer): Fix typo in docstring.
11160
11161 2010-03-24  Glenn Morris  <rgm@gnu.org>
11162
11163         * mail-source.el (gnus-message): Declare.
11164         (mail-source-delete-old-incoming): Require gnus-util.
11165
11166 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11169
11170         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11171
11172         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11173         password-cache's default if it is not bound.
11174         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11175         password-cache-expiry's default if it is not bound.
11176
11177         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11178         available in Emacs 21.
11179
11180         * lpath.el: Suppress compiler warnings for:
11181         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11182         XEmacs;
11183         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11184         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11185         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11186
11187 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11188
11189         * auth-source.el (auth-sources): Fix up definition so extra parameters
11190         are always inline.
11191
11192 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11193
11194         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11195         wasn't updated after mismatch.  Clear cached mailbox info correctly
11196         when uidvalidity changes.
11197         (nnimap-group-prefixed-name): New function to avoid some code
11198         duplication.
11199         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11200         (nnimap-request-group): Use it.
11201         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11202         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11203         with many imap folders.  This is done by caching the group status from
11204         the imap server persistently in a group parameter `imap-status'.  (This
11205         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11206         but not persistently, so every Gnus startup was still very slow.)
11207
11208 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11209
11210         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11211         delete the extra newline.  Otherwise editing of :string and :number
11212         types don't work.
11213
11214 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11215
11216         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11217         secrets.el dependency.
11218         (auth-sources): Add optional user name.  Add secrets.el configuration
11219         choice (unused right now).
11220
11221 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11222
11223         * gnus-sum.el (gnus-summary-make-menu-bar):
11224         Let `gnus-registry-install-shortcuts' fill in the functions.
11225
11226         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11227         warnings.
11228         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11229         (gnus-registry-install-shortcuts): Populate and use it in a
11230         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11231
11232 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11233
11234         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11235         In-place substitutions for the group name encoding/decoding.
11236         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11237         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11238         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11239         (nnimap-update-unseen, nnimap-request-list)
11240         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11241         (nnimap-request-set-mark, nnimap-split-to-groups)
11242         (nnimap-split-articles, nnimap-request-newgroups)
11243         (nnimap-request-create-group, nnimap-request-accept-article)
11244         (nnimap-request-delete-group, nnimap-request-rename-group)
11245         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11246         `encoded-mbx' for consistency.
11247         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11248         variable `imap-current-mailbox'.
11249
11250         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11251         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11252
11253 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11254
11255         * pop3.el (pop3-display-message-size-flag): Display message size byte
11256         counts during POP3 download.
11257         (pop3-movemail): Use it.
11258         (pop3-list): Implement listing of available messages.
11259
11260 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11261
11262         * nnir.el (nnir-get-article-nov-override-function): New function to
11263         override the normal NOV retrieval.
11264         (nnir-retrieve-headers): Use it.
11265
11266 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11267
11268         * auth-source.el (netrc-machine-user-or-password): Autoload.
11269
11270 2010-03-19  Glenn Morris  <rgm@gnu.org>
11271
11272         Stop message.el from loading about 40 libraries it doesn't always need.
11273         The general approach is to autoload rather than require, and to
11274         require in the specific functions rather than the file.  (Bug#5642)
11275
11276         * gmm-utils.el: Don't require wid-edit.
11277         (widget-create-child-value, widget-convert, widget-default-get):
11278         Autoload.
11279
11280         * gnus-util.el: Don't require time-date, netrc.
11281         (message-fetch-field, gnus-group-name-decode): Declare rather than
11282         autoloading.
11283         (gnus-fetch-field): Require message.
11284         (gnus-decode-newsgroups): Require gnus-group.
11285
11286         * ietf-drums.el: Don't require time-date.
11287
11288         * message.el: Don't require hashcash, canlock, ecomplete.
11289         Do require mail-utils.  Require nnheader only when compiling.
11290         (smtpmail-default-smtp-server): Remove declaration.
11291         (message-send-mail-function): Check smtpmail-default-smtp-server
11292         is bound rather than requiring smtpmail.
11293         (message-auto-save-directory, message-insert-signature):
11294         Use expand-file-name rather than nnheader-concat.
11295         (nnheader-insert-file-contents): Autoload.
11296         (hashcash-wait-async): Declare.
11297         (message-send-mail): Only call gnus-setup-posting-charset if
11298         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11299         (message-send-mail-with-sendmail): Require sendmail.
11300         (canlock-password, canlock-password-for-verify): Declare.
11301         (message-canlock-password): Require canlock.
11302         (nnheader-get-report): Autoload.
11303         (gnus-setup-posting-charset): Declare.
11304         (message-send-news): Require gnus-msg.
11305         (message-make-references, message-make-in-reply-to): Use mail-header-id
11306         rather than the alias mail-header-message-id.
11307         (ecomplete-add-item, ecomplete-save): Declare.
11308         (message-put-addresses-in-ecomplete): Require ecomplete.
11309         (ecomplete-display-matches): Autoload.
11310
11311         * mm-decode.el: Don't require mailcap, gnus-util.
11312         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11313         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11314         Autoload.
11315         (mailcap-mime-extensions): Declare.
11316
11317         * mm-encode.el: Don't require mailcap.
11318         (mailcap-extension-to-mime): Autoload.
11319
11320         * mml-sec.el: Don't require password-cache.
11321
11322         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11323         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11324         (mml-minibuffer-read-type): Require mailcap.
11325         (mml-preview): Require gnus-msg.
11326
11327         * mml1991.el: Require password-cache.
11328         (password-cache-expiry): Remove declaration.
11329
11330         * mml2015.el: Require password-cache.
11331         (password-cache-expiry): Remove declaration.
11332
11333         * nneething.el (mailcap): Require mailcap.
11334
11335         * nnheader.el (declare-function): Add compatibility stub.
11336         (message-remove-header): Declare rather than autoload.
11337         (nnheader-replace-header): Require message.
11338
11339         * nnimap.el (declare-function): Add compatibility stub.
11340         (netrc-parse, netrc-machine-user-or-password): Declare.
11341         (nnimap-open-connection): Require netrc.
11342
11343         * nntp.el (declare-function): Add compatibility stub.
11344         (netrc-parse, netrc-machine, netrc-get): Declare.
11345         (nntp-send-authinfo): Require netrc.
11346
11347         * rfc2047.el: Don't require qp.
11348         (quoted-printable-encode-region, quoted-printable-decode-string):
11349         Autoload.
11350
11351         * sieve-mode.el: Don't require easymenu.
11352         (easy-menu-add-item): Autoload it.
11353
11354         * spam-stat.el (time-to-number-of-days): Autoload it.
11355
11356 2010-03-19  Glenn Morris  <rgm@gnu.org>
11357
11358         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11359
11360 2010-03-18  Glenn Morris  <rgm@gnu.org>
11361
11362         * hashcash.el (declare-function): Remove duplicate definition.
11363
11364 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11365
11366         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11367         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11368         value if any backslash escapes).
11369
11370 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11373         if it is available.  (bug#5647)
11374
11375         * lpath.el: Suppress compiler warning for coding-system-from-name for
11376         Emacs 21 and XEmacs.
11377
11378 2010-03-14  Juri Linkov  <juri@jurta.org>
11379
11380         * hmac-def.el:
11381         * hmac-md5.el:
11382         * netrc.el: Fix keywords.
11383
11384 2010-02-26  Glenn Morris  <rgm@gnu.org>
11385
11386         * message.el (message-send-mail-function): Change the default, so that
11387         it inherits from a customized send-mail-function.  (Bug#5643)
11388
11389 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11390
11391         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11392         shell-command-to-string signals an error (bug#5299).
11393
11394 2010-02-24  Glenn Morris  <rgm@gnu.org>
11395
11396         * message.el (message-smtpmail-send-it)
11397         (message-send-mail-with-mailclient): Doc fixes.
11398
11399 2010-02-16  Glenn Morris  <rgm@gnu.org>
11400
11401         * message.el (message-default-mail-headers): Change the default value
11402         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11403
11404 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11407         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11408
11409 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11410
11411         * time-date.el (date-to-time): Doc fix (Bug#5408).
11412
11413 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11414
11415         * message.el (message-mail): Just pass yank-action on to message-setup.
11416         (message-setup): Handle (FUN . ARGS) form of yank-action.
11417         (message-with-reply-buffer, message-widen-reply)
11418         (message-yank-original): Handle non-buffer values of
11419         message-reply-buffer (Bug#4080).
11420         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11421
11422 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11423
11424         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11425         Fix typo in docstring.
11426
11427 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11428
11429         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11430         response.
11431
11432 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11435
11436         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11437
11438         * message.el (message-check-news-header-syntax): Protect against a
11439         string that `rfc822-addresses' returns when parsing fails.
11440
11441 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11444         (gnus-previous-char-property-change): New functions.
11445
11446         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11447
11448 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11449
11450         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11451         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11452
11453 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11454
11455         * message.el (message-exchange-point-and-mark): Rework last change to
11456         avoid using optional arg of exchange-point-and-mark, for backward
11457         compatibility.
11458
11459 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11460
11461         * message.el (message-exchange-point-and-mark):
11462         Call exchange-point-and-mark with an argument rather than setting
11463         mark-active by hand (Bug#5175).
11464
11465 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * nntp.el (nntp-service-to-port): Work for service expressed with
11468         numeric string; replace [:digit:] with [0-9] for XEmacs.
11469
11470 2009-12-17  Glenn Morris  <rgm@gnu.org>
11471
11472         * gnus-group.el (gnus-bug-group-download-format-alist):
11473         Change emacs entry to debbugs.gnu.org.  Bump :version.
11474
11475 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11478
11479 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * message.el (message-info): Explain why we use `Info-goto-node'.
11482
11483 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11486
11487 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11488
11489         * message.el (message-completion-in-region): New compatibility function.
11490         (message-expand-group): Use it.
11491
11492 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11495         with no unread article should be listed if the 2nd arg `predicate' is
11496         given.
11497
11498 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11501
11502 2009-11-29  Juri Linkov  <juri@jurta.org>
11503
11504         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11505         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11506         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11507
11508 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11509
11510         * sha1.el (sha1-string-external): default-directory "/" in case
11511         otherwise non-existent.  process-connection-type pipe for touch of
11512         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11513
11514 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11515
11516         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11517         it's comms related and sgml-mode.el has "comm" on that basis too.
11518
11519 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11522         containing tspecial characters if they have been already quoted.
11523
11524 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11525
11526         * dns-mode.el (auto-mode-alist): Purecopy string.
11527
11528 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11529
11530         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11531
11532 2009-10-24  Glenn Morris  <rgm@gnu.org>
11533
11534         * gnus-art.el (help-xref-stack-item): Define for compiler.
11535
11536 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11537
11538         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11539
11540 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11543
11544 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11547         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11548
11549 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11552         (gnus-overlays-in): New alias to overlays-in.
11553
11554         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11555         gnus-overlay-get, and gnus-delete-overlay.
11556         (gnus-summary-show-thread): Make it work as well for systems in which
11557         next-single-char-property-change is not available.
11558         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11559
11560         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11561         (gnus-overlay-get): New alias to extent-property.
11562         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11563
11564         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11565         SXEmacs.
11566
11567         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11568         SXEmacs.
11569
11570 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11573
11574 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11575
11576         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11577         and XEmacs that don't have `remove-overlays'.
11578
11579 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11580
11581         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11582         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11583         selective display.  Use overlays instead.
11584
11585 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11586
11587         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11588
11589 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11590
11591         * spam-stat.el (spam-stat-load): Fix typo in message.
11592
11593 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11594
11595         * dig.el (dig-invoke): Fix typo in docstring.
11596         (query-dig): Reflow docstring.
11597
11598 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11599
11600         * gnus-art.el (gnus-article-encrypt-body):
11601         * message.el (message-check-recipients):
11602         * mm-util.el (mm-codepage-setup):
11603         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11604         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11605
11606 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11607
11608         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11609         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11610         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11611         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11612         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11613
11614 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11615
11616         * dig.el: Add "Keywords: comm", as per net-utils.el.
11617
11618 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11619
11620         * dig.el (dig-mode): Use define-derived-mode.
11621
11622 2009-09-19  Glenn Morris  <rgm@gnu.org>
11623
11624         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11625
11626 2009-09-18  Glenn Morris  <rgm@gnu.org>
11627
11628         * gnus-diary.el (gnus-diary-check-message):
11629         * message.el (message-insert-formatted-citation-line):
11630         * nnbabyl.el (top-level):
11631         * nndiary.el (nndiary-schedule):
11632         Fix typos in condition-case handlers.
11633
11634 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11637         configuration that provides the sole article window in a frame;
11638         position point correctly after deleting a part.
11639
11640 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11641
11642         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11643         (spam-resolve-registrations-routine): Use it to unregister articles
11644         that change status.
11645
11646 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11649         with XEmacs.
11650         (parse-time-string-chars): Use it.
11651
11652 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11653
11654         * imap.el (imap-interactive-login): Better messages.
11655         (imap-open): Fix bug with renamed buffer on reconnect.
11656         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11657         for easier debugging and cleaner code.  On successful (guessed based on
11658         server capabilities) secondary authentication, set imap-state
11659         correctly.
11660         (imap-last-authenticator): Define imap-last-authenticator as a variable
11661         to avoid warnings.
11662
11663 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * nnrss.el (nnrss-request-article): Remove binding of
11666         default-enable-multibyte-characters that has gotten needless by
11667         the 2007-07-13 change in rfc2047-encode-message-header.
11668
11669         * mml.el (mml-insert-multipart): Error on the message header.
11670         (mml-insert-part): Error on the message header; position point at
11671         the end of a MIME tag.
11672
11673 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * time-date.el (autoload): Expand define-obsolete-function-alias into
11676         defalias and make-obsolete for old Emacsen that Gnus supports.
11677         (with-no-warnings): Define it for old Emacsen.
11678         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11679         is available.
11680         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11681         float-time is available; suppress compile warning for time-to-seconds.
11682
11683         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11684         (gnus-float-time): Alias to float-time if it exists.
11685
11686         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11687         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11688         float-time is available; suppress compile warning for time-to-seconds.
11689
11690         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11691         XEmacs.
11692
11693 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11694
11695         * imap.el (imap-message-map): Docstring fix.
11696
11697 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11700         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11701         Add the optional argument `encoding' that overrides the default.
11702
11703         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11704         mm-encode-buffer.
11705
11706 2009-09-04  Glenn Morris  <rgm@gnu.org>
11707
11708         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11709         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11710         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11711         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11712         * mm-util.el (mm-with-unibyte-current-buffer)
11713         (mm-find-buffer-file-coding-system):
11714         * yenc.el (yenc-decode-region): Use default-value rather than
11715         default-enable-multibyte-characters.
11716
11717 2009-09-03  Glenn Morris  <rgm@gnu.org>
11718
11719         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11720         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11721         than default-enable-multibyte-characters.
11722
11723 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11724
11725         * gnus-art.el (gnus-article-read-summary-keys):
11726         Fix gnus-buffer-configuration's value temporarily used.
11727
11728 2009-09-02  Glenn Morris  <rgm@gnu.org>
11729
11730         * gnus-util.el (gnus-float-time): New function.
11731         * gnus-delay.el (gnus-delay-article):
11732         * gnus-sum.el (gnus-thread-latest-date):
11733         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11734         * nnspool.el (nnspool-request-newgroups):
11735         Use gnus-float-time rather than time-to-seconds.
11736         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11737
11738         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11739         (gnus-header-subject-face, gnus-header-newsgroups-face)
11740         (gnus-header-name-face, gnus-header-content-face):
11741         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11742         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11743         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11744         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11745         (gnus-cite-face-11):
11746         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11747         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11748         (gnus-server-closed-face, gnus-server-denied-face)
11749         (gnus-server-offline-face):
11750         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11751         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11752         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11753         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11754         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11755         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11756         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11757         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11758         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11759         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11760         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11761         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11762         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11763         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11764         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11765         (gnus-summary-high-undownloaded-face)
11766         (gnus-summary-low-undownloaded-face)
11767         (gnus-summary-normal-undownloaded-face)
11768         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11769         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11770         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11771         (gnus-splash-face):
11772         * message.el (message-header-to-face, message-header-cc-face)
11773         (message-header-subject-face, message-header-newsgroups-face)
11774         (message-header-other-face, message-header-name-face)
11775         (message-header-xheader-face, message-separator-face)
11776         (message-cited-text-face, message-mml-face):
11777         * sieve-mode.el (sieve-control-commands-face)
11778         (sieve-action-commands-face, sieve-test-commands-face)
11779         (sieve-tagged-arguments-face):
11780         * spam.el (spam-face):
11781         Mark face aliases with "-face" in the name as obsolete.
11782
11783 2009-09-01  Glenn Morris  <rgm@gnu.org>
11784
11785         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11786         than goto-line.
11787
11788 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11791         Don't move point if the command is invoked inside the message header.
11792
11793 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11794
11795         * imap.el (imap-send-command): Simplify.
11796         (imap-wait-for-tag): point-max -> buffer-size.
11797
11798 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11799
11800         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11801         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11802         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11803         * nnir.el (nnir-swish-e-index-file):
11804         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11805         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11806         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11807         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11808         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11809         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11810
11811 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11814         Don't save excursion.
11815
11816 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11817
11818         * nnheader.el (nnheader-find-file-noselect):
11819         * mm-util.el (mm-insert-file-contents):
11820         Use (default-value 'major-mode) instead of default-major-mode.
11821
11822 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11823
11824         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11825
11826 2009-08-26  Glenn Morris  <rgm@gnu.org>
11827
11828         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11829         than placing in files.el.
11830
11831 2009-08-25  Glenn Morris  <rgm@gnu.org>
11832
11833         * nnir.el (top-level): Don't require cl at run-time.
11834         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11835         Replace cl-function substitute with gnus-replace-in-string.
11836         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11837         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11838         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11839         simplified expansions.
11840
11841 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11842
11843         * dig.el (dig): Add autoload cookie.
11844
11845 2009-08-22  Glenn Morris  <rgm@gnu.org>
11846
11847         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11848         goto-line.
11849
11850 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11851
11852         * parse-time.el (parse-time-string-chars): Save match data.
11853
11854 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11855
11856         * parse-time.el (parse-time-string-chars): Compute using character
11857         classes, to handle non-ascii characters (Bug#3190).
11858
11859 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11862
11863         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11864         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11865         (gnus-mm-display-part, gnus-mime-display-single)
11866         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11867         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11868
11869         * gnus-sum.el
11870         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11871         (gnus-summary-move-article): Add expirable mark to articles copied or
11872         moved to group that has auto-expire turned on if the option is non-nil.
11873
11874 2009-07-24  Glenn Morris  <rgm@gnu.org>
11875
11876         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11877         Fix typo.  (Bug#3903)
11878
11879 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11882         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11883         that should not be used for draft articles.
11884         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11885         that has no concern in minor mode keys.
11886         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11887         Abolish.
11888
11889 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11892         article without making inquiry to a user for unknown encoding.
11893
11894         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11895         (nnmaildir--scan): Assume i-node and device number that file-attributes
11896         returns might be cons-cell.
11897
11898         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11899
11900         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11901
11902 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11903
11904         * auth-source.el: Remove docs now in auth.texi.  Don't use
11905         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11906         `auth-source-hide-passwords' and use them.
11907
11908 2009-07-15  Glenn Morris  <rgm@gnu.org>
11909
11910         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11911
11912 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11915         excessive whitespace from the default values of title and description.
11916
11917 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11920         mail-fetch-field to fetch Content-Description header in order to
11921         exclude newlines.
11922
11923 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11924
11925         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11926         format used by GnuPG 2.0.11.
11927
11928 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11931         to deleted part.
11932
11933 2009-05-30  David Engster  <dengste@eml.cc>
11934
11935         * nnmairix.el: Remove old documentation in the commentary block.
11936         (nnmairix-request-group): Do not update active file for nnml back ends.
11937         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11938         end so that overview files are ignored.
11939         (nnmairix-update-groups): Make updating the groups more robust by using
11940         marks.
11941         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11942         with dollar characters in message-id.
11943
11944 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11945
11946         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11947         2008-12-25 in dns.el.
11948
11949 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11950
11951         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11952         could happen if the text is only composed of spaces and/or tabs.
11953
11954 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11955
11956         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11957         when sending a queued message to avoid extra mml tags.
11958
11959 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11962
11963 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11966         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11967         rmail-toggle-header for XEmacs;
11968         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11969
11970 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * gnus-dired.el: Remove autoload for gnus-setup-message.
11973         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11974         displaying Gnus logo; always use compose-mail.
11975
11976 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11979
11980 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11983         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11984         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11985         available.
11986         (gnus-nocem-epg-verify): New function.
11987
11988 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11991
11992 2009-02-15  Glenn Morris  <rgm@gnu.org>
11993
11994         * gnus-util.el (rmail-insert-rmail-file-header)
11995         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11996         autoloads.
11997         (rmail-default-rmail-file): Remove unnecessary declaration.
11998         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11999
12000 2009-02-14  Glenn Morris  <rgm@gnu.org>
12001
12002         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12003         variable (only used in gnus-util, which declares it anyway).
12004         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12005         which was only needed by gnus-art (changed to not use it any more).
12006         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12007         only used in gnus-util, which autoloads it itself.
12008         (rmail-update-summary): Fix autoload.
12009
12010         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12011         rather than rmail-output-to-rmail-file.
12012
12013 2009-02-07  Glenn Morris  <rgm@gnu.org>
12014
12015         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12016         autoload of function that no longer exists.
12017         (rmail-toggle-header): Declare.
12018         (message-forward-rmail-make-body): Handle mbox Rmail.
12019
12020 2009-01-31  Glenn Morris  <rgm@gnu.org>
12021
12022         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12023         2009-01-09 change.
12024
12025 2009-01-31  Dave Love  <fx@gnu.org>
12026
12027         * imap.el (imap-fetch-safe): Bind debug-on-error.
12028         (imap-debug): Add imap-fetch-safe.
12029
12030 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12031
12032         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12033         (auth-source-forget-all-cached): New convenience function.
12034         (auth-source-user-or-password): Accept list of modes or a single mode.
12035
12036         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12037         auth-source modes.
12038
12039         * netrc.el (netrc-machine-user-or-password): Use list of
12040         auth-source modes.
12041
12042         * nnimap.el (nnimap-open-connection): Use list of
12043         auth-source modes.
12044
12045         * nntp.el (nntp-send-authinfo): Use list of
12046         auth-source modes.
12047
12048 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12049
12050         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12051         now.
12052
12053 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12056         coding system in XEmacs; add a workaround for XEmacs.
12057
12058         * lpath.el: Fbind coding-system-aliasee.
12059
12060 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12063         of current-language-environment.
12064
12065 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12068         available at runtime.
12069
12070 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12073
12074 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12075
12076         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12077         the greatest positive fixnum value doesn't work under an XEmacs with
12078         bignum support; use the most-positive-fixnum constant instead,
12079         available since Emacs 21.1 with cl and XEmacs 21.1.
12080
12081 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12084         XEmacs gets not to work.
12085
12086 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * mm-util.el (mm-coding-system-priorities): Allow the value like
12089         "Japanese (UTF-8)" of current-language-environment.
12090
12091 2009-01-09  Glenn Morris  <rgm@gnu.org>
12092
12093         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12094         with last-command-event.
12095
12096 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12099         in the doc string.
12100
12101         * message.el (message-fix-before-sending): Amend comment.
12102
12103 2009-01-08  Dave Love  <fx@gnu.org>
12104
12105         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12106
12107 2009-01-07  David Engster  <dengste@eml.cc>
12108
12109         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12110         simplified server definitions by converting it via
12111         gnus-server-to-method.
12112
12113 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12116         parameter's operands.
12117
12118 2009-01-06  David Engster  <dengste@eml.cc>
12119
12120         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12121         primary select method (for gnus-group-mark-article-as-read).
12122
12123 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12124
12125         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12126         `(gnus)Face', not `(gnus)X-Face'.
12127
12128 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * mm-util.el (mm-ucs-to-char): New function.
12131
12132         * mm-url.el (mm-url-decode-entities): Use it.
12133
12134         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12135         unicode-to-char.
12136
12137 2009-01-05  Dave Love  <fx@gnu.org>
12138
12139         * time-date.el: Require cl for `declare'.
12140
12141 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12144         Dave Love.
12145
12146 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * message.el (message-fix-before-sending): Add `eight-bit' to
12149         illegible-text check.
12150
12151 2009-01-03  Michael Olson  <mwolson@gnu.org>
12152
12153         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12154         `headers' is nil.  This can occur if the IMAP server does not have
12155         permissions to read messages from a folder, but can write new messages
12156         to the folder.
12157         (nnimap-request-article-part): Do not insert `data' if it is nil.
12158
12159         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12160         characters which will confuse `read', so skip past them.
12161
12162 2009-01-01  Dave Love  <fx@gnu.org>
12163
12164         * imap.el (imap-string-to-integer): Fix typo.
12165         (imap-fetch-safe): New function.
12166         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12167
12168         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12169
12170         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12171         (imap-parse-greeting): Fix doc strings.
12172         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12173         (imap-parse-flag-list): Make messages unique.
12174         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12175
12176         * nnimap.el: Fix author email.
12177         (nnimap-split-rule): Add FIXME comment.
12178         (nnimap-debug): Fix doc string.
12179
12180 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12181
12182         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12183
12184 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12187         nslookup if resolv.conf isn't available.
12188         (dns-query): Rename from query-dns.
12189         (dns-query-cached): Rename from query-dns-cached.
12190
12191 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12194         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12195         to check if those variables exist (first appeared in Emacs 18.50).
12196
12197 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * mm-util.el (mm-line-number-at-pos): New function.
12200
12201         * spam-report.el (spam-report-process-queue): Use it.
12202
12203 2008-12-24  David Engster  <dengste@eml.cc>
12204
12205         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12206         parameters that haven't existed as variables as buffer-local variables.
12207
12208 2008-12-23  Dave Love  <fx@gnu.org>
12209
12210         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12211         cadar.
12212
12213         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12214         imap-starttls-p.
12215         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12216
12217 2008-12-22  Dave Love  <fx@gnu.org>
12218
12219         * imap.el: Fix author email.  Doc fixes.
12220         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12221         reply.
12222
12223 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * spam-report.el (spam-report-gmane-max-requests): New constant.
12226         (spam-report-gmane-wait): New variable.
12227         (spam-report-gmane-ham, spam-report-gmane-spam)
12228         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12229         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12230         the server.
12231
12232         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12233         Add explanations.
12234
12235         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12236         nnheader-accept-process-output and nnheader-read-timeout if available.
12237         (pop3-movemail): Use it.
12238
12239         * message.el (message-check-news-body-syntax): Fix signature check if
12240         there's an attachment.
12241
12242 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * mm-util.el: Add comments to the mm- emulating functions.
12245
12246 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12249         Reported by Stephen Berman <stephen.berman@gmx.net>.
12250
12251 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * mm-util.el (mm-substring-no-properties): New function.
12254         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12255         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12256         (mm-string-to-multibyte): Doc fix.
12257
12258         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12259
12260 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12261
12262         * mml.el (mml-attach-file): Strip text properties from file name.
12263         (Bug#1574)
12264
12265 2008-12-16  Glenn Morris  <rgm@gnu.org>
12266
12267         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12268
12269 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12272         knows since the charset specified might be a bogus alias that
12273         mm-charset-synonym-alist provides.
12274
12275 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12278         "ISO_8859-1".
12279
12280         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12281
12282 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * mm-util.el (mm-charset-eval-alist):
12285         Define it before mm-charset-to-coding-system.
12286         (mm-charset-to-coding-system): Add optional argument `silent';
12287         define it before mm-charset-override-alist.
12288         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12289         default value if it can be used in Emacs currently running;
12290         silence mm-charset-to-coding-system.
12291
12292 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12295         `allow-override' which says whether to use `mm-charset-override-alist'.
12296         (rfc2047-decode-encoded-words): Use it.
12297
12298         * mm-util.el (mm-charset-override-alist): Fix custom type;
12299         add `(gb2312 . gbk)' to choices.
12300
12301 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12304         fast.
12305
12306         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12307
12308         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12309
12310 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12311
12312         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12313         on links.
12314
12315         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12316
12317 2008-12-03  Lute Kamstra  <lute@gnu.org>
12318
12319         * sha1.el: Remove leading * from docstrings of defcustoms,
12320         deffaces, defconsts and defuns.
12321
12322 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12325         users' addresses that don't have domain parts.
12326         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12327         rather than message-narrow-to-head since there will be the message
12328         header separator.
12329
12330 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12331
12332         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12333         since the result is inserted in a unibyte buffer anyway.
12334         (nnimap-demule-use-string-to-multibyte): Remove.
12335         (nnimap-demule): Alias it to mm-string-to-multibyte.
12336
12337 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12340         variable for debugging bug#464 and bug#1174.
12341         (nnimap-demule): Use it.
12342
12343 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12346         score calculation correctly.
12347
12348 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12349
12350         * message.el (message-send-mail): Just set the buffer to unibyte
12351         rather than use mm-with-unibyte-current-buffer which does a lot more.
12352         (message-send-mail-partially): Don't bother with
12353         mm-with-unibyte-current-buffer since it's already been made unibyte by
12354         message-send-mail.
12355
12356 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12357
12358         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12359
12360 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12361
12362         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12363
12364 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12367         require itself and to remove `with-no-warnings'.
12368
12369 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12370
12371         * starttls.el (starttls-any-program-available): Get the name of the
12372         available TLS layer program.
12373         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12374         well as the host name in the "opening" message.
12375
12376         * auth-source.el (auth-source-cache, auth-source-do-cache)
12377         (auth-source-user-or-password): Cache passwords and logins by default,
12378         allow override with `auth-source-do-cache'.
12379         (auth-source-forget-user-or-password): Allow users to remove cache
12380         entries if needed.
12381
12382 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12383
12384         * md4.el (md4-buffer): Fix typo in docstring.
12385         (md4, md4-64): Doc fixes.
12386         (md4-pack-int32): Reflow docstring.
12387
12388 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12389
12390         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12391         condition-case to only the forward-sexp call.
12392
12393 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12394
12395         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12396         quotes contained.  Make it more robust regardless by an extra
12397         condition-case wrapper.
12398
12399 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12402
12403 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * nnml.el (nnml-request-expire-articles): Check if the function set to
12406         `nnmail-expiry-target' returns the symbol `delete'.
12407
12408         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12409
12410         * nnmail.el (nnmail-expiry-target): Fix custom type.
12411
12412 2008-10-02  Glenn Morris  <rgm@gnu.org>
12413
12414         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12415         Silence compiler warning.
12416
12417 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12418
12419         * tls.el (open-tls-stream): Show the actual command being
12420         executed, instead of the format string.
12421
12422 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * lpath.el: Fbind codepage-setup for Emacs 23.
12425
12426 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12427
12428         * mml.el (mml-menu): Don't assume mml2015 is bound.
12429
12430 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12433         exists.
12434
12435 2008-09-27  Glenn Morris  <rgm@gnu.org>
12436
12437         * gnus-util.el (mail-header-remove-comments): Autoload it.
12438
12439 2008-09-27  Andreas Schwab  <schwab@suse.de>
12440
12441         * gnus-util.el (gnus-split-references): Strip comments.
12442         (gnus-parent-id): Likewise.
12443
12444 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * message.el (message-confirm-send): Fix version.
12447
12448 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * message.el (message-idna-to-ascii-rhs-1): Use
12451         mail-extract-address-components rather than mail-header-parse-addresses
12452         that is an alias by default to ietf-drums-parse-addresses that does not
12453         support non-ASCII names in headers' contents.
12454
12455 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12456
12457         * message.el (message-confirm-send): Fix variable documentation to
12458         avoid the "y/n" wording.
12459
12460 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12461
12462         * message.el (message-set-auto-save-file-name): Save to a different
12463         filename so multiple messages (especially drafts) can be recovered.
12464
12465 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12466
12467         * message.el (message-confirm-send): Add appropriate version.
12468
12469 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12470
12471         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12472         defvar.
12473
12474 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12475
12476         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12477         (mm-pkcs7-enveloped-magic): Ditto.
12478
12479 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12480
12481         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12482         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12483
12484 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12485
12486         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12487         default, it's better.
12488
12489 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12490
12491         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12492         summary line gnus-number property and ignore them (with a warning
12493         message).
12494
12495 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12498         macro caddr in the interactive form since it won't be expanded.
12499
12500 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12503         `charset'; fix name of function called recursively.
12504         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12505
12506 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12509         (gnus-mime-set-charset-parameters): New function.
12510         (gnus-mime-view-part-as-charset): Use it to correctly display part
12511         specifying wrong charset.
12512
12513 2008-09-08  David Engster  <dengste@eml.cc>
12514
12515         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12516         in completing-read for back end server.
12517
12518 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12519
12520         * message.el (message-confirm-send): New variable to confirm sending a
12521         message.
12522         (message-send): Use it.
12523
12524 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12525
12526         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12527
12528 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12531
12532 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12533
12534         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12535         prevent tracking too many groups.
12536         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12537         Use it.
12538
12539 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12540
12541         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12542         moving point to the bottom of the window in order to avoid recentering.
12543
12544 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12547
12548         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12549         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12550         (gnus-article-beginning-of-window): Fix calculation.
12551
12552 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * gnus-msg.el (gnus-summary-supersede-article)
12555         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12556         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12557         message header.
12558
12559 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12560
12561         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12562         pending output coming after the status change.
12563
12564 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12565
12566         * message.el:
12567         * gnus-start.el:
12568         * gnus-registry.el: Remove VMS support.
12569
12570 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12573         macro.
12574         (rfc2104-hash): Use it.
12575
12576 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12579         (gnus-summary-sort-by-most-recent-date): New commands.
12580         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12581         and menu entries.
12582
12583 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12586         don't redisplay article for raw contents; remove plural articles stuff.
12587
12588         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12589         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12590         on gnus-summary-save-article; display results properly.
12591
12592 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * lpath.el: No need to fbind ns-focus-frame.
12595
12596 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12599
12600 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-art.el (gnus-summary-save-in-pipe):
12603         Consider gnus-save-all-headers.
12604
12605 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12606
12607         * gnus-util.el (ns-focus-frame): Remove declaration.
12608         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12609         like x.
12610
12611 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12612
12613         * rfc2104.el (rfc2104-zero): Delete defconst.
12614         (rfc2104-hex-alist): Likewise.
12615         (rfc2104-hex-to-int): Delete func.
12616         (rfc2104-hexstring-to-bitstring): Likewise.
12617         (rfc2104-nybbles): New defconst.
12618         (rfc2104-hash): Rewrite for speed.
12619
12620 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * tls.el (open-tls-stream): Make it work with the 2nd argument
12623         BUFFER that is a string but does not exist as a buffer object, as
12624         mentioned in the doc-string.
12625
12626 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12629         SXEmacs.
12630
12631 2008-07-16  Glenn Morris  <rgm@gnu.org>
12632
12633         * gnus-util.el (ns-focus-frame): Declare for compiler.
12634
12635 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12638         set as a group parameter.
12639         (gnus-summary-save-in-pipe): Work when it is called independently.
12640         (gnus-summary-pipe-to-muttprint): Don't modify
12641         gnus-summary-pipe-output-default-command.
12642
12643 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12644
12645         * message.el (message-send-mail-with-sendmail):
12646         Display the error message.
12647
12648 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * gnus-art.el (gnus-default-article-saver):
12651         Add gnus-summary-save-in-pipe to choices.
12652         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12653         gnus-summary-pipe-output-default-command as the default command.
12654         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12655         instead of gnus-last-shell-command.
12656
12657         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12658         New user option.
12659         (gnus-summary-muttprint-program): Mention the value will be changed.
12660         (gnus-summary-save-article): Force showing of all headers.
12661         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12662
12663 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12664
12665         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12666
12667 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12668
12669         * nnimap.el (nnimap-id):
12670         * sieve-manage.el (sieve-manage-open): Doc fixes.
12671
12672 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12673
12674         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12675         if available.
12676
12677 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12678
12679         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12680
12681         * nnkiboze.el (nnkiboze-generate-group):
12682         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12683
12684         * nnmairix.el: Require CL.
12685
12686 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * dgnushack.el: Autoload get-display-table and put-display-table for
12689         XEmacs 21.5.
12690
12691         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12692         21.4 and SXEmacs.
12693
12694 2008-06-15  David Engster  <dengste@eml.cc>
12695
12696         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12697
12698 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12699
12700         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12701         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12702         runtime choice under XEmacs.
12703
12704         * gnus-sum.el (gnus-summary-set-display-table):
12705         Use `gnus-put-display-table', `gnus-get-display-table',
12706         `gnus-set-display-table' for the display table, instead of `aset'.
12707
12708         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12709         Use `gnus-put-display-table', `gnus-get-display-table',
12710         `gnus-set-display-table' for the display table.
12711
12712 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * nnmairix.el: Add autoloads.
12715
12716 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * nnmairix.el (nnmairix-delete-recreate-group)
12719         (nnmairix-update-and-clear-marks): Fix error messages.
12720
12721 2008-06-14  David Engster  <dengste@eml.cc>
12722
12723         * nnmairix.el: Upgrade to version 0.6.
12724         (nnmairix-group-toggle-propmarks-this-group)
12725         (nnmairix-group-toggle-readmarks-this-group)
12726         (nnmairix-group-delete-recreate-this-group)
12727         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12728         (nnmairix-remove-tick-mark-original-article): New commands.
12729         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12730         (nnmairix-propagate-marks-to-nnmairix-groups)
12731         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12732         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12733         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12734         functions needed for marks propagation and manipulation of read marks.
12735         (nnmairix-update-groups): New function.
12736         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12737         (nnmairix-determine-original-group-from-registry)
12738         (nnmairix-determine-original-group-from-path)
12739         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12740         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12741         New helper functions.
12742         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12743         keystrokes for new commands.
12744         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12745         (nnmairix-request-group): Check allow-fast group parameter.
12746         (nnmairix-request-create-group): Set allow-fast group parameter if
12747         nnmairix-allowfast-default is set.
12748         (nnmairix-close-group): Propagate marks upon closing if needed.
12749         (nnmairix-group-toggle-threads-this-group): Use new.
12750         nnmairix-group-toggle-parameter helper function.
12751         (nnmairix-search): Better check for empty search result.
12752         (nnmairix-goto-original-article): Use new helper functions for
12753         determining original article.
12754         (nnmairix-show-original-article): Make sure message-id is in brackets.
12755         (nnmairix-call-mairix-binary): Change variable name.
12756         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12757         helper function.
12758         (nnmairix-widget-toggle-activate): Fix doc string.
12759
12760 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * nnir.el: Require edmacro when compiling with XEmacs.
12763         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12764         available in Emacs 21.
12765
12766 2008-06-11  Glenn Morris  <rgm@gnu.org>
12767
12768         * gnus-util.el (x-focus-frame):
12769         * gnus.el (image-size):
12770         * mm-decode.el (image-size): Declare.
12771
12772         * gnus-picon.el (declare-function): Add compat definition.
12773         (image-size): Declare.
12774
12775         * gnus-group.el (tool-bar-map):
12776         * gnus-sum.el (tool-bar-map): Define for compiler.
12777
12778         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12779
12780         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12781
12782         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12783         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12784         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12785         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12786         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12787         * sieve-manage.el, spam-report.el, spam.el:
12788         Remove unnecessary eval-and-compile of autoloads.
12789
12790 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12791
12792         * auth-source.el: Precise Tramp doc.
12793
12794 2008-06-07  Glenn Morris  <rgm@gnu.org>
12795
12796         * nnmairix.el: Remove unnecessary eval-when-compile.
12797
12798 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * lpath.el: Fbind propertize for XEmacs 21.4.
12801
12802 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * nnir.el: Move here from ../contrib.
12805
12806 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12807
12808         * gnus-util.el (gnus-read-shell-command): New function.
12809         * mm-decode.el (mm-pipe-part):
12810         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12811
12812 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12815
12816 2008-06-03  Glenn Morris  <rgm@gnu.org>
12817
12818         * pop3.el (nnheader-accept-process-output): Autoload it.
12819
12820 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12823         are not 2-digit hexadecimal characters that follow `%'s.
12824
12825 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * message.el (message-bogus-recipient-p): Fix type in doc string.
12828         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12829         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12830         Improve custom options.
12831         (message-bogus-recipient-p): Adjust accordingly.
12832
12833 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12834
12835         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12836         long-form month and day names.
12837
12838 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * dgnushack.el: Autoload debug, eudc-expand-inline and
12841         pgg-snarf-keys-region for XEmacs.
12842
12843         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12844
12845         * nnmairix.el: Require edmacro when compiling with XEmacs.
12846
12847 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12850         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12851
12852 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12853
12854         * auth-source.el: Add more docs.
12855
12856         * netrc.el (netrc-machine): Always match if the port is not given.
12857
12858 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12859
12860         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12861         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12862         retrieval faster in some cases, but might make CPU usage larger.
12863         If this has any bad side effects, we might revert this change.
12864
12865         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12866         seems to make mail retrieval much, much faster.
12867         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12868         unconditionally.
12869
12870         * gnus-draft.el (gnus-group-send-queue):
12871         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12872
12873 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12876
12877         * message.el (message-bogus-address-regexp): Fix and improve custom
12878         type.
12879         (message-setup-hook): Add message-check-recipients as custom option.
12880
12881 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * message.el (message-cite-function): Remove bogus autoload which crept
12884         in during merge from v5-10.
12885
12886 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12887
12888         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12889
12890         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12891
12892         * auth-source.el: Preliminary Tramp docs.
12893         (auth-sources): Change the default auth-sources to use
12894         EPA .gpg files.
12895
12896 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12897
12898         * nntp.el: Autoload `auth-source-user-or-password'.
12899         (nntp-send-authinfo): Use it.
12900
12901         * nnimap.el: Autoload `auth-source-user-or-password'.
12902         (nnimap-open-connection): Use it.
12903
12904         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12905         for the gnus-message function.
12906         (auth-source-user-or-password): Use it.
12907
12908 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12909
12910         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12911         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12912         (rfc2104-hash): Use it.
12913
12914 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12915
12916         * gnus-art.el (gnus-article-toggle-truncate-lines):
12917         Don't use `iff' in docstring.
12918
12919 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12920
12921         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12922
12923         * gnus-util.el (gnus-extract-address-component-name)
12924         (gnus-extract-address-component-email): Convenience functions around
12925         `gnus-extract-address-components'.
12926
12927         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12928         Use `gnus-extract-address-component-email' to fix bug of comparing full
12929         sender name to `user-mail-address'.
12930
12931 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12932
12933         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12934         catch/throw to optimize.
12935         (gnus-registry-find-keywords): Just use member to find a keyword.
12936
12937 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12938
12939         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12940         is current before calling gnus-server-prepare.
12941         (gnus-server-setup-buffer, gnus-server-update-server)
12942         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12943
12944 2008-05-04  Juri Linkov  <juri@jurta.org>
12945
12946         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12947         (mailcap-file-default-commands): Use mailcap-replace-in-string
12948         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12949         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12950
12951 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12952
12953         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12954
12955 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12956
12957         * gnus.el: Bump version to 0.11.
12958
12959 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12960
12961         * gnus.el: No Gnus v0.10 is released.
12962
12963 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12964
12965         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12966         hooks.
12967         (gnus-update-read-articles): Speed up non-marks-using users.
12968         (gnus-use-marks): Define gnus-use-marks.
12969         (gnus-propagate-marks): Rename variable to something more sensible.
12970
12971 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12972
12973         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12974         (gmm-image-load-path-for-library): Fix typos in docstrings.
12975         (gmm-message): Reflow docstring.
12976
12977 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12978
12979         * mail-source.el (mail-source-set-1, mail-source-bind):
12980         Move auth-source code out of the macro to clean it up and fix bugs.
12981
12982 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12983
12984         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12985         by sender if it's equal to user-mail-address, it's likely to be
12986         useless.
12987
12988         * mail-source.el (mail-source-bind): Don't use user or password if they
12989         are not bound.  Unintern them if they are nil.  Don't use server unless
12990         it's bound, and default it to empty string otherwise.
12991
12992 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12993
12994         * mail-source.el: Load auth-source.el.
12995         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12996         get user name or password, if auth-sources is set up.
12997
12998         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12999         strategy of splitting with parent.
13000         (gnus-registry-split-fancy-with-parent)
13001         (gnus-registry-post-process-groups): Use it and fix prior
13002         bug (returning a list as the split result).
13003
13004         * auth-source.el (auth-sources): Remove server parameter.
13005         (auth-source-pick, auth-source-user-or-password)
13006         (auth-source-user-or-password-imap)
13007         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13008         (auth-source-user-or-password-sftp)
13009         (auth-source-user-or-password-smtp): Remove server parameter.
13010
13011 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13012
13013         * smime.el (smime-sign-region, smime-encrypt-region)
13014         (smime-decrypt-region):
13015         Remove redundant calls to `generate-new-buffer-name'.
13016
13017 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13018
13019         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13020         Don't use QP for message/rfc822.
13021         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13022
13023 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13024
13025         * sieve-manage.el (sieve-string-bytes): Remove.
13026         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13027         correct byte-length only if the process's coding-system is the same as
13028         the one used internally by Emacs to represent strings.
13029
13030 2008-04-22  Juri Linkov  <juri@jurta.org>
13031
13032         * mailcap.el (mailcap-file-default-commands): New function.
13033
13034 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * message.el (message-signature-separator, message-cite-function):
13037         Change custom version.
13038
13039 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13040
13041         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13042         commands.
13043         (tls-checktrust): Ditto.
13044
13045 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * mm-decode.el (mm-display-external): Make temp file read-only.
13048
13049 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13052         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13053         `C-c C-f d'.
13054
13055 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13056
13057         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13058
13059 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * gnus.el: Bump version to 0.9.
13062
13063 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * gnus.el: No Gnus v0.8 is released.
13066
13067 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13068
13069         * mail-source.el (mail-source-value):
13070         Prefer fboundp to functionp so it works with macros as well.
13071
13072 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13073
13074         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13075         Fix last change in case the element is not even a symbol.
13076
13077 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13078
13079         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13080         Prefer fboundp to functionp so it works with macros as well.
13081
13082 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13083
13084         * auth-source.el: Add docs.
13085         (auth-sources): Modify format to support server.
13086         (auth-source-pick, auth-source-user-or-password)
13087         (auth-source-user-or-password-imap)
13088         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13089         (auth-source-user-or-password-sftp)
13090         (auth-source-user-or-password-smtp): Add server parameter.
13091
13092 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13093
13094         * gnus-registry.el: Initialize the registry when gnus-registry-install
13095         is t.
13096
13097 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * compface.el (uncompface): Make buffer unibyte.
13100
13101 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13102
13103         * mail-source.el (mail-source-value):
13104         Prefer fboundp to functionp so it works with macros as well.
13105
13106 2008-04-05  Glenn Morris  <rgm@gnu.org>
13107
13108         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13109
13110 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13111
13112         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13113         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13114
13115         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13116         multibyteness after rather than before erasing it.
13117
13118         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13119         mm-with-multibyte.
13120         (gnus-request-article-this-buffer): Make sure the proper decoding is
13121         used if gnus-original-article-buffer happens to be unibyte.
13122
13123         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13124         default-enable-multibyte-characters.
13125
13126         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13127         default-enable-multibyte-characters.
13128
13129         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13130
13131         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13132
13133 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13134
13135         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13136         Fix last change in case the element is not even a symbol.
13137
13138 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13139
13140         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13141         (imap-message-copyuid-1): Use it.
13142         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13143         J. Williams in
13144         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13145
13146         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13147         imap-enable-exchange-bug-workaround.
13148         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13149
13150 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13151
13152         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13153         a 100 byte status-checks into a 2-3MB transfer for each group.
13154         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13155         to enable bug workaround or not.
13156         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13157
13158 2008-03-31  Glenn Morris  <rgm@gnu.org>
13159
13160         * message.el (mml2015-use): Declare for compiler.
13161         (message-info): Require mml2015 when appropriate.
13162
13163 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13166         whitespace.
13167
13168 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13169
13170         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13171         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13172         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13173         (nntp-service-to-port): New function.
13174         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13175         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13176         (nntp-open-netcat-stream): New function.
13177         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13178
13179 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13180
13181         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13182
13183 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13184
13185         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13186
13187 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13188
13189         * dns.el (dns-write): Use set-buffer-multibyte.
13190
13191 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13192
13193         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13194
13195 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13196
13197         * message.el (message-signature-separator): Change default.
13198         Improve custom type.
13199         (message-cite-function): Change default to
13200         message-cite-original-without-signature.
13201
13202         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13203         toggle.
13204
13205         * message.el (message-check-news-body-syntax): Fix signature check.
13206         (message-setup-1): Mark buffer as unmodified _after_ running
13207         message-setup-hook and handling message-alternative-emails.
13208         (message-shorten-references): Be more strict when building list of
13209         valid references to comply with GNKSA.
13210
13211         * gnus-group.el (gnus-read-ephemeral-bug-group)
13212         (gnus-read-ephemeral-debian-bug-group)
13213         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13214
13215         * message.el (message-info): Don't use booleanp which isn't supported
13216         in Emacs 21 and XEmacs.
13217
13218 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13221         gnus-group-gmane-group-download-format.
13222         (gnus-group-read-ephemeral-gmane-group): Rename from
13223         gnus-group-read-ephemeral-gmane-group.
13224         (gnus-read-ephemeral-gmane-group-url): Rename from
13225         gnus-group-read-ephemeral-gmane-group-url.
13226         (gnus-bug-group-download-format-alist): New variable.
13227         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13228         (gnus-read-ephemeral-emacs-bug-group): New commands.
13229
13230 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13233         (gnus-visible-headers): Improve custom type.
13234
13235 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * mml.el (mml-menu): Add workarounds for XEmacs.
13238
13239         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13240         X-Boundary header.
13241
13242         * message.el (message-simplify-recipients): Fix previous commit.
13243
13244 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13245
13246         * mm-util.el (mm-set-buffer-multibyte): New function.
13247         * mm-decode.el (mm-copy-to-buffer): Use it.
13248
13249         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13250         Prefer fboundp to functionp so it works with macros as well.
13251
13252 2008-03-19  Glenn Morris  <rgm@gnu.org>
13253
13254         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13255         Accidentally removed in the sync process with Emacs.
13256
13257 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * message.el (message-alter-recipients-discard-bogus-full-name):
13260         New function.
13261         (message-alter-recipients-function): New variable.
13262         (message-get-reply-headers): Use it.
13263         (message-replace-header): New helper function.
13264         (message-recipients-without-full-name): New variable.
13265         (message-simplify-recipients): New command.
13266
13267         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13268
13269         * message.el (message-info): Handle EasyPG manual.
13270
13271         * mml.el (mml-menu): Add entry for EasyPG.
13272
13273 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13274
13275         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13276         parameter.
13277
13278         * message.el (message-disassociate-draft): Specify drafts group name
13279         fully.
13280
13281 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13282
13283         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13284         Eliminate unnecessary duplicates from the match list.
13285
13286 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13289
13290         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13291
13292         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13293         args of `how-many' of which the XEmacs version doesn't take; declare
13294         Info-index-next as function.
13295
13296 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13297
13298         * gnus-score.el (gnus-score-headers): Fix handling of
13299         gnus-inhibit-slow-scoring.
13300
13301         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13302         string.
13303         (gnus-button-url-regexp): Improve handling of parenthesis.
13304         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13305         (gnus-button-handle-info-keystrokes): Handle index entries.
13306
13307 2008-03-15  Glenn Morris  <rgm@gnu.org>
13308
13309         * parse-time.el (parse-time-string): Simplify.
13310
13311 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13314         Incoming* files.
13315
13316 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13317
13318         * auth-source.el (auth-sources): Rename from auth-source-choices.
13319         (auth-source-pick): Use it.
13320
13321 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13322
13323         * binhex.el (binhex-decode-region-internal):
13324         * uudecode.el (uudecode-decode-region-internal):
13325         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13326         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13327         setting default-enable-multibyte-characters.
13328
13329 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13330
13331         * auth-source.el (auth-source-protocols)
13332         (auth-source-protocols-customize, auth-source-choices): Add and
13333         modified variable customizations and defaults.
13334         (auth-source-pick, auth-source-user-or-password)
13335         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13336         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13337         (auth-source-user-or-password-sftp)
13338         (auth-source-user-or-password-smtp): Use new variables and provide an
13339         interface to netrc.el.
13340
13341 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13344         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13345         Make sure the nntp port to specify is a string.
13346
13347 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13348
13349         * nntp.el: Use with-current-buffer.
13350         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13351         dubious mm-with-unibyte-current-buffer.
13352         (nntp-with-open-group-function): New function extracted from
13353         nntp-with-open-group macro.
13354         (nntp-with-open-group): Use the function, so it's easier to debug.
13355         Add indentation and debugging info.
13356         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13357         Recommend the use of the netcat alternatives.
13358
13359         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13360         Avoid mm-string-as-multibyte as well.
13361
13362         * nnweb.el (nnweb-insert-html):
13363         Remove use of nnheader-string-as-multibyte.
13364
13365         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13366         (nnheader-string-as-multibyte): Remove.
13367
13368         * mm-view.el: Use inhibit-read-only.
13369         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13370         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13371         or unibyte-string.
13372
13373         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13374         (mm-uu-yenc-extract): Use with-current-buffer.
13375
13376         * gnus-soup.el (gnus-soup-send-packet): Don't use
13377         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13378
13379         * nnmh.el: Use with-current-buffer.
13380         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13381         mm-string-as-multibyte on the output of mm-encode-coding-string.
13382
13383         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13384         (nnimap-request-move-article): Use with-current-buffer.
13385
13386         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13387         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13388         conversion uses string-make-unibyte rather than string-as-unibyte.
13389
13390         * gnus-msg.el: Use with-current-buffer.
13391
13392         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13393
13394 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13395
13396         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13397         string for caching if it is 'PIN.
13398
13399 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * lpath.el: Consider the case without Emacs/W3.
13402
13403 2008-03-08  Glenn Morris  <rgm@gnu.org>
13404
13405         * time-date.el (date-to-time, time-subtract, time-add)
13406         (safe-date-to-time): Doc fixes.
13407
13408 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * mail-source.el (mail-source-delete-old-incoming-confirm):
13411         Change default to nil.
13412         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13413
13414 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * lpath.el: Rearrange.
13417
13418         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13419         (gnus-article-goto-prev-page): Work for articles having ^L's.
13420
13421         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13422
13423         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13424
13425 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13426
13427         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13428         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13429         (gnus-bookmark-jump): Adjust some variable names.
13430
13431 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13432
13433         * auth-source.el: New package.
13434         (auth-source-choices): Add customization entry point variable.
13435
13436         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13437         bug.
13438
13439 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13440
13441         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13442         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13443         (gnus-registry-install-shortcuts): Rename from
13444         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13445         the `gnus-registry-mark-map' keymap dynamically from
13446         `gnus-registry-marks'.  The generated functions update the summary line
13447         when a registry mark is added or deleted, and will call
13448         `gnus-registry-install-p' (see the comments in the code).
13449         (gnus-registry-user-format-function-M): Use concat intelligently.
13450
13451         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13452         the registry mark functions.
13453
13454 2008-03-05  Glenn Morris  <rgm@gnu.org>
13455
13456         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13457         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13458         gnus-art.
13459         (top-level): No need to load own source when compiling.
13460
13461 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13464         Suggested by <chris.anderton@zetnet.co.uk>.
13465
13466 2008-03-04  Glenn Morris  <rgm@gnu.org>
13467
13468         * gnus-sum.el (top-level): No need to require gnus when compiling,
13469         since unconditionally required near start of file.
13470         (gnus-summary-display-while-building): Move definition before use.
13471
13472 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13473
13474         * gnus-registry.el (gnus-registry-user-format-function-M):
13475         Add formatting function.
13476
13477 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13478
13479         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13480         with plists.
13481         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13482         Use new format.
13483
13484 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13487         `where-is-internal' that returns a range of key sequences.
13488
13489 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13490
13491         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13492
13493         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13494         (gnus-summary-jump-to-group): Consider windows on other displayed
13495         frames as well.  Similar changes might be needed elsewhere, but that's
13496         the one I've bumped into during my use.
13497
13498         * nndoc.el (nndoc-oe-dbx-type-p):
13499         * gnus-msg.el (gnus-debug):
13500         * gnus-group.el (gnus-update-group-mark-positions):
13501         Use mm-string-to-multibyte.
13502
13503 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13506         doesn't handle NotDashEscaped.
13507
13508         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13509         (mml-dnd-attach-options): Fix typo in custom choice.
13510
13511         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13512         Change nndoc-article-type to mbox.
13513         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13514
13515         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13516         to nil, instead of html2text.
13517
13518         * imap.el (imap-debug): Add `imap-ping-server'.
13519
13520         * gnus-bookmark.el: Add FIXMEs.
13521
13522         * message.el (message-form-letter-separator)
13523         (message-send-form-letter-delay): New variables.
13524         (message-send-form-letter): Use them.  New command to send form
13525         letters.  Requested by Uwe Siart.
13526         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13527
13528 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * Update copyright years.
13531
13532 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         Sync from EMACS_22_BASE.
13535
13536         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13537
13538 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13539
13540         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13541         empty author.
13542
13543 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13544
13545         * gnus-registry.el (gnus-registry-marks): Add variable for
13546         customization of marks and their appearance.
13547         (gnus-registry-read-mark): Use it.
13548         (gnus-registry-do-marks): Add utility function to loop through
13549         `gnus-registry-marks'.
13550         (gnus-registry-install-shortcuts-and-menus): Add function to install
13551         shortcuts and menus.
13552         (gnus-registry-initialize): Use it.
13553         (gnus-registry-default-mark): Clarify documentation.
13554
13555 2008-02-29  Glenn Morris  <rgm@gnu.org>
13556
13557         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13558         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13559         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13560         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13561         Change defcustom :version from 23.0 to 23.1.
13562
13563 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13564
13565         * gnus-registry.el (gnus-registry-follow-group-p)
13566         (gnus-registry-post-process-groups): Add functions to aid registry
13567         splitting and improve logging.  Clarify behavior in function
13568         documentation.
13569         (gnus-registry-split-fancy-with-parent): Use them.
13570
13571 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13572
13573         * gnus-art.el: Use with-current-buffer.
13574
13575 2008-02-27  David Engster  <dengste@eml.cc>
13576
13577         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13578         Express real group name in the response.
13579
13580 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13583         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13584         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13585         autoload gnus-registry-fetch-group when compiling.
13586         (nnmairix-request-group-with-article-number-correction):
13587         Remove unreferenced argument passed to nnmairix-call-backend.
13588
13589 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13590
13591         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13592         (mm-uu-extract): Improve face for low color ttys.
13593         Reported by Sascha Wilde.
13594
13595 2008-02-27  Glenn Morris  <rgm@gnu.org>
13596
13597         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13598         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13599         variables to defconsts.  Convert comments to doc-strings.
13600         (nnmairix-last-server, nnmairix-current-server): Convert from free
13601         variables to defvars.  Convert comments to doc-strings.
13602         (gnus-registry-fetch-group): Autoload.
13603         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13604         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13605         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13606         caddr.
13607         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13608         nnmairix-request-group-with-article-number-correction call.
13609         (nnmairix-fast, nnmairix-group): New, less general names, for free
13610         variables passed from nnmairix-request-group to
13611         nnmairix-request-group-with-article-number-correction.  Declare.
13612         (nnmairix-request-group-with-article-number-correction):
13613         Use nnmairix-fast, nnmairix-group rather than fast, group.
13614
13615 2008-02-26  David Engster  <dengste@eml.cc>
13616
13617         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13618         version 0.5.
13619
13620 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13621
13622         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13623         instead of making an extra function call.  Don't add the current group
13624         to articles only when they have the group.  Use
13625         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13626         Reported by David <de_bb@arcor.de>.
13627
13628 2008-02-24  Miles Bader  <miles@gnu.org>
13629
13630         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13631         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13632         (mm-find-mime-charset-region):
13633         * mm-bodies.el (mm-encode-body):
13634         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13635
13636 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13639         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13640
13641 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * mail-source.el (mail-source-delete-incoming): Change default.
13644         Supplement doc string.
13645
13646         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13647
13648 2008-02-14  Glenn Morris  <rgm@gnu.org>
13649
13650         * time-date.el (format-seconds): New function.
13651
13652 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * nnmail.el (nnmail-message-id-cache-file): Derive from
13655         `gnus-home-directory'.
13656
13657 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13660         Document negative prefix.
13661
13662         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13663
13664 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13665
13666         * message.el (message-unsent-separator): Add the Exim bounce
13667         separator.
13668
13669 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13670
13671         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13672         list.
13673         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13674         recipient/signer list.
13675
13676 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * Makefile.in (datarootdir): Define.
13679         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13680         name that might contain whitespace.
13681
13682 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13685         fbound (Emacs 23 unicode), signal an error.
13686
13687 2008-02-08  Glenn Morris  <rgm@gnu.org>
13688
13689         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13690
13691 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13692
13693         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13694         ports to the calls to `netrc-machine-user-or-password' in addition to
13695         "imap" and "imaps".
13696
13697 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13698
13699         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13700
13701         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13702
13703 2008-02-01  Kenichi Handa  <handa@m17n.org>
13704
13705         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13706         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13707         (rfc2104-hash): Convert the result of concat to unibyte string.
13708
13709 2008-02-01  Dave Love  <fx@gnu.org>
13710
13711         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13712         coding-system-for-read.
13713         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13714
13715 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13718         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13719         <hanche@math.ntnu.no>.
13720
13721 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13724
13725         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13726
13727 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13728
13729         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13730         * message.el (message-beginning-of-line): Use featurep instead of bound
13731         tests in order to resolve conditionals at compile time.
13732
13733 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13734
13735         * mail-source.el (mail-sources): Add `group' choice.
13736
13737         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13738         parameter `in-group' to control into which group the articles go.
13739         Add treatment of `group' mail-source.
13740
13741 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13744
13745         * mm-decode.el (mm-dissect-buffer): Decode description.
13746
13747         * mml.el (mml-to-mime): Encode message header first.
13748
13749 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13752         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13753
13754         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13755         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13756
13757 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13758
13759         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13760
13761 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13764         prefix keys.
13765         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13766         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13767         gnus-xmas.el.
13768
13769         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13770         (gnus-xmas-article-describe-bindings): New function.
13771         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13772         gnus-xmas-article-describe-bindings.
13773
13774         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13775
13776 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13777
13778         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13779         Add new variables for article mark management.
13780         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13781         list of extra data entries which, when present, will indicate that the
13782         article ID should not be trimmed from the registry.
13783         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13784         functions.
13785         (gnus-registry-read-mark): New function to read a mark name from the
13786         user.
13787         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13788         (gnus-registry-set-article-mark-internal): New functions to add and
13789         remove marks.
13790         (gnus-registry-get-article-marks): New function to show the marks for
13791         an article, or retrieve them for further use.
13792
13793 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13796         keys when no argument is given.
13797
13798 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * imap.el (imap-ping-server): New variable.
13801         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13802         (imap-ping-server): Minor doc string fixes.
13803
13804 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13805
13806         * imap.el (imap-ping-server): New function.
13807         (imap-opened): Call imap-ping-server.
13808
13809 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * gnus-sum.el (gnus-article-sort-by-random)
13812         (gnus-thread-sort-by-random): Fix doc strings.
13813         Reported by jidanni@jidanni.org.
13814
13815 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-art.el (gnus-article-describe-bindings): New function.
13818         (gnus-article-read-summary-keys): Use it.
13819         (gnus-article-mode-map): Bind `C-h b' to it.
13820
13821 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13824         XEmacs.
13825         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13826         Protect against non-character events.
13827
13828         * lpath.el: Fbind map-keymap for Emacs 21.
13829
13830 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13831
13832         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13833         New command.
13834         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13835         instead of END.  Change name of the temp file.
13836         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13837         customizable.
13838
13839 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13842         bind `S W' to gnus-article-wide-reply-with-original; set default
13843         binding to gnus-article-read-summary-send-keys.
13844         (gnus-article-read-summary-keys): Fix the order of keys; display
13845         continuation keys correctly in the echo area; describe bindings
13846         correctly when keys end with `C-h'.
13847         (gnus-article-read-summary-send-keys): New function.
13848         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13849         Work for gnus-article-read-summary-send-keys; display continuation keys
13850         correctly in the echo area.
13851         (gnus-article-reply-with-original): Ignore prefix argument.
13852         (gnus-article-wide-reply-with-original): New function.
13853
13854         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13855         Emacs 21.
13856
13857 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13860         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13861
13862 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13865         (gnus-group-read-ephemeral-gmane-group): New command.
13866
13867 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13868
13869         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13870
13871 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * message.el (message-send-mail-function): Increase custom version.
13874
13875         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13876         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13877
13878 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13879
13880         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13881         for the cases where imap-authenticate is called with a nil buffer
13882         parameter.
13883
13884 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13887         html parts correctly; support forwarded messages.
13888         (gnus-article-browse-html-article): Remove work buffers.
13889
13890         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13891         compiling.
13892         (netrc-bound-and-true-p): New macro.
13893         (netrc-parse): Use it instead of bound-and-true-p that is not available
13894         in XEmacs 21.4.
13895
13896 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13897
13898         * gnus-registry.el (gnus-registry-mark-article)
13899         (gnus-registry-article-marks): Add functionality to mark articles
13900         through the Gnus registry.
13901
13902         * encrypt.el: Clarify documentation for the new pgg method.
13903         (encrypt-file-alist): Add PGG option.
13904         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13905         functionality.  Abstract password key and messaging to external
13906         functions.
13907         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13908         (encrypt-message-method-and-cipher): Add new convenience external
13909         functions.
13910         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13911         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13912
13913         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13914         (netrc-parse): Use encrypt-file-alist to determine if
13915         encrypt-find-model or encrypt-insert-file-contents should be used.
13916
13917         * encrypt.el: Clarify documentation.  Load password-cache or
13918         password, whichever one is found first, instead of autoloading.
13919
13920 2007-12-19  Glenn Morris  <rgm@gnu.org>
13921
13922         * mml.el (message-options-set, message-narrow-to-head)
13923         (message-in-body-p, message-mail-p, message-encode-message-body):
13924         Autoload.
13925         (message-remove-header, message-narrow-to-headers-or-head)
13926         (message-subscribed-p, message-make-mail-followup-to)
13927         (message-position-on-field, message-news-p)
13928         (message-options-set-recipient, message-generate-headers)
13929         (message-sort-headers): Declare as functions.
13930
13931 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13934         convention in doc string.
13935
13936 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13939         title to html parts.
13940         (gnus-article-browse-html-article): Pass message header to it.
13941
13942         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13943
13944 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13947         or password compatible with XEmacs.
13948
13949 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13950
13951         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13952         format document.
13953         (gnus-mime-delete-part): Don't write description line if empty.
13954         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13955
13956 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13957
13958         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13959         (gnus-summary-mark-read-and-unread-as-read)
13960         (gnus-summary-mark-current-read-and-unread-as-read)
13961         (gnus-summary-mark-unread-as-ticked): Doc fix.
13962         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13963
13964 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13967         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13968
13969 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13972         yes-or-no-p.
13973
13974 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * mm-decode.el (mm-add-meta-html-tag): New function.
13977         (mm-save-part-to-file, mm-pipe-part): Use it.
13978
13979         * gnus-art.el (gnus-article-browse-delete-temp-files):
13980         Use gnus-y-or-n-p instead of y-or-n-p.
13981         (gnus-article-browse-html-parts): Work with message/external-body; use
13982         mm-add-meta-html-tag.
13983
13984 2007-12-11  Glenn Morris  <rgm@gnu.org>
13985
13986         * gnus-cache.el: Require gnus-sum not just when compiling.
13987
13988         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13989
13990         * gnus-int.el (gnus-server-opened, gnus-status-message):
13991         Move definitions before use.
13992
13993         * mm-decode.el: Require gnus-util.
13994         (mm-remove-part): Only call delete-annotation on XEmacs.
13995
13996         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13997
13998         * nnmail.el: Require gnus-int.
13999
14000         * spam.el: Move `require's before `eval-when-compile's.
14001
14002         * gnus-ems.el (gnus-alive-p):
14003         * gnus-fun.el (message-goto-eoh):
14004         * gnus-util.el (gnus-group-name-decode):
14005         * mail-source.el (gnus-compress-sequence):
14006         * message.el (Info-goto-node, format-spec):
14007         * mm-bodies.el (message-options-get):
14008         * mm-decode.el (mm-view-pkcs7):
14009         * mm-util.el (gmm-write-region):
14010         * mml-smime.el (mml-compute-boundary)
14011         (gnus-completing-read-with-default):
14012         * mml.el (widget-button-press, gnus-make-hashtable):
14013         * mml1991.el (mm-decode-content-transfer-encoding)
14014         (mm-encode-content-transfer-encoding)
14015         (message-options-get, message-options-set):
14016         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14017         * nnfolder.el (gnus-request-group):
14018         * nnheader.el (ietf-drums-unfold-fws):
14019         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14020         * smime.el (gnus-run-mode-hooks):
14021         * spam-stat.el (gnus-message): Autoload.
14022
14023         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14024         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14025         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14026         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14027         Add declare-function compatibility definition.
14028
14029         * gnus-cache.el (nnvirtual-find-group-art):
14030         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14031         (gnus-add-image, gnus-add-wash-type):
14032         * gnus-group.el (nnkiboze-score-file):
14033         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14034         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14035         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14036         (message-tokenize-header, gnus-get-buffer-create)
14037         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14038         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14039         * gnus.el (gnus-group-decoded-name):
14040         * mail-source.el (imap-capability):
14041         * mm-bodies.el (message-options-set):
14042         * mm-decode.el (gnus-configure-windows):
14043         * mm-extern.el (message-goto-body):
14044         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14045         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14046         (epg-sub-key-validity, message-options-set):
14047         * mml.el (widget-event-point, gnus-configure-windows):
14048         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14049         * mml2015.el (epg-check-configuration, epg-configuration)
14050         (message-options-set):
14051         * nndb.el (nndb-request-article):
14052         * nnfolder.el (gnus-request-create-group):
14053         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14054         * nnmaildir.el (gnus-group-mark-article-read):
14055         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14056         * rfc1843.el (message-fetch-field):
14057         * spam.el (gnus-extract-address-components):
14058         Declare as functions.
14059
14060 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14063
14064         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14065
14066         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14067         bind show-trailing-whitespace for XEmacs.
14068
14069 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14072         new no-op macro for backward compatibility.
14073
14074         * imap.el (imap-string-to-integer): New function.
14075
14076 2007-12-09  Glenn Morris  <rgm@gnu.org>
14077
14078         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14079
14080         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14081         * message.el, mm-view.el, sieve-manage.el, smime.el:
14082         Add declare-function compatibility definition.
14083
14084         * gnus-art.el (w3-region, w3m-region, Info-menu):
14085         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14086         * gnus-sum.el (gnus-get-predicate):
14087         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14088         * message.el (mail-abbrev-in-expansion-header-p):
14089         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14090         (w3m-detect-meta-charset, w3m-region):
14091         * sieve-manage.el (password-read, password-cache-add)
14092         (password-cache-remove):
14093         * smime.el (password-read-and-add): Declare as functions.
14094
14095 2007-12-08  David Kastrup  <dak@gnu.org>
14096
14097         * gnus-sum.el (gnus-summary-simplify-subject-query):
14098         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14099         `message'.
14100
14101 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14104         it to bind idna-program, installation-directory, defined-colors, and
14105         face-attribute for XEmacs of the version that compiles defcustom forms.
14106
14107 2007-12-07  Glenn Morris  <rgm@gnu.org>
14108
14109         * gnus-art.el (article-make-date-line): Revert previous change.
14110
14111 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14112
14113         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14114
14115 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14116
14117         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14118         Call gnus-add-to-range ranges only once with a prepared article-list.
14119
14120 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14121
14122         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14123         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14124         group names with backslashes.
14125         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14126
14127 2007-12-06  Deepak Goel  <deego3@gmail.com>
14128
14129         * gnus-art.el (article-make-date-line):
14130         * gnus-start.el (gnus-load):
14131         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14132
14133 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * gnus-art.el (gnus-use-idna):
14136         * gnus-start.el (gnus-site-init-file):
14137         * message.el (message-use-idna):
14138         * mm-uu.el (mm-uu-hide-markers):
14139         * smiley.el (smiley-style): Revert changes that suppress warnings.
14140
14141 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14144         specify charset to html source.
14145         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14146
14147 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14150         idna-program in order to suppress byte compile warning issued by XEmacs
14151         that came to byte compile the default value section of defcustom forms
14152         recently.
14153
14154         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14155         value of installation-directory.
14156
14157         * message.el (message-use-idna): Don't directly refer to the value of
14158         idna-program.
14159
14160         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14161
14162         * smiley.el (smiley-style): Don't directly call face-attribute.
14163
14164 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14165
14166         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14167
14168         * gnus-dired.el: Reduce Gnus dependencies.
14169         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14170         Don't require.  Use autoloads instead.
14171         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14172         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14173         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14174         (gnus-dired-mode): Adjust doc string.
14175         (gnus-dired-mail-mode): New variable.
14176         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14177         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14178         (gnus-dired-mail-buffers): New function.  Return mail or message
14179         composition buffers.
14180         (gnus-dired-attach): Use it.
14181         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14182         NO-DECODE.
14183         (gnus-dired-print): Use `gnus-print-buffer' depending on
14184         `gnus-dired-mail-mode'.
14185
14186 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * rfc2047.el (rfc2047-encoded-word-regexp)
14189         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14190         explaining what regexp patterns are for.
14191
14192 2007-12-04  Glenn Morris  <rgm@gnu.org>
14193
14194         * password.el: Move to password-cache.el.
14195
14196         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14197         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14198         * mml-smime.el (password-read, password-cache-add)
14199         (password-cache-remove):
14200         No need to autoload, since mml-sec requires password.
14201
14202         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14203         * message.el (gnus-extract-address-components):
14204         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14205
14206         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14207         password.
14208
14209 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * mailcap.el: Reduce dependencies.
14212         (mail-header-parse-content-type): Autoload.
14213         (mailcap-delete-duplicates): New alias.
14214         (mailcap-mime-info): Add optional argument NO-DECODE.
14215         (mailcap-mime-types): Use mailcap-delete-duplicates.
14216
14217         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14218
14219 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14220
14221         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14222         (imap-parse-status): Upcase status-att for servers that sends them
14223         lower-case (e.g., MS Exchange 2007).
14224
14225 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14226
14227         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14228         function.
14229
14230         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14231         (gnus-uu-yenc-article): New function.
14232
14233         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14234
14235         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14236
14237 2007-12-02  Glenn Morris  <rgm@gnu.org>
14238
14239         * binhex.el (binhex): New custom group.
14240         (binhex-decoder-program, binhex-decoder-switches)
14241         (binhex-use-external): Move to the binhex custom group.
14242
14243         * uudecode.el (uudecode): New custom group.
14244         (uudecode-decoder-program, uudecode-decoder-switches)
14245         (uudecode-use-external): Move to the uudecode custom group.
14246
14247         * netrc.el (top-level): Don't load `encrypt' features.
14248         (netrc-parse): Don't use encrypt.
14249         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14250
14251         * encrypt.el: Remove file.
14252
14253 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14256         matches on patches.
14257
14258         * gnus-art.el (gnus-article-browse-html-article):
14259         Mention `mm-text-html-renderer' in the doc string.
14260
14261         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14262         string.  Add comments.
14263
14264         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14265         if rhs is ASCII.
14266
14267 2007-12-01  Glenn Morris  <rgm@gnu.org>
14268
14269         * mail-source.el (top-level): Require format-spec before
14270         eval-when-compile.
14271
14272 2007-11-30  Glenn Morris  <rgm@gnu.org>
14273
14274         * encrypt.el: Require password, rather than autoloading password-read.
14275
14276 2007-11-29  Glenn Morris  <rgm@gnu.org>
14277
14278         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14279         (sasl-make-client, sasl-next-step, sasl-step-data)
14280         (sasl-step-set-data): Declare as functions.
14281
14282 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14285
14286 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14287
14288         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14289         certs should be verified and what is to be done in the event of a
14290         verification failure.
14291
14292         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14293         caller can indicate whether the cache should be disregarded for this
14294         call.  This way the result of the call is reproducible at all times and
14295         can be considered a canonical server name for the supplied method.
14296         (gnus-agent-method-p): Canonicalize server names by pushing their
14297         method through `gnus-method-to-server' using the no-cache argument.
14298
14299         * gnus-srvr.el (gnus-server-insert-server-line):
14300         Call `gnus-method-to-server' with `no-cache' argument.
14301
14302         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14303         gnus-agent-possibly-synchronize-flags as this should be called when the
14304         server is actually being opened.
14305         (gnus-agent-possibly-synchronize-flags)
14306         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14307         flags file of an agentized server to the latter function.
14308
14309         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14310         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14311         after a connection has been established successfully.
14312
14313 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-art.el (article-display-face): Force to display face if called
14316         interactively; check if gnus-article-x-face-too-ugly matches author.
14317         (article-display-x-face): Display face even if From header is missing
14318         as article-display-face does.
14319
14320 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14321
14322         * hashcash.el (message-narrow-to-headers-or-head)
14323         (message-fetch-field, message-goto-eoh)
14324         (message-narrow-to-headers): Declare as functions.
14325
14326 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * mail-source.el (mail-sources): Default to fetch from file for
14329         compatibility with default of nnmail-spool-file.
14330
14331 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14334         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14335         to look for encoded word that should be encoded again.
14336         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14337         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14338         encoding pattern.
14339         (rfc2047-decode-region): Switch strict regexp and loose one according
14340         to rfc2047-allow-irregular-q-encoded-words.
14341
14342 2007-11-25  Romain Francoise  <romain@orebokech.com>
14343
14344         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14345
14346 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * tls.el (tls-program): Provide more custom choices from
14349         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14350         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14351
14352 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14355         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14356
14357         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14358         `nnmail-spool-file'.
14359
14360         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14361         `nnmail-spool-file'.
14362
14363         * gnus-move.el (gnus-change-server): Ditto.
14364
14365         * gnus-kill.el (gnus-batch-score): Ditto.
14366
14367         * gnus-cache.el (gnus-jog-cache): Ditto.
14368
14369         * gnus-msg.el (gnus-summary-reply):
14370         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14371
14372 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14375         version.  Minor improvement to doc strings.
14376         (tls-program): Add comment.
14377
14378 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14379
14380         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14381         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14382         mismatch between the hostname provided in the certificate and the name
14383         of the host connnecting to.
14384         (open-tls-stream): Use them.  Check certificates against trusted root
14385         certificates.
14386
14387 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus-cache.el (gnus-cache-generate-nov-databases):
14390         Use nnml-generate-nov-databases-directory instead of
14391         nnml-generate-nov-databases-1.
14392
14393 2007-11-24  Glenn Morris  <rgm@gnu.org>
14394
14395         * message.el (message-tool-bar-retro): Update for rename
14396         mail_send.xpm->mail-send.xpm.
14397
14398 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14401         `smime-ldap-search' for Emacs 22 and up.
14402
14403 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14404
14405         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14406
14407         * message.el (message-send-mail-function): Fix error convention.
14408         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14409         (message-widen-reply, message-send-mail, message-talkative-question)
14410         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14411         (message-clone-locals, message-send-news): Use with-current-buffer.
14412         (message-insert-or-toggle-importance): Remove unused var `valid'.
14413         (message-make-references): Remove unused var `new-references'.
14414         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14415
14416 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14417
14418         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14419         (spam-split-symbolic-return-positive): Reflow docstring.
14420         (spam-backends, spam-summary-exit-behavior)
14421         (spam-mark-ham-unread-before-move-from-spam-group)
14422         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14423         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14424         (spam-clear-cache, spam-backend-check, spam-install-backend)
14425         (spam-install-statistical-backend, spam-list-of-processors)
14426         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14427         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14428         (spam-check-crm114, spam-initialize, spam-unload-hook):
14429         Fix typos in docstrings.
14430
14431 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14434         been checked if they have never been read and those group levels are
14435         higher than the one that a user specified.
14436
14437 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14440         foreign groups unless a group level is specified by a user.
14441         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14442
14443 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14444
14445         * message.el (message-send-mail-function): Require sendmail.
14446
14447 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14448
14449         * message.el (message-send-mail-function): Check for smtpmail too.
14450
14451         * utf7.el (utf7-encode, utf7-decode): Use coding system
14452         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14453
14454         * message.el (message-send-mail-function): New function.
14455         (message-send-mail-function): Set default using
14456         message-send-mail-function.  Adjust doc string.
14457         (message-send-mail-with-mailclient): New function.
14458
14459 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14460
14461         * smime.el (from):
14462         * rfc2047.el (message-posting-charset):
14463         * qp.el (mm-use-ultra-safe-encoding):
14464         * pop3.el (parse-time-months):
14465         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14466         * nnml.el (files):
14467         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14468         (jka-compr-compression-info-list, ange-ftp-path-format)
14469         (efs-path-regexp):
14470         * nndiary.el (files):
14471         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14472         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14473         (epg-digest-algorithm-alist, inhibit-redisplay)
14474         (password-cache-expiry):
14475         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14476         (pgg-output-buffer, password-cache-expiry):
14477         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14478         (efs-path-regexp):
14479         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14480         (inhibit-redisplay):
14481         * mm-uu.el (file-name, start-point, end-point, entry)
14482         (gnus-newsgroup-name, gnus-newsgroup-charset):
14483         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14484         (latin-unity-ucs-list):
14485         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14486         (mm-uu-binhex-decode-function):
14487         * message.el (gnus-message-group-art, gnus-list-identifiers)
14488         (rmail-enable-mime-composing, gnus-local-organization)
14489         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14490         (gnus-read-active-file, facemenu-add-face-function)
14491         (facemenu-remove-face-function, gnus-article-decoded-p)
14492         (tool-bar-mode):
14493         * mail-source.el (display-time-mail-function):
14494         * gnus-util.el (nnmail-pathname-coding-system)
14495         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14496         (gnus-original-article-buffer, gnus-user-agent)
14497         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14498         (xemacs-codename, sxemacs-codename, emacs-program-version):
14499         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14500         * gnus-start.el (gnus-agent-covered-methods)
14501         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14502         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14503         (gnus-newsgroup-headers, gnus-group-list-mode)
14504         (gnus-group-mark-positions, gnus-newsgroup-data)
14505         (gnus-newsgroup-unreads, nnoo-state-alist)
14506         (gnus-current-select-method, mail-sources)
14507         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14508         (nnmail-spool-file, gnus-cache-active-hashtb):
14509         * gnus-mh.el (mh-lib-progs):
14510         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14511         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14512         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14513         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14514         (gnus-group-buffer):
14515         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14516         (font-lock-set-defaults):
14517         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14518         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14519         (gnus-summary-post-menu, total-parts, type, condition, length):
14520         * gnus-agent.el (gnus-agent-read-agentview):
14521         * flow-fill.el (show-trailing-whitespace):
14522         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14523         eval-and-compile wrappers for byte compiler pacifiers.
14524
14525         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14526         (mm-display-inline-fontify): Check for featurep 'xemacs not
14527         extent-list.
14528
14529         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14530         itimer-list.
14531         (mm-create-image-xemacs): Only do something for XEmacs.
14532         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14533
14534         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14535
14536         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14537         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14538
14539 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14540
14541         * nnimap.el (nnimap-split-download-body):
14542         * gnus-demon.el (gnus-demon):
14543         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14544
14545 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14548         New macros.
14549         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14550         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14551         copy data from unibyte buffer to multibyte current buffer.
14552         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14553         to copy data from unibyte current buffer to multibyte buffer.
14554         (nntp-make-process-buffer): Make process buffer unibyte.
14555
14556         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14557
14558 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14559
14560         * pop3.el (pop3-open-server): Accept and process data more robustly at
14561         connection start to avoid spurious "POP SSL connection failed" errors.
14562
14563 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14566         read group names.
14567
14568 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14571
14572 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14575         (nnmail-save-active): Use a unibyte buffer when saving active file,
14576         which may contain non-ASCII group names.
14577
14578         * nnml.el (nnml-request-group): Decode group names in messages.
14579
14580 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * message.el (message-citation-line-function)
14583         (message-insert-formatted-citation-line): Fix spelling of
14584         `message-insert-formated-citation-line'.
14585
14586 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14587
14588         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14589
14590 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14593         nnmail-pathname-coding-system.
14594
14595         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14596         that a user enters; decode group names in messages.
14597
14598         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14599
14600 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14603
14604         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14605
14606         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14607         risky local variable.
14608
14609         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14610
14611 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14612
14613         * encrypt.el: Improve documentation to fix function name typo.
14614         Reported by Daiki Ueno <ueno@unixuser.org>.
14615
14616 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14619         even if the point is not in the last page of an article.
14620         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14621         back to the previous page.
14622
14623 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14626
14627 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14630
14631 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14632
14633         * message.el (message-check-news-body-syntax):
14634         Avoid mm-string-as-multibyte.
14635         (message-hide-headers): Don't assume (point-min)==1.
14636
14637 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14638
14639         * message.el (message-remove-blank-cited-lines): Fix if remove is
14640         given.
14641         (message-bogus-address-regexp): New variable.
14642         (message-bogus-recipient-p): New function.
14643         (message-check-recipients): New command.
14644         (message-syntax-checks): Add `bogus-recipient'.
14645         (message-fix-before-sending): Add `bogus-recipient'.
14646
14647         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14648         (gnus-treat-body-boundary): Don't test window-system.
14649
14650 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14651
14652         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14653
14654 2007-10-28  Miles Bader  <miles@gnu.org>
14655
14656         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14657         at compile-time too.
14658
14659 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14660
14661         * gnus-msg.el (gnus-message-setup-hook):
14662         Add `message-remove-blank-cited-lines' to options.
14663
14664 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14665
14666         * message.el (message-remove-blank-cited-lines): New function.
14667         Suggested by Karl Plästerer.
14668
14669 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14672         mapc.
14673
14674         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14675         (top-level): Use mapc to set functions to be traced for debugging.
14676
14677         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14678         called for effect with while loop.
14679
14680         * message.el (message-talkative-question): Replace mapcar called for
14681         effect with mapc.
14682
14683         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14684         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14685         called for effect with dolist.
14686
14687         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14688
14689         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14690         gnus-extra-headers and nnmail-extra-headers.
14691
14692         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14693         called for effect with dolist.
14694         (top-level): Use mapc to set functions to be traced for debugging.
14695
14696         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14697         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14698         dolist.
14699
14700         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14701         Replace mapcar called for effect with mapc.
14702         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14703         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14704         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14705         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14706
14707         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14708         remove-if that's a cl function.
14709
14710         * webmail.el (webmail-debug): Replace mapcar called for effect with
14711         dolist.
14712
14713         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14714         with mapc.
14715
14716 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14719         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14720         with while loop.
14721
14722         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14723         functions from article-* functions.
14724         (gnus-multi-decode-header): Replace mapcar called for effect with
14725         dolist.
14726
14727         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14728         (gnus-bookmark-show-details): Replace mapcar called for effect with
14729         while loop.
14730
14731         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14732         called for effect with while loop.
14733
14734         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14735         with dolist.
14736
14737         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14738         Replace mapcar called for effect with dolist.
14739
14740         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14741
14742         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14743         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14744         Replace mapcar called for effect with dolist.
14745         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14746         mapc.
14747
14748         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14749         Replace mapcar called for effect with dolist.
14750         (gnus-topic-list): Replace mapcar called for effect with mapc.
14751
14752         * gnus.el: Use mapc instead of mapcar to add autoloads.
14753
14754 2007-10-23  Richard Stallman  <rms@gnu.org>
14755
14756         * gnus-group.el (gnus-group-highlight): Mark as risky.
14757
14758 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * gnus.el (gnus-server-to-method): Return method found first in
14761         gnus-newsrc-alist.
14762
14763         * gnus-art.el (gnus-article-highlight-signature)
14764         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14765         button overlay without the front stickiness.
14766
14767 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14768
14769         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14770         overview buffer needed a catch to receive its throw.
14771         (gnus-agent-flush-cache): Declare as interactive to make this function
14772         easier to use.
14773
14774 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14777         `next-line'.
14778
14779 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14782         exclude address matching message-dont-reply-to-names.
14783
14784 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * gnus-util.el (gnus-string<): New function.
14787
14788         * gnus-sum.el (gnus-article-sort-by-author)
14789         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14790
14791 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14794         the frame-focus tag is set in gnus-buffer-configuration.
14795
14796 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14799         the front stickiness.
14800
14801 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14804         url pattern; remove duplicate one.
14805         (gnus-article-extend-url-button): New function.
14806         (gnus-article-add-buttons): Use it.
14807         (gnus-button-push): Use concatenated url that it makes.
14808
14809 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14810
14811         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14812
14813 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14814
14815         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14816         Don't hardcode point-min==1.
14817
14818 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14821         Fix comment about "iso8859-1".
14822
14823 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14824
14825         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14826         ones returned from the verify-function.
14827
14828         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14829         Call mml2015-extract-cleartext-signature if extraction failed.
14830
14831 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14832
14833         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14834         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14835         failed.
14836
14837 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14840
14841 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14842
14843         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14844         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14845         recommends to use EasyPG instead of PGG.
14846
14847         * pgg.el: Revert to revision 6.23.2.16.
14848
14849         * pgg-def.el: Revert to revision 6.6.2.14.
14850
14851         * pgg-gpg.el: Revert to revision 6.23.2.34.
14852
14853 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14854
14855         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14856         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14857         thread for both the null and zero (kill/expire thread) universal prefix
14858         cases.
14859         (gnus-summary-expire-thread): Add new function to expire a thread,
14860         using gnus-summary-kill-thread.
14861         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14862         shortcuts for gnus-summary-expire-thread.
14863         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14864         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14865
14866 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14867
14868         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14869         extras value, so an extras entry can be deleted.
14870         (gnus-registry-delete-extra-entry): Use it.
14871         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14872         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14873         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14874         storage through the gnus-registry, and provide an appropriate API for
14875         it.
14876
14877 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14880         Suggested by Leo <sdl.web@gmail.com>.
14881
14882         * gnus.el: Do.
14883
14884 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14887         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14888
14889         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14890
14891         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14892         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14893
14894 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14897         newline.
14898         (nnmbox-request-accept-article): Don't change article in source buffer;
14899         narrow to header to use message-fetch-field rather than
14900         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14901         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14902         as delimiters; make sure article ends with newline.
14903         (nnmbox-delete-mail): Correct last position of article to be deleted;
14904         ignore X-Gnus-Newsgroup header in article body.
14905         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14906         positions; make sure article ends with newline.
14907
14908         * message.el (message-display-abbrev): Don't infloop when a user
14909         inserts SPC in the beginning of header.
14910
14911         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14912         coding-system-for-read and coding-system-for-write for XEmacs having no
14913         file-coding feature.
14914
14915         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14916
14917 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14918
14919         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14920         list of groups not followed by default.  Fix type to be regexp.
14921         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14922
14923 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14924
14925         * hmac-def.el (define-hmac-function): Switch from old-style to
14926         new-style backquotes.
14927
14928         * md4.el (md4-make-step): Likewise.
14929
14930 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14933         raw-text coding system when saving .newsrc file, which may contain
14934         non-ASCII group names.
14935
14936 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-cus.el (gnus-score-extra): New widget.
14939         (gnus-score-extra-convert): New function.
14940         (gnus-score-customize): Use it for Extra.
14941
14942 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14943
14944         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14945         (mml2015-mailcrypt-clear-verify): Use it.
14946         (mml2015-gpg-clear-verify): Use it.
14947         (mml2015-pgg-clear-verify): Use it.
14948         (mml2015-epg-clear-verify): Replace the current part with the output
14949         from GnuPG; don't extract the plaintext by itself.
14950
14951         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14952         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14953         mml2015-clear-verify-function; don't touch the armor headers or
14954         dash-escaped text here.
14955
14956 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14959         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14960         parts, or application/octet-stream as a last resort.
14961         (gnus-mime-view-part-as-type): Don't toggle display.
14962         (gnus-mime-view-part-as-charset): Don't turn off display before
14963         querying charset.
14964
14965         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14966         stuff to undisplayer function in Emacs.
14967         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14968
14969         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14970         text/calendar parts.
14971
14972 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14975         decoding text/calendar parts.
14976
14977         * message.el (message-forward-make-body-mime): Always mark body as
14978         having no illegible text; remove signed-or-encrypted argument.
14979         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14980
14981         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14982         (mml-generate-mime-1): Don't encode body if it is specified to be in
14983         raw form; don't make buffer be unibyte when inserting multibyte string.
14984
14985 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14986
14987         * sha1.el: Fix up comment style.
14988         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14989         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14990
14991         * hex-util.el: Fix up comment style.
14992         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14993
14994         * gnus-salt.el: Use with-current-buffer.
14995         (gnus-pick-setup-message): Fix long-standing typo.
14996
14997 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * imap.el (imap-logout-timeout): New variable.
15000         (imap-logout, imap-logout-wait): New functions.
15001         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15002
15003         * nnimap.el (nnimap-logout-timeout): New server variable.
15004         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15005         nnimap-logout-timeout.
15006
15007         * gnus-art.el (gnus-article-summary-command-nosave)
15008         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15009
15010 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * gnus.el (gnus-maximum-newsgroup): New variable.
15013
15014         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15015         according to gnus-maximum-newsgroup.
15016
15017         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15018         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15019         Limit the range of articles according to gnus-maximum-newsgroup.
15020
15021 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15022
15023         * gnus-art.el (gnus-sticky-article): Fix problems described in
15024         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15025         Don't perform gnus-configure-windows here; reuse existing sticky
15026         article buffer.
15027
15028         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15029         it doesn't exist in gnus-article-mode.
15030
15031 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15034         (gnus-agent-decoded-group-name): New function.
15035         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15036         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15037
15038 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15039
15040         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15041         Add binding for gnus-sticky-article.
15042         (gnus-summary-exit): Don't kill sticky article buffers.
15043
15044         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15045         article buffer.
15046         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15047         (gnus-kill-sticky-article-buffers): New commands.
15048
15049 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * nntp.el (nntp-xref-number-is-evil): New server variable.
15052         (nntp-find-group-and-number): If it is non-nil, don't trust article
15053         numbers in the Xref header.
15054
15055 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-agent.el (gnus-agent-read-group): New function.
15058         (gnus-agent-flush-group, gnus-agent-expire-group)
15059         (gnus-agent-regenerate-group): Use it.
15060         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15061         nnmail-pathname-coding-system.
15062
15063 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15066
15067         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15068         that are unread as unread, and also as selected so that information of
15069         marks having been changed by a user may be updated when exiting group.
15070
15071 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15074
15075 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15078         calculated ignoring signature parts to gnus-treat-article.
15079
15080 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15083         a point here in order to keep the window start.
15084         (gnus-insert-mime-security-button): Make a button overlay without the
15085         front stickiness.
15086         (gnus-mime-display-security): Goto the end of a button.
15087
15088         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15089
15090 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15093         group-name-at-point.
15094         (gnus-group-completing-read): New function that offers decoded
15095         non-ASCII group names for completion.
15096         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15097         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15098         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15099         (gnus-group-fetch-control): Use it.
15100         (gnus-fetch-group): Use group-name-at-point for the initial value
15101         rather than the default value; use gnus-alive-p.
15102
15103         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15104         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15105         (gnus-summary-post-news): Use gnus-group-completing-read.
15106
15107         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15108         (gnus-read-move-group-name): Decode group name for completion.
15109
15110 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15111
15112         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15113         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15114         Yamaoka slightly modified the code).
15115
15116 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15119         (nnmail-split-incoming): Bind it.
15120
15121         * nnml.el (nnml-group-name-charset): New function.
15122         (nnml-decoded-group-name): Use it; don't decode group name if
15123         nnmail-group-names-not-encoded-p is non-nil.
15124         (nnml-encoded-group-name): New function.
15125         (nnml-group-pathname): Inline nnml-decoded-group-name.
15126         (nnml-request-expire-articles): Decode group name in message.
15127         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15128         nnmail-pathname-coding-system.
15129         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15130         not decoded ones according to nnmail-group-names-not-encoded-p.
15131         (nnml-generate-active-info): Use nnml-encoded-group-name.
15132
15133 2007-08-08  Glenn Morris  <rgm@gnu.org>
15134
15135         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15136         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15137         doc-strings and comments.
15138
15139 2007-07-25  Glenn Morris  <rgm@gnu.org>
15140
15141         * Relicense all FSF files to GPLv3 or later.
15142
15143 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus-sum.el (gnus-summary-move-article):
15146         Make gnus-summary-respool-article work.
15147
15148 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15151         string.
15152
15153 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15154
15155         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15156         that should be ignored when comparing distant RSS articles with local
15157         ones.
15158         (nnrss-make-hash-index): New function.  Create a hash index according
15159         to the ignored fields.
15160         (nnrss-check-group): Use it.
15161
15162 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15165
15166         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15167
15168         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15169         the new optional argument ENCODED is non-nil.
15170         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15171         coding system for encoding group name.
15172         (gnus-group-make-rss-group): Pass un-encoded group name to
15173         gnus-group-make-group.
15174         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15175         encoded.
15176
15177         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15178         Encode group name to which articles are moved or copied.
15179         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15180         coding system for encoding Newsgroup, Followup-To and Xref headers.
15181
15182         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15183         marks; use nnheader-file-coding-system to write a file.
15184         (nnagent-retrieve-headers): Bind file-name-coding-system to
15185         nnmail-pathname-coding-system.
15186
15187         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15188
15189         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15190         (nnml-request-article, nnml-request-create-group)
15191         (nnml-request-rename-group, nnml-find-id)
15192         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15193         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15194         (nnml-save-marks): Use nnml-group-pathname instead of
15195         nnmail-group-pathname.
15196
15197         (nnml-request-create-group, nnml-request-expire-articles)
15198         (nnml-request-move-article, nnml-request-delete-group)
15199         (nnml-deletable-article-p, nnml-possibly-create-directory)
15200         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15201         (nnml-open-marks): Bind file-name-coding-system to
15202         nnmail-pathname-coding-system.
15203
15204         (nnml-request-article): Pass server argument to nnml-find-group-number.
15205         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15206         Pass server argument to nnml-possibly-create-directory.
15207         (nnml-request-accept-article): Pass server argument to
15208         nnml-active-number and nnml-save-mail.
15209         (nnml-find-group-number): Pass server argument to nnml-find-id.
15210         (nnml-request-update-info): Pass server argument to
15211         nnml-marks-changed-p.
15212
15213         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15214         (nnml-save-mail, nnml-active-number): Add server argument.
15215
15216         (nnml-request-delete-group): Warn if group is missing.
15217         (nnml-get-nov-buffer): Decode group name.
15218         (nnml-generate-active-info): Encode group name.
15219         (nnml-open-marks): Decode group name in messages.
15220
15221 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15224         if it is not specified.
15225         (gnus-article-pipe-part, gnus-article-save-part)
15226         (gnus-article-interactively-view-part, gnus-article-copy-part)
15227         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15228         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15229         (gnus-article-replace-part, gnus-article-delete-part)
15230         (gnus-article-view-part-as-type): Pass raw prefix argument to
15231         gnus-article-part-wrapper.
15232
15233 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-agent.el (gnus-agent-save-active):
15236         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15237
15238         * gnus-cache.el (gnus-cache-save-buffers)
15239         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15240         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15241         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15242         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15243         (gnus-cache-generate-active, gnus-cache-rename-group)
15244         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15245         (gnus-cache-update-overview-total-fetched-for):
15246         Bind file-name-coding-system to nnmail-pathname-coding-system.
15247         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15248         New variables.
15249         (gnus-cache-decoded-group-name): New function.
15250         (gnus-cache-file-name): Use it.
15251         (gnus-cache-generate-active): Use non-decoded group name for active.
15252
15253         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15254         right place.
15255         (gnus-write-active-file): Don't break non-ASCII group names.
15256
15257         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15258         nnmail-pathname-coding-system.
15259
15260         * lpath.el: Bind default-file-name-coding-system,
15261         file-name-coding-system and language-info-alist for XEmacs.
15262
15263         * gnus-uu.el (gnus-uu-decode-save): Typo.
15264
15265 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15268
15269 2007-07-14  David Kastrup  <dak@gnu.org>
15270
15271         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15272         finishing actions if we did not edit the article.
15273
15274 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15277         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15278         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15279         (gnus-agent-flush-group, gnus-agent-flush-cache)
15280         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15281         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15282         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15283         (gnus-agent-regenerate-group)
15284         (gnus-agent-update-files-total-fetched-for)
15285         (gnus-agent-update-view-total-fetched-for):
15286         Bind file-name-coding-system to nnmail-pathname-coding-system.
15287         (gnus-agent-group-pathname): Don't encode file names by
15288         nnmail-pathname-coding-system.
15289         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15290         coding-system-for-write instead of buffer-file-coding-system to
15291         gnus-agent-file-coding-system.
15292
15293         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15294         Decode group name.
15295
15296         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15297
15298         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15299         (gnus-read-newsrc-el-file): Make group names unibyte.
15300
15301         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15302         nnmail-pathname-coding-system.
15303
15304         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15305         (nnrss-request-delete-group): Bind file-name-coding-system to
15306         nnmail-pathname-coding-system.
15307         (nnrss-read-server-data, nnrss-read-group-data):
15308         Bind file-name-coding-system correctly.
15309         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15310
15311         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15312         (nntp-server-to-method-cache): New variable.
15313         (nntp-group-pathname): New function that decodes non-ASCII group names.
15314         (nntp-possibly-create-directory, nntp-marks-changed-p)
15315         (nntp-save-marks, nntp-open-marks): Use it.
15316         (nntp-possibly-create-directory, nntp-open-marks):
15317         Bind file-name-coding-system to nnmail-pathname-coding-system.
15318         (nntp-open-marks): Decode group names when bootstrapping marks.
15319
15320         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15321         Newsgroups and Followup-To headers.
15322
15323 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15326         (gnus-server-closed-face, gnus-server-denied-face)
15327         (gnus-server-offline-face): Remove variable.
15328         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15329
15330         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15331         of modifying message-stack directly for XEmacs.
15332
15333         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15334         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15335         if the coding-system argument is nil for XEmacs.
15336
15337         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15338         mm-charset-override-alist.
15339
15340         * rfc2047.el: Don't require base64; require rfc2045 for the function
15341         rfc2045-encode-string.
15342         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15343         to quote the parameter value.
15344
15345 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15348         form in gnus-group-name-charset-method-alist.
15349
15350         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15351         overrides the default layout edit-form.
15352
15353         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15354
15355         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15356
15357 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15360         as unfetched articles.
15361
15362 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15365
15366 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15369         original back end that keeps marks in the local system.
15370
15371 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15374         arg of pop-to-buffer for XEmacs.
15375         (gnus-article-read-summary-keys): Ditto; don't restore window
15376         configuration if summary command ends up with neither article buffer
15377         nor summary buffer; describe bindings if summary keys end with C-h.
15378
15379 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * message.el (message-fix-before-sending): Skip raw message part to be
15382         forwarded while checking illegible text.
15383         (message-forward-make-body-mime, message-forward-make-body):
15384         Mark signed or encrypted raw message as having no illegible text.
15385
15386 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15389         (gnus-message-with-timestamp-1): New macro.
15390         (gnus-message-with-timestamp): New function.
15391         (gnus-message): Use them.
15392
15393         * nnheader.el (nnheader-message): Use them.
15394
15395 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15398         .newsrc.eld file.
15399
15400 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-agent.el (gnus-agent-fetch-headers)
15403         (gnus-agent-retrieve-headers):
15404         Bind gnus-decode-encoded-address-function to identity.
15405
15406         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15407         available also when the server returns simply a dot.
15408
15409         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15410
15411 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15414
15415 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-ems.el (gnus-x-splash): Make it work.
15418
15419         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15420         from being used.
15421
15422         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15423
15424 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15427         4th and the 5th arguments.
15428
15429         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15430         the front stickiness.
15431         (gnus-article-summary-command-nosave): Correct the order of the
15432         arguments passed to pop-to-buffer.
15433         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15434         summary command ends up with the article buffer.
15435
15436         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15437         the same faces.
15438
15439 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15440
15441         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15442
15443 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15444
15445         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15446         * gnus-sum.el (gnus-summary-highlight):
15447         * pgg.el (pgg-sign-region, pgg-sign):
15448         * mail-source.el (mail-source-delete-old-incoming-confirm):
15449         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15450
15451 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus-art.el (gnus-mime-view-part-externally)
15454         (gnus-mime-view-part-internally): Fix predicate function passed to
15455         completing-read.
15456
15457         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15458
15459         * gnus.el (gnus-update-message-archive-method): Add :version.
15460
15461 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * gnus.el (gnus-update-message-archive-method): New variable.
15464
15465         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15466         according to gnus-message-archive-method if
15467         gnus-update-message-archive-method is non-nil.
15468
15469 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15472         Suggested by Loic Dachary <loic@dachary.org>.
15473         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15474
15475 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * message.el (message-pop-to-buffer): Add switch-function argument.
15478         (message-mail): Pass switch-function argument to it.
15479
15480 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15483         Improve doc string.
15484
15485 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15488         (gnus-header-content):
15489         * gnus-cite.el (gnus-cite-10):
15490         * gnus-srvr.el (gnus-server-closed):
15491         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15492         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15493         (gnus-group-mail-3-empty, gnus-group-mail-low)
15494         (gnus-group-mail-low-empty, gnus-splash):
15495         * message.el (message-header-to, message-header-cc)
15496         (message-header-subject, message-header-other, message-header-name)
15497         (message-header-xheader, message-separator, message-cited-text)
15498         (message-mml): Lighten colors of faces used for dark background.
15499
15500 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15501
15502         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15503         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15504
15505 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * message.el (message-narrow-to-headers-or-head):
15508         Ignore mail-header-separator in the body.
15509
15510 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15513         same as window size.
15514
15515 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15516
15517         * message.el (message-font-lock-keywords): Use message-header-xheader
15518         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15519         ahead of the anything pattern, to get it recognized.
15520
15521 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15524         spam.el loads uses it in the compiled defadvice form.
15525
15526 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15527
15528         * gnus-sum.el (gnus-articles-to-read)
15529         (gnus-summary-insert-old-articles): Don't truncate group name for
15530         `read-string'.
15531
15532         * gnus-util.el (gnus-limit-string): Delete this function.
15533
15534         * gnus-sum.el (gnus-simplify-subject-fully):
15535         Use `truncate-string-to-width' instead.
15536
15537 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15538
15539         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15540         Tell if, on summary exit, the next group has to be selected.
15541         (gnus-summary-exit): Use it.
15542
15543 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15546         non-break space.
15547
15548 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15551         Check if group is not a directory.
15552         (nnfolder-request-expire-articles): Don't delete articles if the target
15553         group is not available.
15554
15555         * nnml.el (nnml-request-create-group): Properly check if group is not a
15556         file.
15557         (nnml-request-expire-articles): Don't delete articles if the target
15558         group is not available.
15559
15560         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15561         Don't quote characters that are within parentheses.
15562
15563 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15566         (gnus-handle-ephemeral-exit): Select article according to it.
15567
15568 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15569
15570         * message.el (message-insert-formated-citation-line): Remove newline.
15571         (message-citation-line-format): Add final \n here so that the user can
15572         avoid a blank line.
15573
15574 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15575
15576         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15577         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15578         Update lanl/arXiv support.
15579
15580 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * gnus.el: Bump version number.
15583
15584 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15585
15586         * gnus.el (gnus-version-number): Bump version.
15587
15588 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15589
15590         * gnus.el: No Gnus v0.6 is released.
15591
15592 2007-04-27  Didier Verna  <didier@xemacs.org>
15593
15594         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15595         * gmm-utils.el (gmm-regexp-concat): ... here.
15596         * message.el: Don't require 'gnus-util.
15597         (message-dont-reply-to-names): Handle name change above.
15598         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15599
15600 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15603         since the initial value varies according to the system.
15604
15605 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15608
15609 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15610
15611         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15612
15613 2007-04-24  Didier Verna  <didier@xemacs.org>
15614
15615         Improve the type of gnus-ignored-from-addresses.
15616         * gnus-util.el (gnus-orify-regexp): New function.
15617         * message.el (gnus-util): Require it.
15618         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15619         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15620         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15621
15622 2007-04-24  Didier Verna  <didier@xemacs.org>
15623
15624         * gnus-sum.el:
15625         * gnus-utils.el: Fix some trailing whitespaces.
15626
15627 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15630         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15631         article's Message-ID; refer parent article in summary buffer.
15632
15633         * message.el (message-bounce): Call mime-to-mml.
15634
15635         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15636         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15637         optimize and/or forms properly.
15638
15639 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15642         URL.
15643
15644 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15647
15648 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15651         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15652         displayed of multipart/alternative part if it is invoked from summary
15653         buffer.
15654
15655         * mm-view.el (mm-inline-text-html-render-with-w3m)
15656         (mm-inline-text-html-render-with-w3m-standalone)
15657         (mm-inline-render-with-function): Use mail-parse-charset by default.
15658
15659 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15660
15661         * parse-time.el (parse-time-string-chars): Check if CHAR
15662         is less than the length of parse-time-syntax.
15663
15664 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15667         from gnus-newsgroup-processable.
15668
15669 2007-04-16  Didier Verna  <didier@xemacs.org>
15670
15671         * gnus-msg.el (gnus-configure-posting-styles):
15672         Handle message-signature-directory properly with :file syntax.
15673         Reported by "Leo".
15674
15675 2007-04-11  Didier Verna  <didier@xemacs.org>
15676
15677         New user option: message-signature-directory.
15678         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15679         * message.el (message-insert-signature): Ditto.
15680         * message.el (message-signature-file): Doc update.
15681         * message.el (message-signature-directory): New.
15682
15683 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * gnus-msg.el (gnus-inews-yank-articles):
15686         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15687
15688 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * message.el (message-yank-original): Make sure cited text ends with
15691         newline; don't exchange point and mark.
15692
15693 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15694
15695         * tls.el (open-tls-stream): Properly handle case where there
15696         is no associated buffer.
15697
15698 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15699
15700         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15701         message-yank-original, make sure (< mark TEXT point).
15702
15703 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15704
15705         * message.el (message-fill-column): New variable.
15706         (message-mode): Use it.  Add comment on a possible new hook.
15707
15708         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15709         (nnmail-get-new-mail): Reformat.
15710
15711         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15712
15713         * gmm-utils.el: Fix Commentary.
15714         (gmm-tool-bar-from-list): Fix typo in doc string.
15715
15716 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15717
15718         * message.el (message-yank-original): Don't switch point and mark
15719         unnecessarily to put point and mark as documented.
15720
15721 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15722
15723         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15724         from the message heads.
15725
15726 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15727
15728         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15729         article buffer does not have a window.  This may not be the best
15730         solution but is certainly better than setting the start of the null,
15731         that is the current, window.
15732
15733 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15734
15735         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15736         (gnus-draft-setup): Run it.
15737
15738         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15739         gnus-score-fast-scoring.  Allow regexp.
15740         (gnus-score-headers): Use it.
15741
15742         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15743         XEmacs.
15744
15745         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15746         string.
15747         (gnus-button-alist): Also catch `<f1> k ...'.
15748         (gnus-treat-display-x-face): Fix doc string.
15749
15750 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15751
15752         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15753         evaluation of gnus-extended-version to ensure correct generation of the
15754         User-Agent header when message-generate-headers-first is used.
15755
15756 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15757
15758         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15759         hashcash-path is nil.  Don't call callback with incorrect number of
15760         parameters if val is 0.
15761
15762 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15763
15764         * message.el (message-required-news-headers):
15765         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15766
15767 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15768
15769         * tls.el (open-tls-stream): In handshake-waiting loop,
15770         don't wait more if there is output available to process.
15771
15772 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15773
15774         * tls.el (tls-program): Doc fix.
15775
15776 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * message.el (message-generate-new-buffers): Change the meaning of the
15779         nil value; add `standard' to the choices; treat t as `unique'; improve
15780         doc string.
15781         (gnus-select-frame-set-input-focus): Autoload.
15782         (message-buffer-name): Search for the existing message buffer if
15783         message-generate-new-buffers is nil or `standard'; treat the value t of
15784         message-generate-new-buffers as `unique'.
15785         (message-pop-to-buffer): Raise the frame already displaying the message
15786         buffer; clear the echo area after querying.
15787         (message-setup): Pass the `continue' argument to compose-mail.
15788         (message-mail): Prefer `switch-function' if it is given; search for the
15789         existing message buffer if the `continue' argument is non-nil; pass
15790         continue and switch-function arguments to compose-mail by way of
15791         message-setup.
15792         (message-mail-other-window): Adjust argument of message-setup.
15793         (message-mail-other-frame): Ditto.
15794
15795 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15798         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15799         to turn font-lock on when turning gnus-message-citation-mode on.
15800
15801 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15802
15803         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15804         (mml-smime-function-alist): New variable; add epg as the backend.
15805         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15806         mml-smime- functions instead.
15807         * mm-view.el: Require smime.
15808
15809 2007-03-05  Didier Verna  <didier@xemacs.org>
15810
15811         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15812         instead of just inheritance for posting styles.
15813         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15814
15815 2007-02-24  Chris Moore  <dooglus@gmail.com>
15816
15817         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15818         * pgg-pgp.el (pgg-pgp-encrypt-region):
15819         * pgg-gpg.el (pgg-gpg-encrypt-region):
15820         Check pgg-encrypt-for-me if no other recipients.
15821
15822 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15823
15824         * tls.el (tls-certtool-program): Fix custom type.
15825
15826 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15829         and point-at-eol instead of line-(beginning|end)-position.
15830
15831         * assistant.el (assistant-parse-buffer): Ditto.
15832
15833         * netrc.el (netrc-parse-services): Ditto.
15834
15835 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15836
15837         * mml2015.el (mml2015-epg-find-usable-key): New function.
15838         (mml2015-epg-sign): Use it.
15839         (mml2015-epg-encrypt): Use it.
15840
15841 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * message.el (message-make-in-reply-to): Quote name containing
15844         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15845         if there are special characters.  Reported by NAKAJI Hiroyuki
15846         <nakaji@jp.freebsd.org>.
15847
15848 2007-02-27  Didier Verna  <didier@xemacs.org>
15849
15850         Include the group parameters as well as the topic ones in the
15851         inheritance filter process.
15852         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15853         argument GROUP-PARAMS-LIST.
15854         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15855
15856 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * nntp.el (nntp-never-echoes-commands)
15859         (nntp-open-connection-functions-never-echo-commands): New variables.
15860         (nntp-send-command): Use them.
15861
15862 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15863
15864         * mml2015.el (mml2015-epg-verify): Simplify.
15865
15866 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * mml.el (mml-content-disposition-alist): New user option.
15869         (mml-content-disposition): New function.
15870         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15871         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15872
15873 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15874
15875         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15876         verification.
15877
15878 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15879
15880         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15881         articles posted in the last 24 hours.
15882
15883 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15884
15885         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15886
15887 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15888
15889         * nntp.el (nntp-send-command): Don't wait for echoes when
15890         nntp-open-ssl-stream is used.
15891
15892 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15895         (gnus-message-add-citation-keywords)
15896         (gnus-message-remove-citation-keywords): Remove.
15897         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15898         directly, make the variables in font-lock-defaults buffer-local, add
15899         gnus-message-citation-keywords to them and then update the value of
15900         font-lock-keywords.
15901
15902 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * message.el (message-cite-original-1): Don't call
15905         gnus-article-highlight-citation.
15906
15907         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15908         citations; fix line count.
15909
15910 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15913         (gnus-message-add-citation-keywords)
15914         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15915         versions of font-lock-add-keywords and font-lock-remove-keywords to
15916         work with XEmacs correctly.
15917
15918 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * gnus-cite.el (gnus-cite-face-list): Set the values of
15921         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15922         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15923         (gnus-message-cite-prefix-regexp): New variable.
15924         (gnus-message-search-citation-line): Use it; protect against long
15925         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15926         the 0th match data for Emacs.
15927         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15928         (gnus-message-add-citation-keywords): Append keywords rather than
15929         prepending; emulate font-lock-add-keywords if it is not available.
15930         (gnus-message-remove-citation-keywords):
15931         Emulate font-lock-remove-keywords if it is not available.
15932
15933         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15934
15935         * message.el (message-cite-prefix-regexp): Set the value of
15936         gnus-message-cite-prefix-regexp.
15937
15938 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15939
15940         * nnweb.el (nnweb-google-parse-1): Update parser.
15941
15942 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15943
15944         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15945
15946 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15947
15948         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15949         regexp.
15950
15951 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15954         string-to-multibyte.
15955         (uudecode-decode-region-internal): Use it.
15956
15957         * lpath.el: Fbind string-as-multibyte for XEmacs.
15958
15959 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15962         Fix custom choice.
15963
15964         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15965
15966 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15967
15968         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15969
15970         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15971         `write-region' to respect `mm-inhibit-file-name-handlers'.
15972
15973 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15976         Use gnus-home-directory instead of "~/" or "$HOME".
15977
15978 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15979
15980         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15981         to mention filename.
15982         Add comments at beginning regarding usage.
15983         (encrypt-write-file-contents): Change interactive so a string is
15984         acceptable.  If the file has no associated model, show an error instead
15985         of a nonsense prompt.
15986
15987 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15988
15989         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15990         Thanks to Yoshihiko Yamada for kind notification of this typo.
15991
15992 2007-01-12  Kenichi Handa  <handa@m17n.org>
15993
15994         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15995         multibyte buffer.
15996
15997 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15998
15999         * gnus-score.el (gnus-score-fast-scoring): New variable.
16000         (gnus-score-headers): Use it.
16001
16002         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16003
16004         * message.el (message-cite-original-1):
16005         Call gnus-article-highlight-citation if requested.
16006         (message-make-from): Allow name and address as optional arguments.
16007
16008         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16009
16010         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16011         bugs to doc string.
16012         (gnus-button-alist): Add mid\\|message-id.
16013         (gnus-button-fetch-group): Extend for use in
16014         `browse-url-browser-function'.
16015         (gnus-button-url-regexp): Try to catch paired parentheses like in
16016         Wikipedia URLs.
16017
16018         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16019         Suggested by Simon Krahnke <overlord@gmx.li>.
16020
16021 2007-01-13  Romain Francoise  <romain@orebokech.com>
16022
16023         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16024         Update copyright.
16025
16026 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16027
16028         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16029
16030 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16031
16032         * gnus-registry.el (gnus-registry-unfollowed-groups)
16033         (gnus-registry-split-fancy-with-parent): Fix documentation.
16034
16035 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16036
16037         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16038         from nnweb groups.
16039
16040 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041
16042         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16043         Xref urls.  Erase buffer before requesting head.
16044
16045         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16046
16047 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16050         customizable.
16051
16052 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16053
16054         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16055         no signing key is found.
16056         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16057         no encrypting and/or signing key is found.
16058
16059 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16060
16061         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16062
16063 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16064
16065         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16066         headers read from disk with the ones newly found in the current search.
16067         This should no longer cause problems, because the article numbers in
16068         Gmane's `nov.php' output are ignored since the previous change.
16069
16070 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16071
16072         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16073
16074 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16077         replace-regexp-in-string; bind url-version; fbind display-images-p and
16078         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16079         find-face and set-itimer-function for Emacs; bind itimer-list for
16080         Emacs.
16081
16082         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16083
16084 2007-01-01  Romain Francoise  <romain@orebokech.com>
16085
16086         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16087
16088 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16089
16090         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16091         `define-minor-mode' macro definition expanded properly.
16092         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16093         exclude it there.
16094
16095         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16096         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16097         `fboundp' test.
16098         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16099         This is OK to autoload in (S)XEmacs now.
16100
16101 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16102
16103         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16104         keystroke.
16105         (gnus-summary-limit-to-singletons): Fix typo.
16106
16107         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16108         else fails.
16109
16110 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16111
16112         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16113         docstring.
16114
16115         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16116         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16117         (gnus-summary-insert-dormant-articles): Fix typo in message.
16118
16119 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16122         nil for XEmacs.
16123         (gnus-message-citation-mode): Don't autoload in XEmacs.
16124
16125         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16126
16127 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16128
16129         * nnimap.el (nnimap-expunge-search-string):
16130         Mention nnimap-search-uids-not-since-is-evil in docstring.
16131
16132 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16133
16134         * spam.el: Revert to make-obsolete-variable because
16135         define-obsolete-variable-alias is not supported in Emacs 21.
16136
16137         * spam.el (spam-ifile-path, spam-ifile-database-path)
16138         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16139         make-obsolete-variable.
16140         (spam-bsfilter-path, spam-bsfilter-program)
16141         (spam-spamassassin-path, spam-spamassassin-program)
16142         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16143         Don't use "path" inappropriately.
16144         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16145         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16146         variable names.
16147
16148 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16149
16150         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16151         summary buffer.
16152
16153         * password.el (password-cache-remove): Use clear-string to burn
16154         password, if available.
16155
16156 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16157
16158         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16159
16160         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16161
16162         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16163         (gnus-message-highlight-citation): Move defcustom here from
16164         gnus-cite.el.
16165         (gnus-message-citation-mode): Autoload.
16166
16167         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16168         checks to make it compile with XEmacs.
16169         (gnus-message-citation-mode): New minor mode.
16170         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16171         (gnus-message-highlight-citation): New variables.
16172         (gnus-message-search-citation-line)
16173         (gnus-message-add-citation-keywords)
16174         (gnus-message-remove-citation-keywords)
16175         (turn-on-gnus-message-citation-mode)
16176         (turn-off-gnus-message-citation-mode): New functions.
16177
16178 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16179
16180         * gnus-cite.el: Enable highlighting of different citation levels in
16181         message-mode.
16182
16183 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * message.el (message-make-fqdn): Fix comment.
16186         (message-bogus-system-names): Add ".local".
16187
16188         * spam.el (spam-ifile-path, spam-ifile-program)
16189         (spam-ifile-database-path, spam-ifile-database)
16190         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16191         Don't use "path" inappropriately.
16192         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16193         strings.
16194         (spam-check-ifile, spam-ifile-register-with-ifile)
16195         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16196         Use new variable names.
16197
16198         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16199         (gnus-treat-display-smileys): Simplify using
16200         gnus-image-type-available-p.
16201
16202         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16203         available.
16204
16205         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16206         Use `display-images-p' if available.
16207
16208 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16211         one after turning on the buffer's multibyteness instead of decoding
16212         them directly in the unibyte buffer that causes unexpected conversion
16213         in Emacs 23 (unicode).
16214
16215 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16216
16217         * message.el (message-generate-hashcash): Fix custom type.
16218
16219 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16220
16221         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16222
16223 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16224
16225         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16226         disconnect icons.  Add help text.
16227
16228 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16229
16230         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16231         negated to be consistent with the others we handle.
16232
16233 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16234
16235         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16236         version of gnus-summary-buffer to something, so that we can use two
16237         article buffers at the same time.
16238
16239 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16240
16241         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16242         trigger all the extra headers.
16243         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16244         sorting.
16245
16246 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16247
16248         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16249         solid groups.
16250
16251 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16252
16253         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16254
16255 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * legacy-gnus-agent.el: Add Copyright notice.
16258
16259 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16260
16261         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16262
16263 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16264
16265         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16266
16267         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16268         to make it work reliably in CVS Emacs.
16269         (gnus-summary-limit-strange-charsets-predicate)
16270         (gnus-summary-limit-to-predicate): New functions.
16271
16272 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16273
16274         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16275         specifying array size.
16276         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16277         array if it is too small.
16278         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16279         (gnus-sort-threads-loop): New function.
16280
16281 2006-12-06  Chris Moore  <dooglus@gmail.com>
16282
16283         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16284         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16285
16286 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16287
16288         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16289         options.
16290
16291 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16292
16293         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16294         DOS-ing the recipient.
16295
16296         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16297         the headers when creating the mapping to avoid mismappings.
16298         (nnweb-gmane-create-mapping): Always nix out old mapping.
16299
16300 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16303         and mm-verify-option to never.
16304
16305 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * message.el (message-signed-or-encrypted-p): New function.
16308         (message-forward-make-body): Use it.
16309
16310         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16311         Replace encode-coding-string with mm-encode-coding-string.
16312
16313 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * nneething.el (nneething-decode-file-name):
16316         Replace decode-coding-string with mm-decode-coding-string.
16317
16318         * gnus-int.el (gnus-open-server): Say failed server's name.
16319
16320 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16321
16322         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16323         strings to a single string.  Quote `errors-file-name'.
16324         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16325         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16326         Adjust calls.  Use `shell-quote-argument'.
16327
16328 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16329
16330         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16331         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16332
16333         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16334         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16335         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16336         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16337         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16338         (gnus-subscribe-newsgroup, gnus-1):
16339         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16340         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16341         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16342         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16343
16344 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16345
16346         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16347         keystroke.
16348         (gnus-summary-limit-to-bodies): Implement headersp.
16349
16350 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16351
16352         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16353
16354 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16357
16358 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16359
16360         * message.el (message-generate-hashcash): Expand range of values to
16361         include `opportunistic'.
16362         (message-send-mail): Use it.
16363
16364 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16365
16366         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16367         and comment it.
16368
16369         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16370
16371 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16372
16373         * gnus-util.el (gnus-extract-address-components): Improve comment.
16374
16375 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-util.el (gnus-extract-address-components): Work with address in
16378         which the name portion contains @.
16379
16380         * lpath.el: Fbind custom-autoload.
16381
16382 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * gnus.el (gnus-start): Move custom group up.
16385         (gnus-select-method): Don't autoload, but make it available for
16386         `customize-variable'.
16387         (gnus-getenv-nntpserver): Don't autoload.
16388
16389 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16390
16391         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16392
16393 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16394
16395         * message.el (message-sendmail-extra-arguments): New variable.
16396         (message-send-mail-with-sendmail): Use it.
16397
16398 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16401         mm-with-unibyte-current-buffer to make string unibyte.
16402
16403         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16404         mm-string-as-multibyte.
16405
16406 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16407
16408         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16409         Reported by Werner Koch <wk@gnupg.org>.
16410
16411 2006-11-14  Daiki Ueno  <ueno@p360>
16412
16413         * mml2015.el: Autoload epa-select-keys when compiling.
16414
16415 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16416
16417         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16418         message-options.
16419         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16420
16421 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16422
16423         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16424         EasyPG (< 0.0.6).
16425         (mml2015-always-trust): New user option.
16426         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16427         prompt.
16428
16429 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * nntp.el (nntp-authinfo-force): New variable.
16432         (nntp-send-authinfo): Use it.
16433
16434 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16435
16436         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16437         decode encoded words.  Improve prompt.  Add comment about forwarding.
16438         (message-replacement-char): Move up.
16439
16440 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16441
16442         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16443         instead of gnus-intersection because arguments of gnus-sorted-nunion
16444         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16445
16446 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16447
16448         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16449         (message-simplify-subject-functions):
16450         Enable message-strip-subject-encoded-words by default.
16451
16452 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16453
16454         * message.el (message-strip-subject-encoded-words): New function.
16455         (message-simplify-subject-functions): New variable.
16456         (message-simplify-subject): Use it.  Fix typo in doc string.
16457         Support message-strip-subject-encoded-words.
16458
16459 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16460
16461         * gnus-diary.el (gnus-diary-delay-format-function):
16462         * nndiary.el (nndiary-reminders):
16463         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16464
16465 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16466
16467         * gnus-art.el (article-hide-boring-headers): Fetch date from
16468         gnus-original-article-buffer to avoid problems with localized date
16469         strings.
16470
16471 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16474
16475 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16476
16477         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16478         New variables.
16479         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16480         (mm-charset-synonym-alist): Move some entries to
16481         mm-codepage-iso-8859-list.
16482         (mm-charset-synonym-alist, mm-charset-override-alist):
16483         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16484
16485 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16488
16489 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16492         with Emacs 21 and XEmacs.
16493
16494 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16495
16496         * spam.el (spam-parse-address): New function for better parsing,
16497         catching errors, etc.
16498         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16499
16500 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * mm-view.el: Add interactive arg to html2text autoload.
16503
16504 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16507
16508 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16511         New variables.
16512         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16513         (mm-charset-synonym-alist): Move some entries to
16514         mm-codepage-iso-8859-list.
16515
16516         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16517
16518 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16519
16520         * message.el (message-citation-line-format)
16521         (message-insert-formated-citation-line): Fix implementation of %E, %N
16522         and %n according to the doc string.
16523
16524 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16525
16526         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16527         Use car-safe to avoid bad parses.
16528
16529 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16532         names.
16533
16534         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16535
16536 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16539         header.
16540
16541         * message.el (message-draft-headers): Add Date.
16542         (message-headers-to-generate): Fix typo in docstring.
16543
16544         * nndraft.el (nndraft-required-headers): New variable.
16545         (nndraft-generate-headers): Use it.
16546
16547         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16548
16549 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16550
16551         * gnus-registry.el (gnus-registry-wash-for-keywords)
16552         (gnus-registry-find-keywords): New functions to allow easy searching of
16553         articles that are in the registry.
16554
16555 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16556
16557         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16558         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16559         Reported by Damien Elmes <damien@repose.cx>.
16560
16561 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * gnus.el (gnus-mime): Remove unused custom group.
16564
16565 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16566
16567         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16568         "blank line" when searching for end of armor headers.
16569
16570 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * gmm-utils.el (gmm-write-region): Fix variable name.
16573
16574 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16575
16576         * gmm-utils.el (gmm-write-region): New function based on compatibility
16577         code from `mm-make-temp-file'.
16578
16579         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16580
16581         * nnmaildir.el (nnmaildir--update-nov)
16582         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16583         Use `gmm-write-region'.
16584
16585 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16586
16587         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16588         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16589
16590         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16591
16592         * message.el (message-replacement-char): New variable.
16593         (message-fix-before-sending): Use it.
16594         (message-simplify-subject): New function to remove duplicate code.
16595         (message-reply, message-followup): Use it.
16596
16597         * gnus-sum.el (gnus-summary-make-menu-bar):
16598         Clarify gnus-summary-limit-to-articles.
16599
16600 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-util.el (gnus-with-local-quit): New macro.
16603
16604         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16605
16606 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16607
16608         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16609         ignore non-string data.
16610
16611 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16612
16613         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16614         non-string data (needs to be done in the registry too).
16615
16616 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16617
16618         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16619         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16620         (gnus-registry-split-fancy-with-parent)
16621         (gnus-registry-fetch-simplified-message-subject-fast)
16622         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16623         Remove text properties on ingress into the registry and when it's saved.
16624         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16625         registry from entries with no groups.
16626
16627 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16628
16629         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16630         function to remove string properties.
16631
16632 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * gmm-utils.el (gmm): Adjust custom version.
16635
16636         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16637         Adjust custom version.
16638
16639         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16640
16641 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16642
16643         * gnus-art.el (gnus-insert-prev-page-button)
16644         (gnus-insert-next-page-button): Simplify.  Reformat.
16645
16646 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16647
16648         * gnus-art.el (gnus-insert-prev-page-button)
16649         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16650
16651 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16652
16653         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16654
16655 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16656
16657         * gnus-art.el (gnus-insert-mime-button)
16658         (gnus-insert-mime-security-button):
16659         Apply gnus-article-button-face to MIME and security buttons.
16660
16661 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16662
16663         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16664         readable.
16665
16666 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16669
16670 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16671
16672         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16673         `browse-url-of-file' instead of `browse-url'.
16674
16675 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16676
16677         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16678         regexp.  Articles containing quotation were cut prematurely.
16679
16680 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * message.el (message-cite-original-1): Use nobody by default for the
16683         value of From header.
16684         (message-reply): Ditto.
16685
16686 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16687
16688         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16689         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16690         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16691
16692 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16695         mails in the doc string.  Add some URLs in comment.
16696         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16697
16698 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16701         backslashes handling and the way to find boundaries of quoted strings.
16702
16703 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16704
16705         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16706         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16707         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16708         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16709
16710 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16713         doc string.
16714         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16715
16716 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * lpath.el: Fbind epg-check-configuration.
16719
16720 2006-09-06  Simon Josefsson  <jas@extundo.com>
16721
16722         * mml2015.el (mml2015-use): Doc fix, mention epg.
16723
16724 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16725
16726         * mml2015.el (mml2015-use): Default to epg, if available.
16727
16728 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16729
16730         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16731         message-sender.
16732         (mml1991-epg-encrypt): Ditto.
16733         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16734         message-sender.
16735         (mml2015-epg-encrypt): Ditto.
16736
16737 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16738
16739         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16740         several common directories.
16741
16742 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16743
16744         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16745         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16746
16747 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16748
16749         * gnus-art.el (article-decode-encoded-words): Make it fast.
16750
16751 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16754
16755         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16756         in quoted string into `\'.
16757
16758 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16761         Use standard-syntax-table.
16762
16763 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * gnus-art.el (gnus-decode-address-function): New variable.
16766         (article-decode-encoded-words): Use it to decode headers which are
16767         assumed to contain addresses.
16768         (gnus-mime-delete-part): Remove useless `or'.
16769
16770         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16771         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16772         (gnus-nov-parse-line): Use it to decode From header.
16773         (gnus-get-newsgroup-headers): Ditto.
16774         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16775
16776         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16777         (mail-decode-encoded-address-string): New alias.
16778
16779         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16780         New function.
16781         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16782         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16783         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16784         (rfc2047-decode-string): Ditto.
16785         (rfc2047-decode-address-region): New function.
16786         (rfc2047-decode-address-string): New function.
16787
16788 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * message.el (message-caesar-buffer-body): Allow rotating headers.
16791
16792         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16793
16794         * message.el (message-insert-formated-citation-line): Fix %f.
16795         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16796
16797 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16800         (gnus-bookmark-mouse-available-p): New macro.
16801         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16802         (gnus-bookmark-bmenu-show-infos): Use it.
16803         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16804         (gnus-bookmark-bmenu-hide-infos): Ditto.
16805         (gnus-bookmark-remove-properties): New function.
16806         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16807         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16808         (gnus-bookmark-write-file): Bind coding-system-for-write.
16809         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16810         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16811         group before selecting it.
16812         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16813         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16814         quit-window if it is not available; use gnus-mouse-2 and bind it to
16815         gnus-bookmark-bmenu-select-by-mouse.
16816         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16817         (gnus-bookmark-bmenu-select-by-mouse): New function.
16818
16819 2006-08-13  Romain Francoise  <romain@orebokech.com>
16820
16821         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16822         space.
16823
16824 2006-08-10  Romain Francoise  <romain@orebokech.com>
16825
16826         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16827         (dns-mode-soa-auto-increment-serial): New user option.
16828         (dns-mode-soa-maybe-increment-serial): New function.
16829         (dns-mode): Add the latter to `write-contents-functions'.
16830
16831 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * compface.el (uncompface): Use binary rather than raw-text-unix.
16834
16835 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * compface.el (uncompface): Make sure the eol conversion doesn't take
16838         place when communicating with the external programs.
16839         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16840
16841 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16844
16845 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16846
16847         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16848         Make it more robust by parsing author and date independently.
16849
16850 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16853
16854 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16855
16856         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16857         first matching secret key.
16858         (mml2015-epg-encrypt): Ditto.
16859
16860         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16861         first matching secret key.
16862         (mml1991-epg-encrypt): Ditto.
16863
16864         * mml2015.el (mml2015-encrypt-to-self): New user option.
16865         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16866         mml2015-epg-encrypt-to-self is set.
16867
16868         * mml1991.el (mml1991-encrypt-to-self): New variable.
16869         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16870         mml1991-epg-encrypt-to-self is set.
16871
16872         * mml2015.el (mml2015-signers): New user option.
16873         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16874         (mml2015-epg-encrypt): Allow to select signing keys.
16875
16876         * mml1991.el (mml1991-signers): New variable.
16877         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16878         (mml1991-epg-encrypt): Allow to select signing keys.
16879
16880 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * nnheader.el (nnheader-insert-head): Make it work even if the file
16883         uses CRLF for the line-break code.
16884
16885 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16886
16887         * mml2015.el: Require mml-sec instead of password.
16888         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16889         (mml2015-cache-passphrase): Inherit the default value from
16890         mml-secure-cache-passphrase.
16891         (mml2015-passphrase-cache-expiry): Inherit the default value from
16892         mml-secure-passphrase-cache-expiry.
16893
16894         * mml1991.el: Require mml-sec instead of password.
16895         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16896         (mml1991-cache-passphrase): Inherit the default value from
16897         mml-secure-cache-passphrase.
16898         (mml1991-passphrase-cache-expiry): Inherit the default value from
16899         mml-secure-passphrase-cache-expiry.
16900
16901         * mml-sec.el: Require password.
16902         (mml-secure-verbose): New user option.
16903         (mml-secure-cache-passphrase): New user option.
16904         (mml-secure-passphrase-cache-expiry): New user option.
16905
16906 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16907             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16908
16909         * pgg-def.el (pgg-truncate-key-identifier):
16910         Truncate the key ID to 8 letters from the end.
16911
16912 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16913
16914         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16915         workaround for the url package included with Emacs.
16916
16917         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16918
16919 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16922         correctly.  This fixes a bug caused by the 2006-05-12 change.
16923
16924 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16925
16926         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16927         some information about the error when saying that the `bogus' mail
16928         group will be used.
16929
16930 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16931
16932         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16933         string.
16934
16935 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16936
16937         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16938
16939 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16940
16941         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16942
16943 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16944
16945         * mml1991.el (mml1991-function-alist): Add epg.
16946         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16947         (mml1991-epg-encrypt): New functions.
16948
16949 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16950
16951         * mml2015.el (mml2015-verbose): New variable.
16952         (mml2015-cache-passphrase): Ditto.
16953         (mml2015-passphrase-cache-expiry): Ditto.
16954         (mml2015-function-alist): Add epg.
16955         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16956         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16957         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16958         New functions.
16959
16960 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16961
16962         * message.el (message-cite-original-1): Preserve region when removing
16963         quoted text due to X-No-Archive in order to avoid bogus attribution
16964         when citing multiple messages.
16965
16966 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16967
16968         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16969         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16970
16971 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16972
16973         * gnus-diary.el (gnus-user-format-function-d)
16974         (gnus-user-format-function-D): Autoload.
16975
16976         * imap.el (Commentary): Fix typo.
16977
16978         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16979         2006-04-22 contribution.
16980
16981 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16982
16983         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16984         It didn't really fix the bogosity I'm seeing with solid web groups.
16985
16986 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16987
16988         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16989         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16990         created using server names.  If we use the feature without declaring
16991         it, Gnus does not properly manage server and group state.
16992
16993         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16994         bound.
16995
16996 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16997
16998         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16999         looking up the method using GROUP's prefix before inventing a new one.
17000         It is used on killed/unknown groups in various places where returning
17001         an all-new method isn't expected by the caller.
17002
17003         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17004         and match semantics of gnus-group-real-prefix.
17005
17006 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17007
17008         * nnmail.el (nnmail-broken-references-mailers): New variable.
17009         (nnmail-ignore-broken-references): New function generalizing
17010         nnmail-fix-eudora-headers.
17011         (nnmail-fix-eudora-headers): Now obsolete.
17012
17013         * gnus-art.el (gnus-button-handle-custom):
17014         Support `customize-apropos*'.
17015
17016 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17017
17018         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17019
17020         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17021         articles.
17022
17023 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * message.el (message-cite-reply-above): New variable.
17026         (message-yank-original): Use it.
17027
17028 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17031
17032 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17033
17034         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17035         as read.
17036
17037         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17038
17039 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17040
17041         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17042         (gnus-bookmark-default-file): Use gnus-directory.
17043         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17044         Remove "*" in doc string.
17045         (gnus-bookmark-write-file): Simplify.
17046         (gnus-bookmark-maybe-sort-alist): Use `when'.
17047         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17048         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17049         Add FIXME about Emacs 21 and XEmacs compatibility.
17050         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17051         compatibility.
17052         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17053         compatibility.
17054         (gnus-bookmark-menu-heading): Fix version.
17055
17056 2006-06-19  Bastien Guerry  <bzg@altern.org>
17057
17058         * gnus-bookmark.el: New file.
17059
17060 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * message.el (message-syntax-checks): Doc fix.
17063
17064 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17065
17066         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17067         unsubscribed groups as if they were killed ones.  It causes duplicate
17068         entries in gnus-newsrc-alist.
17069
17070 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * message.el (message-syntax-checks): Doc fix.
17073         (message-send-mail): Add check for continuation headers.
17074         (message-check-news-header-syntax): Fix regexp used to check for
17075         continuation headers.
17076
17077 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17080
17081 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17082
17083         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17084
17085 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17088         default-truncate-lines.
17089
17090 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17093         to fill the utf-8 entry.
17094
17095         * lpath.el: Fbind unicode-precedence-list.
17096
17097 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17098
17099         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17100
17101 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17102
17103         * gnus-agent.el (directory-files-and-attributes): Move all the way
17104         forward (the third and final move).
17105         (gnus-agent-read-agentview): Trap reconstruction errors due to
17106         nonexistent directory.  Handle by returning nil.
17107
17108 2006-05-30  Didier Verna  <didier@xemacs.org>
17109
17110         * message.el (message-dont-reply-to-names): Update the custom type.
17111         * message.el (message-dont-reply-to-names): New defsubst: potentially
17112         convert a list of regexps into a single one.
17113         * message.el (message-get-reply-headers): Use it.
17114         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17115
17116 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-agent.el (directory-files-and-attributes): Move forward.
17119
17120 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * gnus-ml.el (gnus-mailing-list-subscribe)
17123         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17124         (gnus-mailing-list-message): Fix doc strings.
17125
17126 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17127
17128         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17129         of doing it manually.
17130
17131 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17132
17133         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17134         comment.
17135
17136 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17137
17138         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17139         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17140         (gnus-agent-read-local): All symbols allocated in my-obarray.
17141         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17142         (gnus-agent-regenerate-group): Check numeric names to see if they are
17143         messages or groups.
17144         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17145         better way of do this...)
17146
17147         * gnus-cache.el (gnus-agent-total-fetched-for):
17148         Ignore 'dummy.group' (there should be a better way of do this...)
17149
17150 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17153         (gnus-saved-headers): Ditto.
17154         (gnus-default-article-saver): Mention functions may have properties.
17155         (gnus-article-save): Override gnus-save-all-headers and
17156         gnus-saved-headers by :headers property which saver function may have.
17157         (gnus-summary-save-in-file): Add :headers property.
17158         (gnus-summary-write-to-file): Ditto.
17159
17160         * gnus-sum.el (gnus-summary-save-article): Bind
17161         gnus-prompt-before-saving to t when saving many articles in a file;
17162         always show all headers.
17163
17164         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17165
17166 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17169         marks.
17170
17171         * message.el (message-indent-citation): Add optional arguments to allow
17172         using it outside of message buffers.
17173
17174         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17175         (gnus-article-treat-unfold-headers): Use it.
17176         (gnus-article-truncate-lines): New variable.
17177         (gnus-article-mode): Use it.
17178         (gnus-article-toggle-truncate-lines): New function.
17179
17180         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17181         Add gnus-article-toggle-truncate-lines.
17182
17183         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17184         coding system in XEmacs, use binary.
17185
17186 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17189         after-load-alist.
17190
17191         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17192         this function should save decoded articles.
17193         (gnus-summary-write-to-file): Use property to specify this function
17194         should save decoded articles and specify gnus-summary-save-in-file
17195         should be used to save articles other than the first one when saving
17196         many articles.
17197         (gnus-summary-save-body-in-file): Use property to specify this
17198         function should save decoded articles.
17199         (gnus-summary-write-body-to-file): Use property to specify this
17200         function should save decoded articles and specify
17201         gnus-summary-save-body-in-file should be used to save articles other
17202         than the first one when saving many articles.
17203
17204         * gnus-sum.el (gnus-summary-save-article): Simplify.
17205
17206 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * gnus-art.el (gnus-default-article-saver):
17209         Add gnus-summary-write-body-to-file.
17210         (gnus-article-save-coding-system): Don't use coding system object
17211         in XEmacs.
17212         (gnus-read-save-file-name): Add optional `dir-var' argument which
17213         specifies directory in which files are saved; work even if optional
17214         `variable' argument is not specified.
17215         (gnus-summary-write-to-file): Read file name.
17216         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17217         (gnus-summary-write-body-to-file): New function.
17218
17219         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17220         (gnus-summary-local-variables): Add it.
17221         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17222         (gnus-summary-save-article): Remove optional `decode' argument;
17223         determine whether to decode articles by the value of
17224         gnus-default-article-saver; when saving many files using
17225         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17226         it first and use gnus-summary-save-in-file or
17227         gnus-summary-save-body-in-file thereafter unless
17228         gnus-prompt-before-saving is always; move point to article which
17229         will be saved.
17230         (gnus-summary-save-article-file): Revert.
17231         (gnus-summary-write-article-file): Revert.
17232         (gnus-summary-save-article-body-file): Revert.
17233         (gnus-summary-write-article-body-file): New function.
17234
17235 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * gnus-art.el (gnus-default-article-saver): Doc fix.
17238         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17239         from gnus-summary-save-article-coding-system, and default to a
17240         certain coding system.
17241         (gnus-output-to-file): Add coding cookie and encode text according
17242         to gnus-article-save-coding-system; don't use mm-append-to-file.
17243
17244         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17245         gnus-art.el and rename to gnus-article-save-coding-system.
17246         (gnus-summary-save-article): Require gnus-art; don't show all
17247         headers if it decodes articles; don't add coding cookie here;
17248         don't bind mm-text-coding-system-for-write.
17249         (gnus-summary-save-article-file): Save decoded articles.
17250         (gnus-summary-write-article-file): When saving many files, use
17251         gnus-summary-write-to-file first and gnus-summary-save-in-file
17252         thereafter unless gnus-prompt-before-saving is always.
17253         (gnus-summary-save-article-body-file): Save decoded articles.
17254
17255         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17256
17257 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17258
17259         * nnrss.el (nnrss-check-group): Bind hash-index.
17260
17261 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17262
17263         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17264         its hash index.  Store this hash in `nnrss-group-data'.
17265         (nnrss-read-group-data): Update accordingly.
17266
17267 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17268
17269         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17270         entry.
17271
17272         * gnus-sum.el (gnus-summary-make-menu-bar):
17273         Add gnus-article-browse-html-article.
17274
17275 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17276
17277         * gnus-sum.el (gnus-summary-mime-map):
17278         Add gnus-article-browse-html-article.
17279
17280         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17281
17282 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17283
17284         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17285         suitable coding systems in customize.
17286
17287 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * mail-source.el (mail-sources): Fix custom type.
17290
17291 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17292
17293         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17294         (gnus-summary-expire-articles-now): Shorten prompt.
17295
17296         * gmm-utils.el (wid-edit): Require.
17297         (defun-gmm): Rename from `gmm-defun-compat'.
17298         (gmm-image-search-load-path): Use it.
17299         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17300
17301 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * gnus-sum.el (gnus-summary-save-article-coding-system):
17304         New variable.
17305         (gnus-summary-save-article): Add optional `decode' argument.
17306         If it is set and gnus-summary-save-article-coding-system is non-nil,
17307         save decoded article.
17308         (gnus-summary-write-article-file): Save decoded article if
17309         gnus-summary-save-article-coding-system is non-nil.
17310
17311         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17312         type.
17313
17314 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17315
17316         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17317
17318 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17321         first to test gnus-single-article-buffer which may be buffer-local.
17322
17323         * gnus-sum.el (gnus-summary-setup-buffer):
17324         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17325         group; make gnus-article-buffer, gnus-article-current, and
17326         gnus-original-article-buffer always buffer-local.
17327         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17328         group.
17329         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17330
17331 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17332
17333         * nnml.el (nnml-request-compact-group): Compressed files might not
17334         have .gz extension.
17335
17336 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17337
17338         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17339         (mm-copy-to-buffer): Use with-current-buffer.
17340         (mm-display-part): Simplify.
17341         (mm-inlinable-p): Add optional arg `type'.
17342
17343 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17344
17345         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17346         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17347         Try harder to show the attachment internally or externally using
17348         gnus-mime-view-part-as-type.
17349
17350 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17351
17352         * message.el (message-from-style, message-signature-separator)
17353         (message-user-organization-file, message-send-mail-function)
17354         (message-citation-line-function, message-yank-prefix)
17355         (message-indent-citation-function, message-signature)
17356         (message-signature-file, message-signature-insert-empty-line):
17357         Remove autoloads.
17358
17359         * gnus-art.el (gnus-buttonized-mime-types):
17360         Remove "multipart/signed".  Revert 2006-04-26 change.
17361
17362 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17363
17364         * gnus.el (gnus-version-number): Bump version.
17365
17366 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17367
17368         * gnus.el: No Gnus v0.5 is released.
17369
17370 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17371
17372         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17373         fetching articles by message-id.
17374
17375 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17376
17377         * message.el (hashcash): Require hashcash as normal.
17378
17379         * ecomplete.el (ecomplete-highlight-match-line):
17380         Use point-at-eol.
17381         (ecomplete-highlight-match-line): Use `highlight', because that
17382         face exists in both Emacs and XEmacs.
17383
17384         * message.el (message-display-abbrev): Use point-at-bol.
17385
17386         * mail-source.el: Don't require timer/timer-funcs.
17387
17388         * gnus-async.el: Ditto.
17389
17390         * password.el: Ditto.
17391
17392         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17393
17394         * mm-url.el: Ditto.
17395
17396         * gnus-xmas.el: Don't require timer-funcs.
17397
17398         * mm-util.el: Require timer/timer-funcs.
17399
17400 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17401
17402         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17403         Close.
17404
17405 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17408         unibyte after clear-decrypt function runs.
17409
17410         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17411         returns as a unibyte string.
17412
17413 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * lpath.el: Revert.
17416
17417         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17418         (pgg-gpg-process-sentinel): Revert.
17419
17420         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17421         (pgg-pgp-lookup-key): Revert.
17422
17423         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17424         (pgg-pgp5-lookup-key): Revert.
17425
17426         * pgg.el (pgg-fetch-key): Revert.
17427
17428 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * lpath.el: Fbind string-as-multibyte for XEmacs.
17431
17432         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17433         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17434         (mml1991-pgg-encrypt): Ditto.
17435
17436         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17437         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17438         a multibyte buffer.
17439
17440         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17441         (pgg-pgp-lookup-key): Ditto.
17442
17443         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17444         (pgg-pgp5-lookup-key): Ditto.
17445
17446         * pgg.el (pgg-fetch-key): Ditto.
17447
17448 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * message.el (message-user-organization-file): Check several
17451         locations of the organization file.
17452
17453         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17454         Add gnus-article-view-part-as-type.
17455
17456         * gnus-art.el (gnus-article-view-part-as-type): New function.
17457
17458         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17459         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17460
17461         * mml.el: Simplify autoload.
17462         (mml-mode): defvar dnd-protocol-alist instead of using
17463         symbol-value.
17464         (mml-default-directory): New variable.
17465         (mml-minibuffer-read-file): Use it.
17466         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17467
17468         * message.el (message-citation-line-format): New variable.
17469         (message-insert-formated-citation-line): New function.
17470         (message-citation-line-function):
17471         Add `message-insert-formated-citation-line' to custom type.
17472
17473         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17474         to doc string.
17475
17476         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17477         depending on mm-verify-option.
17478
17479 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17482         binding pgg-* variables; reimplement the section which prevents
17483         MIME header from being signed.
17484         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17485         pgg-text-mode; remove a blank line at the top of body.
17486
17487         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17488         lines at the top of body; use gnus-newsgroup-charset if there's no
17489         Charset header.
17490
17491 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * message.el (message-self-insert-commands): Doc fix.
17494
17495         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17496         (mm-uu-pgp-encrypted-test): Ditto.
17497         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17498         between header and body; return application/pgp-encrypted handle
17499         if decryption failed; decode decrypted body by charset.
17500
17501         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17502         element match to application/pgp-*.
17503
17504 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17505
17506         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17507         HTML.
17508
17509 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17510
17511         * mail-source.el (mail-source-call-script): Message the error
17512         string.
17513
17514 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17515
17516         * gnus-util.el (gnus-byte-compile): Use it.
17517
17518 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17519
17520         * gnus-util.el (kill-empty-logs): New function.
17521
17522 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17523
17524         * message.el (message-mail-alias-type): Doc fix.
17525         (message-mail-alias-type-p): New function.
17526         (message-send): Use it.
17527         (message-mode): Ditto.
17528         (message-strip-forbidden-properties): Ditto.
17529
17530         * ecomplete.el (ecomplete-database-file-coding-system):
17531         New variable.
17532         (ecomplete-save): Use it.
17533         (ecomplete-setup): Use it.
17534
17535 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * message.el (message-self-insert-commands): New variable.
17538         (message-strip-forbidden-properties): Use it.
17539
17540 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17541
17542         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17543         that doesn't make XEmacs choke.
17544
17545 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17546
17547         * gnus-util.el (gnus-replace-in-string):
17548         Prefer replace-regexp-in-string over of replace-in-string.
17549
17550 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * gnus-util.el (gnus-select-frame-set-input-focus):
17553         Use select-frame-set-input-focus if it is available in XEmacs; use
17554         definition defined in Emacs 22 for old Emacsen.
17555
17556         * dgnushack.el: Autoload unmorse-region for XEmacs.
17557
17558         * lpath.el: Bind cursor-in-non-selected-windows and
17559         select-frame-set-input-focus for XEmacs.
17560
17561 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17564
17565 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17566
17567         * gnus-registry.el (gnus-registry-cache-save): Remove text
17568         properties when saving via the temp buffer.
17569
17570 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17571
17572         * message.el (message-generate-hashcash): Honor custom type.
17573
17574 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17575
17576         * message.el (message-generate-hashcash): Default to non-nil when
17577         hashcash is found.
17578
17579         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17580         (gnus-refer-thread-limit): Increase default to 500.
17581
17582         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17583
17584         * flow-fill.el (fill-flowed): Allow delete-space.
17585
17586 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17587
17588         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17589         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17590         Remove autoloads.
17591
17592 2006-04-18  Simon Josefsson  <jas@extundo.com>
17593
17594         * message.el (message-generate-hashcash): Default to.
17595
17596 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17599         concatenating segments rather than before concatenating them.
17600
17601 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17602
17603         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17604
17605 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17606
17607         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17608
17609         * message.el (message-forward-make-body-plain):
17610         Allow message-forward-ignored-headers to be a list.
17611         (message-remove-ignored-headers): Factor out into function.
17612         (message-forward-make-body-mml): Use it.
17613
17614         * imap.el (imap-quote-specials): New function.
17615         (imap-login-auth): Quote specials.
17616
17617         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17618         (rfc2231-parse-string): Allow concatanation of parameters that
17619         aren't contiguous.  The test case is
17620           (mail-header-parse-content-type "message/external-body;
17621             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17622             access-type=LOCAL-FILE;
17623             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17624
17625 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17626
17627         * nntp.el (nntp-accept-process-output): Return the value of
17628         `nnheader-accept-process-output'.
17629
17630 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17631
17632         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17633         (gnus-button-alist): Recognize more diff formats.
17634         (gnus-button-patch): Strip directory.
17635
17636 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17639         Emacs 22 when setting focus.
17640
17641 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17642
17643         * gnus-art.el (gnus-article-treat-types): Do treatment of
17644         text/x-verbatim parts.
17645         (gnus-button-patch): New command.
17646
17647         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17648         addresses that contain invalid characters.
17649
17650 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17651
17652         * message.el (message-put-addresses-in-ecomplete):
17653         Use gnus-replace-in-string.
17654         (message-is-yours-p): Use the more correct
17655         mail-header-parse-address instead of
17656         mail-extract-address-components.
17657         (message-put-addresses-in-ecomplete): Fix typo.
17658
17659         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17660         keystroke.
17661
17662         * gnus-art.el (gnus-treatment-function-alist): Change order of
17663         newsgroups/generic header folding to avoid double-folding.
17664
17665         * message.el (message-hidden-headers): Add X-Draft-From.
17666
17667         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17668         New command.
17669         (gnus-summary-repeat-search-article-backward): New command.
17670
17671         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17672         groups in the parent topic.
17673
17674 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17675
17676         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17677         (spam-extra-header-to-number): Return the CRM114 number as a
17678         number instead of a string.
17679
17680 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17681
17682         * gnus-art.el (gnus-face-properties-alist): Move here from
17683         gnus-fun.
17684
17685         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17686
17687 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17688
17689         * message.el (message-strip-forbidden-properties): Only display on
17690         self-insert-command.
17691
17692         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17693         reindent.
17694         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17695
17696 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17697
17698         * smiley.el (smiley-style): Fix typo.
17699
17700 2006-03-23  Kenichi Handa  <handa@m17n.org>
17701
17702         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17703         instead of set-buffer-multibyte.
17704
17705 2006-03-23  Kenichi Handa  <handa@m17n.org>
17706
17707         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17708         buffer and then decode the buffer text if necessary.
17709         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17710         first, and after mm-encode-body, change the buffer to unibyte.
17711
17712 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17713
17714         * hashcash.el (hashcash-insert-payment-async-2):
17715         Use message-goto-eoh instead of doing it manually.
17716         (mail-add-payment): Use message-narrow-to-header instead of trying
17717         to do the same itself.
17718
17719         * message.el (message-hidden-headers): Add Face.
17720
17721         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17722         reparenting code.
17723         (gnus-summary-reparent-children): Refactored out code.
17724         (gnus-summary-thread-map): New keystroke.
17725         (gnus-summary-reparent-children): Make into command.
17726
17727         * smiley.el (smiley-style): Default to `medium' if using a large
17728         font.
17729
17730         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17731         does it itself.
17732
17733         * message.el (message-point-in-header-p): Simplify definition.
17734
17735 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17736
17737         * nnagent.el (nnagent-request-set-mark): Silence log file
17738         writing.
17739         (nnagent-request-set-mark): Use write-region instead of
17740         append-to-file.
17741
17742         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17743         strange select method.
17744
17745         * ecomplete.el (ecomplete-display-matches): Get highlightling
17746         right.
17747         (ecomplete-display-matches): Use literals.
17748         (ecomplete-display-matches): Disable message logging.
17749
17750         * message.el (message-display-abbrev): Small optimization.
17751
17752         * ecomplete.el (ecomplete-display-matches): Allow automatic
17753         display.
17754
17755         * message.el (message-strip-forbidden-properties):
17756         Display abbrevs.
17757         (message-display-abbrev): Get automatic display right.
17758
17759         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17760         keystrokes.
17761
17762 2006-04-13  Romain Francoise  <romain@orebokech.com>
17763
17764         TODO: Backport to v5-10!
17765
17766         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17767         Move here (and rename) from gnus-registry.el.
17768
17769         * gnus-registry.el: Require gnus-util.
17770         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17771
17772 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17773
17774         * gnus-group.el (gnus-group-catchup-current):
17775         Change if-then-else-if-then-else into cond.
17776         (gnus-group-catchup): Indent.
17777         (group-name-at-point): New function.
17778         (gnus-fetch-group): Provide default from thing at point.
17779
17780 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17781
17782         * message.el (message-display-abbrev): Fix regexp.
17783
17784         * ecomplete.el (ecomplete-highlight-match-line):
17785         Reimplement choosing.
17786         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17787         dead variables.
17788
17789         * message.el (message-newline-and-indent): Remove debugging.
17790         (message-display-abbrev): Use new implementation.
17791
17792 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * gnus-art.el (gnus-article-mode):
17795         Set cursor-in-non-selected-windows to nil.
17796
17797         * smiley.el: Revert previous change.
17798         (smiley-data-directory): defvar it before using it in the
17799         defcustom of `smiley-style'.
17800
17801 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17802
17803         * message.el (message-newline-and-indent): New function.
17804
17805         * ecomplete.el: Implement more bits.
17806
17807         * message.el (message-put-addresses-in-ecomplete): Clean up the
17808         string.
17809
17810         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17811
17812         * gnus-sum.el (gnus-summary-save-parts):
17813         Bind gnus-summary-save-parts-counter and use it to make unique file
17814         names.
17815
17816         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17817
17818         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17819         parameter to say whether to actually parse the individual
17820         addresses.
17821
17822         * message.el (message-put-addresses-in-ecomplete): New function.
17823         (ecomplete): Require.
17824         (message-mail-alias-type): Add ecomplete as an option.
17825
17826 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17827
17828         * flow-fill.el (fill-flowed): Remove trailing space from blank
17829         quoted lines.
17830
17831 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17832
17833         * smiley.el (smiley-style): Move definition later to avoid a
17834         compilation warning.
17835
17836 2006-04-12  Kenichi Handa  <handa@m17n.org>
17837
17838         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17839         buffer and then decode the buffer text if necessary.
17840         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17841         first, and after mm-encode-body, change the buffer to unibyte.
17842         Use mm-disable-multibyte instead of set-buffer-multibyte.
17843
17844 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17847         Content-Type header instead of Content-Disposition header.
17848         (gnus-mime-inline-part): Ditto.
17849         (gnus-mime-view-part-as-charset): Ignore charset that the part
17850         specifies.
17851
17852         * mm-decode.el (mm-display-part): Work with external parts and
17853         usual parts similarly.
17854
17855         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17856         instead of gnus-display-mime.
17857
17858         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17859         instead of with-temp-buffer.
17860
17861         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17862         tag to summarized topics part in order to encode non-ASCII text.
17863
17864 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17865
17866         * smiley.el (smiley-style): New variable.
17867         (smiley-directory): New function.
17868         (smiley-data-directory): Derive from `smiley-style' using
17869         `smiley-directory'.
17870         (smiley-regexp-alist): Add new entries.
17871
17872         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17873         (gnus-article-browse-delete-temp): Add :version.
17874
17875 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17876
17877         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17878         the sieve region.
17879
17880 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17881
17882         * gnus.el (gnus-version-number): Bump version.
17883
17884 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17885
17886         * gnus.el: No Gnus v0.4 is released.
17887
17888 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17889
17890         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17891         layout.
17892
17893         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17894         unknown charset.
17895
17896         * message.el (message-header-synonyms): Add Original-To to the
17897         default.
17898
17899         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17900         optional parameter.
17901
17902 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * gnus-fun.el (gnus): Require it for gnus-directory.
17905
17906 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17909
17910 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17911
17912         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17913
17914 2006-04-05  Simon Josefsson  <jas@extundo.com>
17915
17916         * password.el (password-reset): New function.
17917
17918 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17919
17920         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17921         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17922
17923 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17924
17925         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17926         Some whitespace was matched into the url, which broke browsing hits
17927         > 100 when mm-url-use-external was nil.
17928
17929 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17930
17931         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17932         Check gnus-extra-headers for 'Newsgroups.
17933
17934         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17935         bound.
17936
17937 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17938
17939         * pgg-gpg.el: Clean up process buffers every time gpg processes
17940         complete.
17941
17942 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17943
17944         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17945         doc string.
17946
17947 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17948
17949         * pgg-gpg.el (pgg-gpg-process-filter)
17950         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17951
17952         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17953         lines, temporary fix.
17954
17955 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17958
17959 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17960
17961         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17962         default-enable-multibyte-characters.  This reverts the change from
17963         revision 6.17 which is no longer necessary because the passphrase
17964         is sent separately now.  GnuPG messages are unreadable under
17965         multibyte locales with default-enable-multibyte-characters set to
17966         nil.
17967
17968 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17969
17970         * message.el (message-tool-bar-gnome): Move "spell".
17971
17972 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17973
17974         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17975         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17976         instead.
17977
17978 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17979
17980         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17981         Improve newsgroups handling for NNTP overviews which don't include
17982         Newsgroups.
17983
17984 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17985
17986         * message.el (message-resend): Bind message-generate-hashcash to nil.
17987
17988 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17989
17990         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17991         when searching for already-paid recipients.
17992
17993 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17994
17995         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17996         passphrases when it is not needed.
17997         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17998         passphrase stuff from gpg, should only be necessary when you use
17999         gpg with a smartcard.
18000
18001 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * mml.el (mml-insert-mime): Ignore cached contents of
18004         message/external-body part.
18005
18006         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18007         (mm-insert-part): Ditto.
18008
18009 2006-03-23  Simon Josefsson  <jas@extundo.com>
18010
18011         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18012         Reiner.
18013         (pgg-gpg-use-agent-p): Use it again.
18014
18015 2006-03-23  Simon Josefsson  <jas@extundo.com>
18016
18017         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18018         older emacsen.
18019         (pgg-gpg-use-agent-p): Don't use it.
18020
18021 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18022
18023         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18024         if we can.
18025
18026 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18027
18028         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18029         (pgg-gpg-update-agent): New function.
18030         (pgg-gpg-use-agent-p): New function.
18031         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18032         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18033         (pgg-gpg-sign-region): Use it.
18034
18035 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18038         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18039
18040 2006-03-21  Simon Josefsson  <jas@extundo.com>
18041
18042         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18043         <wilde@sha-bang.de>.
18044         (pgg-gpg-use-agent): New variable.
18045         (pgg-gpg-process-region): Use it.
18046         (pgg-gpg-encrypt-region): Likewise.
18047         (pgg-gpg-encrypt-symmetric-region): Likewise.
18048         (pgg-gpg-decrypt-region): Likewise.
18049         (pgg-gpg-sign-region): Likewise.
18050         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18051
18052 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18053
18054         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18055
18056         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18057         Add comment on version.
18058
18059 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * smiley.el: Add missing test smiley.
18062
18063 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * mm-decode.el (mm-with-part): New macro.
18066         (mm-get-part): Use it; work with message/external-body as well.
18067         (mm-save-part): Treat name and filename equally.
18068
18069         * mm-extern.el (mm-extern-cache-contents): New function.
18070         (mm-inline-external-body): Use it; force the part to be displayed;
18071         move undisplayer added to the cached handle to the parent.
18072
18073         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18074         (gnus-mime-view-part-as-type): Work with message/external-body.
18075
18076         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18077
18078 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18079
18080         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18081         images in image-load-path.  [Sync with image.el, revision 1.60, in
18082         Emacs.]
18083
18084 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18085
18086         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18087         path rather than symbol.  Always return list of directories.
18088         Guarantee that image directory comes first.  [Sync with image.el,
18089         revision 1.59, in Emacs.]
18090
18091         * message.el (message-make-tool-bar): Adjust to new API of
18092         `gmm-image-load-path-for-library'.
18093
18094         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18095
18096         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18097
18098 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18099
18100         * gnus-art.el (gnus-article-only-boring-p):
18101         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18102         intangible text.
18103         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18104
18105 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18106
18107         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18108         Use `defun' instead of `gmm-defun-compat'.
18109
18110 2006-03-14  Simon Josefsson  <jas@extundo.com>
18111
18112         * message.el (message-unique-id): Don't use message-number-base36
18113         if (user-uid) is a float.
18114         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18115
18116 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18119
18120         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18121         empty line between a part and a message part.
18122
18123 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18124
18125         * smiley.el: Add more test smileys.
18126         (smiley-data-directory, smiley-regexp-alist)
18127         (gnus-smiley-file-types): Fix doc strings.
18128         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18129         adding new elements.
18130         (smiley-mouse-map): Unused code.  Make it a comment.
18131
18132 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18133
18134         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18135         scan latest NoCeM messages instead of old ones.
18136         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18137         delimiters that are recently used.
18138         (gnus-nocem-load-cache): Add autoload cookie.
18139
18140         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18141
18142         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18143         level which is larger than gnus-use-nocem is specified.
18144
18145         * gnus-group.el (gnus-group-get-new-news): Ditto.
18146
18147 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18148
18149         * gnus-util.el (gnus-tool-bar-update): New function.
18150
18151         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18152         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18153
18154         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18155
18156         * gnus-group.el (gnus-group-redraw-when-idle)
18157         (gnus-group-redraw-check): Remove.
18158         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18159
18160 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18163         if optional last element is specified in splits (FIELD VALUE...).
18164
18165 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18166
18167         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18168         to gmm-image-load-path-for-library.  Call with no-error argument.
18169         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18170
18171         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18172
18173         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18174
18175         * gmm-utils.el (gmm-image-load-path): Remove alias.
18176
18177 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18178
18179         * gmm-utils.el (gmm-image-load-path): Add alias.
18180
18181         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18182         nnml-generate-nov-databases-1.
18183         (nnml-generate-nov-databases): Use it.
18184         (nnml-generate-nov-databases-directory): Document no-active
18185         argument.
18186
18187         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18188         directory if path is t.  Add no-error.
18189
18190         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18191         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18192
18193         * gnus-art.el (gnus-article-browse-delete-temp-files):
18194         Simplify resetting gnus-article-browse-html-temp-list.
18195
18196         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18197         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18198         Add example to docstring.  Rename local variables.  Move error
18199         checks to default case in cond and simplify.
18200
18201 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18204         handle is multipart when calling it recursively.
18205         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18206
18207 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18208
18209         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18210         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18211
18212 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18215         is loaded.
18216
18217         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18218         loaded.
18219
18220 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18221
18222         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18223         to "Emacs 23 (unicode)" in doc string.
18224
18225         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18226         "Emacs 23 (unicode)" in comment.
18227
18228 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18231
18232         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18233         characters 160 through 255 in Emacs 23.
18234
18235 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18236
18237         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18238         gnus-article-browse-html-temp.
18239         (gnus-article-browse-delete-temp): Make it customizable.
18240         Add `file'.  Adjust doc string.
18241         (gnus-article-browse-delete-temp-files): Add argument.
18242         Allow query for each file.  Adjust doc string.
18243         (gnus-article-browse-html-parts):
18244         Add `gnus-article-browse-delete-temp-files' to
18245         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18246
18247 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18248
18249         * gnus-art.el (gnus-article-browse-html-temp)
18250         (gnus-article-browse-delete-temp): New variables.
18251         (gnus-article-browse-delete-temp-files): New function.
18252         (gnus-article-browse-html-parts): Use it.
18253
18254 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18255
18256         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18257
18258         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18259         string.
18260
18261         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18262         gnus-summary-insert-new-articles when unplugged.
18263         Remove gnus-summary-search-article-forward.
18264
18265         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18266         display-visual-class instead of display-color-cells.
18267
18268 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * dgnushack.el: Autoload customize-group for XEmacs.
18271
18272         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18273         message/* containing non-ASCII text properly.
18274
18275 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18276
18277         * message.el: Require gmm-utils, remove autoloads.
18278         (message-tool-bar): Set default based on
18279         gmm-tool-bar-style.
18280         (message-tool-bar-gnome): Add gmm-customize-mode.
18281
18282         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18283         gmm-tool-bar-style.
18284         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18285
18286         * gnus-group.el (gnus-group-tool-bar): Set default based on
18287         gmm-tool-bar-style.
18288         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18289
18290         * gmm-utils.el (gmm-image-directory): Rename variable from
18291         gmm-image-load-path.
18292         (gmm-image-load-path): Use gmm-image-directory.
18293         (gmm-customize-mode): New function.
18294         (gmm-tool-bar-style): New variable.
18295
18296         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18297         gnus-group-redraw-line-number.
18298         (gnus-group-redraw-check): Simplify.
18299         (gnus-group-tool-bar-update): Remove redraw check.
18300         (gnus-group-make-tool-bar): Add redraw check.
18301
18302 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18303
18304         * gnus-art.el (gnus-button): Add missing parentheses.
18305
18306 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * lpath.el: Fbind line-number-at-pos.
18309
18310 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18313
18314 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * gnus-art.el (gnus-button): New face.
18317         (gnus-article-button-face): Use it.
18318
18319         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18320         Add gnus-summary-next-page.  Re-order.
18321
18322         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18323         next-node are now included.
18324         (gnus-group-redraw-line-number): New internal variable.
18325         (gnus-group-redraw-check): Helper function for updating the tool
18326         bar.
18327         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18328
18329         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18330
18331         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18332         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18333         Use it to match format of Spamassassin 3.0 and later.
18334         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18335         (spam-check-bogofilter)
18336         (spam-bogofilter-register-with-bogofilter): Fix args of
18337         `gnus-error' calls.
18338
18339 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18340
18341         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18342         unnecessary interaction when sending queued mails.
18343         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18344
18345 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18346
18347         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18348         first or last are nil.
18349
18350 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18351
18352         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18353
18354 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18355
18356         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18357
18358 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18359
18360         * dns.el (query-dns): Protect more against buggy tcp output.
18361
18362 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18363
18364         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18365         nov.php.
18366
18367 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18368
18369         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18370         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18371         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18372         output on the server side.
18373         (nnweb-google-create-mapping): Update regexps and add some
18374         progress indication.
18375
18376 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18377
18378         * gnus-group.el (gnus-group-tool-bar-gnome):
18379         Fix gnus-agent-toggle-plugged.  Re-order icons.
18380         (gnus-group-tool-bar-gnome):
18381         Add gnus-group-{prev,next}-unread-group.
18382         (gnus-group-tool-bar-gnome): Re-order icons.
18383
18384         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18385         Move gnus-summary-insert-new-articles.
18386
18387         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18388         Fix comments.
18389
18390         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18391         also available in Emacs 21.3.
18392
18393         * message.el (message-fix-before-sending): Change "Emacs 22" to
18394         "Emacs 23 (unicode)" in comment.
18395
18396         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18397         "Emacs 23 (unicode)" in comment.
18398
18399         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18400         comment.
18401         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18402
18403         * mm-view.el (mm-fill-flowed): Add :version.
18404
18405 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18408         and load-path.
18409
18410 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18411
18412         * message.el: Autoload gmm-image-load-path.
18413         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18414         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18415         consitency.
18416
18417         * gmm-utils.el (gmm-image-load-path): Also search in
18418         "../etc/images".  Don't set gmm-image-load-path if we don't find
18419         the image.
18420
18421 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18422
18423         * gmm-utils.el (gmm-image-load-path): Don't make
18424         `gmm-image-load-path' include subdirectories which the second arg
18425         `image' might specify.
18426
18427         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18428         subdirectory to icon file names.
18429
18430         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18431
18432 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18433
18434         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18435         gmm-image-load-path calls.
18436
18437         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18438
18439         * message.el (message-make-tool-bar): Ditto.
18440
18441         * mml.el (mml-preview): Add comment concerning tool bar icons.
18442
18443         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18444         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18445
18446         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18447         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18448
18449         * message.el (message-tool-bar-gnome): Use new icon names.
18450         (message-make-tool-bar): Use `gmm-image-load-path'.
18451
18452         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18453         New functions from MH-E.
18454         (gmm-image-load-path): New variable from MH-E.
18455         (gmm-image-load-path): New function from MH-E.  Add arguments
18456         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18457         *-image-load-path-called-flag.
18458
18459 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18460
18461         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18462
18463 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18464
18465         * nnimap.el (nnimap-request-move-article): Change folder back to
18466         source group before deleting.
18467
18468 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18469
18470         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18471
18472         * gnus-art.el (mm-url-insert-file-contents-external):
18473         Autoload mm-url.
18474
18475         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18476
18477 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18480         coding system which mm-charset-to-coding-system returns for a
18481         given charset is valid.
18482
18483 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18484
18485         * html2text.el (html2text-remove-tag-list):
18486         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18487
18488 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18489
18490         * gnus-cus.el: Revert 2005-10-17 change.
18491
18492 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * gnus-art.el (article-strip-banner):
18495         Call article-really-strip-banner only when the regexp match is made.
18496
18497 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * gnus-art.el (article-strip-banner):
18500         Use gnus-extract-address-components instead of
18501         mail-header-parse-addresses to make it work with non-ASCII text;
18502         remove mail-encode-encoded-word-string.
18503
18504         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18505         values which are surrounded with \"...\"; make it never cause a
18506         Lisp error; give up parsing of parameters if it failed in
18507         extracting type.
18508
18509 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18510
18511         * smime.el (smime-cert-by-ldap-1): Fix bug where
18512         `smime-ldap-search' returns results without userCertificates.
18513
18514 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18517
18518 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18519
18520         * spam.el (spam-check-spamassassin-headers): Adapt format for
18521         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18522         <ari@mbf.ocn.ne.jp>.
18523         (spam-list-of-processors): Add spam-use-gmane.
18524
18525 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18526
18527         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18528         make-temp-file; make it work with XEmacs as well.
18529
18530         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18531         mm-make-temp-file.
18532
18533         * mm-decode.el (mm-display-external): Use the 3rd arg of
18534         mm-make-temp-file.
18535         (mm-create-image-xemacs): Ditto.
18536
18537 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18540         with message-narrow-to-headers.
18541         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18542         (gnus-draft-check-draft-articles): New function.
18543         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18544
18545 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18546
18547         * gnus-art.el (gnus-article-browse-html-parts):
18548         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18549         Don't use suffix argument for mm-make-temp-file for Emacs 21
18550         compatibility.  Remove useless `format'.
18551
18552 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18553
18554         * nnweb.el (nnweb-google-wash-article): Update regexps.
18555         (nnweb-group-alist): Use defvoo instead of defvar.
18556
18557 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18560         re-loading nn* modules.
18561
18562 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18565         for `tool-bar-mode' and don't check it's default-value.
18566
18567         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18568
18569         * message.el (message-make-tool-bar): Ditto.
18570
18571         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18572         `substring'.  Shorten tmp-file name.
18573
18574         * gnus.el: Remove bogus comment.
18575
18576 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18577
18578         * gnus-art.el (gnus-article-browse-html-parts): New function.
18579         (gnus-article-browse-html-article): New function for viewing html
18580         articles with a browser.
18581
18582 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18583
18584         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18585         in elisp.
18586         (pgg-gpg-encrypt-symmetric-region): Ditto.
18587         (pgg-gpg-sign-region): Ditto.
18588
18589         * pgg-def.el (pgg-text-mode): New variable.
18590
18591         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18592         (mml2015-pgg-encrypt): Ditto.
18593
18594         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18595         (mml1991-pgg-encrypt): Ditto.
18596
18597 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * nnfolder.el (nnfolder-insert-newsgroup-line):
18600         Use message-make-date instead of current-time-string.
18601
18602         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18603         to gnus-decoded which mm-uu might set.
18604
18605 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18606
18607         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18608         don't decode quoted parameters; remove misimported Emacs code.
18609         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18610         (rfc2231-decode-encoded-string): Don't use split-string which
18611         behaves differently according to Emacs version; use
18612         mm-decode-coding-region to convert charset to coding-system.
18613         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18614         (rfc2231-encode-string): Remove misimported Emacs code.
18615
18616 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18619         when calling mail-header-parse-content-type.
18620         (article-de-quoted-unreadable): Ditto.
18621         (article-de-base64-unreadable): Ditto.
18622         (article-wash-html): Ditto.
18623
18624         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18625         calling mail-header-parse-content-type and
18626         mail-header-parse-content-disposition.
18627         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18628         mail-header-parse-content-type.
18629
18630         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18631         insert charset and format parameters; encode description after
18632         inserting it to buffer.
18633         (mml-insert-parameter): Fold lines properly even if a parameter is
18634         segmented into two or more lines; change the max column to 76.
18635
18636         * rfc1843.el (rfc1843-decode-article-body): Don't use
18637         ignore-errors when calling mail-header-parse-content-type.
18638
18639         * rfc2231.el (rfc2231-parse-string): Return at least type if
18640         possible; don't cause an error even if it fails in parsing of
18641         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18642         (rfc2231-encode-string): Don't break lines at the beginning, leave
18643         it to mml-insert-parameter.
18644
18645         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18646         calling mail-header-parse-content-type.
18647
18648 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18649
18650         * spam-report.el (spam-report-gmane-use-article-number):
18651         Improve doc string.
18652         (spam-report-gmane-internal): Check if a suitable header was found
18653         in the article.
18654
18655 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18658         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18659
18660 2006-02-05  Romain Francoise  <romain@orebokech.com>
18661
18662         Update copyright notices of all files in the gnus directory.
18663
18664 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18665
18666         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18667
18668 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18669
18670         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18671         segmented lines of parameter value to cope with Thunderbird 1.5
18672         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18673         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18674         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18675
18676 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18677
18678         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18679         parts.
18680
18681 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18682
18683         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18684         there's only one active file for all servers.
18685         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18686         solid groups.  Gnus might have used a FAST request to select the group.
18687         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18688         and nnweb-search redundantly in the active file.
18689         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18690         (nnweb-request-create-group): Don't use ARGS.
18691         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18692         initializations.  Let nnoo do the work.
18693
18694 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18697         Say the part has been decoded.
18698
18699         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18700
18701 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18702
18703         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18704         mailcap-viewer-test-cache when there's no 'test clause, since that
18705         will invert the meaning of a "nil" test previously determined by
18706         mailcap-mailcap-entry-passes-test.
18707
18708 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18709
18710         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18711         compiling.
18712
18713         * gnus-sum.el: Ditto.
18714
18715         * message.el: Don't bind tool-bar-map when compiling.
18716
18717 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18718
18719         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18720
18721 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18722
18723         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18724         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18725         current Google Groups.
18726
18727 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18728
18729         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18730         and tool-bar-mode.
18731
18732         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18733         and tool-bar-mode.
18734
18735         * message.el (message-tool-bar-update): Simplify.
18736         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18737
18738         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18739         gnus-summary-buffer.
18740         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18741         gnus-summary-reply.
18742
18743         * gmm-utils.el (gmm): Add :version.
18744
18745 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * Makefile.in (clean): New rule.
18748         (distclean): Use it.
18749
18750 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18751
18752         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18753         Don't autoload.
18754
18755 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18756
18757         * gmm-utils.el (gmm-verbose): Add :group.
18758
18759 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18760
18761         * message.el: Change some comments WRT tool-bars.
18762
18763         * gnus-sum.el (gnus-summary-tool-bar)
18764         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18765         (gnus-summary-tool-bar-zap-list): New variables.
18766         (gnus-summary-make-tool-bar): Complete rewrite using
18767         `gmm-tool-bar-from-list'.
18768
18769         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18770         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18771         New variables.
18772         (gnus-group-make-tool-bar): Complete rewrite using
18773         `gmm-tool-bar-from-list'.
18774         (gnus-group-tool-bar-update): New function.
18775
18776         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18777
18778 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18781         is dissected into a single part of which the type is the same as
18782         the given one; decode charset.
18783
18784 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18785
18786         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18787         into alists as symbol not string, since that's what
18788         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18789         look for.
18790
18791 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18792
18793         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18794         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18795
18796         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18797
18798 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18799
18800         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18801         (gnus-xmas-mime-security-button-menu): New function.
18802
18803         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18804         (gnus-mime-security-button-menu): New definition.
18805         (gnus-mime-security-button-map): Use them.
18806         (gnus-mime-security-button-menu): New function.
18807         (gnus-insert-mime-security-button): Addition to help echo.
18808         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18809         (gnus-mime-security-pipe-part): New functions.
18810
18811         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18812         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18813
18814         * mm-decode.el (mm-handle-set-disposition): Remove.
18815         (mm-handle-set-description): Remove.
18816
18817 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18820         (mm-w3m-standalone-supports-m17n-p): New function.
18821         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18822         w3m usage.
18823
18824         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18825         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18826
18827 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18828
18829         * message.el (message-tool-bar-zap-list):
18830         Use gmm-tool-bar-zap-list as custom type.
18831         (message-tool-bar-update): New function.
18832         (message-tool-bar, message-tool-bar-gnome)
18833         (message-tool-bar-retro): Add message-tool-bar-update.
18834         (message-tool-bar-gnome): Add flyspell-buffer.
18835
18836         * gnus-util.el (gnus-error): Describe `args'.
18837
18838         * gmm-utils.el (gmm-error): Describe `args'.
18839         (gmm-tool-bar-zap-list): New widget.
18840         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18841
18842 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18843
18844         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18845         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18846         the number of recursive calls.
18847
18848         * mm-decode.el (mm-handle-set-disposition): New macro.
18849         (mm-handle-set-description): New macro.
18850
18851 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18854         encoding.
18855
18856 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18857
18858         * message.el (message-tool-bar-zap-list, message-tool-bar)
18859         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18860         (message-tool-bar-local-item-from-menu): Remove.
18861         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18862         (message-make-tool-bar): New function.
18863         (message-mode): Use `message-make-tool-bar'.
18864
18865         * gmm-utils.el: New file.
18866         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18867         (gmm-lazy): New widget copied from `nnmail.el'.
18868         (gmm-tool-bar-from-list): New function for creating customizable
18869         tool bars.
18870         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18871         output.
18872         (gmm): Add :prefix to defgroup.
18873
18874 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18875
18876         * gmm-utils.el (gmm-widget-p): New function.
18877
18878 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18879
18880         * mml.el (mml-attach-file): Describe `description' in doc string.
18881         (mml-menu): Add Emacs MIME manual and PGG manual.
18882
18883 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18884
18885         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18886
18887 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18888
18889         * nntp.el (nntp-end-of-line): Doc fix.
18890
18891 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18892
18893         * imap.el (imap-open): Handle case where buffer is a buffer
18894         object.
18895
18896 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18897
18898         * gnus-delay.el (gnus-delay): Don't autoload.
18899         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18900         to be re-loaded when customizing the `gnus-delay' group.
18901
18902 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18903
18904         * message.el (message-insert-citation-line): Use newlines.
18905
18906 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18907
18908         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18909         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18910         these routines, so the passphrase can be managed externally and
18911         passed in to the system.
18912         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18913         pgg-add-passphrase-to-cache function.
18914
18915         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18916         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18917         these routines, so the passphrase can be managed externally and
18918         passed in to the system.
18919         (pgg-pgp5-sign-region): Use new name of
18920         pgg-add-passphrase-to-cache function.
18921
18922 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18923
18924         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18925         part of the decoded armor to find the key-identifier.
18926         (pgg-gpg-lookup-key-owner): New function to return the
18927         human-readable identifier of a key owner.
18928         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18929         itself.
18930         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18931         the key value) if we have a key and can match it against a secret
18932         key.  Also, added a note pointing out fact that the prompt only
18933         indicates the first matching key.
18934
18935         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18936         pgg-decrypt-region.
18937         (pgg-add-passphrase-to-cache): Rename from
18938         `pgg-add-passphrase-cache' to reduce confusion (all callers
18939         changed).
18940         (pgg-remove-passphrase-from-cache): Rename from
18941         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18942         changed).
18943         (pgg-read-passphrase, pgg-add-passphrase-cache)
18944         (pgg-remove-passphrase-cache): Add informative docstrings.
18945         (pgg-decrypt): Convey provided passphrase in subordinate call to
18946         pgg-decrypt-region.
18947
18948 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18949
18950         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18951         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18952         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18953         'passphrase' argument, so the passphrase can be managed externally
18954         and then passed in to the system.
18955
18956         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18957         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18958         so the passphrase cache can be used reliably with identifiers
18959         besides a pgp packet's key id.
18960
18961         * pgg-gpg.el (pgg-gpg-encrypt-region)
18962         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18963         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18964         these routines, so the passphrase can be managed externally and
18965         passed in to the system.
18966
18967         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18968         'notruncate' argument, so the passphrase cache can be used
18969         reliably with identifiers besides a pgp packet's key id.
18970
18971 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18972
18973         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18974         symmetric encryption.
18975         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18976         encrypted session key.
18977         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18978         message ask for the passphrase in a proper way.
18979
18980         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18981         New user commands for symmetric encryption.
18982
18983 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18984
18985         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18986
18987         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18988
18989 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18990
18991         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18992
18993 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * mm-decode.el (mm-inlined-types): Add application/pgp.
18996         (mm-automatic-display): Ditto.
18997
18998         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18999         part as text.
19000
19001 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * nnrss.el: Update copyright.
19004         (nnrss-opml-import): Query whether to subscribe to each entry.
19005
19006         * gnus-art.el:
19007         * gnus-sum.el:
19008         * gnus-xmas.el:
19009         * messagexmas.el:
19010         * mm-uu.el:
19011         * mm-view.el: Update copyright.
19012
19013 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19014
19015         * message.el (message-info): New function.
19016         (message-mode-menu): Add it.
19017         Update copyright.
19018
19019         * ChangeLog: Fix and update copyright.
19020
19021 2006-01-13  Romain Francoise  <romain@orebokech.com>
19022
19023         * message.el (message-forward-subject-name-subject): Prefer the
19024         address to 'nowhere' if the sender has no name.
19025         Fix typo.  Update copyright year.
19026
19027 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19028
19029         * gnus-art.el (article-wash-html):
19030         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19031         (gnus-article-wash-html-with-w3m-standalone): New function.
19032
19033         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19034         mm-inline-text-html-render-with-w3m-standalone.
19035         (mm-text-html-washer-alist): Map w3m-standalone to
19036         gnus-article-wash-html-with-w3m-standalone.
19037         (mm-inline-text-html-render-with-w3m-standalone): New function.
19038
19039 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19040
19041         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19042         Improve LaTeX.
19043
19044 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19047         (nnrss-request-article): Render text/plain parts as HTML.
19048
19049         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19050         the buffer.
19051
19052 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19053
19054         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19055         custom definition of `gnus-posting-styles'.
19056
19057         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19058         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19059
19060 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19061
19062         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19063         Use nntp for bug archive.
19064
19065 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19068         parts.
19069         (nnrss-normalize-date): New function converts ISO 8601 date into
19070         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19071         (nnrss-check-group): Use it.
19072
19073 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19076
19077         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19078         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19079         (nnrss-insert-w3): Ditto.
19080
19081 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19084         the articles to be forwarded including the case where neither a
19085         number of articles nor a region is specified.
19086
19087 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * nnrss.el (nnrss-request-article): Fix last change; fill
19090         text/plain parts.
19091
19092 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19095         in text/plain part.
19096         (nnrss-check-group): Don't add excessive newline to dc:subject.
19097
19098 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19099
19100         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19101         article.
19102
19103 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19104
19105         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19106         (nnml-use-compressed-files, nnml-save-mail): Support other
19107         comression programs such as bzip2.
19108
19109 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19110
19111         * dns.el (query-dns): Make sure we check the buffer size before
19112         removing tcp headers.
19113
19114 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19117         remove MIME buttons associated with multipart/alternative parts.
19118         (gnus-mime-display-alternative): Tag buttons using `article-type'
19119         text property.
19120
19121         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19122         associated with multipart/alternative parts.
19123
19124         * gnus-art.el (gnus-signature-separator): Fix custom type.
19125
19126         * mm-decode.el (mm-inlined-types): Fix custom type.
19127         (mm-keep-viewer-alive-types): Ditto.
19128         (mm-automatic-display): Ditto.
19129         (mm-attachment-override-types): Ditto.
19130         (mm-inline-override-types): Ditto.
19131         (mm-automatic-external-display): Ditto.
19132
19133 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19134
19135         * spam-report.el (spam-report-user-mail-address)
19136         (spam-report-user-agent): New variables.
19137         (spam-report-url-ping-plain): Use spam-report-user-agent.
19138
19139 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19140
19141         * gnus-art.el (gnus-button-handle-custom): Do not just use
19142         `customize-apropos' for any "M-x customize-*" button but the
19143         function called for.  Accept both the function name and its
19144         argument in order to achieve this.
19145         (gnus-button-alist): Remove support for "custom:" URL's.
19146         Pass function name to `gnus-button-handle-custom' in case of "M-x
19147         customize-*" buttons.
19148
19149 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19152         multipart/alternative and add xref to mm-discouraged-alternatives
19153         in doc string.
19154
19155         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19156         gnus-buttonized-mime-types in doc string.
19157
19158 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19159
19160         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19161         Suggest image/.* in the doc string.
19162
19163 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19164
19165         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19166         message-marks (Debian bug #342521).
19167
19168 2005-12-12  Simon Josefsson  <jas@extundo.com>
19169
19170         * password.el (password-read-from-cache): Add.
19171         (password-read): Use it.
19172
19173 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19174
19175         * rfc2047.el (rfc2047-charset-to-coding-system):
19176         Recognize us-ascii as a MIME charset.
19177
19178         * mm-bodies.el (mm-decode-content-transfer-encoding):
19179         Protect against the case where the 2nd arg TYPE is nil.
19180
19181 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19182
19183         * pop3.el (pop3-stream-type): Fix custom version.
19184
19185         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19186
19187 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19188
19189         * mm-decode.el (mm-display-external): Add missing cdr.
19190
19191 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19192
19193         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19194         RFC1524) if it is in mailcap or add a suffix according to
19195         mailcap-mime-extensions when generating a temp filename; postpone
19196         deleting a temp file for 2 seconds for some wrappers, shell
19197         scripts, and so on, which might exit right after having started a
19198         viewer command as a background job.
19199
19200 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19201
19202         * nntp.el (nntp-marks-directory): Fix custom group.
19203
19204         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19205         steps when < 10.
19206
19207         * gnus-start.el (gnus-no-server-1):
19208         Mention `gnus-level-default-subscribed' in doc string.
19209
19210 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19211
19212         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19213         parens.
19214
19215 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * gnus-xmas.el (gnus-use-toolbar): Revert.
19218         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19219         gnus-use-toolbar is default.
19220
19221         * messagexmas.el (message-use-toolbar): Revert.
19222         (message-setup-toolbar): Use global default-toolbar if
19223         message-use-toolbar is default.
19224
19225 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19226
19227         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19228         according to default-toolbar-visible-p.
19229
19230         * messagexmas.el (message-use-toolbar): Ditto.
19231
19232 2005-11-26  Dave Love  <fx@gnu.org>
19233
19234         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19235         (tls-program, tls-success): Provide openssl alternative.
19236
19237         * starttls.el: Doc fixes.
19238         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19239         SERVICE to PORT.
19240
19241         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19242         port null or service name.
19243         (starttls-negotiate): Autoload.
19244
19245 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19246
19247         * message.el (message-kill-to-signature): Fix interactive spec.
19248
19249 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19250
19251         * pop3.el (pop3-open-server): Recognize a string as a service name.
19252
19253 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19254
19255         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19256
19257 2005-11-23  Dave Love  <fx@gnu.org>
19258
19259         Add pop3s, pop3/starttls.
19260
19261         * pop3.el (pop3-authentication-scheme): Clarify doc.
19262         (open-tls-stream, starttls-open-stream): Autoload.
19263         (pop3-stream-type): New.
19264         (pop3-open-server): Use it.
19265
19266         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19267         for POP.
19268         (mail-source-keyword-map): Add :stream for POP.
19269         (mail-source-fetch-pop): Use pop3-stream-type.
19270
19271 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19272
19273         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19274         of current-time-string.
19275
19276 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19277
19278         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19279         date header.
19280
19281 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19282
19283         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19284         it can seriously impact performance as it bypasses the agent's
19285         local caches.
19286
19287 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19288
19289         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19290         must be explicitly online rather than "not explicitly offline" for
19291         its flags to be synchronized.
19292
19293         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19294         that gnus-uu-unmark-thread will function correctly.
19295
19296         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19297         1024K is instead displayed as 1M.
19298
19299 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19300
19301         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19302
19303 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19304
19305         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19306
19307 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19308
19309         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19310         error message to display actual error condition.
19311         (gnus-agent-save-local): Avoid saving symbols that are bound to
19312         nil as they simply result in a warning message in
19313         gnus-agent-read-local.
19314
19315 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19318         rather than make-variable-buffer-local for file-precious-flag.
19319
19320 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19321
19322         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19323         for duplicates which are removed.  The invalid sort check then
19324         triggers a rescan after the sort as sorting may have moved
19325         duplicate entries such that they can be cheaply detected.
19326
19327 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19330
19331 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19332
19333         * gnus-agent.el (gnus-agent-article-alist-save-format):
19334         Change internal variable to a custom variable.  Change default value
19335         from compressed(2) to uncompressed(1).
19336         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19337         support for uncompressed agentview files.  Taken together, reading
19338         the agentview file should now be 6-7 times faster.
19339
19340 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19341
19342         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19343         as a buffer-local variable.  This avoids creating truncated
19344         dribble files as a result of a hang up, eg.
19345
19346 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19347
19348         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19349         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19350         XEmacs.
19351
19352 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19353
19354         * gnus-start.el (gnus-start-draft-setup):
19355         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19356
19357         * gnus.el (gnus-splash): Change custom group.
19358         (gnus-group-get-parameter, gnus-group-parameter-value):
19359         Describe allow-list argument.
19360
19361         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19362         string.
19363
19364 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19365
19366         * gnus-art.el (gnus-default-article-saver): Add user-defined
19367         `function' to custom type.
19368
19369 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19370
19371         * imap.el (imap-open): Handle case where buffer is a buffer
19372         object.
19373
19374 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19375
19376         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19377         long lines.
19378         (gnus-cache-delete-group): Wrap doc strings.
19379
19380         * gnus-agent.el (gnus-agent-rename-group)
19381         (gnus-agent-delete-group): Wrap doc strings.
19382
19383 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * messagexmas.el (message-use-toolbar): Change the valid values
19386         into default, top, bottom, left, and right.
19387         (message-toolbar-thickness): New variable.
19388         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19389         well.
19390         (message-setup-toolbar): Make it work.
19391
19392         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19393         (gnus-use-toolbar): Change the valid values into default, top,
19394         bottom, left, and right.
19395         (gnus-toolbar-thickness): New variable.
19396         (gnus-xmas-setup-toolbar): New function.
19397         (gnus-xmas-setup-group-toolbar): Use it.
19398         (gnus-xmas-setup-summary-toolbar): Use it.
19399
19400 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19401
19402         * gnus-start.el (gnus-1): Add "native" to
19403         gnus-predefined-server-alist.
19404
19405         * gnus.el (gnus-method-to-server): Don't add "native" to the
19406         lists here, because that leads to problems when
19407         gnus-select-method is bound.
19408
19409 2005-11-09  Simon Josefsson  <jas@extundo.com>
19410
19411         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19412         use (not sort-by-date) instead.
19413
19414 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19415
19416         * gnus-delay.el (gnus-delay-group): Don't autoload.
19417         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19418         to be re-loaded when customizing the `gnus-delay' group.
19419
19420 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19421
19422         * message.el: Revert last changes.
19423         (message-insert-citation-line): Use newlines.
19424
19425 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19426
19427         * message.el (message-courtesy-message)
19428         (message-mark-insert-begin, message-mark-insert-end)
19429         (message-elide-ellipsis, message-cancel-message)
19430         (message-add-header, message-change-subject)
19431         (message-cross-post-followup-to-header)
19432         (message-cross-post-insert-note, message-reduce-to-to-cc)
19433         (message-widen-reply, message-delete-not-region)
19434         (message-kill-to-signature, message-insert-signature)
19435         (message-insert-importance-high, message-insert-importance-low)
19436         (message-insert-or-toggle-importance)
19437         (message-insert-disposition-notification-to)
19438         (message-indent-citation, message-yank-original)
19439         (message-cite-original-without-signature, message-cite-original)
19440         (message-insert-citation-line, message-position-on-field)
19441         (message-fix-before-sending, message-send-mail-partially)
19442         (message-send-mail, message-send-mail-with-sendmail)
19443         (message-send-mail-with-qmail, message-send-news)
19444         (message-check-news-header-syntax, message-generate-headers)
19445         (message-insert-courtesy-copy, message-fill-address)
19446         (message-fill-header, message-shorten-references)
19447         (message-setup-1, message-cancel-news)
19448         (message-forward-make-body-plain, message-forward-make-body-mime)
19449         (message-forward-make-body-mml, message-encode-message-body)
19450         (message-forward-make-body-digest-plain)
19451         (message-forward-make-body-digest-mime)
19452         (message-use-alternative-email-as-from): Insert `hard-newline'
19453         instead of ordinary newlines.
19454
19455 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * message.el (message-generate-headers): Downcase the argument
19458         given to message-check-element.
19459
19460 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19461
19462         * nntp.el (nntp-authinfo-rejected): New error condition.
19463         (nntp-wait-for): Use new error condition to signal authentication
19464         error.
19465         (nntp-retrieve-data): Rethrow new error condition to break out of
19466         recursive call to nntp-send-authinfo.
19467
19468 2005-11-08  Romain Francoise  <romain@orebokech.com>
19469
19470         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19471         (gnus-summary-exit-map): Bind to `Z p'.
19472         (gnus-summary-make-menu-bar): Add menu item.
19473
19474 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19475
19476         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19477         (gnus-treat-*): Add `first' in all doc strings.
19478
19479         * gnus-group.el (gnus-group-compact-group): Fix typo.
19480
19481 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * gnus.el (gnus-parameters-case-fold-search): New variable.
19484         (gnus-parameters-get-parameter): Use it.
19485
19486         * gnus-score.el (gnus-home-score-file): Doc fix.
19487
19488 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19489
19490         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19491
19492 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * mm-util.el (mm-special-display-p): New function.
19495
19496         * mml.el (mml-preview): Use it; doc fix.
19497
19498 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19499
19500         * imap.el (imap-open): Handle case where buffer is a buffer object.
19501
19502 2005-10-29  Romain Francoise  <romain@orebokech.com>
19503
19504         * message.el (message-fix-before-sending): Fix comment.
19505
19506 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19507
19508         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19509
19510 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19511
19512         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19513         Used in gnus-score.el.
19514
19515 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19516
19517         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19518
19519 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19520
19521         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19522         whitespace removed in revision 7.8.  Use concatenated string to
19523         protect trailing whitespace.
19524
19525 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19526
19527         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19528         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19529         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19530         Courier IMAP ("some version from 2004").  Mostly based on similar
19531         code in the same function.
19532
19533 2005-10-26  Didier Verna  <didier@xemacs.org>
19534
19535         * gnus-group.el (gnus-group-compact-group): Invalidate original
19536         article buffer.
19537         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19538         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19539         NOV database and in article itself.
19540         Invalidate article backlog.
19541
19542 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19543
19544         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19545
19546 2005-10-26  Simon Josefsson  <jas@extundo.com>
19547
19548         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19549         part of 2004-07-25 change.
19550
19551 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19552
19553         * message.el (message-display-completion-list): New function.
19554         (message-expand-group): Use it; make sure the Completions buffer
19555         is modifiable.
19556 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19557
19558         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19559         user-mail-name is an empty string.
19560
19561 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19562
19563         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19564         depending on gnus-score-decay-constant.
19565
19566         * encrypt.el (encrypt-insert-file-contents)
19567         (encrypt-write-file-contents): Don't use `gnus-message'.
19568
19569         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19570         arguments.
19571         (mm-uu-type-alist): Add message-marks and insert-marks.
19572         Pass arguments to mm-uu-verbatim-marks-extract.
19573         (mm-uu-hide-markers): New variable.
19574         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19575
19576         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19577         (gnus-convert-image-to-face-command): Use "convert" by default to
19578         allow other input image formats.
19579         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19580         accordingly.
19581
19582 2005-10-23  Simon Josefsson  <jas@extundo.com>
19583
19584         * imap.el (imap-gssapi-program): Align command line parameters
19585         with latest GNU SASL.
19586         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19587
19588 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19589
19590         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19591         HTML.
19592         (nnslashdot-request-article): Ditto.
19593
19594         * lpath.el (featurep): Add nobreak-char-display.
19595
19596 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19597
19598         * mail-source.el (mail-source-fetch-pop): Require pop3.
19599         (mail-source-check-pop): Ditto.
19600
19601 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19604         errors.
19605
19606 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19607
19608         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19609         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19610
19611         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19612
19613         * mm-bodies.el (mm-decode-string):
19614         Call `mm-charset-to-coding-system' with allow-override argument.
19615
19616 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19619         (rfc2047-charset-to-coding-system): New function.
19620         (rfc2047-decode-encoded-words): New function.
19621         (rfc2047-decode-region): Use them.
19622         (rfc2047-decode-cte): Remove.
19623         (rfc2047-parse-and-decode): Remove.
19624         (rfc2047-decode): Remove.
19625
19626 2005-10-15  Kenichi Handa  <handa@m17n.org>
19627
19628         * rfc2047.el (rfc2047-decode-cte): New function.
19629         (rfc2047-decode-region): Change the way to decode successive
19630         encoded-words: decode B- or Q-encoding in each encoded-word,
19631         concatenate them, and decode it as charset.
19632
19633 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * lpath.el: Fbind codepage-setup for XEmacs.
19636
19637 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19638
19639         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19640         widget-move-and-invoke.
19641         (gnus-custom-mode): Use gnus-custom-map.
19642
19643 2005-10-15  Bill Wohler  <wohler@newt.com>
19644
19645         * message.el (message-tool-bar-map): Rename image file from
19646         mail_send to mail/send.
19647
19648 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19649
19650         * message.el (message-expand-group): Pass the common
19651         prefix substring of completion to `display-completion-list'.
19652
19653 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19654
19655         * mml-sec.el (mml-secure-method): New internal variable.
19656         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19657         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19658         New functions using mml-secure-method.
19659
19660         * mml.el (mml-mode-map): Add key bindings for those functions.
19661         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19662         Harder <harder@myrealbox.com>.
19663         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19664         Goto end of message if point is the headers of the message.
19665
19666         * message.el (message-in-body-p): New function.
19667
19668         * assistant.el: Autoload gnus-util and netrc.
19669
19670         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19671         Use `mm-charset-override-alist' only when decoding.
19672
19673         * mm-bodies.el (mm-decode-body):
19674         Call `mm-charset-to-coding-system' with allow-override argument.
19675
19676         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19677         `filename' from Content-Disposition if Content-Type doesn't
19678         provide `name'.
19679         (gnus-mime-view-part-as-type): Set default instead of
19680         initial-input.
19681
19682 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19683
19684         * format-spec.el (format-spec): Propagate text properties of % spec.
19685
19686 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19687
19688         * gnus-art.el (gnus-treat-predicate): Add `first'.
19689
19690 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19691
19692         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19693         (mm-charset-override-alist): New variable.
19694         (mm-charset-to-coding-system): Use it.
19695         (mm-codepage-setup): New helper function.
19696         (mm-charset-eval-alist): New variable.
19697         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19698         Warn about unknown charsets.
19699
19700         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19701
19702 2005-10-04  David Hansen  <david.hansen@gmx.net>
19703
19704         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19705         (nnrss-check-group): Ditto.
19706
19707 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19708
19709         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19710         Rename x-gnus-verbatim to x-verbatim.
19711         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19712
19713         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19714         x-verbatim.
19715
19716         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19717
19718         * gnus-util.el (gnus-remove-duplicates): Remove.
19719
19720         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19721         instead of gnus-remove-duplicates.
19722
19723         * message.el (message-remove-duplicates): Remove.
19724         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19725         message-remove-duplicates.
19726
19727         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19728         available, else use implementation from `delete-dups'.
19729
19730         * message.el (message-insert-expires): New function.
19731         (message-mode-map): Add key binding.
19732         (message-mode-field-menu): Add menu entry.
19733         (message-mode): Document it.
19734         (message-make-expires-date): Use `message-make-date'.
19735
19736 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19737
19738         * message.el (message-make-expires-date): New function.
19739
19740 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * Makefile.in (list-installed-shadows): New entry.
19743         (install): Use it.
19744         (remove-installed-shadows): New entry.
19745
19746         * dgnushack.el (dgnushack-default-load-path): New variable.
19747         (dgnushack-find-lisp-shadows): New function.
19748         (dgnushack-remove-lisp-shadows): New function.
19749
19750 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * Makefile.in (install-el-elc): New entry.
19753         (install): Use it so that .el files are necessarily installed.
19754
19755 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19756
19757         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19758
19759 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19760
19761         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19762         function rather than the diff-mode.el package.
19763         (mm-display-external): Use with-current-buffer.
19764         (mm-viewer-completion-map, mm-viewer-completion-map):
19765         Move initialization inside declaration.
19766
19767 2005-09-29  Simon Josefsson  <jas@extundo.com>
19768
19769         * spam.el: Load hashcash when compiling, to avoid warnings.
19770         Don't autoload mail-check-payment.
19771         (spam-check-hashcash): Define unconditionally, since hashcash.el
19772         is part of Gnus now.  Ignore errors from payment checking.
19773
19774 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19775
19776         * message.el (message-bold-region, message-unbold-region):
19777         Rename from `bold-region' and `unbold-region'.
19778
19779         * message.el: Remove useless autoloads.
19780
19781 2005-09-28  Simon Josefsson  <jas@extundo.com>
19782
19783         * message.el (message-use-idna): Default to t.
19784         (message-use-idna): Test whether encoding works too.  Doc fix.
19785
19786 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * nntp.el (nntp-warn-about-losing-connection): Remove.
19789
19790 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19791
19792         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19793         customizable.  Change default value.
19794         (mm-uu-diff-groups-regexp): Change default value.
19795         (mm-uu-type-alist): Add doc string.
19796         (mm-uu-configure): Add doc string.  Make it interactive.
19797         (mm-uu-tex-groups-regexp): New variable.
19798         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19799         (mm-uu-type-alist): Add LaTeX documents.
19800         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19801         of "text/verbatim".
19802         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19803
19804         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19805         instead of "text/verbatim".
19806
19807         * message.el (message-mark-inserted-region)
19808         (message-mark-insert-file): Use slrn style marks when called with
19809         prefix argument.
19810
19811 2005-09-27  Simon Josefsson  <jas@extundo.com>
19812
19813         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19814
19815 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19816
19817         * message.el (message-remove-duplicates): New function.
19818         Implementation borrowed from `gnus-remove-duplicates'.
19819         (message-idna-to-ascii-rhs): Also encode idna addresses in
19820         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19821         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19822         only ask about the same idna domain once per header and also tell
19823         in what header to replace the idna domain.
19824
19825         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19826         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19827         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19828         a header is decoded and not just the last one.
19829
19830 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19831
19832         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19833         has been decoded.
19834
19835         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19836         (mm-insert-part): Don't modify text if it has been decoded.
19837
19838         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19839         decoded.
19840
19841         * mm-view.el (mm-inline-text): Don't strip text props unless
19842         decoding enriched or richtext parts.
19843
19844 2005-09-25  Romain Francoise  <romain@orebokech.com>
19845
19846         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19847         * gnus-start.el (gnus-subscribe-interactively):
19848         * gnus-uu.el (gnus-uu-grab-articles):
19849         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19850         space.
19851
19852 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19853
19854         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19855         * mm-view.el (mm-view-pkcs7-decrypt):
19856         * gnus-sum.el (gnus-summary-limit-to-extra)
19857         (gnus-summary-respool-article, gnus-read-move-group-name):
19858         * gnus-score.el (gnus-summary-increase-score):
19859         * gnus-util.el (gnus-completing-read-with-default):
19860         * gnus-art.el (gnus-read-save-file-name)
19861         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19862         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19863         * message.el (message-check-news-header-syntax):
19864         Follow convention for reading with the minibuffer.
19865
19866 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19867
19868         * spam-report.el (spam-report-url-ping-plain):
19869         Use gnus-extended-version as User-Agent.
19870
19871         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19872         default value is nil.
19873
19874         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19875         (mm-uu-verbatim-marks-extract): New function.
19876         (mm-uu-extract): New face.
19877         (mm-uu-copy-to-buffer): Use it.
19878
19879         * spam-report.el (spam-report-gmane-ham): Rename from
19880         `spam-report-gmane-unspam'.
19881         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19882         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19883
19884         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19885         Autoload.
19886         (spam-report-gmane-unregister-routine):
19887         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19888
19889 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19890
19891         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19892         (spam-report-gmane-unregister-routine): Add support for gmane
19893         unregistration.
19894
19895         * spam-report.el (spam-report-gmane-unspam)
19896         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19897         (spam-report-gmane): Change to take a single article and do unspam
19898         registration.
19899
19900 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19901
19902         * mm-url.el (mm-url-decode-entities): Fix regexp.
19903
19904 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19905
19906         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19907         default to nil, to be able to use Gnus at all.  If the default
19908         switches to something else, then the function should be fixed not
19909         be exceedingly slow.
19910
19911 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19912
19913         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19914         fail hard.
19915
19916         * spam-report.el: Add better Keywords line.
19917
19918         * spam.el: Add Maintainer and better Keywords line.
19919
19920 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19921
19922         * gnus-art.el (gnus-article-replace-part)
19923         (gnus-mime-replace-part): New functions.
19924         (gnus-mime-action-alist, gnus-mime-button-commands)
19925         (gnus-mime-save-part-and-strip): Add file argument.
19926         (gnus-article-part-wrapper): Add interactive argument.
19927
19928         * gnus-sum.el (gnus-summary-mime-map):
19929         Add `gnus-article-replace-part'.
19930
19931 2005-09-19  Didier Verna  <didier@xemacs.org>
19932
19933         The nnml compaction feature:
19934         * nnml.el (nnml-request-compact-group): New function.
19935         * nnml.el (nnml-request-compact): New function.
19936         * gnus-int.el (gnus-request-compact-group): New function.
19937         * gnus-int.el (gnus-request-compact): New function.
19938         * gnus-group.el (gnus-group-compact-group): New function.
19939         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19940         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19941         * gnus-srvr.el (gnus-server-compact-server): New function.
19942         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19943         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19944
19945 2005-09-18  Deepak Goel  <deego@gnufans.org>
19946
19947         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19948         format spec.
19949
19950 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19951
19952         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19953
19954 2005-09-15  Romain Francoise  <romain@orebokech.com>
19955
19956         * message.el (message-fill-paragraph): Clarify docstring.
19957
19958 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19959
19960         * gnus-art.el (gnus-mime-display-part): Protect against broken
19961         MIME messages.
19962
19963 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19964
19965         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19966         before parsing header.
19967
19968 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19969
19970         * html2text.el (html2text-replace-list): Add new entities.
19971
19972 2005-09-11  Romain Francoise  <romain@orebokech.com>
19973
19974         * message.el (message-alternative-emails): Improve docstring.
19975         (message-setup-1): Call `message-use-alternative-email-as-from'
19976         after `message-setup-hook' to give it precedence over posting
19977         styles, etc.
19978         (message-use-alternative-email-as-from): Add docstring.
19979         Remove the original From header if present.
19980
19981         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19982         (nnml-save-mail): Use it.
19983
19984         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19985         articles.  Add new argument `silent'.
19986         (gnus-uu-mark-all): Report the total number of marked articles.
19987
19988 2005-09-10  Romain Francoise  <romain@orebokech.com>
19989
19990         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19991         (gnus-uu-mark-series): Likewise.
19992
19993 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19994
19995         * spam-report.el (spam-report-gmane): Fix generation of spam
19996         report URL.
19997
19998 2005-09-10  Simon Josefsson  <jas@extundo.com>
19999
20000         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20001         t, based on discussion on the ding list with Robert Epprecht
20002         <epprecht@solnet.ch>.
20003
20004 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * spam-report.el (spam-report-gmane): Make it work without
20007         X-Report-Spam header.  Gmane now only provides Archived-At.
20008         This is only used if `spam-report-gmane-use-article-number' is nil.
20009         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20010
20011         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20012         make `gnus-summary-sort-by-recipient' work with threading.
20013
20014         * nnweb.el (nnweb-google-wash-article): Print a message if article
20015         is not available.
20016
20017 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20018
20019         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20020         change.  Decode text/* parts content before displaying.
20021
20022 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20023
20024         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20025
20026 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20027
20028         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20029
20030         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20031         url-package-name, url-package-version,
20032         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20033         w3m-display-inline-images, and w3m-minor-mode-map.
20034
20035 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20036
20037         * message.el (message-tab-body-function): Fix mismatched custom type.
20038
20039         * gnus.el (gnus-group-change-level-function): Ditto.
20040
20041         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20042
20043         * gnus-art.el (gnus-signature-limit)
20044         (gnus-article-mime-part-function): Ditto.
20045
20046 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * mml.el (mml-mode): Silence the byte compiler.
20049
20050         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20051         using `(sit-for 0)' before moving the point to the specified part;
20052         skip unbuttonized parts.
20053         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20054         return to the summary window if gnus-auto-select-part is non-nil.
20055
20056 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20057
20058         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20059         New variables.
20060         (mml-dnd-attach-file, mml-mode): Use them.
20061
20062         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20063         Make fetching article by MID work again for Google Groups.
20064         Add FIXME concerning gnus-group-make-web-group.
20065
20066         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20067         Don't depend on Gnus by using mail-extract-address-components if
20068         gnus-extract-address-components is not bound.
20069
20070 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20071
20072         * gnus-art.el (gnus-mime-display-security): Don't display the
20073         signature, but only the signed part.
20074
20075 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20078
20079         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20080         list, not listp.
20081
20082 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20083
20084         * mm-encode.el (mm-encode-content-transfer-encoding):
20085         Likewise when encoding.
20086
20087         * mm-bodies.el (mm-decode-content-transfer-encoding):
20088         De-canonicalize CRLF for all text content types, not just
20089         text/plain.
20090
20091 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20094         valid article; point arrow and cursor at the MIME button.
20095
20096 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20097
20098         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20099         Suggested by Dan Christensen <jdc@uwo.ca>.
20100
20101         * mm-decode.el (mm-save-part): Enable change of prompt.
20102
20103 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20104
20105         * gnus-msg.el (gnus-inews-add-send-actions):
20106         Make `message-post-method' lambda parameter ARG `&optional'.
20107
20108 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20109
20110         * gnus-sum.el (gnus-summary-mime-map):
20111         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20112         gnus-article-jump-to-part.
20113
20114         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20115         (gnus-article-edit-part): Use it.
20116         (gnus-article-part-wrapper): Add no-handle argument.
20117         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20118         New functions.
20119
20120 2005-08-29  Romain Francoise  <romain@orebokech.com>
20121
20122         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20123         docstring.
20124         (gnus-face-from-file): Likewise.
20125
20126 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20127
20128         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20129         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20130         non-nil.
20131         (gnus-auto-select-part): New variable.
20132         (gnus-article-jump-to-part): New function.
20133         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20134         (gnus-mime-delete-part): Allow selecting specified part after
20135         deleting or stripping parts.
20136         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20137         part if argument is bogus.
20138
20139 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20140
20141         * gnus-art.el (w3m-minor-mode-map):
20142         * gnus-spec.el (gnus-newsrc-file-version):
20143         * gnus-util.el (nnmail-active-file-coding-system)
20144         (gnus-original-article-buffer, gnus-user-agent):
20145         * gnus.el (gnus-ham-process-destinations)
20146         (gnus-parameter-ham-marks-alist)
20147         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20148         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20149         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20150         * mm-decode.el (gnus-current-window-configuration):
20151         * mm-extern.el (gnus-article-mime-handles):
20152         * mm-url.el (url-current-object, url-package-name)
20153         (url-package-version):
20154         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20155         (smime-keys, w3m-cid-retrieve-function-alist)
20156         (w3m-current-buffer, w3m-display-inline-images)
20157         (w3m-minor-mode-map):
20158         * mml-smime.el (gnus-extract-address-components):
20159         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20160         (gnus-newsrc-hashtb, message-default-charset)
20161         (message-deletable-headers, message-options)
20162         (message-posting-charset, message-required-mail-headers)
20163         (message-required-news-headers):
20164         * mml1991.el (mc-pgp-always-sign):
20165         * mml2015.el (mc-pgp-always-sign):
20166         * nnheader.el (nnmail-extra-headers):
20167         * rfc1843.el (gnus-decode-encoded-word-function)
20168         (gnus-decode-header-function, gnus-newsgroup-name):
20169         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20170
20171 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20172
20173         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20174         the end of the date treatments.
20175
20176 2005-08-15  Simon Josefsson  <jas@extundo.com>
20177
20178         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20179         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20180         Capello and Romain Francoise.
20181         (pgg-fetch-key-function): Remove, not used?
20182         (pgg-insert-url-with-w3): Require url, to get
20183         url-insert-file-contents regardless of where it is defined.
20184
20185 2005-08-13  Romain Francoise  <romain@orebokech.com>
20186
20187         * message.el (message-cite-original-1): New function.
20188         (message-cite-original): Use it.
20189         (message-cite-original-without-signature): Ditto.
20190
20191 2005-08-08  Romain Francoise  <romain@orebokech.com>
20192
20193         * message.el (message-yank-empty-prefix): New variable.
20194         (message-indent-citation): Use it.
20195         (message-cite-original-without-signature): Respect X-No-Archive.
20196
20197 2005-08-08  Simon Josefsson  <jas@extundo.com>
20198
20199         * pgg.el: Autoload url-insert-file-contents instead of loading
20200         w3/url.
20201         (pgg-insert-url-with-w3): Don't load url here.
20202
20203 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20204
20205         * message.el (message-kill-to-signature): Don't insert newline at
20206         bol.
20207         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20208
20209 2005-08-06  Romain Francoise  <romain@orebokech.com>
20210
20211         * message.el (message-user-fqdn): Fix typo in docstring.
20212
20213 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20214
20215         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20216
20217         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20218
20219 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20220
20221         * mm-bodies.el (mm-encode-body): Use coding system rather than
20222         charset to encode text.
20223
20224         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20225         number of charsets if utf-8 is available (XEmacs).
20226
20227 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20228
20229         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20230         taken from `gnus-button-mid-or-mail-regexp'.
20231         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20232         (gnus-button-alist): Improve regexp for domain part of the MIDs
20233         for news:localpart@domain buttons.
20234         (gnus-button-ctan-directory-regexp): Update.
20235
20236 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20237
20238         * sieve-manage.el (sieve-manage-interactive-login):
20239         Use make-local-variable rather than make-variable-buffer-local.
20240         (sieve-manage-open): Ditto.
20241         (sieve-manage-authenticate): Ditto.
20242
20243         * mml.el (mml-generate-mime-1): Make the content type default to
20244         text/plain if the filename is not specified.
20245
20246 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20247
20248         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20249         instead of insert-buffer.
20250
20251         * message.el (message-yank-original): Ditto; set the mark at the
20252         end of the yanked message.
20253
20254 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20255
20256         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20257         lines to scroll rather than to stop it.
20258
20259         * mml.el (mml-generate-default-type): Add doc string.
20260         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20261         default to application/octet-stream when determining the content
20262         type if it is not specified for the part or the mml contents; add
20263         a comment about mml-generate-default-type.
20264
20265 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20266
20267         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20268         make it default to application/octet-stream when determining the
20269         content type if it is not specified for the external contents.
20270
20271 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20274         segmented parameter but also other parameters might be there.
20275
20276 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * mm-decode.el (mm-display-external): Delete temp file, directory
20279         and buffer immediately if the external process is exited.
20280
20281 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20284         fewer lines than that of scroll-margin.
20285         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20286
20287 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * gnus-art.el (gnus-article-next-page): Revert.
20290         (gnus-article-beginning-of-window): New macro.
20291         (gnus-article-next-page-1): Use it.
20292         (gnus-article-prev-page): Ditto.
20293         (gnus-article-edit-part): Use insert-buffer-substring instead of
20294         insert-buffer.
20295         (gnus-article-edit-exit): Ditto.
20296
20297         * gnus-util.el (gnus-beginning-of-window): Remove.
20298         (gnus-end-of-window): Remove.
20299
20300         * lpath.el: Don't bind header-line-format and scroll-margin.
20301
20302 2005-07-25  Simon Josefsson  <jas@extundo.com>
20303
20304         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20305         to have the url package without w3.  Reported by Daiki Ueno
20306         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20307
20308 2005-07-20  Didier Verna  <didier@xemacs.org>
20309
20310         * gnus-diary.el: Remove the description comment (nndiary is now
20311         properly documented in the Gnus manual).
20312         Fix the spelling of "Back End".
20313         * nndiary.el: Ditto.
20314         Fix the copyright notice.
20315
20316 2005-07-18  Romain Francoise  <romain@orebokech.com>
20317
20318         * gnus-sum.el (gnus-summary-to-prefix)
20319         (gnus-summary-newsgroup-prefix): New variables.
20320         (gnus-summary-from-or-to-or-newsgroups): Use them.
20321
20322 2005-07-17  Romain Francoise  <romain@orebokech.com>
20323
20324         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20325         space as it's generally not especially interesting to the user.
20326
20327 2005-07-16  Romain Francoise  <romain@orebokech.com>
20328
20329         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20330         nil to avoid prompting and file modification if one of the
20331         messages at the top of the nnfolder file contains a copyright
20332         notice.
20333         Update copyright notice.
20334
20335         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20336         instead of `current-time-string' as the latter creates a time
20337         string that is not RFC 2822 compliant (it lacks the zone).
20338         Update copyright notice.
20339
20340 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20341
20342         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20343         for text/rtf.  Display default in prompt.  Pass default for M-n.
20344
20345         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20346
20347 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20348
20349         * gnus-msg.el (gnus-button-mailto):
20350         Remove save-selected-window-window hackery because it relies on
20351         save-selected-window internals.
20352
20353 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20354
20355         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20356         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20357         (gnus-article-prev-page): Ditto.
20358
20359         * gnus-util.el (gnus-beginning-of-window): New function.
20360         (gnus-end-of-window): New function.
20361
20362         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20363
20364 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20365
20366         * gnus-score.el (gnus-score-edit-all-score):
20367         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20368         gnus-message.
20369
20370 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20371
20372         * gnus-msg.el (gnus-button-mailto):
20373         Remove save-selected-window-window hackery because it relies on
20374         save-selected-window internals.
20375
20376 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20377
20378         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20379         add-minor-mode.
20380         (gnus-binary-mode): Ditto.
20381
20382         * gnus-topic.el (gnus-topic-mode): Ditto.
20383
20384 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20385
20386         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20387         (gnus-article-prev-page): Take scroll-margin into consideration.
20388
20389 2005-07-04  Lute Kamstra  <lute@gnu.org>
20390
20391         Update FSF's address in GPL notices.
20392
20393 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20394
20395         * gnus.el (gnus-exit):
20396         * gnus-group.el (gnus-group-icons):
20397         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20398
20399         * gnus-nocem.el (gnus-nocem):
20400         * message.el (message-various, message-buffers, message-sending)
20401         (message-interface, message-forwarding, message-insertion)
20402         (message-headers, message-news, message-mail):
20403         * pgg-gpg.el (pgg-gpg):
20404         * pgg-parse.el (pgg-parse):
20405         * pgg-pgp.el (pgg-pgp):
20406         * pgg-pgp5.el (pgg-pgp5):
20407         * pop3.el (pop3): Finish `defgroup' description with period.
20408
20409 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * gnus-art.el (article-display-face): Improve the efficiency.
20412         (article-display-x-face): Ditto; remove gray x-face stuff.
20413
20414 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20415
20416         * gnus-art.el (article-display-face): Correct the position in
20417         which Faces are inserted.
20418
20419 2005-06-29  Didier Verna  <didier@xemacs.org>
20420
20421         * gnus-art.el (article-display-face): Display faces in correct
20422         order.
20423
20424 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20427         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20428         (gnus-nocem-check-article): Fetch the Type header.
20429         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20430         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20431         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20432         make sure gnus-nocem-hashtb is initialized.
20433         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20434         (gnus-nocem-unwanted-article-p): Ditto.
20435
20436         * pgg.el (pgg-verify): Return the verification result.
20437
20438 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20439
20440         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20441         is ascii.
20442
20443 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20444
20445         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20446         `show-nonbreak-escape'.
20447
20448 2005-06-23  Lute Kamstra  <lute@gnu.org>
20449
20450         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20451
20452         * dig.el (dig-mode):
20453         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20454
20455 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20456
20457         * nnimap.el (nnimap-split-download-body): Fix spellings.
20458
20459 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20460
20461         * gnus-art.el (gnus-article-encrypt-body):
20462         * gnus-cus.el (gnus-score-customize):
20463         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20464         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20465
20466 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20467
20468         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20469         header by looking for magic "MII" at the beginning.
20470
20471 2005-06-16  Miles Bader  <miles@gnu.org>
20472
20473         * gnus-xmas.el (gnus-xmas-group-startup-message):
20474         Use renamed gnus-splash face.
20475
20476         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20477         (assistant-field-face): New backward-compatibility alias for renamed
20478         face.
20479         (assistant-render-text): Use renamed assistant-field face.
20480
20481         * spam.el (spam): Remove "-face" suffix from face name.
20482         (spam-face): New backward-compatibility alias for renamed face.
20483         (spam-face, spam-initialize): Use renamed spam face.
20484
20485         * message.el (message-header-to, message-header-cc)
20486         (message-header-subject, message-header-newsgroups)
20487         (message-header-other, message-header-name)
20488         (message-header-xheader, message-separator, message-cited-text)
20489         (message-mml): Remove "-face" suffix from face names.
20490         (message-header-to-face, message-header-cc-face)
20491         (message-header-subject-face, message-header-newsgroups-face)
20492         (message-header-other-face, message-header-name-face)
20493         (message-header-xheader-face, message-separator-face)
20494         (message-cited-text-face, message-mml-face):
20495         New backward-compatibility aliases for renamed faces.
20496         (message-font-lock-keywords): Use renamed message faces.
20497
20498         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20499         (sieve-test-commands, sieve-tagged-arguments):
20500         Remove "-face" suffix from face names.
20501         (sieve-control-commands-face, sieve-action-commands-face)
20502         (sieve-test-commands-face, sieve-tagged-arguments-face):
20503         New backward-compatibility aliases for renamed faces.
20504         (sieve-control-commands-face, sieve-action-commands-face)
20505         (sieve-test-commands-face, sieve-tagged-arguments-face):
20506         Use renamed sieve faces.
20507
20508         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20509         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20510         (gnus-group-news-3-empty, gnus-group-news-4)
20511         (gnus-group-news-4-empty, gnus-group-news-5)
20512         (gnus-group-news-5-empty, gnus-group-news-6)
20513         (gnus-group-news-6-empty, gnus-group-news-low)
20514         (gnus-group-news-low-empty, gnus-group-mail-1)
20515         (gnus-group-mail-1-empty, gnus-group-mail-2)
20516         (gnus-group-mail-2-empty, gnus-group-mail-3)
20517         (gnus-group-mail-3-empty, gnus-group-mail-low)
20518         (gnus-group-mail-low-empty, gnus-summary-selected)
20519         (gnus-summary-cancelled, gnus-summary-high-ticked)
20520         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20521         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20522         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20523         (gnus-summary-low-undownloaded)
20524         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20525         (gnus-summary-low-unread, gnus-summary-normal-unread)
20526         (gnus-summary-high-read, gnus-summary-low-read)
20527         (gnus-summary-normal-read, gnus-splash):
20528         Remove "-face" suffix from face names.
20529         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20530         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20531         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20532         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20533         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20534         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20535         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20536         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20537         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20538         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20539         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20540         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20541         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20542         (gnus-summary-normal-ticked-face)
20543         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20544         (gnus-summary-normal-ancient-face)
20545         (gnus-summary-high-undownloaded-face)
20546         (gnus-summary-low-undownloaded-face)
20547         (gnus-summary-normal-undownloaded-face)
20548         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20549         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20550         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20551         (gnus-splash-face):
20552         New backward-compatibility aliases for renamed faces.
20553         (gnus-group-startup-message): Use renamed gnus faces.
20554
20555         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20556         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20557         (gnus-server-agent): Remove "-face" suffix from face names.
20558         (gnus-server-agent-face, gnus-server-opened-face)
20559         (gnus-server-closed-face, gnus-server-denied-face)
20560         (gnus-server-offline-face):
20561         New backward-compatibility aliases for renamed faces.
20562         (gnus-server-agent-face, gnus-server-opened-face)
20563         (gnus-server-closed-face, gnus-server-denied-face)
20564         (gnus-server-offline-face): Use renamed gnus faces.
20565
20566         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20567         Remove "-face" suffix from face names.
20568         (gnus-picon-xbm-face, gnus-picon-face):
20569         New backward-compatibility aliases for renamed faces.
20570
20571         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20572         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20573         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20574         (gnus-cite-11): Remove "-face" suffix from face names.
20575         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20576         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20577         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20578         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20579         New backward-compatibility aliases for renamed faces.
20580         (gnus-cite-attribution-face, gnus-cite-face-list)
20581         (gnus-article-boring-faces): Use renamed gnus faces.
20582
20583         * gnus-art.el (gnus-signature, gnus-header-from)
20584         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20585         (gnus-header-content): Remove "-face" suffix from face names.
20586         (gnus-signature-face, gnus-header-from-face)
20587         (gnus-header-subject-face, gnus-header-newsgroups-face)
20588         (gnus-header-name-face, gnus-header-content-face):
20589         New backward-compatibility aliases for renamed faces.
20590         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20591
20592         * gnus-sum.el (gnus-summary-selected-face)
20593         (gnus-summary-highlight): Use renamed gnus faces.
20594         * gnus-group.el (gnus-group-highlight): Likewise.
20595
20596 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20597
20598         * gnus-sieve.el (gnus-sieve-article-add-rule):
20599         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20600         * spam-stat.el (spam-stat-buffer-change-to-spam)
20601         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20602
20603         * message.el (message-is-yours-p):
20604         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20605
20606 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20607
20608         * mm-view.el (mm-inline-text): Withdraw the last change.
20609
20610 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20613         executing enriched-decode.
20614
20615 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20616
20617         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20618         charset of tar files.
20619
20620 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20621
20622         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20623
20624 2005-06-04  Lute Kamstra  <lute@gnu.org>
20625
20626         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20627         information is never recorded.
20628
20629 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20630
20631         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20632
20633 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20634
20635         * pop3.el (pop3-apop): Run md5 in the binary mode.
20636
20637         * starttls.el (starttls-set-process-query-on-exit-flag):
20638         Use eval-and-compile.
20639
20640 2005-05-31  Simon Josefsson  <jas@extundo.com>
20641
20642         * smime.el (smime-replace-in-string): Define.
20643         (smime-cert-by-ldap-1): Use it.
20644
20645 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20646
20647         * gnus-art.el (article-display-x-face): Replace
20648         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20649
20650         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20651         set-process-query-on-exit-flag or process-kill-without-query.
20652
20653         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20654         loop instead of replace-regexp.
20655
20656         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20657         instead of process-kill-without-query if it is available.
20658
20659         * lpath.el: Fbind ldap-search-entries.
20660
20661         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20662         instead of find-file-hooks if it is available.
20663
20664         * mml1991.el: Bind pgg-default-user-id when compiling.
20665
20666         * mml2015.el: Bind pgg-default-user-id when compiling.
20667
20668         * nndraft.el (nndraft-request-associate-buffer):
20669         Use write-contents-functions instead of write-contents-hooks if it is
20670         available.
20671
20672         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20673         instead of find-file-hooks if it is available.
20674
20675         * nntp.el (nntp-open-connection): Replace
20676         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20677         (nntp-open-ssl-stream): Ditto.
20678         (nntp-open-tls-stream): Ditto.
20679
20680         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20681         set-process-query-on-exit-flag or process-kill-without-query.
20682         (starttls-open-stream-gnutls): Use it instead of
20683         process-kill-without-query.
20684         (starttls-open-stream): Ditto.
20685
20686 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20687
20688         * smime.el (smime-cert-by-ldap-1): Don't use
20689         replace-regexp-in-string.
20690
20691 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20692
20693         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20694
20695         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20696         in PEM format.  Adjust to the XEmacs compatibility.
20697
20698 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20699
20700         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20701         by `string-to-number'.
20702         * gnus-agent.el (gnus-agent-regenerate-group)
20703         (gnus-agent-fetch-articles): Ditto.
20704         * gnus-art.el (gnus-button-fetch-group): Ditto.
20705         * gnus-cache.el (gnus-cache-generate-active)
20706         (gnus-cache-articles-in-group): Ditto.
20707         * gnus-group.el (gnus-group-set-current-level)
20708         (gnus-group-insert-group-line): Ditto.
20709         * gnus-score.el (gnus-score-set-expunge-below)
20710         (gnus-score-set-mark-below, gnus-summary-score-effect)
20711         (gnus-summary-score-entry): Ditto.
20712         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20713         (gnus-soup-pack): Ditto.
20714         * gnus-spec.el (gnus-xmas-format): Ditto.
20715         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20716         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20717         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20718         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20719         * nndb.el (nndb-get-remote-expire-response): Ditto.
20720         * nndiary.el (nndiary-parse-schedule-value)
20721         (nndiary-string-to-number, nndiary-request-replace-article)
20722         (nndiary-request-article): Ditto.
20723         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20724         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20725         * nneething.el (nneething-make-head): Ditto.
20726         * nnfolder.el (nnfolder-request-article)
20727         (nnfolder-retrieve-headers): Ditto.
20728         * nnheader.el (nnheader-file-to-number): Ditto.
20729         * nnkiboze.el (nnkiboze-request-article): Ditto.
20730         * nnmail.el (nnmail-process-unix-mail-format)
20731         (nnmail-process-babyl-mail-format): Ditto.
20732         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20733         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20734         (nnmh-request-create-group, nnmh-request-list-1)
20735         (nnmh-request-group, nnmh-request-article): Ditto.
20736         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20737         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20738         * nnsoup.el (nnsoup-make-active): Ditto.
20739         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20740         * nntp.el (nntp-find-group-and-number)
20741         (nntp-retrieve-headers-with-xover): Ditto.
20742         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20743         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20744         (pgg-format-key-identifier): Ditto.
20745         * pop3.el (pop3-last, pop3-stat): Ditto.
20746         * qp.el (quoted-printable-decode-region): Ditto.
20747
20748         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20749         of concat.
20750
20751 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20754
20755         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20756
20757         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20758
20759         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20760
20761         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20762
20763         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20764
20765         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20766         (gnus-carpal-mode): Ditto.
20767
20768         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20769         (gnus-browse-mode): Ditto.
20770
20771         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20772
20773         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20774
20775 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20776
20777         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20778
20779 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * gnus-util.el (gnus-run-mode-hooks): New function.
20782
20783         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20784
20785         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20786         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20787
20788 2005-05-27  Lute Kamstra  <lute@gnu.org>
20789
20790         * dns-mode.el (dns-mode): Specify customization group.
20791
20792 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20793
20794         * gnus-agent.el (gnus-agent-make-mode-line-string):
20795         Use mode-line-highlight as mouse-face.
20796
20797 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20798
20799         * canlock.el (canlock): Change the parent group to news.
20800
20801         * deuglify.el (gnus-outlook-deuglify): Add :group.
20802
20803         * dig.el (dig): Add :group.
20804
20805         * dns-mode.el (dns-mode): Add :group.
20806
20807         * encrypt.el (encrypt): Add :group.
20808
20809         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20810         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20811         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20812         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20813         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20814
20815         * gnus-diary.el (gnus-diary): Add :group.
20816
20817         * gnus.el (gnus-group-news-1-face): Add :group.
20818         (gnus-group-news-1-empty-face): Ditto.
20819         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20820         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20821         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20822         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20823         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20824         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20825         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20826         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20827         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20828         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20829         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20830         (gnus-summary-high-ticked-face): Ditto.
20831         (gnus-summary-low-ticked-face): Ditto.
20832         (gnus-summary-normal-ticked-face): Ditto.
20833         (gnus-summary-high-ancient-face): Ditto.
20834         (gnus-summary-low-ancient-face): Ditto.
20835         (gnus-summary-normal-ancient-face): Ditto.
20836         (gnus-summary-high-undownloaded-face): Ditto.
20837         (gnus-summary-low-undownloaded-face): Ditto.
20838         (gnus-summary-normal-undownloaded-face): Ditto.
20839         (gnus-summary-high-unread-face): Ditto.
20840         (gnus-summary-low-unread-face): Ditto.
20841         (gnus-summary-normal-unread-face): Ditto.
20842         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20843         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20844
20845         * hashcash.el (hashcash): New custom group.
20846         (hashcash-default-payment): Add :group.
20847         (hashcash-payment-alist): Ditto.
20848         (hashcash-default-accept-payment): Ditto.
20849         (hashcash-accept-resources): Ditto.
20850         (hashcash-path): Ditto.
20851         (hashcash-extra-generate-parameters): Ditto.
20852         (hashcash-double-spend-database): Ditto.
20853         (hashcash-in-news): Ditto.
20854
20855         * message.el (message-minibuffer-local-map): Add :group.
20856
20857         * netrc.el (netrc): Add :group.
20858
20859         * sieve-manage.el (sieve-manage-log): Add :group.
20860         (sieve-manage-default-user): Diito.
20861         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20862         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20863         (sieve-manage-authenticators): Ditto.
20864         (sieve-manage-authenticator-alist): Ditto.
20865         (sieve-manage-default-port): Ditto.
20866
20867         * sieve-mode.el (sieve-control-commands-face): Add :group.
20868         (sieve-action-commands-face): Ditto.
20869         (sieve-test-commands-face): Ditto.
20870         (sieve-tagged-arguments-face): Ditto.
20871
20872         * smime.el (smime): Add :group.
20873
20874         * spam-report.el (spam-report): Add :group.
20875
20876         * spam.el (spam, spam-face): Add :group.
20877
20878 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20879
20880         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20881         return \n.\n.\n at the end of articles.  Protect against that.
20882         (nntp-with-open-group): Allow debugging.
20883
20884         * nnheader.el (mail-header-set-extra): Make into a function
20885         because I just could't understand how to quote the list properly.
20886
20887         * dns.el (query-dns-cached): New function.
20888
20889 2005-05-26  Lute Kamstra  <lute@gnu.org>
20890
20891         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20892
20893 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20896
20897         * gnus-art.el: Don't autoload mail-extract-address-components.
20898
20899         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20900         eval-and-compile to evaluate it.
20901
20902         * hashcash.el: Don't autoload executable-find.
20903
20904         * nndb.el: Don't declare the nndb back end two or more times; don't
20905         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20906
20907         * nntp.el: Autoload format-spec instead of format; use
20908         eval-and-compile to evaluate autoload forms.
20909
20910 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20911
20912         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20913
20914 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20915
20916         * gnus.el (gnus-version-number): Bump version.
20917
20918 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20919
20920         * gnus.el: No Gnus v0.3 is released.
20921
20922 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20923
20924         * lpath.el (featurep): Bind show-nonbreak-escape.
20925
20926 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20927
20928         * gnus-art.el (gnus-article-edit-part): Disable undo.
20929
20930 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20931
20932         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20933         gnus-article-date-lapsed-new-header is t if date timer is active;
20934         skip headers in which the original date value is empty.
20935         (gnus-article-save-original-date): Redefine it as a macro.
20936         (gnus-display-mime): Use it.
20937
20938 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20939
20940         * gnus-art.el (article-date-ut): Support converting date in
20941         forwarded parts as well.
20942         (gnus-article-save-original-date): New function.
20943         (gnus-display-mime): Use it.
20944
20945 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20946
20947         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20948         enclosure element of <item>.
20949
20950 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20951
20952         * message.el (message-kill-buffer-query): Rename from
20953         `message-kill-buffer-query-if-modified'.  Add :version.
20954
20955 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20956
20957         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20958         window layout.
20959
20960 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20961
20962         * mml.el: Autoload dnd when compiling.
20963
20964 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20967         x-dnd-*.
20968
20969 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20970
20971         * qp.el (quoted-printable-encode-region): Save excursion.
20972
20973 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20974
20975         * message.el (message-kill-buffer-query-if-modified): Add new variable
20976         so the user can kill a modified message buffer quickly.
20977         (message-kill-buffer): Use it.
20978
20979 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20980
20981         * lpath.el: Fbind display-time-event-handler; don't fbind
20982         string-to-multibyte.
20983
20984         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20985
20986 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20989         contained in text because xml.el decodes entities) with LFs.
20990
20991 2005-04-11  Lute Kamstra  <lute@gnu.org>
20992
20993         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20994         differently.
20995
20996 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20997
20998         * mm-util.el (mm-detect-coding-region): Typo.
20999
21000 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21001
21002         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21003
21004 2005-04-06  Deepak Goel  <deego@gnufans.org>
21005
21006         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21007         user-function allow user modifications of the scores.
21008         (spam-stat-score-buffer-user): New function, to allow
21009         user-computed modifications to the score.
21010         (spam-stat-score-buffer-user-functions): List of additional
21011         scoring functions.
21012         (spam-stat-error-holder): Global temporary error holder.
21013         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21014         variable.
21015
21016 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21017
21018         * gnus-registry.el (gnus-registry-clean-empty-function)
21019         (gnus-registry-trim, gnus-registry-fetch-groups)
21020         (gnus-registry-delete-group): Groups that match
21021         `gnus-registry-ignored-groups' are removed from the registry
21022         entries, not just ignored for splitting.  This helps clean up the
21023         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21024         to get all the groups a message ID is in.
21025
21026         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21027         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21028         (spam-stat-score-buffer-user-functions): Add :number custom type.
21029
21030 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21031
21032         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21033         argument in XEmacs.
21034
21035         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21036         (nnrss-request-group): Decode group name first.
21037         (nnrss-request-article): Make a text/plain article if mml-to-mime
21038         failed.
21039         (nnrss-get-encoding): Return a compatible encoding according to
21040         nnrss-compatible-encoding-alist.
21041         (nnrss-find-el): Use consp instead of listp.
21042         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21043
21044 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21045
21046         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21047         which Emacs 20 doesn't support.
21048         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21049
21050 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21051
21052         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21053         silence the byte compiler inside the defun.
21054
21055         * gnus-demon.el (parse-time-string): Add autoload.
21056
21057         * gnus-delay.el (parse-time-string): Add autoload.
21058
21059         * gnus-art.el (parse-time-string): Add autoload.
21060
21061         * nnultimate.el (parse-time): Require for `parse-time-string'.
21062
21063 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21064
21065         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21066
21067         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21068
21069         * smime.el (smime-ldap-host-list): Add :version.
21070
21071 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21072
21073         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21074         pass it to `gnus-browse-read-group'.
21075         (gnus-browse-read-group): Add NUMBER argument and pass it to
21076         `gnus-group-read-ephemeral-group'.
21077
21078         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21079         argument and pass it to `gnus-group-read-group'.
21080
21081 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21082
21083         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21084         mm-xemacs-find-mime-charset-1 if we have the mule feature
21085         available at runtime.
21086
21087 2005-03-25  Werner Lemberg  <wl@gnu.org>
21088
21089         * nnmaildir.el: Replace `illegal' with `invalid'.
21090
21091 2005-03-23  Lute Kamstra  <lute@gnu.org>
21092
21093         * time-date.el: Add comment on time value formats.
21094         Don't require parse-time.
21095         (with-decoded-time-value): New macro.
21096         (encode-time-value): New function.
21097         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21098         (days-to-time): Return a valid time value when arg is huge.
21099         (time-since): Use time-subtract.
21100         (time-to-number-of-days): Use time-to-seconds.
21101
21102 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21103
21104         * gnus-start.el (gnus-display-time-event-handler):
21105         Check display-time-timer at runtime rather than only at load time
21106         in case display-time-mode is turned off in the mean time.
21107
21108 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21109
21110         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21111         used.
21112
21113         * nneething.el (nneething-map-file-directory): Derive from
21114         `gnus-directory'.
21115
21116         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21117         the To/Cc button.
21118
21119 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21120
21121         * nnmaildir.el (nnmaildir-request-accept-article):
21122         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21123
21124 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21125
21126         * gnus-async.el: Require timer-funcs at compile time when in
21127         XEmacs for `run-with-idle-timer'.
21128
21129 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21130
21131         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21132         autoloaded function.
21133
21134 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21135
21136         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21137
21138 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21139
21140         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21141
21142 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21143
21144         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21145         Add gnus-expert-user to default.
21146
21147 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21148
21149         * nnimap.el (nnimap-open-server): Ditto.
21150
21151         * imap.el (imap-authenticate): Fix typo.
21152
21153 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21154
21155         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21156         buffer (since IMAP server might return FETCH response out of
21157         order, and the nntp buffer must be sorted).
21158
21159 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21160
21161         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21162         comparison on string.
21163
21164         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21165         (gnus-agent-score): Rename category keywords to match gnus-cus.
21166         (gnus-agent-summary-fetch-series): Modify to protect against
21167         gnus-agent-summary-fetch-group clearing processable flags.
21168         (gnus-agent-synchronize-group-flags): Update live group buffer as
21169         synchronization may occur due to the user toggle the plugged
21170         status.
21171         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21172         successfully downloaded.
21173         (gnus-agent-expire-group-1): Avoid using markers when the overview
21174         is in ascending order; greatly improves performance.
21175         (gnus-agent-regenerate-group):
21176         Use gnus-agent-synchronize-group-flags to reset read status in both
21177         gnus and server.
21178         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21179
21180 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21181
21182         * message.el: Don't autoload former message-utils variables.
21183         (message-strip-subject-trailing-was): Change doc string.
21184
21185         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21186         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21187         (nnweb-google-search): Add "hl=en" here.
21188         (nnweb-google-parse-1, nnweb-google-create-mapping):
21189         Don't hardcode URL.
21190
21191 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21192
21193         * message.el (message-get-reply-headers, message-followup):
21194         Mention related variables `message-use-followup-to' and
21195         `message-use-mail-followup-to', in the information buffer.
21196
21197         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21198         of broken groups(-beta).google.com.
21199
21200 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21201
21202         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21203         parameter to invoked gnus-request-move-article; remove the
21204         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21205         all at once instead of once per article.
21206         (gnus-summary-remove-process-mark): Accept a list of articles as
21207         well as a single article for processing.
21208
21209         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21210         parameter.
21211
21212         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21213
21214         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21215
21216         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21217         parameter.
21218
21219         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21220         parameter.
21221
21222         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21223         parameter and remove the gnus-sum-hint-move-is-internal variable.
21224
21225         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21226         parameter.
21227
21228         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21229         parameter.
21230
21231         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21232         parameter.
21233
21234         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21235
21236         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21237         parameter.
21238
21239         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21240         parameter.
21241
21242 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21243
21244         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21245         a more conservative way.
21246
21247 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21248
21249         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21250         buffer, so it moves the window's cursor.
21251
21252 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21253
21254         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21255         `mm-dissect-multipart' and receive the from field as an (optional)
21256         argument from `mm-dissect-multipart'.
21257         (mm-dissect-multipart): Receive the from field as an argument and
21258         pass it on when we call `mm-dissect-buffer' on MIME parts.
21259         Fixes verification/decryption of signed/encrypted MIME parts.
21260
21261 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21262
21263         * gnus-sum.el (gnus-summary-move-article):
21264         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21265         whatever it calls (right now, only nnimap-request-move article
21266         respects it).
21267
21268         * nnimap.el (nnimap-request-move-article):
21269         When gnus-sum-hint-move-is-internal is set, don't do the extra
21270         nnimap-request-article.
21271
21272 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21273
21274         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21275
21276         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21277         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21278
21279         * gnus-sum.el (gnus-summary-caesar-message):
21280         Apply `gnus-treat-article' after rotation.
21281
21282         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21283         doc string.
21284
21285 2005-02-22  Simon Josefsson  <jas@extundo.com>
21286
21287         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21288         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21289         <arne@arnested.dk>.
21290         (encrypt): Add password-cache and password-cache-expiry as group
21291         members.
21292
21293 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21294
21295         * smime.el (smime-ldap-host-list): Doc fix.
21296         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21297         cache) password.
21298         (smime-sign-region): Use it.
21299         (smime-decrypt-region): Use it.
21300         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21301         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21302         fails.
21303         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21304         certificate from DER to PEM format rather than calling openssl.
21305
21306         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21307
21308         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21309         for signing/encryption.
21310
21311         * mml.el (mml-parse-1): Use them.
21312
21313 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21314
21315         * nnrss.el (nnrss-verbose): Remove.
21316         (nnrss-request-group): Use `nnheader-message' instead.
21317
21318 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21319
21320         * nnrss.el (nnrss-verbose): New variable.
21321         (nnrss-request-group): Make it say nnrss is requesting a group.
21322
21323 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21324
21325         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21326         Handle news URL with given port correctly.
21327
21328 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21329
21330         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21331         containing special characters.
21332
21333         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21334
21335         * mml.el (mime-to-mml): Ditto.
21336
21337         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21338         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21339         (rfc2047-decode-region): Quote decoded words containing special
21340         characters when rfc2047-quote-decoded-words-containing-tspecials
21341         is non-nil.
21342
21343 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21344
21345         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21346
21347         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21348
21349 2005-02-15  Simon Josefsson  <jas@extundo.com>
21350
21351         * nnimap.el (nnimap-debug): Doc fix.
21352
21353         * imap.el (imap-debug): Doc fix.
21354
21355 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21356
21357         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21358
21359 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21360
21361         * gnus.el (spam-contents): Improve docs for spam-contents
21362         parameter in its variable incarnation.
21363
21364 2005-02-14  Simon Josefsson  <jas@extundo.com>
21365
21366         * smime-ldap.el: Use require instead of load-library for ldap.
21367         (smime-ldap-search): Indent.
21368         (smime-ldap-search-internal): Shorten line.
21369
21370         * smime.el (smime-cert-by-dns): Add doc-string.
21371         (smime-cert-by-ldap-1): Indent.
21372
21373         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21374         mml-smime-get-dns-ldap.
21375         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21376
21377 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21378
21379         * smime.el: Require smime-ldap.
21380         (smime-ldap-host-list): New variable.
21381         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21382
21383         * mml-smime.el (mml-smime-encrypt-query): New function.
21384         (mml-smime-encrypt-query): Use it.
21385
21386         * smime-ldap.el: New file.
21387
21388 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21389
21390         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21391
21392 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21393
21394         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21395         argument in doc string.  Make query for type more clear.
21396
21397 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21398
21399         * gnus.el (gnus-group-startup-message): Search for gnus images in
21400         etc/images/gnus.
21401         * mm-util.el (mm-image-load-path): Likewise.
21402         * smiley.el (smiley-data-directory): Search for smilies in
21403         etc/images/smilies.
21404
21405 2005-02-09  Kim F. Storm  <storm@cua.dk>
21406
21407         Change Emacs release version from 21.4 to 22.1 throughout.
21408         Change Emacs development version from 21.3.50 to 22.0.50.
21409
21410 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21411
21412         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21413
21414         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21415         non-Mule XEmacs as well.
21416         (mm-decompress-buffer): Signal an error intentionally if it does
21417         not decompress compressed data because auto-compression-mode is
21418         disabled.
21419
21420 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21421
21422         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21423         an ID in the registry even if it has no groups.
21424
21425 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21426
21427         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21428         merge it into mm-decompress-buffer.
21429         (gnus-mime-copy-part): Use the MIME part charset, the value which
21430         a user specified or gnus-newsgroup-charset for decoding, like
21431         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21432         save-buffer what was used.  Suggested by Kevin Ryde
21433         <user42@zip.com.au>.
21434         (gnus-mime-inline-part): Allow the name parameter as well as the
21435         filename parameter; force decompressing of compressed data; always
21436         display contents being not decoded as unibyte.
21437
21438         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21439         as well as the filename parameter.
21440
21441         * mm-util.el (mm-decompress-buffer):
21442         Merge gnus-mime-jka-compr-maybe-uncompress.
21443         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21444         of compressed data.
21445
21446 2005-02-08  Simon Josefsson  <jas@extundo.com>
21447
21448         * imap.el (imap-log): Doc fix.
21449
21450 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21451
21452         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21453         the coding cookies; decompress compressed parts.
21454
21455         * mml.el (mml-generate-mime-1): Add the charset parameter according
21456         to the value which a user specified manually or the coding cookie.
21457
21458         * mm-util.el (mm-string-to-multibyte): New function.
21459         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21460         (mm-coding-system-to-mime-charset): New function.
21461         (mm-decompress-buffer): New function.
21462         (mm-find-buffer-file-coding-system): New function.
21463
21464         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21465         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21466         parts.
21467
21468 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21469
21470         * mm-view.el (mm-display-inline-fontify): Decode a part according
21471         to the charset parameter.
21472
21473 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21474
21475         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21476         prefix arg is neither nil nor a number, as info specifies.
21477
21478 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21479
21480         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21481         timestamps.
21482
21483 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21484
21485         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21486         groups error checking and notify user.
21487
21488 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21489
21490         * message.el (message-send-mail-function): Check existence of
21491         sendmail-program first before using default value
21492         `message-send-mail-with-sendmail'.  Otherwise use more generic
21493         `smtpmail-send-it'.
21494
21495 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21496
21497         * nntp.el (nntp-request-update-info): Always return nil.
21498
21499 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21500
21501         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21502
21503 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21504
21505         * message.el (message-beginning-of-line): Change the behavior when
21506         invoked between BOL and : so that it first moves backward.
21507
21508 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21509
21510         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21511         article buffer when editing of the article is discarded.
21512         (gnus-article-prepare): Revert.
21513
21514 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21515
21516         * gnus-art.el (gnus-article-prepare):
21517         Remove message-strip-forbidden-properties from the local hook.
21518
21519 2005-01-27  Simon Josefsson  <jas@extundo.com>
21520
21521         * password.el (password-cache-add): Only start one timer per key.
21522         Reported by Derek Atkins <warlord@MIT.EDU>.
21523
21524 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21525
21526         * run-at-time.el: Remove.  It is no longer needed as
21527         timer-funcs.el in the xemacs-base package has a working version of
21528         `run-at-time'.
21529
21530         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21531
21532         * password.el: Require timer-funcs instead of run-at-time in
21533         XEmacs.
21534         Remove `password-run-at-time' macro.
21535         (password-cache-add): Use `run-at-time' instead of
21536         `password-run-at-time'.
21537
21538         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21539         Remove `nnheader-cancel-function-timers' alias,
21540         `cancel-function-timers' exists in XEmacs in timer-funcs.
21541
21542         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21543         for `run-with-idle-timer'.
21544
21545         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21546         for `run-at-time'.
21547
21548         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21549         for `with-timeout'.
21550
21551         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21552         the same as for XEmacs 21.4.
21553         No need to ignore `run-with-idle-timer', this function exists in
21554         XEmacs now in timer-funcs.el in the xemacs-base package.
21555         (dgnushack-compile): No need to delete
21556         run-at-time.el from the list of files to compile because it
21557         doesn't exist anymore.
21558
21559 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21560
21561         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21562         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21563
21564 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21565
21566         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21567         sensitively.
21568
21569 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21570
21571         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21572
21573 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21574
21575         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21576         which will be inserted according to the multibyteness of a buffer
21577         rather than the type of contents.  Suggested by ARISAWA Akihiro
21578         <ari@mbf.ocn.ne.jp>.
21579
21580         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21581         of string which old xml.el may return rather than a string.
21582
21583 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21584
21585         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21586
21587 2005-01-16  Simon Josefsson  <jas@extundo.com>
21588
21589         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21590         idn/idna.el isn't available.
21591         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21592         <michael@waxrat.com>.
21593
21594         * hashcash.el: Remove non-FSF copyright header.
21595
21596         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21597         (hashcash-generate-payment): Use it.
21598         (hashcash-generate-payment-async): Use it.
21599
21600 2005-01-15  Simon Josefsson  <jas@extundo.com>
21601
21602         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21603         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21604
21605         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21606         gnus-summary-idna-message.
21607         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21608         (gnus-summary-idna-message): New function.
21609
21610 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21611
21612         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21613         gnus-novice-user.
21614
21615 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21616
21617         * nnrss.el (nnrss-request-delete-group): Delete entries in
21618         nnrss-group-alist as well.
21619         (nnrss-save-server-data): Insert newline.
21620
21621 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21622
21623         * gnus.el (gnus-user-agent): Use list of symbols instead of
21624         symbols.  Display full version number for (S)XEmacs.
21625         Optionally display (S)XEmacs codename.
21626
21627         * gnus-util.el (gnus-emacs-version): Update for new
21628         `gnus-user-agent'.
21629
21630         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21631         Gnus version.
21632
21633 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21634
21635         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21636         which is unreadable in some setups.
21637
21638 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21639
21640         * gnus-spec.el (gnus-update-format-specifications): Flush the
21641         group format spec cache if it doesn't support decoded group names.
21642
21643 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21644
21645         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21646         Allow to apply decay on score files matching a regexp.
21647
21648 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21649
21650         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21651         compatibility in %g and %c.
21652
21653 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21654
21655         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21656         name for only %g and %c.
21657         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21658         of gnus-tmp-group to decoded group name.
21659         (gnus-group-make-rss-group): Exclude `/'s from group names.
21660
21661 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21662
21663         * nnrss.el (nnrss-get-encoding): Fix regexp.
21664
21665 2004-12-27  Simon Josefsson  <jas@extundo.com>
21666
21667         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21668         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21669         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21670
21671 2004-12-17  Kim F. Storm  <storm@cua.dk>
21672
21673         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21674
21675         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21676
21677 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21678
21679         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21680
21681 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21682
21683         * nnrss.el: Require rfc2047 and mml.
21684         (nnrss-file-coding-system): New variable.
21685         (nnrss-format-string): Redefine it as an inline function.
21686         (nnrss-decode-group-name): New function.
21687         (nnrss-string-as-multibyte): Remove.
21688         (nnrss-retrieve-headers): Decode group name; don't use
21689         nnrss-format-string.
21690         (nnrss-request-group): Decode group name.
21691         (nnrss-request-article): Decode group name; allow a Message-ID as
21692         well as an article number; don't use nnrss-format-string; encode a
21693         Message-ID string which may contain non-ASCII characters; use
21694         mml-to-mime to compose a MIME article.
21695         (nnrss-request-expire-articles): Decode group name.
21696         (nnrss-request-delete-group): Decode group name.
21697         (nnrss-fetch): Clarify error message.
21698         (nnrss-read-server-data): Use insert-file-contents instead of load;
21699         bind file-name-coding-system; use multibyte buffer.
21700         (nnrss-save-server-data): Bind coding-system-for-write to the
21701         value of nnrss-file-coding-system; bind file-name-coding-system;
21702         add coding cookie.
21703         (nnrss-read-group-data): Use insert-file-contents instead of load;
21704         bind file-name-coding-system; use multibyte buffer.
21705         (nnrss-save-group-data): Bind coding-system-for-write to the
21706         value of nnrss-file-coding-system; bind file-name-coding-system.
21707         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21708         make it work with non-ASCII text.
21709         (nnrss-find-el): Make it work with old xml.el as well.
21710
21711 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21712
21713         * nnrss.el (nnrss-get-encoding): New function.
21714         (nnrss-fetch): Use unibyte buffer initially; bind
21715         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21716         decode contents according to the encoding attribute.
21717         (nnrss-save-group-data): Add coding cookie.
21718         (nnrss-mime-encode-string): New function.
21719         (nnrss-check-group): Use it to encode subject and author.
21720
21721 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21722
21723         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21724         imaginary variable.
21725
21726 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21727
21728         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21729         correctly even if there are wide characters.
21730
21731 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21732
21733         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21734         downcased symbol names; make a new cache instead of reusing
21735         bbdb-hashtable.
21736
21737 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21738
21739         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21740         concatenating segments rather than before concatenating them.
21741         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21742
21743         * message.el (message-get-reply-headers): Bind `extra'.
21744
21745 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21746
21747         * message.el (message-extra-wide-headers): New variable.
21748         (message-get-reply-headers): Use it.
21749
21750 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21753         (gnus-agent-group-pathname): Ditto.
21754
21755         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21756
21757         * gnus-group.el (gnus-group-make-group): Decode group name.
21758         (gnus-group-make-rss-group): Register the group data after opening
21759         the nnrss group.
21760
21761 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21762
21763         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21764         by expiry now get marked as read.
21765
21766 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21767
21768         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21769
21770 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21771
21772         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21773         unify Latin characters in XEmacs.
21774         (mm-find-mime-charset-region): Use it.
21775
21776 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21777
21778         * gnus-util.el (gnus-delete-directory): New function.
21779
21780         * gnus-agent.el (gnus-agent-delete-group): Use it.
21781
21782         * gnus-cache.el (gnus-cache-delete-group): Use it.
21783
21784 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21785
21786         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21787         names.
21788
21789 2004-12-16  Simon Josefsson  <jas@extundo.com>
21790
21791         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21792
21793 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21794
21795         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21796
21797         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21798         (gnus-group-set-current-level): Decode group name.
21799
21800 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21801
21802         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21803         failed.
21804
21805 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21806
21807         * gnus-group.el (gnus-group-delete-group): Decode group name.
21808         (gnus-group-make-rss-group): Encode group name.
21809         (gnus-group-catchup-current): Decode group name.
21810         (gnus-group-kill-group): Decode group name.
21811
21812 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21813
21814         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21815
21816 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21817
21818         * gnus-group.el (gnus-group-make-rss-group):
21819         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21820
21821         * gnus-start.el (gnus-setup-news): Honor user's setting to
21822         gnus-message-archive-method.  Suggested by Lute Kamstra
21823         <lute@gnu.org>.
21824
21825 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21826
21827         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21828         global counterparts of the buffer-local variables.
21829
21830 2004-11-16  Romain Francoise  <romain@orebokech.com>
21831
21832         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21833         counterparts of the buffer-local variables.
21834
21835 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21836
21837         * message.el (message-forbidden-properties): Fix typo in doc
21838         string.
21839
21840 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21841
21842         * gnus-util.el (gnus-replace-in-string): Add doc string.
21843
21844         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21845         to avoid problems when splitting mails with many recipients.
21846
21847 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21848
21849         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21850         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21851
21852 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21853
21854         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21855         if there is no hashtable in memory or file modification time is
21856         newer than cached timestamp.
21857
21858 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21859
21860         * gnus-sum.el (gnus-summary-limit-to-recipient):
21861         Implement not-matching option.
21862
21863 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21864
21865         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21866         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21867         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21868         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21869         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21870         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21871
21872 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21873
21874         * message.el (message-forward-make-body-mml): Remove headers
21875         according to message-forward-ignored-headers if a message is decoded.
21876
21877 2004-12-02  Romain Francoise  <romain@orebokech.com>
21878
21879         * message.el (message-forward-make-body-plain): Always remove
21880         headers according to message-forward-ignored-headers.
21881
21882 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21883
21884         * spam.el (spam-summary-prepare-exit): Remove the
21885         gnus-summary-limit pop for now, it has problems with ham marks for
21886         me.
21887
21888 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21889
21890         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21891         correctly.
21892
21893 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21894
21895         * format-spec.el (format-spec): Message the char.
21896
21897 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21898
21899         * gnus-art.el (gnus-split-methods): Reformat comments.
21900
21901         * spam.el (spam-summary-prepare-exit): Remove article limits
21902         before exiting the summary buffer.
21903
21904 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21905
21906         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21907         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21908
21909         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21910         order to silence the byte compiler.
21911
21912         * spam.el: Fix the way to silence the byte compiler, which
21913         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21914         bbdb-search-simple, spam-BBDB-register-routine,
21915         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21916         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21917         spam-stat-buffer-is-spam, spam-stat-load,
21918         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21919         spam-stat-save and spam-stat-split-fancy.
21920
21921 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21922
21923         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21924         which may confuse users.
21925         (canlock-password-for-verify): Ditto.
21926
21927         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21928
21929         * gnus-art.el (gnus-emphasis-alist): Ditto.
21930
21931         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21932
21933         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21934
21935         * gnus-start.el (gnus-save-killed-list): Ditto.
21936
21937         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21938         (gnus-sum-thread-tree-root): Ditto.
21939         (gnus-sum-thread-tree-false-root): Ditto.
21940         (gnus-sum-thread-tree-single-indent): Ditto.
21941
21942         * message.el (message-courtesy-message): Ditto.
21943         (message-archive-note): Ditto.
21944         (message-subscribed-address-file): Ditto.
21945         (message-user-fqdn): Ditto.
21946
21947         * spam-report.el (spam-report-gmane-regex): Ditto.
21948
21949         * spam.el (spam-blackhole-good-server-regex): Ditto.
21950
21951 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21952
21953         * mml.el (mml-preview): Widen the message buffer before copying
21954         the contents to the preview buffer; sort headers before previewing.
21955
21956         * message.el (message-hidden-headers): Fix the way to avoid a bug
21957         in the `repeat' widget in Emacs 21.3 or earlier.
21958
21959 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21960
21961         * message.el (message-hidden-headers): Default to "^References:".
21962         Improve customization type.  Suggested by Reiner Steib
21963         <Reiner.Steib@gmx.de>.
21964
21965 2004-11-25  Romain Francoise  <romain@orebokech.com>
21966
21967         * message.el (message-strip-forbidden-properties): Remove check for
21968         obsolete `message-hidden' text property, hidden headers are not
21969         accessible in the buffer anymore.
21970
21971 2004-11-22  Romain Francoise  <romain@orebokech.com>
21972
21973         * message.el (message-header-format-alist): Add `From' in list
21974         so that it can be sorted.
21975         (message-fix-before-sending): Widen and sort headers before
21976         sending.
21977         (message-hide-headers): Use narrowing to hide headers by moving
21978         them to the top of the buffer and narrowing to the region
21979         underneath.
21980
21981 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21982
21983         * message.el (message-strip-forbidden-properties):
21984         Bind buffer-read-only (etc) to nil.
21985
21986 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21987
21988         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21989         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21990
21991 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21992
21993         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21994
21995 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21996
21997         * dns.el (query-dns): Use sit-for to time instead of
21998         accept-process-output, since that doesn't seem to work on udp
21999         sockets.
22000
22001 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22002
22003         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22004
22005 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22006
22007         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22008         doc string.  Improve doc string.
22009
22010 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22011
22012         * nntp.el (nntp-request-update-info): Return nil if
22013         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22014         may not call gnus-activate-group which uselessly issues the GROUP
22015         commands for all nntp groups and wastes time.  Reported by Romain
22016         Francoise <romain@orebokech.com>.
22017
22018         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22019
22020 2004-11-15  Simon Josefsson  <jas@extundo.com>
22021
22022         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22023         headers separately.
22024         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22025         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22026
22027 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22028
22029         * gnus-start.el (gnus-convert-old-newsrc):
22030         Assign legacy-gnus-agent to 5.10.7.
22031
22032 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22033
22034         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22035         start of the lines.
22036
22037 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22038
22039         * hashcash.el (hashcash-default-payment): Change default to 20.
22040         (hashcash-default-accept-payment): Change default to 20.
22041         (hashcash-process-alist): New variable.
22042         (hashcash-generate-payment-async): Add.
22043         (hashcash-already-paid-p): Add.
22044         (hashcash-insert-payment): Don't generate payments twice.
22045         (hashcash-insert-payment-async): Add.
22046         (hashcash-insert-payment-async-2): Add.
22047         (hashcash-cancel-async): Add.
22048         (hashcash-wait-async): Add.
22049         (hashcash-processes-running-p): Add.
22050         (hashcash-wait-or-cancel): Add.
22051         (mail-add-payment): New optional argument.  Conditionally start
22052         asynchronous calculation.
22053         (mail-add-payment-async): Add.
22054
22055         * message.el (message-send-mail): Wait for asynchronous hashcash
22056         results.  Don't clobber existing X-Hashcash headers.
22057         (message-setup-1): Call mail-add-payment-async when
22058         message-generate-hashcash is non-nil.
22059
22060 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22061
22062         * message.el (message-use-alternative-email-as-from): Examine the
22063         From header as well; use message-make-from in order to include a
22064         user's full name.
22065
22066 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22067
22068         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22069         default; improve customization type.
22070         (gnus-emphasis-custom-with-format): New macro.
22071         (gnus-emphasis-custom-value-to-external): New function.
22072         (gnus-emphasis-custom-value-to-internal): New function.
22073
22074 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22075
22076         * dns.el (query-dns): Resolve reverse addresses.
22077
22078 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22079
22080         * gnus-group.el (gnus-group-get-new-news): Use it.
22081
22082         * gnus-start.el (gnus-check-reasonable-setup): New function.
22083
22084 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22085
22086         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22087         "Args out of range" error.  Reported by Arnaud Giersch
22088         <arnaud.giersch@free.fr>.
22089
22090 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22091
22092         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22093
22094 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22095
22096         * spam.el (spam group): Add :version.
22097
22098         * pgg-def.el (pgg group): Add :version.
22099
22100 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * gnus-art.el (gnus-article-edit-article): Don't associate the
22103         article buffer with a draft file.  This is a temporary measure
22104         against the 2004-08-22 change to gnus-article-edit-mode.
22105
22106 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22107
22108         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22109         (html2text-format-tags): Remove unused variable `attr'.
22110
22111 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22112
22113         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22114
22115         * tls.el (tls-process-connection-type, tls-success)
22116         (tls-certtool-program): Add :version.
22117
22118         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22119         (starttls-extra-arguments, starttls-process-connection-type)
22120         (starttls-connect, starttls-failure, starttls-success): Add :version.
22121
22122         * spam-stat.el (spam-stat): Add :version.
22123
22124         * sieve.el (sieve): Add :version.
22125
22126         * sha1.el (sha1): Add :version.
22127         (sha1-use-external): Remove redundant version.
22128
22129         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22130         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22131         (nnmail-split-fancy-match-partial-words)
22132         (nnmail-split-lowercase-expanded): Add :version.
22133
22134         * nndiary.el (nndiary): Add :version.
22135
22136         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22137
22138         * mml-sec.el (mml-default-sign-method)
22139         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22140         Add :version.
22141
22142         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22143
22144         * mm-url.el (mm-url-use-external, mm-url-program)
22145         (mm-url-arguments): Add :version.
22146
22147         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22148         (mm-attachment-file-modes, mm-decrypt-option)
22149         (mm-w3m-safe-url-regexp): Add :version.
22150
22151         * message.el (message-cite-prefix-regexp)
22152         (message-sendmail-envelope-from, message-minibuffer-local-map)
22153         (message-user-fqdn, message-completion-alist): Add :version.
22154
22155         * gnus-win.el (gnus-configure-windows-hook)
22156         (gnus-use-frames-on-any-display): Add :version.
22157
22158         * gnus-art.el (gnus-article-address-banner-alist)
22159         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22160         (gnus-treat-from-picon, gnus-treat-mail-picon)
22161         (gnus-treat-x-pgp-sig): Add :version.
22162
22163         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22164         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22165         (gnus-summary-article-delete-hook)
22166         (gnus-summary-display-while-building): Add :version.
22167
22168         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22169         (gnus-get-top-new-news-hook): Add :version.
22170
22171         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22172         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22173
22174         * gnus-registry.el (gnus-registry): Add :version.
22175
22176         * gnus-spec.el (gnus-use-correct-string-widths)
22177         (gnus-make-format-preserve-properties): Add :version.
22178
22179         * gnus.el (gnus-group-charter-alist)
22180         (gnus-group-fetch-control-use-browse-url)
22181         (gnus-install-group-spam-parameters): Add :version.
22182
22183         * gnus-diary.el (gnus-diary): Add :version.
22184
22185         * gnus-delay.el (gnus-delay): Add :version.
22186
22187         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22188         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22189         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22190         Add :version.
22191
22192         * gnus-agent.el (gnus-agent-max-fetch-size)
22193         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22194         (gnus-agent-prompt-send-queue): Add :version.
22195
22196         * deuglify.el (gnus-outlook-deuglify): Add :version.
22197
22198         * html2text.el: Beautify code.  Improve doc strings.
22199         Some checkdoc cleanup.
22200         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22201
22202 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22203
22204         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22205
22206 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22207
22208         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22209         when package is loaded.
22210
22211         * spam.el (spam-summary-score-preferred-header): Add global preference
22212         for people who want to override the default SpamAssassin over
22213         Bogofilter preference (when both are set).
22214         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22215         (spam-user-format-function-S):
22216         Check spam-summary-score-preferred-header.
22217         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22218         (spam-user-format-function-S): Format the score correctly.
22219
22220 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22221
22222         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22223         signature file.  Suggested by Manoj Srivastava
22224         <srivasta@golden-gryphon.com>.
22225
22226         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22227         iso-2022-jp even in the Japanese language environment.
22228         Suggested by Jason Rumney <jasonr@gnu.org>.
22229
22230 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22231
22232         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22233         use the same characters as the dummy marks; make it free from
22234         getting affected by the language environment.
22235         (gnus-summary-read-group-1): Update mark positions only when the
22236         format spec is updated.
22237
22238         * gnus-spec.el (gnus-update-format-specifications): Return a list
22239         of updated types.
22240
22241 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22242
22243         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22244         of boundp to check if display-warning is available.
22245
22246 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22247
22248         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22249
22250 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22251
22252         * nnspool.el (nnspool-spool-directory): Use news-path if the
22253         news-directory variable is not bound.
22254
22255         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22256         function instead of display-warning if it is not available.
22257
22258 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22259
22260         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22261         v5-10: Use `point-at-bol'.
22262
22263 2004-10-26  Simon Josefsson  <jas@extundo.com>
22264
22265         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22266         <chenggao@gmail.com>.
22267
22268 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22269
22270         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22271         instead.
22272
22273 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22274
22275         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22276         to remove a server from the nnimap-server-buffer-alist.
22277         (nnimap-open-connection, nnimap-close-server): Use it.
22278
22279         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22280
22281 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22282
22283         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22284         running the major-mode function.
22285
22286 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22287
22288         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22289         dummy marks in the right way.
22290
22291 2004-10-18  David Edmondson  <dme@dme.org>
22292
22293         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22294         excessively.
22295
22296 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22297
22298         * gnus-util.el (gnus-split-references): Accept a nil references
22299         string and go on blissfully.
22300
22301         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22302         cases where the references string is non-nil but has no references.
22303
22304         * encrypt.el: Add autoload tags.
22305
22306         * spam.el (spam-resolve-registrations-routine): Remove article
22307         from unregistration list too.  Reported by David Hanak
22308         <dhanak@isis.vanderbilt.edu>
22309
22310 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22311
22312         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22313         nil.  Change custom type.
22314
22315 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22316
22317         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22318
22319         * gnus-sum.el (gnus-summary-move-article): Use it.
22320
22321 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22322
22323         * encrypt.el: Add autoload cookies.
22324
22325         * spam.el (spam-backend-article-list-property)
22326         (spam-backend-get-article-todo-list)
22327         (spam-backend-put-article-todo-list)
22328         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22329         Resolve registrations separately.
22330         (spam-register-routine): Format comments.
22331         (spam-unregister-routine, spam-register-routine): Always call with
22332         specific-articles, no default list.
22333         (spam-summary-prepare-exit): Use the spam-classifications function.
22334
22335         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22336         gnus-encrypt.el.
22337
22338         * encrypt.el: Copied from gnus-encrypt.el.
22339
22340         * gnus-encrypt.el: Commented that it's obsolete.
22341
22342 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22343
22344         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22345         (gnus-score-save): Use it.
22346
22347         * message.el (message-bury): Use `window-dedicated-p'.
22348
22349 2004-10-15  Simon Josefsson  <jas@extundo.com>
22350
22351         * pop3.el (top-level): Don't require nnheader.
22352         (pop3-read-timeout): Add.
22353         (pop3-accept-process-output): Add.
22354         (pop3-read-response, pop3-retr): Use it.
22355
22356 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22357
22358         * spam.el (spam-register-routine): Move comment.
22359         (spam-verify-bogofilter): Use 'unknown for the initial
22360         spam-bogofilter-valid state, not 'never.
22361
22362         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22363         for netrc-machine.
22364
22365         * nnimap.el (nnimap-open-connection):
22366         Use netrc-machine-user-or-password.
22367
22368 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22369
22370         * gnus-registry.el (gnus-registry-unload-hook):
22371         Set as a variable with add-hook.
22372
22373         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22374         of news-path.
22375
22376         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22377
22378         * spam.el: Delete duplicate `provide'.
22379         (spam-unload-hook): Set as a variable with add-hook.
22380
22381 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22382
22383         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22384         in the doc string.
22385
22386         * message.el (message-ignored-news-headers)
22387         (message-ignored-supersedes-headers)
22388         (message-ignored-resent-headers)
22389         (message-forward-ignored-headers): Improve custom type.
22390
22391 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22392
22393         * message.el (message-tokenize-header): Fix 2004-09-06 change
22394         which used point-min in the wrong place.
22395
22396 2004-10-12  Simon Josefsson  <jas@extundo.com>
22397
22398         * tls.el (tls-certtool-program): New variable.
22399         (tls-certificate-information): New function, based on
22400         ssl-certificate-information.
22401
22402 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * compface.el: Move the version of ELisp-based uncompface program
22405         to the contrib directory because of the copyright problem.
22406
22407 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22408
22409         * message.el (message-kill-buffer): Raise the current frame.
22410
22411 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22412
22413         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22414
22415         * gnus.el (message-y-or-n-p): Autoload.
22416
22417         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22418         (pop3-password-required, pop3-authentication-scheme)
22419         (pop3-leave-mail-on-server): Make customizable.
22420         (pop3): New custom group.
22421         (pop3-retr): Remove `sleep-for' statements.
22422         Suggested by Dave Love <fx@gnu.org>.
22423
22424         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22425         Windows/DOS.
22426
22427         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22428         (imap-parse-body): Fix incorrect use of `assert'.
22429         Suggested by Dave Love <fx@gnu.org>.
22430
22431         * mml.el (mml-minibuffer-read-disposition): Require match.
22432         Suggested by Dave Love <fx@gnu.org>.
22433
22434 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22435
22436         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22437         doc string.
22438
22439 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22440
22441         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22442
22443 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22444
22445         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22446         instead of calling `mm-insert-inline', to decode text/* parts
22447         before displaying them.
22448
22449 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22450
22451         * mm-uu.el (mm-uu-text-plain-type): New variable.
22452         (mm-uu-pgp-signed-extract-1): Use it.
22453         (mm-uu-pgp-encrypted-extract-1): Use it.
22454         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22455         bind mm-uu-text-plain-type with that value.
22456         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22457         mm-uu-dissect.
22458
22459 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22460
22461         * gnus-group.el (gnus-update-group-mark-positions):
22462         * gnus-sum.el (gnus-update-summary-mark-positions):
22463         * message.el (message-check-news-body-syntax):
22464         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22465         of string-as-multibyte.
22466
22467 2004-10-05  Juri Linkov  <juri@jurta.org>
22468
22469         * gnus-group.el (gnus-update-group-mark-positions):
22470         * gnus-sum.el (gnus-update-summary-mark-positions):
22471         * message.el (message-check-news-body-syntax):
22472         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22473         8-bit unibyte values to a multibyte string for search functions.
22474
22475 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22476
22477         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22478         (mm-uu-dissect-text-parts): New function.
22479
22480         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22481         dissect text parts.
22482
22483         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22484         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22485
22486         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22487
22488         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22489         Use gnus-current-topics instead of gnus-current-topic.
22490
22491 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22492
22493         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22494
22495 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22496
22497         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22498         where appropriate.
22499
22500         * nnml.el (nnml-generate-active-info): do.
22501
22502         * nndiary.el (nndiary-generate-active-info): do.
22503
22504         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22505         (gnus-topic-move): do.
22506
22507         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22508         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22509
22510         * gnus-srvr.el (gnus-server-prepare)
22511         (gnus-server-open-all-servers): do.
22512
22513         * gnus-msg.el (gnus-summary-cancel-article)
22514         (gnus-summary-resend-message)
22515         (gnus-summary-mail-crosspost-complaint): do.
22516
22517         * gnus-move.el (gnus-change-server): do.
22518
22519         * gnus-group.el (gnus-group-unmark-all-groups)
22520         (gnus-group-set-current-level): do.
22521
22522 2004-10-04  Simon Josefsson  <jas@extundo.com>
22523
22524         * message.el (message-generate-hashcash): Doc fix.
22525
22526 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22527
22528         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22529         avoid infinite recursion via gnus-get-function.
22530
22531 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22532
22533         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22534
22535         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22536
22537         * nnmail.el (nnmail-split-history): do.
22538
22539         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22540         (nnml-request-delete-group): do.
22541
22542         * nnslashdot.el (nnslashdot-read-groups): do.
22543
22544         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22545         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22546
22547         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22548         (nnspool-sift-nov-with-sed): Use last.
22549         (nnspool-retrieve-headers-with-nov): Use mapc.
22550         (nnspool-request-newgroups): Use dolist.
22551         (nnspool-request-group): Use last.
22552
22553         * nntp.el (nntp-read-server-type): Use dolist.
22554
22555         * nnvirtual.el (nnvirtual-create-mapping)
22556         (nnvirtual-update-read-and-marked): Use dolist.
22557         (nnvirtual-convert-headers): Simplify.
22558
22559 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22560
22561         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22562         Add support for sync'ing tick marks.
22563
22564 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22565
22566         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22567         there's no visible header.
22568
22569 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22570
22571         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22572         When necessary, pass full group name to gnus-request-set-marks.
22573
22574 2004-10-01  Simon Josefsson  <jas@extundo.com>
22575
22576         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22577         acroread.
22578
22579 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22580
22581         * spam-report.el (spam-report-gmane): Fix interactive.
22582
22583         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22584
22585         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22586         when writing file.
22587         (gnus-agent-synchronize-flags): Don't default to being
22588         interactive.
22589
22590 2004-09-30  Simon Josefsson  <jas@extundo.com>
22591
22592         * message.el (message-generate-hashcash): Add.
22593         (message-send-mail): Use it, call mail-add-payment.
22594
22595 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22596
22597         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22598
22599 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22600
22601         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22602         gnus-requst-update-info with explicit code to sync the in-memory
22603         info read flags with the marks being sync'd to the backend.
22604
22605         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22606
22607 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22608
22609         * spam.el (spam-verify-bogofilter): Add new function.
22610         (spam-check-bogofilter)
22611         (spam-bogofilter-register-with-bogofilter): Use it.
22612         (spam-verify-bogofilter): Add small fixes.
22613
22614 2004-09-28  Simon Josefsson  <jas@extundo.com>
22615
22616         * hashcash.el (hashcash-generate-payment): Revert.
22617
22618 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22619
22620         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22621         Use gnus-extract-references instead of gnus-split-references.
22622
22623         * gnus-util.el (gnus-extract-references): Add new function, analogous
22624         to gnus-split-references but extracts only the message-ID without
22625         anything extra.
22626
22627         * hashcash.el (hashcash-generate-payment)
22628         (hashcash-check-payment): Do the right thing if hashcash-path is
22629         nil (because the hashcash program could not be found).
22630
22631         * spam.el (spam-use-hashcash): Remove comment.
22632
22633 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22634
22635         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22636         (gnus-cache-enter-article, gnus-cache-remove-article)
22637         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22638
22639         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22640
22641         * gnus-art.el (article-hide-boring-headers)
22642         (article-translate-strings, article-display-face)
22643         (gnus-article-mime-match-handle-first)
22644         (gnus-article-highlight-headers)
22645         (gnus-article-add-buttons-to-head): do.
22646
22647 2004-09-27  Simon Josefsson  <jas@extundo.com>
22648
22649         * hashcash.el: New version, from
22650         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22651         ../contrib/.
22652
22653 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22654
22655         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22656
22657 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22658
22659         * gnus-dup.el (gnus-dup-open): Use mapc.
22660         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22661
22662         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22663         Reported by Stefan Wiens <s.wi@gmx.net>.
22664
22665         * gnus.el (gnus-shutdown): Use dolist.
22666
22667         * gnus-undo.el (gnus-undo): Use mapc.
22668
22669         * nnrss.el (nnrss-generate-active): do.
22670
22671         * message.el (message-cite-original-without-signature)
22672         (message-cite-original): Use mapc.
22673         (message-do-actions, message-make-forward-subject): Use dolist.
22674
22675 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22676
22677         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22678         deletion to remove entire duplicate line.  Fixes merged article
22679         number bug.
22680
22681 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22682
22683         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22684         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22685         first ask if you want to open a server and then, even when you
22686         responded with no, asking if you want to synchronize the server's
22687         flags.
22688         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22689         multi-line expressions.
22690         (gnus-agent-synchronize-group-flags): New internal function.
22691         Updates marks in memory (in the info structure) AND in the
22692         backend.
22693
22694         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22695
22696         * nnagent.el (nnagent-request-set-mark):
22697         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22698         method, to ensure that synchronization updates marks in the
22699         backend and in the info (in memory) structure.
22700
22701 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22702
22703         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22704         convention fully; don't miss the root article of a thread; make
22705         the X-Draft-From header with correct article numbers.
22706
22707 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22708
22709         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22710         unless plugged.  Disable the agent so that an open failure causes
22711         an error.
22712
22713         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22714         Revert 2004-09-21 change.  The backend must be opened while
22715         synchronizing flags even when the backend stores the flags
22716         locally.
22717
22718 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22719
22720         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22721         in `header' match.  Reported by Svend Tollak Munkejord.
22722
22723         * message.el (message-cite-original): Fix use of
22724         `message-cite-articles-with-x-no-archive'.
22725
22726 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22727
22728         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22729         (gnus-window-to-buffer): Ditto.
22730
22731         * mml.el (mml-preview-buffer): New variable.
22732         (mml-preview): Manage window layout with gnus-buffer-configuration.
22733
22734         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22735         X-Draft-From header even if those articles aren't quoted.
22736
22737 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22738
22739         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22740         (gnus-request-set-mark, gnus-request-update-mark): Use new
22741         g-s-t-u-l-m to decide to use backend even when unplugged.
22742
22743 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22744
22745         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22746         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22747
22748 2004-09-20  Simon Josefsson  <jas@extundo.com>
22749
22750         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22751         "utf-16-le".
22752
22753 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22754
22755         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22756
22757 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22758
22759         * uudecode.el (uudecode-use-external): Add :version.
22760
22761         * smime.el (smime-CA-file, smime-encrypt-cipher)
22762         (smime-dns-server): Add :version.
22763
22764         * smiley.el (gnus-smiley-file-types): Add :version.
22765
22766         * sha1.el (sha1-use-external): Add :version.
22767
22768         * pgg-def.el (pgg-query-keyserver): Add :version.
22769
22770         * nnmail.el (nnmail-fancy-expiry-targets)
22771         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22772         Add :version.
22773
22774         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22775         (nnimap-retrieve-groups-asynchronous): Add :version.
22776         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22777
22778         * mml.el (mml-content-disposition-parameters)
22779         (mml-insert-mime-headers-always): Add :version.
22780
22781         * mm-util.el (mm-coding-system-priorities): Add :version.
22782
22783         * mm-decode.el (mm-inline-text-html-with-images)
22784         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22785         (mm-verify-option): Add :version.
22786         (mm-text-html-renderer): Change :version.
22787
22788         * message.el (message-fcc-externalize-attachments)
22789         (message-required-headers, message-draft-headers)
22790         (message-subject-trailing-was-query)
22791         (message-subject-trailing-was-ask-regexp)
22792         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22793         (message-mark-insert-end, message-archive-header)
22794         (message-archive-note, message-cross-post-default)
22795         (message-cross-post-note, message-followup-to-note)
22796         (message-cross-post-note-function, message-use-mail-followup-to)
22797         (message-subscribed-address-functions)
22798         (message-subscribed-address-file, message-subscribed-addresses)
22799         (message-subscribed-regexps, message-allow-no-recipients)
22800         (message-yank-cited-prefix, message-signature-insert-empty-line)
22801         (message-hidden-headers, message-hierarchical-addresses)
22802         (message-mail-user-agent, message-use-idna)
22803         (message-valid-fqdn-regexp)
22804         (message-strip-special-text-properties, message-header-synonyms)
22805         (message-beginning-of-line, message-tab-body-function): Add :version.
22806         (message-insert-canlock, message-wide-reply-confirm-recipients):
22807         Change :version.
22808
22809         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22810         and :version.
22811         (mail-source-delete-old-incoming-confirm)
22812         (mail-source-movemail-program): Add :version.
22813
22814         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22815         (gnus-agent-cache, gnus-agent): Change :version.
22816
22817         * gnus-util.el (gnus-use-byte-compile): Change :version.
22818
22819         * gnus-sum.el (gnus-summary-make-false-root-always)
22820         (gnus-summary-default-high-score)
22821         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22822         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22823         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22824         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22825         (gnus-sum-thread-tree-single-indent)
22826         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22827         (gnus-sum-thread-tree-leaf-with-other)
22828         (gnus-sum-thread-tree-single-leaf): Add :version.
22829         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22830         (gnus-article-loose-mime): Change :version.
22831
22832         * gnus-start.el (gnus-backup-startup-file)
22833         (gnus-save-startup-file-via-temp-buffer): Add :version.
22834
22835         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22836         (gnus-server-offline-face): Add :version.
22837
22838         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22839
22840         * gnus-msg.el (gnus-gcc-externalize-attachments)
22841         (gnus-debug-files, gnus-debug-exclude-variables)
22842         (gnus-discouraged-post-methods): Change :version.
22843         (gnus-confirm-mail-reply-to-news)
22844         (gnus-confirm-treat-mail-like-news): Add :version.
22845
22846         * gnus-int.el (gnus-server-unopen-status): Add :version.
22847
22848         * gnus-group.el (gnus-group-jump-to-group-prompt)
22849         (gnus-large-ephemeral-newsgroup)
22850         (gnus-fetch-old-ephemeral-headers): Add :version.
22851
22852         * gnus-fun.el (gnus-x-face-directory)
22853         (gnus-convert-pbm-to-x-face-command)
22854         (gnus-convert-image-to-x-face-command)
22855         (gnus-convert-image-to-face-command): Add :version.
22856
22857         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22858
22859         * gnus-cite.el (gnus-cite-blank-line-after-header)
22860         (gnus-article-boring-faces): Add :version.
22861
22862         * gnus-art.el (gnus-buttonized-mime-types)
22863         (gnus-inhibit-mime-unbuttonizing)
22864         (gnus-treat-display-face)
22865         (gnus-treat-body-boundary): Change :version.
22866         (gnus-body-boundary-delimiter, gnus-picon-databases)
22867         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22868         (gnus-treat-date-english, gnus-treat-fold-headers)
22869         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22870         (gnus-treat-mail-picon, gnus-treat-wash-html)
22871         (gnus-article-encrypt-protocol)
22872         (gnus-use-idna, gnus-article-over-scroll)
22873         (gnus-mime-display-multipart-alternative-as-mixed)
22874         (gnus-mime-display-multipart-related-as-mixed)
22875         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22876         (gnus-ctan-url, gnus-button-ctan-handler)
22877         (gnus-button-handle-ctan-bogus-regexp)
22878         (gnus-button-ctan-directory-regexp)
22879         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22880         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22881         (gnus-button-man-level, gnus-button-emacs-level)
22882         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22883
22884         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22885         (gnus-agent-go-online): Change :version.
22886         (gnus-agent-expire-unagentized-dirs)
22887         (gnus-agent-auto-agentize-methods): Add :version.
22888
22889         * flow-fill.el (fill-flowed-display-column)
22890         (fill-flowed-encode-column): Add :version.
22891
22892         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22893         (gnus-outlook-deuglify-unwrap-max)
22894         (gnus-outlook-deuglify-cite-marks)
22895         (gnus-outlook-deuglify-unwrap-stop-chars)
22896         (gnus-outlook-deuglify-no-wrap-chars)
22897         (gnus-outlook-deuglify-attrib-cut-regexp)
22898         (gnus-outlook-deuglify-attrib-verb-regexp)
22899         (gnus-outlook-deuglify-attrib-end-regexp)
22900         (gnus-outlook-display-hook): Add :version.
22901
22902         * binhex.el (binhex-use-external): Add :version.
22903
22904 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22905
22906         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22907         and `invisible'.
22908
22909 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22910
22911         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22912         in gnus-registry-trim.
22913
22914 2004-09-13  Simon Josefsson  <jas@extundo.com>
22915
22916         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22917
22918         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22919
22920         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22921         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22922         <yamaoka@jpl.org>.
22923         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22924         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22925         <yamaoka@jpl.org>.
22926
22927         * sieve.el (sieve-manage-mode): Ditto.
22928
22929 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22930
22931         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22932
22933 2004-09-11  Simon Josefsson  <jas@extundo.com>
22934
22935         * dns-mode.el: Add.
22936
22937         * mm-view.el (mm-display-dns-inline): Add.
22938
22939         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22940         (mm-automatic-display): Ditto.
22941
22942         * mailcap.el (mailcap-mime-data): Add text/dns.
22943         (mailcap-mime-extensions): Map .soa to text/dns.
22944
22945 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22946
22947         * gnus-art.el (article-decode-mime-words, article-babel)
22948         (gnus-article-highlight-signature, gnus-article-add-buttons)
22949         (gnus-signature-toggle): Remove unnecessary bindings of
22950         `inhibit-read-only' inherited from v5.10 merge.
22951
22952 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22953
22954         * nntp.el (nntp): New customization group.
22955         (nntp-authinfo-file): Add customization group.
22956
22957         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22958
22959         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22960
22961         * gnus.el (to-address, to-list, subscribed)
22962         (large-newsgroup-initial): Ditto.
22963
22964         * flow-fill.el (fill-flowed-display-column)
22965         (fill-flowed-encode-column): Ditto.
22966
22967 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22968
22969         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22970         Use point-min rather than 1.
22971         (message-send-mail): Use buffer-size rather than point-max.
22972
22973         * gnus-sum.el (gnus-summary-search-article-forward):
22974         Signal a specific `search-failed' rather than a generic `error'.
22975
22976         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22977         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22978         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22979
22980 2004-09-10  Simon Josefsson  <jas@extundo.com>
22981
22982         * nndb.el (require): Remove tcp and duplicate cl.
22983
22984 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22985
22986         * gnus-agent.el (directory-files-and-attributes): Move forward.
22987
22988 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22989
22990         * gnus-agent.el (directory-files-and-attributes):
22991         Optionally defined to support XEmacs.
22992
22993 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22994
22995         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22996         to avoid run-time CL dependencies.
22997         (gnus-agent-unfetch-articles): New function.
22998         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22999         article numbers even when local .overview file is missing.
23000         (gnus-agent-read-article-number): New function.  Only accepts
23001         27-bit article numbers.
23002         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23003         Use gnus-agent-read-article-number.
23004         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23005         from backend while recognizing that article numbers in .overview
23006         must be valid.
23007         (gnus-agent-update-files-total-fetched-for):
23008         Use directory-files-and-attributes to improve performance.
23009         * gnus-int.el (gnus-request-move-article):
23010         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23011         improve performance.
23012
23013         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23014         some users confused by references to .newsrc when they only have a
23015         .newsrc.eld file.
23016         (gnus-convert-mark-converter-prompt)
23017         (gnus-convert-converter-needs-prompt): Fix use of property list.
23018         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23019         New function.  Used internally to only display 'gnus converting
23020         files' message when actually necessary.
23021
23022         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23023         methods now autoloaded.
23024
23025 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23026
23027         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23028         identifiers.
23029
23030 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23031
23032         * gnus-picon.el: Fix indentation and closing parenthesis.
23033
23034 2004-09-01  Simon Josefsson  <jas@extundo.com>
23035
23036         * message.el (message-canlock-generate): Require sha1, not
23037         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23038         to require within a function.  Sadly, if sha1.el isn't loaded, the
23039         let binding in m-c-g will hide the defcustom definition, which is
23040         bad.)
23041
23042         * canlock.el: Require sha1, not sha1-el.
23043
23044         * message.el: Don't autoload sha1 (there is a autoload cookie in
23045         sha1.el).
23046
23047         * sha1-el.el: Rename to sha1.el.
23048
23049 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23050
23051         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23052
23053 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23054
23055         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23056
23057 2004-08-30  Kim F. Storm  <storm@cua.dk>
23058
23059         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23060
23061         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23062         Add :group 'nnimap.
23063
23064 2004-08-30  Andreas Schwab  <schwab@suse.de>
23065
23066         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23067         ?* and ?\;.
23068
23069         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23070         and ?\' to symbol instead of whitespace.
23071
23072 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23073
23074         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23075
23076         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23077         instead of re-search-forward.
23078
23079         * gnus-uu.el (gnus-uu-save-article): Ditto.
23080         (gnus-uu-post-encode-uuencode): Ditto.
23081
23082         * html2text.el (html2text-clean-list-items): Ditto.
23083         (html2text-clean-dtdd): Ditto.
23084         (html2text-format-tags): Ditto.
23085
23086         * message.el (message-send-mail-with-sendmail): Fix regexp.
23087         (message-fill-field-general): Use search-forward instead of
23088         re-search-forward.
23089         (unbold-region): Ditto.
23090
23091         * nnrss.el (nnrss-request-article): Ditto.
23092
23093         * nnslashdot.el (nnslashdot-request-article): Ditto.
23094
23095         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23096
23097         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23098         "Unrecognized menu descriptor" error in XEmacs.
23099
23100 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23101
23102         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23103         parent article of a sparse article in the thread hashtb.
23104
23105 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23106
23107         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23108         (nnmail-expand-newtext): Lowercase expanded entries if
23109         nnmail-split-lowercase-expanded is non-nil.
23110
23111 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23112
23113         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23114
23115         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23116         of gnus-tmp-news-method into string under XEmacs.  It will be
23117         passed to gnus-correct-length which takes only a string argument.
23118
23119 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23120
23121         * gnus-util.el (gnus-bind-print-variables): New macro.
23122         (gnus-prin1): Use it.
23123         (gnus-prin1-to-string): Use it.
23124         (gnus-pp): New function.
23125         (gnus-pp-to-string): New function.
23126
23127         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23128         Replace pp-to-string with gnus-pp-to-string.
23129         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23130         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23131         * gnus-msg.el (gnus-debug): Ditto.
23132         * gnus-score.el (gnus-score-save): Ditto.
23133         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23134         gnus-pp-to-string.
23135         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23136         with gnus-pp.
23137         * score-mode.el (gnus-score-pretty-print): Ditto.
23138         * webmail.el (webmail-debug): Ditto.
23139
23140 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23141
23142         * gnus-art.el (article-display-face, article-display-x-face):
23143         Use buffer-read-only.
23144
23145 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23146
23147         * gnus-art.el (article-hide-list-identifiers):
23148         Bind inhibit-read-only as t.
23149
23150 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23151
23152         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23153
23154 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23155
23156         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23157         (gnus-narrow-to-page): Don't assume point-min == 1.
23158         (gnus-article-edit-mode): Derive from message-mode.
23159
23160         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23161         point-min == 1.
23162
23163         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23164         Disable incorrect use of `assert'.
23165
23166         * message.el (message-mode): Set comment-start-skip.
23167
23168
23169 2004-08-22  Sam Steingold  <sds@gnu.org>
23170
23171         * pop3.el (pop3-leave-mail-on-server): New user variable.
23172         (pop3-movemail): Delete mail only when it is nil.
23173
23174 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23175
23176         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23177
23178         * mml.el (mml-preview): Use `pop-to-buffer'.
23179
23180         * message.el (message-goto-mail-followup-to): Insert after "To".
23181         (message-carefully-insert-headers): Add comment.
23182
23183         * gnus.el: Remove unused variable `gnus-article-check-size'.
23184
23185         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23186
23187         * gnus-art.el (gnus-button-alist):
23188         Improve `gnus-button-handle-library' entry.
23189
23190 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23191
23192         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23193         Use downcase, since XEmacs capitalizes error messages differently.
23194
23195 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23196
23197         * nntp.el: Add (require 'gnus) due to reference to
23198         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23199
23200 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23201
23202         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23203         Bind `mm-fill-flowed'.
23204
23205         * mm-decode.el (mm-dissect-singlepart): Check it.
23206
23207 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23208
23209         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23210         'imap' for netrc parsing.
23211
23212 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23213
23214         * mailcap.el (mailcap-mime-data): Mark as risky.
23215
23216 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23217
23218         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23219         may be included in the encoded word.
23220         (rfc2047-encode): Don't append a space if the encoded word
23221         includes close parenthesis.
23222
23223 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23224
23225         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23226         of text within parentheses.
23227
23228 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23229
23230         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23231         (gnus-encrypt-write-file-contents): Make the password key the file
23232         name PLUS the cipher, not just the cipher.  Also remove failed
23233         passwords from the cache.
23234
23235 2004-08-06  Simon Josefsson  <jas@extundo.com>
23236
23237         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23238         Doc fix.
23239
23240 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23241
23242         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23243         LWSP.
23244
23245 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23246
23247         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23248         Try to append in-reply-to: data to the references: header.
23249
23250         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23251         (netrc-parse): Use gnus-encrypt.el functions.
23252
23253         * gnus-encrypt.el: Add new file for encryption support; currently
23254         does only a few GPG ciphers and an internal XOR cipher.
23255
23256         * password.el: Add comments on using password-read-and-add.
23257         (password-read-and-add): Add function to read and add the
23258         password to the cache at once.
23259
23260 2004-07-28  Simon Josefsson  <jas@extundo.com>
23261
23262         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23263         parameter (but don't use it, for now).
23264
23265         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23266         instead of hard coding to nil.
23267
23268 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23269
23270         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23271         as mm-inline-image-xemacs does.
23272
23273 2004-07-26  Simon Josefsson  <jas@extundo.com>
23274
23275         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23276         Revert part of 2004-07-17 change below.
23277
23278 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23279
23280         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23281         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23282
23283 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23284
23285         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23286         quotes that actually start with ">" at the beginning of the
23287         lines.
23288
23289 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23290
23291         * rfc2047.el (rfc2047-encode-region): Fix last change.
23292         (rfc2047-encode-parameter): Remove useless concat.
23293
23294 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23295
23296         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23297         encode special characters; fix some kind of misconfigured headers;
23298         signal a real error if debug-on-quit or debug-on-error is non-nil.
23299         (rfc2047-encode-max-chars): New variable.
23300         (rfc2047-encode-1): Use it.
23301         (rfc2047-encode-parameter): New function.
23302
23303         * mml.el (mml-insert-parameter): Remove an excessive space.
23304
23305 2004-07-17  Simon Josefsson  <jas@extundo.com>
23306
23307         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23308         Kai Grossjohann <kai@emptydomain.de>.
23309         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23310         (gnus-group-make-menu-bar): Ditto.
23311
23312         * gnus-util.el (gnus-group-server): Add.
23313
23314 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23315
23316         * message.el (message-clone-locals): Clone sendmail and smtp
23317         variables.
23318
23319 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23320
23321         * rfc2047.el (rfc2047-encode-region): Fix last change.
23322
23323 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23324
23325         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23326         characters as non-special.
23327
23328 2004-07-09  Simon Josefsson  <jas@extundo.com>
23329
23330         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23331         Users will lose all flag changes made while unplugged with
23332         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23333         good default.  See numerous reports on ding mailing list.
23334
23335 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23336
23337         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23338         add generate-head-function and generate-article-function to the
23339         rfc822-forward entry.
23340         (nndoc-rfc822-forward-generate-article): New function.
23341         (nndoc-rfc822-forward-generate-head): New function.
23342
23343         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23344
23345 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23346
23347         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23348         respect display group parameter and gnus-summary-expunge-below.
23349         (gnus-articles-to-read): Remove unused reference to display group
23350         parameter.
23351
23352 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23353
23354         * nnheader.el (nnheader-uniquify-message-id): New experimental
23355         variable.
23356         (nnheader-nov-read-message-id): Use it.
23357
23358         * spam-report.el (spam-report-gmane): Add interactive.
23359
23360 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23361
23362         * mm-encode.el (mm-content-transfer-encoding-defaults):
23363         Use qp-or-base64 for the application/* types.
23364
23365 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23366
23367         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23368
23369 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23370
23371         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23372         trim value.
23373
23374 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23375
23376         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23377         New macro and function.
23378         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23379
23380 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23381
23382         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23383         after-load-alist.
23384
23385 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23386
23387         * gnus-group.el (gnus-group-get-new-news-this-group):
23388         Don't update info that isn't there.
23389
23390 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23391
23392         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23393         entry.
23394
23395 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23396
23397         * mm-view.el (mm-inline-render-with-function): Use multibyte
23398         buffer; decode html source by charset.
23399
23400         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23401
23402         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23403         Mule-UCS is loaded under XEmacs.
23404         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23405
23406 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23407
23408         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23409
23410 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23411
23412         * mm-util.el (mm-coding-system-p): Return a coding-system.
23413         (mm-mime-mule-charset-alist): Use shift_jis instead of
23414         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23415         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23416         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23417         instead of japanese-shift-jis and iso-latin-1 respectively in
23418         order to share the default value with both Emacs and XEmacs-mule.
23419         (mm-mule-charset-to-mime-charset):
23420         Make mm-coding-system-priorities effective.
23421         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23422         while predicating of candidates upon the priorities.
23423
23424 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23425
23426         * gnus-sum.el (gnus-summary-make-menu-bar):
23427         Add gnus-uu-invert-processable.
23428
23429         * gnus.el: Autoload gnus-uu-invert-processable.
23430
23431 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23432
23433         * mm-util.el (mm-with-multibyte-buffer): New macro.
23434
23435         * rfc2047.el (rfc2047-encode-string): Use it.
23436         (rfc2047-encode-region): Move point to the end of the region after
23437         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23438
23439 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23440
23441         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23442         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23443
23444 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23445
23446         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23447         (gnus-cite-parse): Ignore quoted envelope From_.
23448         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23449
23450 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23451
23452         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23453         invalid addresses.
23454
23455 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23456
23457         * spam.el: Change section markers, revise TODO list.
23458         (spam-backends): Make new master list of all installed backends.
23459         (spam-summary-exit-behavior): Add new variable to determine how
23460         messages moves are done at summary exit.
23461         (spam-move-spam-nonspam-groups-only)
23462         (spam-process-ham-in-nonham-groups)
23463         (spam-process-ham-in-spam-groups): Remove variables, the
23464         spam-summary-exit-behavior variable should be used to manage this
23465         behavior.
23466         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23467         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23468         and spam-old-spam-articles.
23469         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23470         Add empty variables, placeholders for the backends they represent.
23471         (spam-set-difference): Move, unchanged.
23472         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23473         unless the user has a processor variable.
23474         (spam-classifications, spam-classification-valid-p)
23475         (spam-backend-properties, spam-backend-property-valid-p)
23476         (spam-backend-function-type-valid-p)
23477         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23478         (spam-report-articles-gmane, spam-report-articles-resend):
23479         Remove functions, they are not needed.
23480         (spam-install-backend-super, spam-backend-list)
23481         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23482         (spam-backend-function, spam-backend-ham-registration-function)
23483         (spam-backend-spam-registration-function)
23484         (spam-backend-ham-unregistration-function)
23485         (spam-backend-spam-unregistration-function)
23486         (spam-backend-statistical-p, spam-backend-mover-p)
23487         (spam-install-backend-alias, spam-install-checkonly-backend)
23488         (spam-install-mover-backend, spam-install-nocheck-backend)
23489         (spam-install-backend, spam-install-statistical-backend)
23490         (spam-install-statistical-checkonly-backend): Add backend installation
23491         support.
23492         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23493         (spam-group-processor-p): Use the new backend code and respect the
23494         summary exit behavior.
23495         (spam-mark-spam-as-expired-and-move-routine): Remove.
23496         (spam-summary-prepare): Change to use the new spam-old-articles
23497         variable.
23498         (spam-copy-or-move-routine, spam-copy-spam-routine)
23499         (spam-move-spam-routine, spam-copy-ham-routine)
23500         (spam-move-ham-routine): Add code to copy/move ham or spam.
23501         (spam-fetch-field-fast): Improve doc and code, plus allow the
23502         'number request.
23503         (spam-list-of-checks, spam-list-of-statistical-checks):
23504         Remove variables.
23505         (spam-split, spam-find-spam): Use the new backend code.
23506         (spam-registration-functions): Remove variable.
23507         (spam-unregister-routine): Add convenience wrapper.
23508         (spam-log-undo-registration, spam-register-routine)
23509         (spam-log-processing-to-registry)
23510         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23511         where possible.
23512         (spam-check-gmane-xref, spam-check-regex-headers)
23513         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23514         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23515         (spam-check-bogofilter-headers, spam-check-spamoracle)
23516         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23517         (spam-check-crm114-headers): Use the spam-split-group that
23518         spam-split prepares, no need to determine it every time.
23519
23520         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23521         to the nnheader-parse-naked-head call.
23522
23523         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23524
23525         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23526         the nnheader-nov-read-message-id call.
23527
23528 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23529
23530         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23531         gnus-activate-group twice.  Suggested by Markus Peter
23532         <warp@spin.de>.
23533
23534 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23535
23536         * gnus-art.el (gnus-article-time-format): Exchange the order of
23537         day and month in the default value; fix customization type.
23538         (article-date-ut): Use add-text-properties.
23539         (article-make-date-line): Use message-make-date instead of
23540         current-time-string.
23541
23542         * message.el (message-fetch-field): Don't use set-text-properties.
23543         (message-make-date): Simplify.
23544
23545         * messagexmas.el (message-xmas-make-date): New function.
23546         (message-xmas-redefine): Defalias message-make-date to it.
23547
23548 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23549
23550         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23551         (rfc2047-encode-region): Treat text within parentheses as special;
23552         show the original text when error has occurred.
23553
23554         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23555         already-computed method to gnus-activate-group.
23556
23557         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23558         same select-methods identical Lisp objects.
23559
23560         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23561         object when modifying the info.
23562
23563 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23564
23565         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23566         gnus-opened-servers since it has never been opened with the new
23567         configuration yet.
23568
23569 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23570
23571         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23572         arg to nnheader-generate-fake-message-id.
23573
23574 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23575
23576         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23577         number and build a fake message ID localized to a group and
23578         article number (so it's repeatable from that point on).
23579         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23580         ID format.
23581
23582         * gnus-sum.el (gnus-get-newsgroup-headers):
23583         Call nnheader-generate-fake-message-id with the article number.
23584
23585 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23586
23587         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23588         end-of-buffer.
23589
23590 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23591
23592         * message.el (message-ignored-supersedes-headers): Add Approved.
23593
23594 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23595
23596         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23597         goto-char.
23598         (rfc2047-encode): Fold the line before encoding.
23599
23600 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23601
23602         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23603         folding -- not all headers can be folded, and this should be done
23604         by the message composition mode.  Probably.  I think.
23605
23606 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23607
23608         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23609         fast.
23610
23611         * gnus-ems.el (gnus-remove-image): Don't use
23612         message-text-with-property; remove only the image found first.
23613
23614         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23615         found first.
23616
23617 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23618
23619         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23620
23621 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23622
23623         * message.el (message-text-with-property): Make it fast and accept
23624         optional arguments.
23625         (message-strip-forbidden-properties): Use it.
23626         (message-fix-before-sending): Follow the m-t-w-p change.
23627
23628         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23629
23630 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23631
23632         * gnus-art.el (article-hide-headers): Don't change the buffer
23633         mistakenly when performing mml-preview even if
23634         gnus-single-article-buffer is nil.
23635
23636 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23637
23638         * message.el (message-expand-name-databases): New user option.
23639         (message-expand-name): Use it.
23640
23641 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23642
23643         * spam.el (spam-report-articles-resend)
23644         (spam-report-resend-register-routine): Allow ham reporting.
23645         (spam-report-resend-register-ham-routine): Add wrapper.
23646         (spam-registration-functions): Add ham resending functions.
23647         (spam-list-of-processors): Add ham resend processor.
23648
23649         * gnus.el (ham-resend-to): Add new group parameter.
23650         (spam-process): Add ham resend option.
23651
23652         * spam-report.el (spam-report-resend): Allow reporting ham.
23653         (spam-report-resend-ham): Add wrapper.
23654
23655 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23656
23657         * message.el (message-cite-articles-with-x-no-archive):
23658         New variable.
23659         (message-cite-original): Use it.
23660
23661 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23662
23663         * message.el (message-cite-original): Respect X-No-Archive.
23664
23665 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23666
23667         * gnus-art.el (article-hide-headers): Refer to the values for
23668         gnus-ignored-headers and gnus-visible-headers in the summary
23669         buffer since a user may have set them as group parameters.
23670
23671 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23672
23673         * assistant.el (assistant-node-name): Add convenience function.
23674         (assistant-render-text, assistant-render-node): Add error handling,
23675         plus handle multiple next nodes.
23676         (assistant-find-next-node): Comment out for now.
23677         (assistant-find-next-nodes): Add function, returns list of next
23678         nodes.
23679
23680 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23681
23682         * mail-source.el (mail-source-directory): Fix doc-string.
23683
23684 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23685
23686         * assistant.el (assistant-render-text, assistant-eval): Add :set
23687         widget type, which is different because it takes and returns a
23688         list.  Much hilarity ensues.
23689
23690 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23691
23692         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23693
23694         * gnus-group.el (gnus-group-get-new-news-this-group):
23695         Add doc-string.
23696
23697         * gnus-start.el (gnus-activate-group): Add doc-string.
23698
23699 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23700
23701         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23702
23703 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23704
23705         * assistant.el (assistant-render-text): Try to add a :set
23706         widget, more to come.
23707
23708         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23709         strings.
23710         (spam-report-articles-resend)
23711         (spam-register-routine): Do registration iff any articles warrant
23712         it.
23713         (spam-summary-prepare-exit): Change log message for nil group
23714         destinations.
23715
23716 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23717
23718         * spam.el (spam-report-resend-register-routine):
23719         Allow spam-report-resend-to to be a group parameter or a global value.
23720
23721 2004-05-26  Simon Josefsson  <jas@extundo.com>
23722
23723         * starttls.el: Merge with my GNUTLS based starttls.el.
23724         (starttls-gnutls-program, starttls-use-gnutls)
23725         (starttls-extra-arguments, starttls-process-connection-type)
23726         (starttls-connect, starttls-failure, starttls-success):
23727         New variables.
23728         (starttls-program, starttls-extra-args): Doc fix.
23729         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23730         New functions.
23731         (starttls-negotiate, starttls-open-stream):
23732         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23733         function if it is set.
23734
23735 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23736
23737         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23738         structured fields.
23739
23740 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23741
23742         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23743
23744 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23745
23746         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23747         Add variable.
23748         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23749         assigning the spam-mark to new messages.
23750
23751 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23752
23753         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23754
23755 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23756
23757         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23758
23759         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23760         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23761         default.
23762
23763 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23764
23765         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23766         correct data.
23767
23768 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23769
23770         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23771         (spam-group-processor-p): Fix function.
23772         (spam-group-processor-multiple-p)
23773         (spam-group-spam-processor-report-gmane-p)
23774         (spam-group-spam-processor-report-resend-p)
23775         (spam-group-spam-processor-bogofilter-p)
23776         (spam-group-spam-processor-blacklist-p)
23777         (spam-group-spam-processor-ifile-p)
23778         (spam-group-ham-processor-ifile-p)
23779         (spam-group-spam-processor-spamoracle-p)
23780         (spam-group-spam-processor-crm114-p)
23781         (spam-group-ham-processor-bogofilter-p)
23782         (spam-group-spam-processor-stat-p)
23783         (spam-group-ham-processor-stat-p)
23784         (spam-group-ham-processor-whitelist-p)
23785         (spam-group-ham-processor-BBDB-p)
23786         (spam-group-ham-processor-spamoracle-p)
23787         (spam-group-ham-processor-copy-p): Remove functions with some
23788         prejudice against unneeded code.
23789         (spam-report-articles-resend)
23790         (spam-report-resend-register-routine): Allow the group/topic
23791         spam-resend-to value to override spam-report-resend-to.
23792         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23793         properly now.
23794
23795         * gnus.el (spam-resend-to): Add group/topic parameter.
23796         (spam-process): Move the OBSOLETE processors to the end of the
23797         choices.
23798
23799 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23800
23801         * spam-report.el (spam-report-resend-to, spam-report-resend):
23802         Start with resend-to set to nil, and then ask the user if necessary.
23803         (spam-report-resend): spam-report-resend takes a list of articles, not
23804         separate article numbers.
23805
23806 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23807
23808         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23809         addition to emacs-w3m.
23810
23811 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23812
23813         * assistant.el (assistant-authinfo-data): New function.
23814         (assistant-eval): Eval for entire assistant.
23815
23816         * netrc.el (netrc-services-file): New variable.
23817         (netrc-parse-services): New function.
23818         (netrc-find-service-name): New function.
23819         (netrc-find-service-number): New function.
23820         (netrc-port-equal): New function.
23821         (netrc-machine): Use it.
23822
23823         * nnimap.el (nnimap-open-connection): Use netrc.
23824
23825         * gnus-util.el (gnus-netrc-get): Remove aliases.
23826
23827         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23828
23829         * assistant.el (wid-edit): Fix compilation.
23830
23831         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23832
23833 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23834
23835         * gnus-util.el (gnus-set-file-modes): New function.  (small
23836         patch).
23837
23838 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23839
23840         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23841
23842         * assistant.el (assistant-render-node): Fix up rendering and
23843         read-only text.
23844         (assistant-render-node): Reset.
23845         (assistant-make-read-only): Not sticky.
23846
23847 2004-05-20  Danny Siu  <dsiu@adobe.com>
23848
23849         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23850         centered even when gnus-auto-center-summary is t.
23851
23852 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23853
23854         * dns.el (dns-get-txt-answer): New function.
23855         (dns-read-txt): Ditto.
23856         (query-dns): Use it.
23857
23858 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23859
23860         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23861         active for foreign groups even if the group level is higher than
23862         the specified value.
23863
23864 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23865
23866         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23867         non-active groups.
23868
23869         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23870
23871 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23872
23873         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23874
23875 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23876
23877         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23878         (spam-crm114-header, spam-crm114-spam-switch)
23879         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23880         (spam-crm114-positive-spam-header)
23881         (spam-crm114-database-directory, spam-list-of-processors)
23882         (spam-group-spam-processor-crm114-p)
23883         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23884         (spam-generic-score, spam-list-of-checks)
23885         (spam-list-of-statistical-checks, spam-registration-functions)
23886         (spam-check-crm114-headers, spam-crm114-score)
23887         (spam-check-crm114, spam-crm114-register-with-crm114)
23888         (spam-crm114-register-spam-routine)
23889         (spam-crm114-unregister-spam-routine)
23890         (spam-crm114-register-ham-routine)
23891         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23892
23893 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23894
23895         * gnus.el: Add spam-use-crm114.
23896
23897         * spam.el (spam-list-of-processors, spam-registration-functions):
23898         Add spam-use-resend.
23899         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23900         (spam-report-articles-gmane): Add doc fix.
23901         (spam-report-articles-resend, spam-report-resend-register-routine):
23902         Add wrappers around spam-report-resend-to.
23903
23904         * spam-report.el (spam-report-resend-to, spam-report-resend):
23905         Add support for resending spam.
23906         (spam-report-gmane): Fix line length >80.
23907
23908         * gnus.el (spam-process): Add spam-use-resend.
23909
23910 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23911
23912         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23913         number of processed spam messages.
23914         (spam-ham-copy-or-move-routine): Return the number of processed
23915         ham messages.
23916         (spam-summary-prepare-exit): Use the above values to decide
23917         whether status messages shouled be displayed.
23918
23919 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23920
23921         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23922         `rfc2047-encoding-function-alist' in order to avoid conflicting
23923         with the old version.
23924         (rfc2047-encode-region): Concatenate words containing non-ASCII
23925         characters in structured fields; don't encode space-delimited
23926         ASCII words even in unstructured fields; don't break words at
23927         char-category boundaries.
23928         (rfc2047-encode-1): New function.
23929         (rfc2047-encode): Use it; encode text so that it occupies the
23930         maximum width within 76-column; work correctly on Q encoding for
23931         iso-2022-* charsets.
23932         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23933         sure not to break a line just after the header name.
23934         (rfc2047-b-encode-region): Remove.
23935         (rfc2047-b-encode-string): New function.
23936         (rfc2047-q-encode-region): Remove.
23937         (rfc2047-q-encode-string): New function.
23938
23939         * mm-util.el (mm-replace-in-string): New function.
23940
23941 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23942
23943         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23944         Really get it right.
23945         (gnus-inews-make-draft): Really.
23946
23947 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23948
23949         * nnmh.el (nnmh-request-list-1): Don't check the link count
23950         before descending.  (small patch)
23951
23952 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23953
23954         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23955         stuff.
23956
23957         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23958         Match on real group name.
23959
23960         * gnus-art.el (gnus-signature-limit): Doc fix.
23961
23962         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23963
23964         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23965
23966 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23967
23968         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23969         isn't a string.
23970
23971 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23972
23973         * gnus-draft.el (gnus-draft-send):
23974         Bind rfc2047-encode-encoded-words.
23975
23976         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23977         (rfc2047-encodable-p): Say that =? needs encoding.
23978         (rfc2047-encode-encoded-words): New variable.
23979
23980         * gnus-group.el (gnus-group-select-group): Doc fix.
23981
23982         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23983
23984         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23985         to nil.
23986
23987         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23988
23989         * nnheader.el (nnheader-get-lines-and-char): New function.
23990
23991 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23992
23993         * gnus-msg.el (gnus-summary-followup-with-original):
23994         Document yanking of region when active.
23995
23996 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23997
23998         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23999         groups if the group level is higher than the specified value.
24000
24001 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24002
24003         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24004         (gnus-group-jump-to-group): Add prefix argument using
24005         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24006         non-active group.
24007
24008         * compface.el (uncompface): Be verbose when changing
24009         `uncompface-use-external'.
24010
24011         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24012         handle manual section.
24013
24014 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24015
24016         * gnus-art.el (gnus-button-alist): Revert previous change.
24017
24018 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24019
24020         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24021
24022 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24023
24024         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24025         whether backend can accept message.
24026
24027         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24028
24029 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24030
24031         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24032         Avoid creating directory when nntp-marks-is-evil is true.
24033         Reported by Reiner Steib.
24034
24035 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24036
24037         * gnus-picon.el (gnus-picon-insert-glyph):
24038         Add optional `nostring' argument.
24039
24040 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24041
24042         * gnus-picon.el (gnus-picon-style): New variable.
24043         (gnus-picon-transform-address): Support `gnus-picon-style'.
24044
24045 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24046
24047         * message.el (message-fill-field): Return point.
24048         (message-generate-headers): Go to end of field.
24049
24050         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24051         stuff for non-living groups.
24052
24053 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24054
24055         * gnus-art.el (gnus-article-followup-with-original)
24056         (gnus-article-reply-with-original): gnus-mark-active-p ->
24057         gnus-region-active-p.
24058
24059 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24060
24061         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24062         only when there is spam or ham to be processed.
24063
24064 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24065
24066         * mail-source.el (mail-source-delete-crash-box): Refactor.
24067         (mail-source-fetch): Use it.
24068         (mail-source-fetch-file): Ditto.
24069         (mail-source-fetch-directory): Run postscript in loop.
24070         (mail-source-fetch-pop): Delete.
24071         (mail-source-fetch-maildir): Ditto.
24072         (mail-source-fetch-imap): Ditto.
24073
24074         * imap.el (imap-authenticators): Comment out sasl.
24075
24076         * message.el (message-skip-to-next-address): New function.
24077         (message-fill-header-address): Refactor.
24078         (message-fill-address): Use it.
24079         (message-delete-address): Use it.
24080         (message-fill-header-general): Refactor.
24081         (message-fill-field-address): Rename.
24082         (message-narrow-to-field): Find the start of the header.
24083         (message-header-format-alist): Don't pre-fill.
24084         (message-fill-header): Remove.
24085         (message-insert-header): New function.
24086         (message-shorten-references): Use it.
24087
24088         * rfc2047.el (rfc2047-field-value): Strip props.
24089
24090         * mail-parse.el (mail-header-make-address): New alias.
24091
24092         * ietf-drums.el (ietf-drums-make-address): New function.
24093
24094         * imap.el: Add compiler directives.
24095
24096         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24097
24098         * gnus-art.el (article-decode-idna-rhs): Don't use
24099         message-idna-inside-rhs-p.
24100
24101 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24102
24103         * message.el (message-idna-inside-rhs-p): Remove.
24104         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24105
24106         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24107         false positives.
24108
24109 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24110
24111         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24112
24113 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24114
24115         * nneething.el (nneething-file-name): Don't create spurious
24116         files.
24117
24118         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24119         (gnus-inews-do-gcc): Remove sleep.
24120
24121         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24122         part under point.
24123
24124         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24125         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24126
24127 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24128
24129         * spam.el (spam-summary-prepare-exit): Fix (length).
24130
24131 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24132
24133         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24134         as expired without moving it" message when there are spam
24135         messages left.
24136
24137 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24138
24139         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24140         header is not nil.
24141
24142 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24143
24144         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24145         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24146         (nntp-marks-changed-p): New arg SERVER.
24147         (nntp-request-update-info): Adjust caller.
24148
24149 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24150
24151         * nntp.el (nntp-save-marks): Pass missing arg.
24152
24153 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24154
24155         * nntp.el: Support marks.
24156         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24157         (nntp-marks-modtime, nntp-marks-directory): New variables.
24158         (nntp-request-set-mark, nntp-request-update-info)
24159         (nntp-possibly-create-directory, nntp-marks-changed-p)
24160         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24161         New functions.
24162
24163 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24164
24165         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24166         (gnus-xmas-redefine): Rename.
24167
24168         * gnus-score.el (gnus-score-insert-help):
24169         Use gnus-select-lowest-window.
24170
24171         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24172         appt-select-lowest-window and rename to gnus-select-lowest-window.
24173
24174         * gnus.el: do.
24175
24176 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24177
24178         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24179         encodings of MIME-encoded words, in order to improve
24180         interoperability with several broken MUAs.
24181
24182 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24183
24184         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24185         tags, only when charsets are not specified in headers.
24186         (mm-inline-text-html-render-with-w3m): Ditto.
24187
24188         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24189         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24190
24191 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24192
24193         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24194         instead of MIME-decoded from fields when checking
24195         `gnus-article-address-banner-alist'.
24196
24197 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24198
24199         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24200         description rather than subject.
24201
24202 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24203
24204         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24205
24206 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24207
24208         * gnus.el (gnus-version-number): Bump.
24209
24210 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24211
24212         * gnus.el: No Gnus v0.2 is released.
24213
24214 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24215
24216         * gnus-agent.el (gnus-agent-read-agentview):
24217         Inline gnus-uncompress-range.
24218
24219 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24220
24221         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24222         `exec-installed-p'.
24223
24224 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24225
24226         * gnus.el (spam-process, spam-autodetect-methods):
24227         Add bsfilter and bsfilter-headers.
24228
24229         * spam.el (spam-bsfilter): New customize group.
24230         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24231         (spam-bsfilter-header, spam-bsfilter-probability-header)
24232         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24233         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24234         (spam-bsfilter-database-directory): New options.
24235         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24236         (spam-list-of-statistical-checks, spam-registration-functions):
24237         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24238         (spam-bsfilter-score): New command.
24239         (spam-check-bsfilter-headers, spam-check-bsfilter)
24240         (spam-bsfilter-register-with-bsfilter)
24241         (spam-bsfilter-register-spam-routine)
24242         (spam-bsfilter-unregister-spam-routine)
24243         (spam-bsfilter-register-ham-routine)
24244         (spam-bsfilter-unregister-ham-routine): New functions.
24245         (spam-generic-score): Support bsfilter; Accept an optional argument
24246         to recalcurate spam score even if scoring header has already been
24247         added.
24248         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24249         optional argument to recalcurate spam score even if scoring header
24250         has already been added.
24251
24252 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24253
24254         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24255         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24256         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24257         link is missing.
24258
24259 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24260
24261         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24262         (html2text-get-attr): Rewrite.
24263
24264         * message.el (message-setup-1): Remove redundant put-text-property
24265         on mail-header-separator.
24266
24267 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24268
24269         * gnus-registry.el (gnus-registry-cache-whitespace)
24270         (gnus-registry-action, gnus-registry-spool-action)
24271         (gnus-registry-split-fancy-with-parent): Change message levels
24272         from 5 to 3 or 7, as needed.
24273
24274         * spam.el (spam-summary-prepare-exit)
24275         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24276         (spam-split, spam-find-spam, spam-log-undo-registration)
24277         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24278         level from 5 to 6.
24279
24280 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24281
24282         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24283         2004-03-04 change).
24284
24285 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24286
24287         * sieve-manage.el (sieve-manage-open):
24288         * nnweb.el (nnweb-insert-html):
24289         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24290         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24291         * nnspool.el (nnspool-request-group):
24292         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24293         * nnml.el (nnml-request-update-info):
24294         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24295         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24296         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24297         (nnimap-request-set-mark):
24298         * nnfolder.el (nnfolder-request-update-info):
24299         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24300         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24301         * gnus-uu.el (gnus-uu-find-articles-matching):
24302         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24303         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24304         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24305         * gnus-nocem.el (gnus-nocem-scan-groups):
24306         * gnus-int.el (gnus-start-news-server):
24307         * gnus-group.el (gnus-group-make-kiboze-group)
24308         (gnus-group-browse-foreign-server):
24309         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24310         Use mapc when appropriate.
24311
24312 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24313             Adam Sjøgren  <asjo@koldfront.dk>
24314             Wes Hardaker  <wes@hardakers.net>
24315             Michael Shields  <shields@msrl.com>
24316
24317         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24318         may need for spam sorting and scoring.
24319         (spam-user-format-function-S): Add user format function suitable for
24320         general use.
24321         (spam-article-sort-by-spam-status): Add sorting function for summary
24322         sorting.
24323         (spam-extra-header-to-number): Add function to get a score from a
24324         header.
24325         (spam-summary-score): Add function to get a numeric score from the
24326         headers.
24327         (spam-generic-score): Fix function doc, was in wrong place.
24328         (spam-initialize): Take symbols when it's run, and install the
24329         extra headers that spam-necessary-extra-headers thinks we need.
24330
24331 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24332
24333         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24334         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24335
24336 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24337
24338         * gnus-sum.el (gnus-set-global-variables)
24339         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24340         (gnus-article-get-xrefs, gnus-summary-best-group)
24341         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24342         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24343         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24344         Use with-current-buffer.
24345
24346 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24347
24348         * spam.el (spam-summary-prepare-exit): Simplify logic.
24349         (spam-fetch-article-header): Read the article header if it's not
24350         available.
24351         (spam-list-articles): Simplify logic.
24352         (spam-filelist-register-routine): Fix bug with unregister-list.
24353
24354         * gnus-registry.el: Fix comments at beginning.
24355
24356 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24357
24358         * message.el (message-cater-to-broken-inn): Remove.
24359         (message-shorten-references): Make sure the total folded length of
24360         References is shorter than 998 characters to cater to a bug in INN
24361         2.3.  Also, don't pretend that references aren't folded -- this
24362         hasn't worked for a while.
24363
24364 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24365
24366         * gnus-agent.el (gnus-agentize):
24367         gnus-agent-send-mail-real-function no longer set to current value
24368         of message-send-mail-function but rather a lambda that calls
24369         message-send-mail-function.  The change makes the agent real-time
24370         responsive to user changes to message-send-mail-function.
24371
24372 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24373
24374         * legacy-gnus-agent.el
24375         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24376         help from Florian Weimer <fw@deneb.enyo.de>
24377
24378 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24379
24380         * nnmail.el (nnmail-cache-insert): Revert last change.
24381
24382 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24383
24384         * nnmail.el (nnmail-cache-insert): Always check whether
24385         nnmail-cache-ignore-groups matches a group name.
24386
24387 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24388
24389         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24390         (spam-find-spam, spam-log-processing-to-registry)
24391         (spam-log-registered-p, spam-log-unregistration-needed-p)
24392         (spam-log-undo-registration): Use gnus-message instead of
24393         gnus-error, none of these errors are fatal.
24394
24395         * gnus-registry.el (gnus-registry-clean-empty-function)
24396         (gnus-registry-clean-empty): Remove only empty entries without
24397         extra data.
24398
24399 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24400
24401         * spam-stat.el (spam-stat-buffer-change-to-spam)
24402         (spam-stat-buffer-change-to-non-spam): Change (error) to
24403         (gnus-message 8) invocation.
24404
24405 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24406
24407         * nntp.el (nntp-via-netcat-command): New variable.
24408         (nntp-via-netcat-switches): New variable.
24409         (nntp-open-via-rlogin-and-netcat): New function.
24410         (nntp-open-connection-function): Doc fix.
24411         (nntp-telnet-command): Doc fix.
24412         (nntp-end-of-line): Doc fix.
24413         (nntp-via-rlogin-command): Doc fix.
24414         (nntp-via-user-name): Doc fix.
24415         (nntp-via-address): Doc fix.
24416
24417 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24418
24419         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24420         error in Emacs 21.1.
24421
24422 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24423
24424         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24425
24426 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24427
24428         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24429         (gnus-agent-with-refreshed-group): New macro.
24430         (gnus-agent-rename-group): New function.
24431         (gnus-agent-delete-group): New function.
24432         (gnus-agent-save-group-info): Use gnus-command-method when
24433         `method' parameter is nil.  Don't write nil entries into the
24434         active file.
24435         (gnus-agent-get-group-info): New function.
24436         (gnus-agent-fetch-articles):
24437         Use gnus-agent-update-files-total-fetched-for to increment disk space
24438         used.
24439         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24440         Use gnus-agent-update-view-total-fetched-for to increment disk space
24441         used.
24442         (gnus-agent-get-local): Add optional parameters to avoid calling
24443         gnus-group-real-name and gnus-find-method-for-group.
24444         (gnus-agent-set-local): Delete stored entry if either min, or max,
24445         are nil.
24446         (gnus-agent-fetch-session): Reworded error/quit messages.
24447         On quit, use gnus-agent-regenerate-group to record existance of any
24448         articles fetched to disk before the quit occurred.
24449         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24450         gnus-agent-update-view-total-fetched-for, and
24451         gnus-agent-update-files-total-fetched-for to decrement disk space
24452         used.
24453         (gnus-agent-retrieve-headers):
24454         Use gnus-agent-update-view-total-fetched-for to increment disk space
24455         used.
24456         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24457         with gnus-agent-update-files-total-fetched-for to decrement disk
24458         space and fresh group buffer.
24459         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24460         (gnus-agent-need-update-total-fetched-for): New variable.
24461         (gnus-agent-update-files-total-fetched-for): New function.
24462         (gnus-agent-update-view-total-fetched-for): New function.
24463         (gnus-agent-total-fetched-for): New function.
24464
24465         * gnus-cache.el (gnus-cache-save-buffers):
24466         Use gnus-cache-update-overview-total-fetched-for to change disk space
24467         used by this group.
24468         (gnus-cache-possibly-enter-article):
24469         Use gnus-cache-update-file-total-fetched-for to increment disk space
24470         used by this group.
24471         (gnus-cache-possibly-remove-article):
24472         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24473         used by this group.
24474         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24475         (gnus-cache-rename-group): New function.
24476         (gnus-cache-delete-group): New function.
24477         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24478         (gnus-cache-need-update-total-fetched-for): New variable.
24479         (gnus-cache-with-refreshed-group): New macro.
24480         (gnus-cache-update-file-total-fetched-for): New function.
24481         (gnus-cache-update-overview-total-fetched-for): New function.
24482         (gnus-cache-rename-group-total-fetched-for): New function.
24483         (gnus-cache-delete-group-total-fetched-for): New function.
24484         (gnus-cache-total-fetched-for): New function.
24485
24486         * gnus-group.el: Require gnus-sum and autoload functions to
24487         resolve warnings when gnus-group.el compiled alone.
24488         (gnus-group-line-format): Documented new %F.
24489         (size of Fetched data) group line format; identifies disk space
24490         used by agent and cache.
24491         (gnus-group-line-format-alist): Defined new F format.
24492         (gnus-total-fetched-for): New function.
24493         (gnus-group-delete-group): No longer update
24494         gnus-cache-active-altered as gnus-request-delete-group now keeps
24495         the cache in sync.
24496         (gnus-group-list-active): Let the agent store a server's active
24497         list if currently plugged.
24498
24499         * gnus-int.el (gnus-request-delete-group):
24500         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24501         local disk in sync with the server.
24502         (gnus-request-rename-group):
24503         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24504         local disk in sync with the server.
24505
24506         * gnus-start.el (gnus-get-unread-articles):
24507         Cosmetic simplification to logic.
24508
24509         * gnus-util.el (gnus-rename-file): New function.
24510
24511 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24512
24513         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24514
24515 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24516
24517         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24518         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24519
24520 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24521
24522         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24523         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24524
24525 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24526
24527         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24528
24529 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24530
24531         * spam.el (spam-set-difference): Add function to replace
24532         gnus-set-difference in spam.el.
24533         (spam-summary-prepare-exit): Use spam-set-difference.
24534
24535 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24536
24537         * gnus-registry.el (gnus-registry-cache-file): Update to use
24538         gnus-dribble-directory OR gnus-home-directory OR ~.
24539         (gnus-registry-split-fancy-with-parent): Fix doc.
24540
24541 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24542
24543         * message.el (message-exchange-point-and-mark):
24544         Use message-mark-active-p.  Suggested by Jesper Harder
24545         <harder@ifa.au.dk>.
24546
24547 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24548
24549         * message.el (message-exchange-point-and-mark): Don't activate
24550         region if it was inactive.  Suggested by Hiroshi Fujishima
24551         <pooh@nature.tsukuba.ac.jp>.
24552
24553 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24554
24555         * gnus-art.el (article-display-face): Display Faces in the same
24556         order as X-Faces.
24557
24558 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24559
24560         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24561
24562 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24563
24564         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24565         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24566         (gnus-article-mime-hierarchy): Remove.
24567         (gnus-article-mime-hierarchy-next): Remove.
24568         (gnus-article-mode): Revert 2004-03-19 change.
24569         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24570         (gnus-insert-mime-button): Revert 2004-03-19 change.
24571         (gnus-mime-accumulate-hierarchy): Remove.
24572         (gnus-mime-enter-multipart): Remove.
24573         (gnus-mime-leave-multipart): Remove.
24574         (gnus-mime-display-part): Revert 2004-03-19 change.
24575         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24576
24577         * mml.el (mml-preview): Revert 2004-03-19 change.
24578
24579 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24580
24581         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24582
24583 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24584
24585         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24586         t while entering a file name using the mm-with-multibyte macro.
24587         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24588
24589         * mm-util.el (mm-with-multibyte): New macro.
24590
24591 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24592
24593         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24594         New user option.
24595         (gnus-mime-multipart-functions): Doc and customization fix.
24596         (gnus-article-mime-hierarchy): New variable.
24597         (gnus-article-mime-hierarchy-next): New variable.
24598         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24599         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24600         gnus-article-mime-hierarchy-next to nil.
24601         (gnus-insert-mime-button): Show hierarchy numbers.
24602         (gnus-mime-accumulate-hierarchy): New function.
24603         (gnus-mime-enter-multipart): New function.
24604         (gnus-mime-leave-multipart): New function.
24605         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24606         (gnus-mime-display-alternative): Show hierarchy numbers.
24607
24608         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24609         gnus-article-mime-hierarchy-next to nil.
24610
24611 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24612
24613         * dns.el: Don't require gnus-xmas.
24614
24615 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24616
24617         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24618         inline PGP.
24619         (mml-menu): Disable mml-quote-region if mark is inactive.
24620
24621 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24622
24623         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24624         when the group's active is not available.
24625
24626 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24627
24628         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24629         error.
24630
24631 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24632
24633         * imap.el (imap-store-password): New variable.
24634         (imap-interactive-login): Use it.
24635         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24636
24637 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24638
24639         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24640         window-start and hscroll to summary window.
24641
24642 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24643
24644         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24645         conversion message to newsrc-dribble when an actual conversion is
24646         performed.
24647
24648 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24649
24650         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24651
24652 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24653
24654         * mm-decode.el (mm-complicated-handles): New function reviving
24655         former definition of mm-multiple-handles.
24656
24657         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24658         (gnus-mime-delete-part): Use it.
24659
24660 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24661
24662         * gnus-agent.el (gnus-agent-read-local):
24663         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24664         avoid the implicit assumption that they will always be equal.
24665         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24666         coding-system-for-write, as the with-temp-file macro first prints
24667         to a buffer then saves the buffer.
24668
24669 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24670
24671         * gnus-art.el (gnus-article-edit-part): New function.
24672         (gnus-mime-save-part-and-strip): Use it; do query instead of
24673         signaling an error; don't use mm-multiple-handles.
24674         (gnus-mime-delete-part): Ditto.
24675
24676 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24677
24678         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24679         old file versions.
24680         (gnus-group-prepare-hook): Remove function that converted list
24681         form of gnus-agent-expire-days to group properties.
24682
24683         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24684         (gnus-request-accept-article): Re-indented.
24685
24686         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24687         converters to handle old agent file formats.  Add logic for a
24688         "backup before upgrading warning".
24689         (gnus-convert-mark-converter-prompt): Developers can mark
24690         functions as needing (default), or not needing,
24691         gnus-convert-old-newsrc's "backup before upgrading warning".
24692         (gnus-convert-converter-needs-prompt): Tests whether the user
24693         should be protected from potentially irreversable changes by the
24694         function.
24695
24696         * legacy-gnus-agent.el: New.  Provides converters that are only
24697         loaded when gnus-convert-old-newsrc needs to call them.
24698
24699 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24700
24701         * mail-source.el (mail-source-touch-pop): Doc fix.
24702
24703         * message.el (message-smtpmail-send-it): Doc fix.
24704
24705 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24706
24707         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24708
24709         * nnmail.el (nnmail-split-fancy): do.
24710
24711         * gnus-kill.el (gnus-kill, gnus-execute): do.
24712
24713 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24714
24715         * gnus-sum.el (gnus-widget-reversible-match)
24716         (gnus-widget-reversible-to-internal)
24717         (gnus-widget-reversible-to-external): New functions.
24718         (gnus-widget-reversible): New widget.
24719         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24720
24721 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24722
24723         * gnus-sum.el (gnus-thread-sort-functions)
24724         (gnus-article-sort-functions): Document `(not F)' items.
24725
24726 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24727
24728         * spam.el (spam-use-gmane-xref): Add new backend.
24729         (spam-gmane-xref-spam-group): Add variable to control the name of the
24730         Gmane spam group.
24731         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24732         (spam-regex-headers-spam, spam-regex-headers-ham)
24733         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24734         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24735         backends and checks.
24736         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24737
24738         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24739         an autodetect method.
24740
24741 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24742
24743         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24744         articles are being added to a group.
24745         (gnus-request-replace-article): Inform the agent that articles
24746         need to be uncached as the cached contents are no longer valid.
24747
24748 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24749
24750         * binhex.el: Don't autoload executable-find.
24751
24752         * canlock.el: Don't autoload mail-fetch-field.
24753
24754         * dgnushack.el: Autoload c-mode for XEmacs.
24755
24756         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24757
24758         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24759         rmail-dont-reply-to and rmail-output.
24760
24761         * gnus-score.el: Don't autoload ffap-string-at-point.
24762
24763         * gnus-setup.el: Don't autoload sc-cite-original.
24764
24765         * imap.el: Don't autoload base64-decode-string,
24766         base64-encode-string and md5.
24767
24768         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24769         and rmail-msg-restore-non-pruned-header.
24770
24771         * mm-decode.el: Don't autoload executable-find.
24772
24773         * mm-url.el: Don't autoload executable-find.
24774
24775         * mm-view.el: Don't autoload diff-mode.
24776
24777         * nndb.el: Don't autoload news-reply-mode, news-setup,
24778         cancel-timer and telnet.
24779
24780         * password.el: Don't autoload run-at-time for Emacs.
24781
24782         * sha1-el.el: Don't autoload executable-find.
24783
24784         * sieve-mode.el: Don't autoload c-mode.
24785
24786         * uudecode.el: Don't autoload executable-find.
24787
24788 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24789
24790         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24791         (gnus-agent-possibly-alter-active): Avoid null in numeric
24792         comparison.
24793         (gnus-agent-set-local): Refuse to save null in local object table.
24794         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24795         list of articles that will be marked as unread.
24796
24797 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24798
24799         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24800
24801 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24802
24803         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24804         language tags.
24805
24806 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24807
24808         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24809         Don't bind "obarray".
24810
24811         * gnus-sum.el (gnus-thread-sort-functions):
24812         Add `gnus-thread-sort-by-most-recent-number' and
24813         `gnus-thread-sort-by-most-recent-date'.
24814         Reported by Kai Grossjohann <kai@emptydomain.de>.
24815
24816 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24817
24818         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24819
24820 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24821
24822         * gnus-cus.el (gnus-agent-customize-category):
24823         Remove ignore-errors macro reference that required cl to be loaded at
24824         run-time.
24825
24826         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24827         single-interval range of the form (min . max).  Previously the
24828         range had to look like ((min . max)).  Likewise, return
24829         (min . max) rather than ((min . max)).
24830         (gnus-range-map): Use gnus-range-normalize to accept
24831         single-interval range.
24832
24833         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24834         the cache, but not the agent, now appear with their usual face.
24835
24836         * dgnushack.el (loaddir): New variable that is bound to the
24837         directory containing the dgnushack.el file. Use loaddir, rather
24838         than srcdir, to update load-path. Change lets dgnushack compile
24839         code in directories other than GNUS/lisp.
24840
24841 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24842
24843         * lpath.el: Don't bind w3m-safe-url-regexp.
24844
24845         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24846         w3m-safe-url-regexp variable buffer-local.
24847
24848         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24849
24850 2004-02-27  Simon Josefsson  <jas@extundo.com>
24851
24852         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24853         gnus-group-real-prefix.
24854         (gnus-summary-move-article): Use it, instead of
24855         gnus-group-real-prefix.
24856
24857 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24858
24859         * lpath.el: Bind w3m-safe-url-regexp.
24860
24861         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24862         w3m-safe-url-regexp variable buffer-local and set it as the value
24863         of mm-w3m-safe-url-regexp.
24864
24865         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24866
24867         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24868         parsing gnus-posting-styles when the message is not for replying.
24869
24870         * dgnushack.el: Autoload sgml-mode for XEmacs.
24871
24872         * nnrss.el (nnrss-opml-export):
24873         Use mm-set-buffer-file-coding-system instead of
24874         set-buffer-file-coding-system.
24875
24876 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24877
24878         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24879         of checkdoc.el).
24880         * nnrss.el: do.
24881         * gnus-mlspl.el: do.
24882         * gnus-ml.el: do.
24883         * gnus-srvr.el: do.
24884
24885         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24886
24887 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24888
24889         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24890         Corrections to custom-manual links.
24891
24892         * gnus-art.el (gnus-article): Ditto.
24893
24894         * mm-decode.el (mime-display, mime-security): Ditto.
24895
24896 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24897
24898         * flow-fill.el: Typo.
24899
24900 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24901
24902         * spam-wash.el: New file.
24903
24904 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24905
24906         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24907
24908 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24909
24910         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24911         to be run with new-articles as LIST1, not LIST2.
24912         (spam-registration-functions): Add spam-use-ham-copy as a nil
24913         registration backend.
24914
24915 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24916
24917         * spam-stat.el (spam-stat-washing-hook): New option.
24918         (spam-stat-buffer-words): Use it.
24919         (spam-stat-process-directory, spam-stat-test-directory):
24920         Use insert-file-contents-literally.
24921         (spam-stat-coding-system): New variable.
24922         (spam-stat-load, spam-stat-save): Use it.
24923
24924 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24925
24926         * spam-report.el (spam-report-plug-agent):
24927         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24928
24929 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24930
24931         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24932         Allow / in mailto URLs.
24933
24934 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24935
24936         * spam-report.el (spam-report-process-queue): Fix interactive use.
24937         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24938         (spam-report-unplug-agent): Doc fixes.
24939         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24940         (spam-report-agentize, spam-report-deagentize): Autoload.
24941
24942 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24943
24944         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24945
24946         * message.el (message-setup-fill-variables): Add mml tags to
24947         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24948         <ajk@iu.edu>.
24949         (message-mode): Don't modify paragraph-separate there.
24950
24951 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24952
24953         * compface.el (uncompface-use-external): Default to undecided.
24954         (uncompface-use-external-threshold): New variable.
24955         (uncompface-float-time): New macro.
24956         (uncompface): Determine whether to use the external decoder if
24957         uncompface-use-external is undecided.
24958
24959 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24960
24961         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24962         after images.
24963
24964         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24965
24966 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24967
24968         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24969
24970         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24971
24972         * gnus-sum.el (gnus-summary-limit-to-age)
24973         (gnus-summary-limit-children): do.
24974
24975         * gnus-int.el (gnus-request-scan): do.
24976
24977         * gnus-group.el (gnus-group-suspend): do.
24978
24979         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24980
24981         * gnus-cite.el (gnus-cite-parse-attributions): do.
24982
24983         * gnus-agent.el (gnus-summary-set-agent-mark)
24984         (gnus-agent-regenerate-group): do.
24985
24986         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24987
24988         * binhex.el (binhex-decode-region-internal): do.
24989
24990 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24991
24992         * gnus-fun.el (gnus-face-properties-alist): New user option.
24993         (gnus-display-x-face-in-from): Use it.
24994
24995         * gnus-art.el (article-display-face): Ditto.
24996
24997         * compface.el (uncompface-use-external): Default to nil.
24998
24999 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25000
25001         * nntp.el (nntp-erase-buffer): New function.
25002         (nntp-retrieve-data, nntp-send-command)
25003         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25004         (nntp-possibly-change-group): Use it.
25005
25006         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25007         Use with-current-buffer.
25008
25009 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25010
25011         * compface.el: Merge the ELisp-based uncompface program.
25012         (compface): New customization group.
25013         (uncompface-use-external): New user option.
25014         (uncompface): Call uncompface-internal if uncompface-use-external
25015         is nil.
25016         (uncompface-internal): New function.  Note that there are also
25017         some other functions and variables added for this function.
25018
25019 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25020
25021         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25022         if necessary.
25023
25024 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25025
25026         * spam-report.el (spam-report-unplug-agent)
25027         (spam-report-plug-agent, spam-report-deagentize)
25028         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25029         Add support for the Agent in spam-report: when unplugged, report to a
25030         file; when plugged, submit all the requests.
25031
25032         * spam.el (spam-register-routine): Fix message about
25033         registration.
25034
25035 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25036
25037         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25038         dependencies.
25039         (rfc2047-encode): Use it.
25040
25041         * gnus-art.el (gnus-button-marker-list): Move before first
25042         reference.
25043
25044         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25045         (imap-parse-body): Fix format string mismatch.
25046
25047         * gnus-score.el (gnus-summary-increase-score): do.
25048
25049         * nnrss.el (nnrss-close): New function.
25050
25051 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25052
25053         * nnrss.el (nnrss-make-filename): New function.
25054         (nnrss-request-delete-group, nnrss-read-server-data)
25055         (nnrss-save-server-data, nnrss-read-group-data)
25056         (nnrss-save-group-data): Use it.
25057         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25058         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25059         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25060
25061 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25062
25063         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25064
25065 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25066
25067         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25068         files.
25069
25070         * message.el (message-generate-headers-first): Don't quote nil
25071         and t in docstrings.
25072
25073         * imap.el (imap-id): do.
25074
25075         * gnus-agent.el (gnus-agent-consider-all-articles)
25076         (gnus-agent-queue-mail): do.
25077
25078 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25079
25080         * spam-report.el (spam-report-process-queue): New function.
25081         Process requests from `spam-report-requests-file'.
25082         (spam-report-process-queue): Doc fix.
25083
25084 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25085
25086         * spam.el (spam-register-routine)
25087         (spam-log-processing-to-registry, spam-log-registered-p)
25088         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25089         Change "check" to "spam-check" for semi-clarity.
25090
25091 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25092
25093         * pop3.el: Require nnheader.
25094
25095         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25096
25097         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25098
25099         * gnus-picon.el: Require cl.
25100
25101         * gnus-fun.el: Require gnus-ems and gnus-util.
25102
25103         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25104
25105         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25106
25107         * gnus-art.el (gnus-article-edit-mode): Define before first
25108         reference.
25109
25110 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25111
25112         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25113         (gnus-uu-post-encoded): Use point-at-bol.
25114
25115         * gnus-topic.el (gnus-group-active-topic-p): do.
25116
25117         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25118
25119         * gnus-group.el (gnus-group-kill-region): do.
25120
25121         * gnus-art.el (article-date-ut): do.
25122
25123         * message.el (message-fetch-field): Remove redundant
25124         case-fold-search binding.
25125         (message-narrow-to-field): Simplify.
25126
25127 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25128
25129         * spam.el (spam-directory): Derive from `gnus-directory'.
25130
25131         * spam-report.el (spam-report-url-to-file)
25132         (spam-report-requests-file): New function and variable for offline
25133         reporting.
25134         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25135         and user defined function.
25136         (spam-report-url-ping-mm-url): Remove doubled slash.
25137
25138 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25139
25140         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25141
25142 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25143
25144         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25145         Fix format string mismatch.
25146
25147         * sieve.el (sieve-deactivate-all): do.
25148
25149         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25150
25151         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25152
25153         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25154
25155         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25156
25157 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25158
25159         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25160         the list of checks.
25161
25162 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25163
25164         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25165         padding.
25166
25167 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25168
25169         * mm-view.el (mm-fill-flowed): New variable.
25170         (mm-inline-text): Use it.
25171
25172 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25173
25174         * spam.el (spam-spamassassin-register-ham-routine)
25175         (spam-spamassassin-register-spam-routine): Fix function names.
25176
25177 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25178
25179         * gnus.el (gnus-tmp-grouplens): Remove.
25180         (gnus-summary-line-format): Remove grouplens.
25181
25182         * gnus-group.el (gnus-group-line-format): Ditto.
25183
25184         * gnus-spec.el (gnus-format-specs): Ditto.
25185         (gnus-update-format-specifications): Flush the group format spec
25186         cache if there's the grouplens stuff.
25187         (gnus-parse-simple-format): Replace %l with the empty string.
25188
25189 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25190
25191         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25192         omission.
25193
25194 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25195
25196         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25197         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25198
25199 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25200
25201         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25202         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25203         New macros and functions.
25204         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25205         Handle > NLINK_MAX messages.
25206         * nnmaildir.el (nnmaildir-request-set-mark):
25207         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25208
25209 2004-01-25  Alex Schroeder  <alex@gnu.org>
25210
25211         * spam-stat.el (spam-stat-process-directory-age): New option.
25212         (spam-stat-process-directory): Use it.
25213
25214 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25215
25216         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25217         (spam-stat-save): Accept prefix argument.
25218
25219 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25220
25221         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25222         links" error.
25223
25224 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25225
25226         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25227         the rest of the and/or forms.
25228
25229 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25230
25231         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25232         compatibility with old .newsrc.eld files.
25233
25234         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25235
25236         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25237
25238         * gnus-start.el (gnus-1): do.
25239
25240         * gnus-group.el (gnus-group-line-format-alist): do.
25241
25242         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25243
25244         * gnus-gl.el: Remove.
25245
25246 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25247
25248         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25249         marks consisting of a single range {for example, (3 . 5)} rather
25250         than a list of a single range { ((3 . 5)) }.
25251
25252 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25253
25254         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25255         Use with-current-buffer.
25256         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25257         avoid consing a string.
25258
25259         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25260         Remove obsolete entries for big5 and gb2312.
25261
25262 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25263
25264         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25265         uncompressed list.
25266
25267 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25268
25269         * spam-stat.el (spam-stat-strip-xref): New function.
25270         (spam-stat-process-directory): Use it.
25271
25272         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25273         here -- it's done in message-fetch-field.
25274
25275 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25276
25277         * gnus-agent.el (gnus-agent-queue-mail)
25278         (gnus-agent-prompt-send-queue): New variables.
25279         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25280         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25281         "nndraft:queue" along to gnus-draft-send.
25282         Use gnus-agent-prompt-send-queue.
25283         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25284         is "nndraft:queue".  Suggested by Gaute Strokkenes
25285         <gs234@srcf.ucam.org>
25286
25287         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25288         (agent-enable-undownloaded-faces): Add.
25289         (gnus-agent-cat-groups): Use eval-and-compile, not
25290         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25291         method of gnus-agent-cat-groups even when the buffer has been
25292         evaled.
25293         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25294         delete gnus-agent-save-active-1.
25295         (gnus-agent-save-groups): Delete.  Identical to
25296         gnus-agent-save-active.
25297         (gnus-agent-write-active): No longer adjust agent's copy of active
25298         file as agent's adjustments are now stored in their own
25299         file.  Remove optional parameter.
25300         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25301         servers.  Add use of min/max range limits from server's local
25302         file.
25303         (gnus-agent-save-alist): Remove unused optional argument.
25304         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25305         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25306         (gnus-agent-set-local): A per-server file that keeps min/max range
25307         limits for articles known to the agent.  Provides a fast mechanism
25308         for altering many active ranges.
25309         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25310         active file (local makes it unnecessary).
25311         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25312
25313         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25314         (agent-enable-undownloaded-faces): Add.
25315
25316         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25317         disable it when sending to "nndraft:queue".
25318         (gnus-group-send-queue): Add safety check to avoid sending queue
25319         when unplugged.
25320
25321         * gnus-group.el (gnus-group-catchup): Use new
25322         gnus-sequence-of-unread-articles, not
25323         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25324         numbers of articles.  Use gnus-range-map to avoid having to
25325         uncompress the unread list.
25326         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25327         Fix invalid ange-ftp reference.
25328
25329         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25330         (gnus-sorted-range-intersection): Intersection of two ranges
25331         without requiring that they first be uncompressed.
25332
25333         * gnus-start.el (gnus-activate-group): Unless blocked by the
25334         caller, possibly expand the active range to include both cached
25335         and agentized articles.
25336         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25337         multiple version-dependent converters.
25338         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25339         gnus-agent-save-active.
25340         (gnus-save-newsrc-file): Save dirty agent range limits.
25341
25342         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25343         gnus-agent-possibly-alter-active.
25344         (gnus-adjust-marked-articles): Faster handling of simple lists.
25345
25346 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25347
25348         * spam-stat.el (spam-stat-test-directory): New optional argument
25349         displays a list of files detected.  Suggested by Andrew Cohen
25350         <cohen@andy.bu.edu>.
25351         (spam-stat-buffer-words-with-scores): Don't narrow and change
25352         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25353
25354 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25355
25356         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25357         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25358         (spam-spamassassin-arguments)
25359         (spam-spamassassin-spam-flag-header)
25360         (spam-spamassassin-positive-spam-flag-header)
25361         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25362         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25363         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25364         (spam-list-of-processors, spam-list-of-checks)
25365         (spam-list-of-statistical-checks, spam-registration-functions)
25366         (spam-check-spamassassin-headers, spam-check-spamassassin)
25367         (spam-spamassassin-score)
25368         (spam-spamassassin-register-with-sa-learn)
25369         (spam-spamassassin-register-spam-routine)
25370         (spam-spamassassin-register-ham-routine)
25371         (spam-assassin-register-spam-routine)
25372         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25373         (spam-bogofilter-score): Fix to show article before scoring.
25374
25375 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25376
25377         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25378         default scoring function.
25379         (spam-generic-score): Call spam-spamassassin-score if
25380         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25381         spam-bogofilter-score otherwise.
25382
25383         * gnus.el (spam-process, spam-autodetect-methods):
25384         Add spamassassin and spamassassin-headers.
25385
25386 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25387
25388         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25389         Suppress unnecessary messages.
25390
25391 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25392
25393         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25394         make-hash-table.
25395
25396 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25397
25398         * canlock.el (base64-encode-string): Don't autoload it.
25399
25400 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25401
25402         * run-at-time.el: Remove useless (require 'itimer),
25403         eval-and-compile and (featurep 'xemacs).
25404
25405 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25406
25407         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25408         GROUP is a virtual group.
25409
25410 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25411
25412         * gnus.el: Autoload `message-y-or-n-p'.
25413
25414 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25415
25416         * pgg-parse.el: Remove unnecessary (require 'custom).
25417
25418         * pgg-def.el: do.
25419
25420         * nnmail.el: do.
25421
25422         * gnus-undo.el: do.
25423
25424         * gnus-picon.el: do.
25425
25426         * gnus-util.el: do.
25427
25428 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25429
25430         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25431
25432 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25433
25434         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25435         handle, as well as a list.
25436
25437         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25438         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25439         (mm-w3m-cid-retrieve): Simplify.
25440
25441 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25442
25443         * message.el (message-kill-to-signature): Allow prefix arg to
25444         specify number of lines to keep before signature.
25445
25446 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25447
25448         * message.el (message-kill-to-signature): Change docstring.
25449
25450 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25451
25452         * canlock.el: Always require sha1-el.
25453         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25454
25455         * message.el: Autoload sha1 only when compiling.
25456
25457         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25458         eudc-expand-inline for XEmacs.
25459
25460 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25461
25462         * message.el (message-canlock-generate): Require sha1-el.
25463
25464 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25465
25466         * message.el (message-expand-name): Silence the byte compiler.
25467
25468         * lpath.el: Add detect-coding-system.
25469
25470         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25471         cus-edit.
25472
25473 2004-01-13  Simon Josefsson  <jas@extundo.com>
25474
25475         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25476         Invoke gnus-score-mode.
25477         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25478
25479         * gnus-range.el (gnus-compress-sequence): Doc fix.
25480         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25481
25482 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25483
25484         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25485
25486 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25487
25488         * spam.el (spam-get-article-as-string): Update to use
25489         gnus-request-article-this-buffer, much simpler.
25490         (spam-get-article-as-buffer): Remove.
25491
25492 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25493
25494         * message.el (message-expand-name): Use EUDC if the user uses that.
25495
25496 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25497
25498         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25499         character for the encoding to avoid consing a string.
25500
25501         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25502         unnecessarily.
25503
25504         * mm-util.el (mm-replace-chars-in-string): Remove.
25505
25506         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25507         of mm-replace-chars-in-string.
25508
25509 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25510
25511         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25512
25513         * mm-util.el (mm-subst-char-in-string): Support inplace.
25514
25515         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25516         a new string in every iteration.  Use shy groups.
25517
25518 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25519
25520         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25521         * gnus-soup.el (gnus-soup-group-brew):
25522         * gnus-msg.el (gnus-put-message):
25523         * gnus-move.el (gnus-group-move-group-to-server):
25524         * gnus-kill.el (gnus-batch-score):
25525         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25526         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25527         (gnus-group-update-group, gnus-group-read-group)
25528         (gnus-group-make-group, gnus-group-make-help-group)
25529         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25530         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25531         (gnus-group-sort-by-unread, gnus-group-catchup)
25532         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25533         (gnus-group-yank-group, gnus-group-set-info)
25534         (gnus-group-list-groups):
25535         * gnus.el (gnus-generate-new-group-name):
25536         * gnus-delay.el (gnus-delay-send-queue):
25537         * nnvirtual.el (nnvirtual-catchup-group):
25538         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25539         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25540         (gnus-group-prepare-topics, gnus-topic-check-topology):
25541         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25542         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25543         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25544         (gnus-group-make-articles-read):
25545         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25546         (gnus-group-change-level, gnus-kill-newsgroup)
25547         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25548         (gnus-get-unread-articles, gnus-make-articles-unread)
25549         (gnus-make-ascending-articles-unread): Use accessor
25550         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25551         to get group information for improved readability.
25552
25553
25554 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25555
25556         * gnus-art.el (article-decode-mime-words, article-babel)
25557         (gnus-article-highlight-signature, gnus-article-add-buttons)
25558         (gnus-signature-toggle): Use gnus-with-article-buffer.
25559
25560         * gnus-art.el (gnus-article-highlight-headers)
25561         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25562
25563         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25564         (gnus-article-set-globals, gnus-request-article-this-buffer)
25565         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25566         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25567         (gnus-mime-display-alternative): Use with-current-buffer.
25568
25569 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25570
25571         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25572         also under 80 char limit, and call gnus-error if needed.
25573         (spam-fetch-article-header): Fix - it was a
25574         buffer-local variable (gnus-newsgroup-data).
25575         (spam-find-spam): Use spam-generate-fake-headers, forget about
25576         spam-insert-fake-headers.
25577         (spam-insert-fake-headers): Remove.
25578
25579 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25580
25581         * deuglify.el (gnus-article-outlook-unwrap-lines)
25582         (gnus-outlook-rearrange-article)
25583         (gnus-outlook-repair-attribution-outlook)
25584         (gnus-outlook-repair-attribution-block)
25585         (gnus-outlook-repair-attribution-other): Remove redundant
25586         save-excursion.
25587
25588 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25589
25590         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25591         (spam-fetch-field-subject-fast)
25592         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25593         (spam-fetch-article-header): Add functions to deal with Gnus
25594         internals for fast retrieval of article header data.
25595         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25596
25597 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25598
25599         * pop3.el (pop3-md5): Remove.
25600         (pop3-apop): Replace pop3-md5 with md5.
25601
25602         * mm-bodies.el: base64 is always built-in.
25603
25604         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25605         Use with-current-buffer.
25606
25607 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25608
25609         * canlock.el (canlock-insert-header): Remove excessive grouping in
25610         regexp.
25611
25612         * gnus-sum.el (gnus-summary-read-document): Ditto.
25613
25614         * gnus-uu.el (gnus-uu-part-number): Ditto.
25615
25616         * html2text.el (html2text-remove-tags): Ditto.
25617         (html2text-format-tags): Ditto.
25618         (html2text-format-single-elements): Ditto.
25619
25620         * mml.el (mml-parse-1): Ditto.
25621
25622 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25623
25624         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25625
25626         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25627
25628         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25629
25630         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25631
25632 2003-11-15  Simon Josefsson  <jas@extundo.com>
25633
25634         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25635         (pgg-gpg-lookup-key): Use regexp match instead of
25636         split-string (split-string is different between emacs 21.2 and
25637         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25638
25639 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25640
25641         * gnus-art.el (gnus-mime-view-all-parts)
25642         (gnus-article-part-wrapper, gnus-article-view-part):
25643         Use with-current-buffer.
25644
25645 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25646
25647         * spam.el (spam-disable-spam-split-during-ham-respool)
25648         (spam-spamoracle-database, spam-cache-lookups)
25649         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25650         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25651         (spam-group-ham-marks, spam-group-spam-marks)
25652         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25653         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25654         also add spam-use-blackholes to the statistical checks.
25655         (spam-fetch-field-fast): Add interface to fetching fields, may
25656         become a macro.
25657         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25658         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25659         (spam-insert-fake-headers): Fake an article when needed.
25660         (spam-find-spam): Fake article when possible.
25661         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25662         (spam-check-bogofilter-headers): Use message-fetch-field instead
25663         of nnmail-fetch-field.
25664
25665 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25666
25667         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25668
25669 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25670
25671         * spam.el (spam-split): Do not require spam-use-CHECK to be
25672         enabled if that check is passed to spam-split explicitly; also
25673         fix so 'spam doesn't get converted to spam-split-group when
25674         spam-split-symbolic-return is t.
25675         (spam-find-spam): Find registrations of the article and use those
25676         instead of re-running spam-split to find the spam/ham
25677         classification of the article.
25678         (spam-log-processing-to-registry, spam-log-registered-p)
25679         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25680         Use gnus-error instead of gnus-message.
25681         (spam-log-registration-type): Add function to determine the
25682         classification of a message based on registry entries; will
25683         return nil if both 'spam and 'ham are found.
25684         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25685         a reasonably fast local cache without the loading errors.
25686         (spam-cache-lookups): Set to t by default.
25687         (spam-find-spam): Don't try to guess spam-cache-lookups.
25688         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25689         spam-caches entry.
25690         (spam-filelist-build-cache, spam-filelist-check-cache):
25691         Fix caching of whitelist/blacklist entries.
25692         (spam-check-whitelist, spam-check-blacklist):
25693         Invoke spam-from-listed-p with a type, not a cache variable.
25694         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25695
25696 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25697
25698         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25699
25700         * nnmail.el (nnmail-split-fancy): do.
25701
25702         * mml.el (mml-parse): do.
25703
25704         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25705         (gnus-score-adaptive): do.
25706
25707 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25708
25709         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25710         (gnus-mime-button-map): Don't set keymap parent.
25711         (gnus-button-ctan-directory-regexp): Use shy grouping.
25712         (gnus-prev-page-map): Don't set keymap parent.
25713         (gnus-prev-page-map): Remove duplicated one.
25714         (gnus-next-page-map): Don't set keymap parent.
25715         (gnus-mime-security-button-map): Ditto.
25716
25717         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25718         version number.
25719
25720         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25721
25722 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25723
25724         * canlock.el (canlock-sha1-function): Remove.
25725         (canlock-sha1-function-for-verify): Remove.
25726         (canlock-openssl-program): Remove.
25727         (canlock-openssl-args): Remove.
25728         (canlock-ignore-errors): Remove.
25729         (canlock-sha1-with-openssl): Remove.
25730         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25731         (canlock-verify): Don't use canlock-ignore-errors.
25732
25733         * sha1-el.el (sha1-string-external): Make it can return a string
25734         in binary form.
25735         (sha1-region-external): Ditto.
25736         (sha1-string-internal): Ditto.
25737         (sha1-region-internal): Ditto.
25738         (sha1-region): Ditto.
25739         (sha1-string): Ditto.
25740         (sha1): Ditto.
25741
25742 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25743
25744         * spam.el (spam-report-articles-gmane): New command.
25745
25746 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25747
25748         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25749
25750         * run-at-time.el (run-at-time-saved): Remove.
25751         (run-at-time): Doc fix.
25752
25753 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25754
25755         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25756         (gnus-summary-limit-map): Add it.
25757         (gnus-summary-make-menu-bar): do.
25758
25759 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25760
25761         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25762         Make attempt at some caching support (done for BBDB only now).
25763         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25764         addresses to be checked.
25765         (spam-clear-cache-BBDB): Add function, to be invoked by
25766         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25767         (spam-check-BBDB): Check and use the caches, if
25768         spam-cache-lookups is on, remove superfluous (provide).
25769
25770 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25771
25772         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25773
25774 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25775
25776         * run-at-time.el (run-at-time-saved): Move to after the definition
25777         of `run-at-time'.
25778
25779         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25780
25781 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25782
25783         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25784         mm-w3m-local-map-property.
25785
25786         * mm-view.el (mm-w3m-mode-map): Remove.
25787         (mm-w3m-local-map-property): Remove.
25788         (mm-inline-text-html-render-with-w3m): Don't use
25789         mm-w3m-local-map-property.
25790
25791 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25792
25793         * run-at-time.el: New file.
25794
25795         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25796         under Emacs.
25797
25798         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25799         of gnus-set-text-properties.
25800
25801         * gnus-uu.el (gnus-uu-save-article): Ditto.
25802
25803         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25804
25805         * gnus-cite.el (gnus-cite-parse): Ditto.
25806
25807         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25808         of gnus-.
25809
25810         * gnus-xmas.el (run-at-time): Require run-at-time.
25811
25812         * gnus.el: Change calls to nnheader-run-at-time and
25813         password-run-at-time throughout to use run-at-time directly.
25814
25815         * password.el: Remove definition of run-at-time.
25816
25817         * nnheaderxm.el: Remove definition of run-at-time.
25818
25819 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25820
25821         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25822         in prompt.
25823
25824 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25825
25826         * messagexmas.el (message-xmas-redefine): Alias
25827         `message-make-caesar-translation-table' to
25828         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25829         version.
25830
25831         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25832         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25833         `gnus-xmas-set-text-properties'.
25834         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25835         `gnus-xmas-completing-read'.
25836         (gnus-xmas-completing-read): Removed.
25837         (gnus-xmas-open-network-stream): Removed.
25838
25839         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25840         XEmacs version.
25841
25842         * dns.el (dns-make-network-process): Use `open-network-stream'
25843         instead of `gnus-xmas-open-network-stream'.
25844
25845         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25846
25847         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25848
25849 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25850
25851         * gnus-art.el (gnus-mime-display-alternative)
25852         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25853         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25854         Don't use gnus-local-map-property.
25855
25856         * gnus-util.el (gnus-local-map-property): Remove.
25857
25858         * mm-view.el (mm-view-pkcs7-decrypt):
25859         Replace gnus-completing-read-maybe-default with completing-read.
25860
25861         * gnus-util.el (gnus-completing-read): do.
25862         (gnus-completing-read-maybe-default): Remove.
25863
25864 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25865
25866         * password.el: Only autoload `run-at-time' if not XEmacs.
25867         Only autoload the itimer functions if XEmacs.
25868
25869 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25870
25871         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25872         XEmacsen.
25873
25874         * dgnushack.el: Autoload executable-find for XEmacs.
25875
25876 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25877
25878         * gnus-art.el (gnus-read-string): Remove.
25879         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25880         read-string.
25881
25882 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25883
25884         * netrc.el: Autoload password-read.
25885         (netrc): Add configuration group.
25886         (netrc-encoding-method, netrc-openssl-path):
25887         Add variables for encoding and decoding of files with symmetric
25888         ciphers.
25889         (netrc-encode): Add assistant function to encode a file with
25890         netrc-encoding-method.
25891         (netrc-parse): Add interactive parameter, added optional
25892         decoding if netrc-encoding-method is non-nil but otherwise
25893         behavior is standard.
25894         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25895         Do s/encode/encrypt/ everywhere.
25896
25897         * spam.el: Remove executable-find autoload.
25898
25899 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25900
25901         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25902
25903         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25904
25905 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25906
25907         * gnus-art.el (gnus-treat-ansi-sequences)
25908         (article-treat-ansi-sequences): New variable and function.
25909         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25910
25911         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25912         Use it.
25913
25914 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25915
25916         * mm-util.el (mm-quote-arg): Remove.
25917
25918         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25919         shell-quote-argument.
25920
25921         * gnus-uu.el (gnus-uu-command): do.
25922
25923         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25924
25925         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25926         with make-char.
25927
25928         * mm-util.el (mm-make-char): Remove.
25929
25930         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25931         add-minor-mode.
25932
25933         * gnus-undo.el (gnus-undo-mode): do.
25934
25935         * gnus-topic.el (gnus-topic-mode): do.
25936
25937         * gnus-sum.el (gnus-dead-summary-mode): do.
25938
25939         * gnus-start.el (gnus-slave-mode): do.
25940
25941         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25942
25943         * gnus-ml.el (gnus-mailing-list-mode): do.
25944
25945         * gnus-gl.el (gnus-grouplens-mode): do.
25946
25947         * gnus-draft.el (gnus-draft-mode): do.
25948
25949         * gnus-dired.el (gnus-dired-mode): do.
25950
25951         * gnus-ems.el (gnus-add-minor-mode): Remove.
25952
25953         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25954         Replace gnus-char-width with char-width.
25955
25956         * gnus-ems.el (gnus-char-width): Remove.
25957
25958         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25959         Replace gnus-char-width with char-width.
25960
25961         * gnus-ems.el (gnus-char-width): Remove.
25962
25963         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25964         definition.
25965         Remove Emacs 20 hash table compatibility code.
25966
25967         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25968         20 compatibility code.
25969
25970         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25971
25972         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25973
25974         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25975         Replace with point-at-{eol,bol}.
25976
25977         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25978
25979         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25980
25981         * flow-fill.el (fill-flowed-point-at-bol)
25982         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25983
25984         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25985         Replace with point-at-{eol,bol} throughout all files.
25986
25987 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25988
25989         * ntlm.el (ntlm-string-as-unibyte): New macro.
25990         (ntlm-build-auth-response): Use it.
25991
25992         Remove Emacs 20 stuff:
25993         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25994         (butlast, mapc, remove): Remove the compiler macros.
25995         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25996         of delq and copy-sequence.
25997         * gnus-art.el (popup-menu): Remove the compiler macro.
25998         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25999         Emacs 20.
26000
26001 2004-01-05  Simon Josefsson  <jas@extundo.com>
26002
26003         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26004         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26005         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26006         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26007         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26008         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26009         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26010         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26011         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26012         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26013         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26014         string-xor into ntlm-string-xor.
26015         Suggested by Jesper Harder <harder@myrealbox.com>.
26016
26017         * ntlm.el: Don't include poem.
26018
26019         * md4.el (print-int32, print-string-hexa): Remove.
26020         Suggested by Jesper Harder <harder@myrealbox.com>.
26021
26022         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26023
26024         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26025         probably breaks emacs with DL patch, but do we care? Is anyone
26026         still using the DL stuff?)
26027
26028         * sieve-manage.el: Use the password package.
26029         (sieve-manage-read-passwd): Remove.
26030         (sieve-manage-interactive-login): Use password.  Re-add
26031         condition-case around loop.
26032
26033         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26034         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26035         Use the password package.
26036
26037 2003-02-19  Simon Josefsson  <jas@extundo.com>
26038
26039         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26040         token.
26041
26042 2002-08-07  Simon Josefsson  <jas@extundo.com>
26043
26044         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26045         (sieve-manage-authenticators):
26046         (sieve-manage-authenticator-alist): Add some SASL mechs.
26047         (sieve-sasl-auth): New function.
26048         (sieve-manage-cram-md5-auth):
26049         (sieve-manage-plain-auth): Rewrite using SASL library.
26050         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26051         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26052         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26053         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26054
26055 2004-01-05  Simon Josefsson  <jas@extundo.com>
26056
26057         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26058         New files.
26059
26060 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26061
26062         * gnus-group.el (gnus-no-groups-message): Update.
26063
26064         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26065
26066 2003-11-09  Simon Josefsson  <jas@extundo.com>
26067
26068         * imap.el: Support for ID IMAP extension (RFC 2971).
26069         (imap-local-variables): Add imap-id.
26070         (imap-id): New variable.
26071         (imap-id): New function.
26072         (imap-parse-response): Parse untagged ID response.
26073         * nnimap.el (nnimap-id): New variable.
26074         (nnimap-open-connection): Use it.
26075
26076 2003-12-28  Simon Josefsson  <jas@extundo.com>
26077
26078         * gnus-score.el (gnus-score-edit-all-score): New.
26079         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26080
26081 2004-01-04  Simon Josefsson  <jas@extundo.com>
26082
26083         * password.el: Add.
26084
26085 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26086
26087         * dns.el (dns-query-types): Fix typo.
26088         (dns-query-types): New function.
26089         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26090         PTR and SOA replies, see RFC 1035.
26091
26092 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26093
26094         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26095
26096         * Move to Changelog.2.
26097
26098 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26099
26100         * gnus.el (gnus-version-number): Bump version.
26101
26102 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26103
26104         * gnus.el: No Gnus v0.1 is released.
26105
26106 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26107
26108         * gnus.el: No Gnus v0.0 is released.
26109
26110 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26111
26112         * gnus.el (gnus-version-number): Bump.
26113         (gnus-version): No.
26114
26115 See ChangeLog.2 for earlier changes.
26116
26117   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26118
26119   This file is part of GNU Emacs.
26120
26121   GNU Emacs is free software: you can redistribute it and/or modify
26122   it under the terms of the GNU General Public License as published by
26123   the Free Software Foundation, either version 3 of the License, or
26124   (at your option) any later version.
26125
26126   GNU Emacs is distributed in the hope that it will be useful,
26127   but WITHOUT ANY WARRANTY; without even the implied warranty of
26128   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26129   GNU General Public License for more details.
26130
26131   You should have received a copy of the GNU General Public License
26132   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26133
26134 ;; Local Variables:
26135 ;; coding: utf-8
26136 ;; fill-column: 79
26137 ;; add-log-time-zone-rule: t
26138 ;; End: