Show title attribute of span elements as mouse over text.
[gnus] / lisp / ChangeLog
1 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2
3         * shr.el (shr-tag-span): New function.
4
5 2013-05-18  Glenn Morris  <rgm@gnu.org>
6
7         * message.el (message-mode): Use message-mode-abbrev-table,
8         with text-mode-abbrev-table as parent.  (Bug#14413)
9
10 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * message.el (message-expand-group): Decode group names.
13
14 2013-05-16  Julien Danjou  <julien@danjou.info>
15
16         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
17         app-icon.
18
19 2013-05-15  Glenn Morris  <rgm@gnu.org>
20
21         * shr-color.el (shr-color-visible-luminance-min)
22         (shr-color-visible-distance-min): Use shr-color group.
23
24 2013-05-11  Glenn Morris  <rgm@gnu.org>
25
26         * gnus-vm.el: Make it loadable without VM.
27         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
28         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
29
30 2013-05-09  Glenn Morris  <rgm@gnu.org>
31
32         * mml1991.el: Make it loadable.  (Bug#13456)
33
34         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
35         * gnus-async.el (gnus-async-post-fetch-function):
36         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
37         * gnus-html.el (gnus-html-image-cache-ttl):
38         * gnus-notifications.el (gnus-notifications-timeout):
39         * gnus-picon.el (gnus-picon-properties):
40         * gnus-util.el (gnus-completion-styles):
41         * gnus.el (gnus-other-frame-resume-function):
42         * message.el (message-user-organization-file)
43         (message-cite-reply-position):
44         * nnir.el (nnir-summary-line-format)
45         (nnir-retrieve-headers-override-function):
46         * shr-color.el (shr-color-visible-luminance-min):
47         * shr.el (shr-blocked-images):
48         * spam-report.el (spam-report-resend-to):
49         * spam.el (spam-summary-exit-behavior): Fix custom types.
50
51         * gnus-salt.el (gnus-selected-tree-face): Fix default.
52
53 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
56         because of let-binding help-xref-following.  (Bug#14356)
57
58 2013-05-06  Glenn Morris  <rgm@gnu.org>
59
60         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
61
62 2013-05-04  Andrew Cohen  <cohen@bu.edu>
63
64         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
65         entering into the registry.
66
67 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
68
69         * gnus.el: Ma Gnus v0.7 is released.
70
71 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
74         (Bug#14304)
75
76 2013-04-27  Glenn Morris  <rgm@gnu.org>
77
78         * gnus.el (gnus-list-debbugs):
79         Use require rather than autoload.  (Bug#14262)
80
81 2013-04-27  Julien Danjou  <julien@danjou.info>
82
83         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
84         port to "sieve" now that it has an official IANA port assigned.
85
86 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
89         Don't set the MAILHOST environment variable permanently (Bug#14271).
90
91 2013-04-26  Glenn Morris  <rgm@gnu.org>
92
93         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
94
95 2013-04-25  Andrew Cohen  <cohen@bu.edu>
96
97         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
98         string values of 'gcc-self. Thanks to Saroj Thirumalai.
99
100 2013-04-24  Andrew Cohen  <cohen@bu.edu>
101
102         * nnir.el (nnir-close-group): Make sure we are in the right group.
103
104         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
105         dependency table from all newly retrieved headers.
106
107 2013-04-16  David Edmondson  <dme@dme.org>
108
109         Support <img src="data:...">.
110
111         * shr.el (shr-image-from-data): New function.
112         (shr-tag-img): Use it.
113
114 2013-04-14  Andrew Cohen  <cohen@bu.edu>
115
116         * nnir.el (nnir-request-set-mark): Make sure we are in the right
117         group.
118
119 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
122         corresponding to any existing group (Bug#14166).
123
124 2013-04-10  Andrew Cohen  <cohen@bu.edu>
125
126         * nnir.el (number-sequence): No longer used.
127         (nnir-request-set-mark): New function.
128         (nnir-request-update-info): Improve marks updating.
129         (nnir-request-scan): Don't duplicate marks updating.
130         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
131         Use 'assq rather than 'assoc. Quote anonymous function.
132         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
133         Use 'gnus-group-prefixed-p.
134         (gnus-summary-create-nnir-group): Make sure server for method is open.
135
136 2013-04-04  Andrew Cohen  <cohen@bu.edu>
137
138         * nnir.el (gnus-nnir-group-p): New function.
139         (nnir-possibly-change-group): Use it.
140
141         * gnus-msg.el (gnus-setup-message): Use it.
142
143 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * mml.el (mml-minibuffer-read-description): Use `default' insted of
146         `initial-input' for the argument name.
147         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
148
149 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
150
151         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
152         (used by MH-E).
153
154 2013-04-01  Andrew Cohen  <cohen@bu.edu>
155
156         * nnir.el (nnir-request-update-mark): Improve mark updating in original
157         group.
158
159         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
160         fix compilation.
161
162 2013-03-31  Andrew Cohen  <cohen@bu.edu>
163
164         * nnir.el (nnir-method-default-engines): And another typo.
165
166 2013-03-30  Andrew Cohen  <cohen@bu.edu>
167
168         * nnir.el (nnir-method-default-engines): Fix typo.
169
170 2013-03-29  Andrew Cohen  <cohen@bu.edu>
171
172         * nnir.el: Define 'number-sequence for xemacs.
173         (gnus-summary-create-nnir-group): New function to create an nnir group
174         from an nnir summary buffer based on the current query.
175         (nnir-request-create-group): Update to allow nnir group creation based
176         on the current query.
177
178 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * nndraft.el (nndraft-request-expire-articles):
181         Make expiry target always `delete'.
182
183 2013-03-27  Andrew Cohen  <cohen@bu.edu>
184
185         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
186         buffer use the posting-style and gcc of the original article group.
187         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
188
189         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
190         after other deffoos.
191
192 2013-03-25  Andrew Cohen  <cohen@bu.edu>
193
194         * nnir.el: Major rewrite. Cleaner separation between searches and group
195         management. Marks are now shown in nnir summary buffers. Rudimentary
196         support for real (i.e. not ephemeral) nnir groups.
197         (gnus-summary-make-nnir-group): New function for initiating searches
198         from a summary buffer.
199
200 2013-03-18  Sam Steingold  <sds@gnu.org>
201
202         * message.el (message-bury): Minor cleanup.
203
204 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
205
206         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
207
208 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * nndir.el (nndir-request-list): Remove 2nd argument passed to
211         nnml-request-list.  (Bug#13873)
212         (nndir-request-newsgroups): Remove, unused.
213
214         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
215
216 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
217
218         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
219         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
220         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
221
222 2013-03-03  Ted Phelps  <phelps@gnusto.com>
223
224         * shr.el: Make all the overlays set the `evaporate' property so that
225         they're removed properly.
226
227 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
228
229         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
230         shell-quote-argument.
231
232 2013-02-22  David Engster  <deng@randomsample.de>
233
234         * gnus-registry.el (gnus-registry-save): Provide class name when
235         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
236         `condition-case' to stay compatible with older EIEIO versions which
237         only accept one argument.
238
239 2013-02-17  Daiki Ueno  <ueno@gnu.org>
240
241         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
242         (epg-user-id-validity): Autoload.
243         (mml2015-epg-check-user-id): New function.
244         (mml2015-epg-check-sub-key): New function split from
245         mml2015-epg-find-usable-key.
246         (mml2015-epg-find-usable-key): Accept context, name, usage, and
247         optional name-is-key-id, to handle the case when user-id is unusable.
248         Reported by Łukasz Stelmach <stlman@poczta.fm>.
249
250 2013-02-17  Glenn Morris  <rgm@gnu.org>
251
252         * shr.el (shr-put-image): Use image-multi-frame-p if available.
253
254 2013-02-16  Glenn Morris  <rgm@gnu.org>
255
256         * shr.el (shr-put-image): Only animate images that specify a delay.
257         This is consistent with the old image-animated-p behavior.
258
259 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
262         for XEmacs.
263
264 2013-02-13  Juri Linkov  <juri@jurta.org>
265
266         * gnus-art.el (gnus-article-mode-map):
267         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
268         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
269
270 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
271
272         * auth-source.el (auth-source-format-prompt): Don't get confused by
273         any "\" in replacement text.  (Bug#13637)
274
275 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
276
277         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
278         (gnus-backend-trace): Honour gnus-backend-trace.
279
280         * mml.el (mml-insert-part): Insert closing tag.
281
282         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
283
284 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
287         able to find the article, which can happen in debbugs groups,
288         apparently.
289
290 2013-01-16  Glenn Morris  <rgm@gnu.org>
291
292         * smiley.el (smiley-style): Make the file loadable in batch mode.
293
294 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
295
296         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
297         imap process running.
298
299 2013-01-14  Julien Danjou  <julien@danjou.info>
300
301         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
302         Compare addresses against addresses, not against the full From field.
303
304 2013-01-13  Richard Stallman  <rms@gnu.org>
305
306         * message.el (message-forward-make-body-mime): New args BEG, END
307         specify what part of FORWARD-BUFFER to use.  Do the work directly
308         instead of calling `mml-insert-buffer'.
309
310 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
311
312         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
313         cross-reference(s).
314
315         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
316         cross-reference(s).
317
318 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
319
320         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
321         and point-max-marker.
322         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
323
324 2013-01-11  Julien Danjou  <julien@danjou.info>
325
326         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
327         max are almost equal. Also return the correct value for V which is
328         already between 0 and 1.
329
330 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
331
332         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
333         to mml2015-encrypt-to-self.
334         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
335
336 2013-01-09  Daiki Ueno  <ueno@gnu.org>
337
338         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
339         mml-smime-epg-find-usable-secret-key.
340
341 2013-01-08  Glenn Morris  <rgm@gnu.org>
342
343         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
344
345 2013-01-07  Daiki Ueno  <ueno@gnu.org>
346
347         * mml-smime.el: Support signing by sender.
348         Requested by Uwe Brauer.
349         (mml-smime-sign-with-sender): New user option analogous
350         to mml2015-sign-with-sender.
351         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
352         (mml-smime-epg-find-usable-secret-key): New helper function copied from
353         mml2015.el.
354
355 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
358         isn't running, because Gnus will probably not know how to handle the
359         Gcc header (bug#11941).
360
361         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
362         articles.
363
364 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * nnfolder.el (nnfolder-recursive-directory-files): New function.
367         (nnfolder-generate-active-file): Make this function work with recursive
368         folder names.
369
370 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
371
372         * nntp.el (nntp-open-connection): Use HELP as the capability command
373         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
374         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
375
376 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
377
378         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
379         place holder since this gives `Invalid face reference: nil' messages.
380         Use the `default' face instead.  It has the same effect here, even
381         though it is not no-op.
382
383         * gnus-util.el
384         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
385
386 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
389         non-string posting styles (bug#13285).
390
391 2012-12-27  Glenn Morris  <rgm@gnu.org>
392
393         * plstore.el (plstore-passphrase-callback-function):
394         Use plstore-get-file.
395
396 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
397
398         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
399         stderr.
400
401 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
404
405         * gnus-compat.el (set-buffer-multibyte): Remove.
406
407 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
408
409         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
410         temporary file to get PGP key image. Pass no-show-photos when extracting
411         image to avoid having it pop up twice.
412
413 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
416         eligible for treatment.
417
418         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
419         lines.  This makes summary commands with hidden threads work more
420         reliably.
421
422         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
423         button to mark the hidden citations (bug#9395).
424
425 2012-12-26  Daiki Ueno  <ueno@gnu.org>
426
427         * mml2015.el (mml2015-epg-signature-to-string): New function.
428         (mml2015-epg-verify-result-to-string): New function.
429         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
430         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
431         instead of epg-verify-result-to-string.
432         (epg-signature-key-id, epg-signature-to-string): Autoload.
433         (epg-verify-result-to-string): Remove autoload.
434
435 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
436
437         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
438         ID image from GPG public key.
439         (mml2015-epg-key-image-to-string): New function.
440
441 2012-12-25  Leo Liu  <sdl.web@gmail.com>
442
443         * plstore.el (plstore-passphrase-callback-function): Fix error when
444         error when plstore-cache-passphrase-for-symmetric-encryption is set
445         (bug#13264).
446
447 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
448
449         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
450         buffer to the article buffer here, because that clobbers multiple
451         article buffers.
452
453         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
454         buffer always points to the right summary buffer.
455
456 2012-12-25  John Wiegley  <jwiegley@gmail.com>
457
458         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
459         the password (bug#12097).
460
461 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
462
463         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
464         (bug#13263).
465
466         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
467         buffer exists before using it (bug#12475).
468
469         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
470         offline groups (bug#11937).
471
472         * message.el (message-yank-original): When using customize to set the
473         value of `message-cite-style', the variable it set to a symbol that's
474         the name of the variable, which must then be dereferenced (bug#12616).
475
476 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
477
478         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
479         the `face' property with a list whose car is the face specified in the
480         format string and whose cdr is (nil).
481         * lisp/gnus-util.el
482         (gnus-put-text-property-excluding-characters-with-faces):
483         Change accordingly.
484         (gnus-get-text-property-excluding-characters-with-faces): New function.
485         * lisp/gnus-sum.el (gnus-summary-highlight-line):
486         * lisp/gnus-salt.el (gnus-tree-highlight-node):
487         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
488
489 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
490
491         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
492         login methods.
493         (nnimap-login): Respect the `nnimap-authenticator' variable.
494
495         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
496         mark state when moving articles.  Otherwise unticked articles will get
497         their ticks back after moving.
498
499 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
502
503         * message.el (message-ignored-news-headers): Always remove
504         X-Message-SMTP-Method to avoid information leakage if the user
505         mistakenly inserts the header into news messages.
506
507         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
508
509         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
510         right than four characters, this command would move point to
511         `point-max'.  Don't do that.
512
513         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
514         to nil to allow re-selecting groups that gain articles.
515         (gnus-bug-group-download-format-alist): Update the URL.
516
517 2012-12-23  Andreas Schwab  <schwab@suse.de>
518
519         * shr.el (shr-tag-em): Render em as italic, not bold.
520
521 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-int.el (gnus-backend-trace): Factor out into its own function
524         for reuse.
525         (gnus-open-server): Use it to add more tracing.
526         (gnus-finish-retrieve-group-infos): Add backend tracing.
527         (gnus-backend-trace): Also note the elapsed seconds.
528
529 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
530
531         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
532         Set epa-file-encrypt-to from variable to avoid querying.
533
534 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
535
536         * sieve-mode.el (sieve-font-lock-keywords):
537         Keywords should be word delimited.  (Bug#13173)
538
539 2012-12-13  Andreas Schwab  <schwab@suse.de>
540
541         * tls.el (tls-program): Update customize type.
542
543 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
546         instead of <pre> to align message header.
547
548 2012-12-12  Sam Steingold  <sds@gnu.org>
549
550         * gnus.el (gnus-other-frame-resume-function): Add user option.
551         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
552
553 2012-12-06  Sam Steingold  <sds@gnu.org>
554
555         * gnus-start.el (gnus-before-resume-hook): Add.
556         (gnus-1): Run it when Gnus is alive.
557
558 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
561         * gnus-art.el (article-unsplit-urls)
562         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
563         * gnus-registry.el (gnus-registry-get-article-marks)
564         * message.el (message-goto-body): Use it.
565         (message-called-interactively-p): Remove.
566
567         * spam-stat.el (spam-stat-called-interactively-p): New macro.
568         (spam-stat-score-buffer): Use it.
569
570         * spam.el: Silence the warnings against BBDB functions when compiling.
571
572         * gnus-score.el (gnus-score-decode-text-parts):
573         Use append+mapcar instead of the cl function mapcan.
574
575 2012-12-05  Sam Steingold  <sds@gnu.org>
576
577         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
578         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
579         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
580
581 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * gmm-utils.el (gmm-called-interactively-p): Revert.
584         This seems to cause Emacs to get stuck!
585         * gnus-art.el (article-unsplit-urls)
586         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
587         * gnus-registry.el (gnus-registry-get-article-marks)
588         * message.el (message-goto-body)
589         (message-called-interactively-p): Revert.
590
591         * gmm-utils.el (gmm-called-interactively-p): New function.
592         * gnus-art.el (article-unsplit-urls)
593         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
594         * gnus-registry.el (gnus-registry-get-article-marks)
595         * message.el (message-goto-body): Use it.
596         (message-called-interactively-p): Remove.
597
598         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
599         * gnus-sync.el (gnus-sync-lesync-call)
600         * message.el (message-read-from-minibuffer): Use it.
601
602 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * gmm-utils.el (gmm-flet): Remove.
605         * gnus-sync.el (gnus-sync-lesync-call)
606         * message.el (message-read-from-minibuffer): Don't use it.
607
608 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gmm-utils.el (gmm-labels): Use cl-labels if available.
611
612 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
615
616         * gnus-sync.el (gnus-sync-lesync-call)
617         * message.el (message-read-from-minibuffer): Use gmm-flet.
618
619         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
620
621         * gnus-util.el (gnus-macroexpand-all): Remove.
622
623 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
624
625         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
626         to TAB, not [tab].
627         (gnus-summary-article-map): Likewise.
628
629         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
630         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
631
632 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
633
634         * time-date.el: Commentary fix.
635
636 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
637
638         * color.el: Don't require cl.
639         (color-complement): `caddr' -> `nth 2'.
640
641         * time-date.el (time-to-seconds): De-obsolete.
642
643 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * message.el (message-get-reply-headers):
646         Make sure the reply goes to the author if it is a wide reply.
647
648 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
649
650         * gnus-score.el (gnus-score-body):
651         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
652         scoring by body.
653
654 2012-11-16  Glenn Morris  <rgm@gnu.org>
655
656         * gnus-diary.el (nndiary-request-create-group-functions)
657         (nndiary-request-update-info-functions)
658         (gnus-subscribe-newsgroup-functions)
659         (nndiary-request-accept-article-functions):
660         Use new names for hooks rather than obsolete aliases.
661
662 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * dgnushack.el (define-obsolete-variable-alias): Simplify.
665
666 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
669         in meta tag with the one the part specifies in its header.
670
671 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
672
673         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
674         by default.
675
676 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
679         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
680
681 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
684         and a runtime function for it, of which the XEmacs version takes only
685         two arguments.
686
687 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
688
689         * nndiary.el (nndiary-request-create-group-functions)
690         (nndiary-request-update-info-functions)
691         (nndiary-request-accept-article-functions):
692         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
693         "-hooks" suffix.
694
695 2012-10-19  Julien Danjou  <julien@danjou.info>
696
697         * gnus-art.el: Require gnus-util because it uses
698         `gnus-timer--function'.
699
700 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
701
702         * starttls.el (starttls-extra-arguments): Doc fix.
703
704 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
707         it.
708
709 2012-10-06  Glenn Morris  <rgm@gnu.org>
710
711         * gnus-notifications.el (gnus-notifications):
712         Add missing group :version tag.
713         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
714         (gnus-gcc-post-body-encode-hook):
715         * gnus-sync.el (gnus-sync-lesync-name)
716         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
717
718 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
719
720         * color.el (color-hsl-to-rgb): Fix incorrect results for
721         small and large hue values.  (Bug#12559)
722
723 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         New UIDL implementation.
726
727         * mail-source.el (mail-sources, mail-source-keyword-map):
728         Add :leave as a pop3 keyword.
729         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
730
731         * pop3.el (pop3-leave-mail-on-server): Allow number.
732         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
733         (pop3-movemail): Add UIDL support.
734         (pop3-send-streaming-command): Take a list of mail numbers instead of
735         the number of mails.
736         (pop3-write-to-file): Add X-UIDL header.
737         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
738         (pop3-uidl-add-xheader): New functions.
739
740         * message.el (message-ignored-resent-headers):
741         Add X-Content-Length and X-UIDL headers.
742
743 2012-10-05  Glenn Morris  <rgm@gnu.org>
744
745         * color.el (color-name-to-rgb, color-rgb-to-hex)
746         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
747         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
748         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
749         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
750
751 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
754         a user about whether to delete temp files if once a user answered as n.
755
756 2012-09-25  Chong Yidong  <cyd@gnu.org>
757
758         * password-cache.el (password-read-and-add): Use a declare form to mark
759         this function obsolete.
760
761 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * lpath.el: Bind mail-encode-mml for old Emacsen.
764
765 2012-09-17  Richard Stallman  <rms@gnu.org>
766
767         * message.el (message-in-body-p): Don't set mark or modify buffer.
768
769         * mml.el (mml-attach-file): Doc fix.
770         (mml-attach-external, mml-attach-buffer, mml-attach-file):
771         Set mail-encode-mml when in Mail mode.
772         Simplify code to set HEAD and move back to HEAD.
773         (mml-insert-multipart, mml-insert-part):
774         Set mail-encode-mml when in Mail mode.
775
776 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus-util.el (gnus-timer--function): New function.
779
780         * gnus-art.el (gnus-article-stop-animations): Use it.
781
782 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
783
784         Fix glitches caused by addition of psec to timers.
785         * gnus-art.el (gnus-article-stop-animations): Use timer--function
786         rather than raw access to timer vector.
787
788 2012-09-11  Julien Danjou  <julien@danjou.info>
789
790         * gnus-notifications.el (gnus-notifications): Check for nil values in
791         ignored addresses check.
792
793 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
794
795         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
796
797 2012-09-07  Chong Yidong  <cyd@gnu.org>
798
799         * gnus-util.el
800         (gnus-put-text-property-excluding-characters-with-faces): Restore.
801
802         * gnus-salt.el (gnus-tree-highlight-node):
803         * gnus-sum.el (gnus-summary-highlight-line):
804         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
805
806 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-util.el: Fix compilation error on XEmacs 21.4.
809
810 2012-09-06  Juri Linkov  <juri@jurta.org>
811
812         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
813         scheme for buffer names to be more consistent with other group and
814         article buffer names in Gnus.
815
816 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-util.el
819         (gnus-put-text-property-excluding-characters-with-faces): Removed.
820
821         * gnus-compat.el: Define compat function `add-face' from Wolfgang
822         Jenkner.
823
824         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
825
826         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
827
828         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
829
830 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
833         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
834
835         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
836         string-prefix-p in Emacs >=23.2.
837
838         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
839         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
840         instead of string-match-p.
841         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
842
843 2012-09-06  Kenichi Handa  <handa@gnu.org>
844
845         * qp.el (quoted-printable-decode-region): Fix previous change; handle
846         lowercase a..f.
847
848 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
849
850         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
851
852 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
853
854         * nnimap.el (nnimap-request-move-article): Decode the group name when
855         doing internal moves to avoid charset issues.
856
857         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
858         TIME is set.
859
860 2012-09-05  Juri Linkov  <juri@jurta.org>
861
862         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
863         than one group at a time (bug#11961).
864
865 2012-09-05  Julien Danjou  <julien@danjou.info>
866
867         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
868         this hide the real reason with a message giving absolutely no hint.
869
870 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
873         to the backend (bug#11804).
874
875         * message.el (message-insert-newsgroups): Don't insert newsgroup
876         duplicates (bug#12275).
877
878 2012-09-05  John Wiegley  <johnw@newartisans.com>
879
880         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
881         sieve rules.
882
883 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
884
885         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
886         function.
887
888         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
889
890         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
891
892 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
893
894         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
895         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
896         This should make nnmaildir more usable with offlineimap.
897
898 2012-09-05  Julien Danjou  <julien@danjou.info>
899
900         * nnimap.el (nnimap-request-list): Revert change that made listing
901         synchronous.
902         (nnimap-get-responses): Restore.
903
904 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
905
906         * dgnushack.el: XEmacs 21.5 compilation fix.
907
908         * gnus-notifications.el (gnus-notifications-notify): Use it.
909
910         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
911         warnings on XEmacs.
912
913 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
914
915         Better seeds for (random).
916         * gnus-sync.el (gnus-sync-lesync-setup):
917         * message.el (message-canlock-generate, message-unique-id):
918         Change (random t) to (random), now that the latter is more random.
919
920 2012-08-31  Dave Abrahams  <dave@boostpro.com>
921
922         * nnimap.el (nnimap-change-group): Document result value
923
924         * auth-source.el (auth-sources): Fix macos keychain access.
925
926         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
927         allow the backend `request-head' function to determine the group
928         name on its own.
929         (gnus-request-expire-articles): Filter out negative article numbers
930         during expiry (Bug#11980).
931
932         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
933         O(N^2) to O(N).  This makes warping into huge groups tolerable.
934
935         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
936         you've found the article when you haven't.
937
938         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
939         that nnimap-change-group can return t.
940
941 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
942
943         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
944
945 2012-08-30  Julien Danjou  <julien@danjou.info>
946
947         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
948         `gnus-notifications-timeout'.
949         (gnus-notifications-timeout): Add.
950         (gnus-notifications-action): New function.
951         (gnus-notifications-notify): Add :action using
952         `gnus-notifications-action'.
953         (gnus-notifications-id-to-msg): New variable.
954         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
955         notifications id to messages.
956
957 2012-08-30  Kenichi Handa  <handa@gnu.org>
958
959         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
960         once.
961
962 2012-08-29  Julien Danjou  <julien@danjou.info>
963
964         * gnus-notifications.el: New file.
965         (gnus-notifications-notify): New function.
966         (gnus-notifications): Use `gnus-notifications-notify'.
967
968 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
971         transfer encoding first; bind gnus-newsgroup-charset to the charset
972         that the article specifies (Bug#12209).
973
974 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
977         (gnus-group-customize-done): Encode values posting-style holds.
978
979         * gnus-msg.el (gnus-summary-resend-message)
980         (gnus-configure-posting-styles): Decode values posting-style group
981         parameter holds.
982
983 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
986         `name' and `address' in Resent-From header.
987
988 2012-08-14  Chong Yidong  <cyd@gnu.org>
989
990         * gnus-art.el (article-display-face): Handle failure in
991         gnus-create-image (Bug#11802).
992
993 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
994
995         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
996         Use defsetf.
997
998 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
999
1000         * auth-source.el: (auth-source-plstore-search)
1001         (auth-source-secrets-search): Ignore :require and :type in search spec.
1002
1003 2012-08-06  Julien Danjou  <julien@danjou.info>
1004
1005         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1006         `nnimap-request-move-article'.
1007
1008         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1009         Remove autoload, already handled by gnus.el.
1010
1011         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1012
1013         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1014         supported by nnimap actually. Reverts previous change.
1015
1016         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1017         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1018         to-buffer argument that is already supported.
1019
1020 2012-08-05  Julien Danjou  <julien@danjou.info>
1021
1022         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1023         Add autoload.
1024
1025 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus.el (gnus-valid-select-methods): Fix custom type.
1028
1029 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1030
1031         * auth-source.el (auth-sources, auth-source-backend-parse)
1032         (auth-source-macos-keychain-search)
1033         (auth-source-macos-keychain-search-items)
1034         (auth-source-macos-keychain-result-append)
1035         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1036         auth-source.el through the /usr/bin/security utility.
1037         (auth-sources): Fix syntax error.
1038         (auth-source-macos-keychain-result-append): Fix variable name.
1039         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1040
1041 2012-07-27  Julien Danjou  <julien@danjou.info>
1042
1043         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1044         Emacs < 24.1
1045
1046 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * message.el (message-kill-address): Don't kill last newline.
1049         (message-skip-to-next-address): Don't move to the next header.
1050         (message-fill-field-address): Work properly.
1051
1052 2012-07-25  Julien Danjou  <julien@danjou.info>
1053
1054         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1055
1056 2012-07-24  Julien Danjou  <julien@danjou.info>
1057
1058         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1059
1060         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1061         (nntp-async-timer-handler): Remove, unused.
1062
1063         * nnimap.el (nnimap-get-responses): Remove, unused.
1064
1065         * nnheader.el (mail-header-set-extra): Remove, unused.
1066
1067         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1068         unused.
1069
1070         * mm-view.el (mm-view-sound-file): Remove, unused.
1071
1072         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1073         (mm-url-encode-multipart-form-data): Remove, unused.
1074
1075         * message.el (message-remove-signature, message-make-host-name)
1076         (message-fill-address): Remove, unused.
1077
1078         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1079         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1080         unused.
1081
1082         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1083         (gnus-xmas-call-region): Remove, unused.
1084
1085         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1086
1087         * gnus-util.el (gnus-extract-address-component-name)
1088         (gnus-extract-address-component-email, gnus-sortable-date)
1089         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1090         (gnus-process-live-p): Remove, unused.
1091
1092         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1093
1094         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1095         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1096         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1097         function.
1098
1099         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1100
1101         * gnus-score.el (gnus-summary-score-crossposting)
1102         (gnus-score-regexp-bad-p): Remove, unused.
1103
1104         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1105
1106         * gnus-range.el (gnus-sublist-p): Remove, unused.
1107
1108         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1109         unused.
1110
1111         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1112
1113         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1114         (gnus-request-associate-buffer): Remove, unused.
1115
1116         * gnus-group.el (gnus-group-set-method-info)
1117         (gnus-group-set-params-info): Remove, unused.
1118
1119         * gnus-fun.el (gnus-shell-command-to-string)
1120         (gnus-shell-command-on-region): Remove, unused.
1121
1122         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1123
1124         * gnus-art.el (gnus-article-text-type-exists-p)
1125         (article-translate-characters, gnus-article-hide-text-of-type)
1126         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1127         Remove, unused.
1128
1129 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1130
1131         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1132
1133 2012-07-21  Julien Danjou  <julien@danjou.info>
1134
1135         * message.el (message-dont-reply-to-names): Replace deprecated
1136         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1137         (message-get-reply-headers): Ditto.
1138
1139 2012-07-18  Julien Danjou  <julien@danjou.info>
1140
1141         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1142         `sieve-upload-and-kill'.
1143
1144         * sieve.el (sieve-bury-buffer): Remove function.
1145         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1146         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1147
1148 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1149
1150         * shr.el (shr-expand-url): Handle URL starting with `//'.
1151
1152 2012-07-13  Chong Yidong  <cyd@gnu.org>
1153
1154         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1155         instead of calling toggle-read-only with a (bogus) argument.
1156
1157 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1158
1159         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1160         of initial input when reading the author to restrict the summary to.
1161
1162 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * mm-decode.el (mm-shr):
1165         Allow overriding charset by mm-charset-override-alist.
1166
1167 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-art.el (gnus-article-view-part):
1170         Toggle subparts of multipart/alternative part.
1171
1172 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1173
1174         * shr.el (shr-render-buffer): New command.
1175         (shr-visit-file): Use it.
1176
1177 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1180         Set no-byte-compile and no-update-autoloads.
1181
1182 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1185
1186 2012-06-25  Julien Danjou  <julien@danjou.info>
1187
1188         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1189         `nnimap-request-move-articles-find-limit' since we do not use it only
1190         for move operations.
1191         (nnimap-request-accept-article): Use
1192         `nnimap-request-articles-find-limit' to limit search by message-id.
1193
1194 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1195
1196         Support higher-resolution time stamps (Bug#9000).
1197
1198         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1199         VARLIST.  It's optional, for backward compatibility.
1200         (encode-time-value): New optional arg PICO.  New type 3.
1201         (time-to-seconds) [!float-time]: Support the new picoseconds
1202         component if it's used.
1203         (seconds-to-time, time-subtract, time-add):
1204         Support ps-resolution time stamps as well.
1205
1206 2012-06-19  Julien Danjou  <julien@danjou.info>
1207
1208         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1209
1210         * nnimap.el (nnimap-log-buffer): Check that
1211         `window-point-insertion-type' is boundp, since it's not available in
1212         XEmacs.
1213
1214 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1215
1216         * nnimap.el (nnimap-log-buffer): Add this, setting
1217         `window-point-insertion-type' in the buffer to t.
1218         (nnimap-log-command): Use nnimap-log-buffer.
1219
1220 2012-06-19  Julien Danjou  <julien@danjou.info>
1221
1222         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1223         argument to be able to limit the search.
1224         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1225         (nnimap-request-move-articles-find-limit): Add this to limit the search
1226         by Message-Id after a message move.
1227         (nnimap): Add defgroup.
1228
1229 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1230
1231         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1232
1233 2012-06-15  Julien Danjou  <julien@danjou.info>
1234
1235         * nnimap.el (nnimap-find-article-by-message-id): Use
1236         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1237         (nnimap-possibly-change-group): Add read-only argument.
1238         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1239         issuing EXAMINE manually.
1240         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1241         with read-only argument.
1242         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1243         cannot possibly change because we need to be sure that it's either
1244         read-write or read-only.
1245
1246 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1249         being bound to a lambda form.
1250
1251 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1252
1253         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1254         articles when fetch-old is non-nil (bug#11370).
1255
1256 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1257
1258         * gnus-picon.el (gnus-picon-properties): New defcustom.
1259         (gnus-picon-create-glyph): Use it.
1260
1261 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-group.el (gnus-group-get-new-news): Respect
1264         `gnus-group-use-permanent-levels', as documented (bug#11638).
1265
1266 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1267
1268         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1269         groups (bug#11641).
1270
1271 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1272
1273         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1274         is an integer to avoid later problems.
1275
1276 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1279         locales.
1280
1281         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1282         on a handle.
1283
1284         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1285         address as the default.
1286         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1287
1288         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1289         makes no sense to query the user about internal files.
1290
1291         * gnus-spec.el: Remove all the byte-compilation stuff, since
1292         benchmarking shows that it doesn't help when entering large summary
1293         buffers.
1294
1295         * gnus-xmas.el (gnus-xmas-define): Remove.
1296
1297         * gnus-util.el (gnus-byte-code): Remove.
1298
1299         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1300         grouplens stuff.
1301
1302 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1305         (bug#11514).
1306
1307 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1308
1309         * message.el (message-buffers): Return all buffers derived from Message
1310         to make `gnus-dired-attach' work with mu4e.
1311
1312 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1313
1314         * nntp.el: Stop the `letf' madness.
1315         (nntp--report-1): New var.
1316         (nntp-report): Merge nntp-report-1 into it.
1317         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1318         the nntp-report function.
1319
1320         * auth-source.el: Fix comment-style to follow the convention.
1321
1322 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1323
1324         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1325         (mm-dissect-singlepart): Don't guess the MIME type of
1326         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1327         set.
1328         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1329         toplevel MIME type is multipart/encrypted.
1330
1331 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1334         a string so that Gcc works (bug#11514).
1335
1336 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1337
1338         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1339         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1340
1341 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1342
1343         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1344         jumping to *Server* from a dedicated *Group* window.
1345         (gnus-configure-frame): CSE.
1346
1347         * gnus-registry.el: Minor style cleanup.
1348         (gnus-registry--set/remove-mark): New function, extracted from
1349         gnus-registry-install-shortcuts.
1350         (gnus-registry-install-shortcuts): Use it.
1351
1352 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * nnspool.el (news-path): Use eval-and-compile.
1355
1356 2012-05-24  Glenn Morris  <rgm@gnu.org>
1357
1358         * nnspool.el (news-directory, news-path, news-inews-program):
1359         Move here from paths.el.  Don't see a need for these to be autoloaded.
1360
1361         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1362         Merge in doc from paths.el version.  Don't see any need for this to be
1363         autoloaded, or for the warning about users not setting it.
1364
1365 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1366
1367         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1368         format.  In particular, add an optional argument and a docstring.
1369
1370         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1371
1372         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1373         current before calling `gnus-groups-to-gnus-format'.
1374         Note that this was already the case for `gnus-active-to-gnus-format'.
1375
1376 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1377
1378         Fix minor Y10k bug.
1379         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1380
1381 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1382
1383         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1384         message once it's actually open.
1385
1386 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1387
1388         * gnus.el: Ma Gnus v0.5 is released.
1389
1390 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1391
1392         * auth-source.el (auth-source--aput-1, auth-source--aput)
1393         (auth-source--aget): New functions and macros.
1394         Use them instead of aput/aget.
1395
1396 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1397
1398         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1399
1400 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1401
1402         * plstore.el (plstore-called-interactively-p): New compat macro copied
1403         from message.el.
1404         (plstore-mode): Use it.
1405
1406 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1407
1408         * plstore.el: Revive the editing feature.
1409         (plstore-mode): New mode to edit plstore file.
1410         (plstore-mode-toggle-display, plstore-mode-original)
1411         (plstore-mode-decoded): New command.
1412         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1413         (plstore--insert-buffer, plstore--make): New function.
1414         (plstore-open, plstore-save): Simplify by using them.
1415
1416 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1419
1420 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1421
1422         * tls.el (open-tls-stream): Remove unused binding.
1423
1424 2012-04-16  Glenn Morris  <rgm@gnu.org>
1425
1426         * nndraft.el (nndraft-request-list): Fix declaration.
1427
1428 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * mm-decode.el (mm-dissect-buffer): Doc fix.
1431
1432         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1433         don't have a current group.
1434
1435         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1436         buffer if it doesn't exist.
1437
1438         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1439         given, mark the group as ephemeral with the current window conf.
1440
1441         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1442         buffer exists, which it doesn't if we haven't started Gnus.
1443         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1444
1445 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1448         type is.
1449
1450         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1451         `unexists' entries.
1452         (gnus-clean-old-newsrc): Fix last checkin.
1453
1454         * nnimap.el (nnimap-update-info): None of the articles below the active
1455         low-water mark exist.
1456
1457         * dgnushack.el: Get rid of XEmacs compilation warning.
1458
1459         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1460         would have gotten if we posted to the group, and use that to compare
1461         against the message we want to cancel (bug#10808).
1462
1463         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1464         on XEmacs.
1465
1466 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1467
1468         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1469         `scroll-margin'.
1470
1471 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1472
1473         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1474         citation prefix within a block of cited text should be considered part
1475         of that block *only* if it is a blank line.
1476
1477 2012-04-09  Chong Yidong  <cyd@gnu.org>
1478
1479         * binhex.el, hashcash.el, uudecode.el:
1480         Remove * characters from the front of variable docstrings.
1481
1482 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1485         before kinsoku-bol characters nor within kinsoku-eol characters.
1486
1487 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1490         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1491         (gnus-sync-read): Use mapc instead of mapcar.
1492
1493         * mm-archive.el: Require mm-decode for some macros.
1494         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1495         the byte compiler.
1496         (mm-archive-decoders): New function that returns the value of
1497         the mm-archive-decoders variable.
1498
1499         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1500         instead.
1501         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1502
1503         * nnimap.el (gnus-refer-thread-use-nnir):
1504         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1505
1506 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1509
1510 2012-03-12  Peter Münster  <pmrb@free.fr>
1511
1512         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1513         (gnus-demon-cancel): Ditto.
1514         (gnus-demon-run-callback): When function cannot be called due to low
1515         idleness, call it when idleness reaches the expected value, instead of
1516         waiting another timer period.
1517         (gnus-demon-init): Add `time' to arguments of call-back.
1518
1519 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1522
1523         * gnus.el: Register gnus-registry functions.
1524
1525         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1526         indent.
1527
1528         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1529         enabled before warping.
1530
1531 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1532
1533         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1534         registry about each article retrieved.
1535
1536         * gnus-int.el (gnus-select-group-with-message-id): New function.
1537         (gnus-try-warping-via-registry): Ditto.
1538         (gnus-warp-to-article): Fall back on the registry.
1539
1540 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1541
1542         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1543         inboxes.
1544
1545 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1548
1549 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1552         gnus-gcc-self-resent-messages may be a group parameter.
1553         (gnus-summary-resend-message): Don't encode encoded words in header
1554         when Gcc'ing resent message.
1555
1556 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * shr.el (shr-insert): Treat non-breaking space just like normal
1559         space.  This seems to produce more pleasing results.
1560         (shr-insert): Only insert a blank line if we're starting from an image.
1561         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1562         (shr-ensure-paragraph): Consider lines with white space to be blank.
1563
1564 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1565
1566         * Makefile.in: Respect DESTDIR.
1567
1568 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1569
1570         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1571         and gnus-gcc-post-body-encode-hook.
1572
1573 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1576         messages that don't exist.
1577
1578         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1579
1580 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1583         Remove.
1584
1585         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1586
1587         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1588
1589 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1592         have a group name.
1593
1594         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1595         a multibyte buffer (bug#7410).
1596         (article-wash-html): Parse the original article buffer to get the
1597         unencoded data (bug#7410).
1598
1599         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1600         .newsrc.el files.
1601
1602 2012-04-05  Bastien Guerry  <bzg@altern.org>
1603
1604         * color.el (color-lighten-name): Fix typo.
1605
1606 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1609         "#" to avoid having them interpreted as comments.
1610
1611 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * shr.el (shr-insert): Update the text state properly to avoid
1614         inserting spurious paragraph starts.
1615
1616 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * shr.el (shr-table-widths): Divide the extra width more fairly over
1619         the TDs (bug#10973).
1620         (shr-render-td): Don't delete too much padding.
1621         (shr-natural-width): Compute the natural width more correctly.
1622         (shr-insert): Allow the natural width to be computed for tables again.
1623         (shr-tag-table-1): Rework how the natural widths are computed by
1624         rendering the table a third time.
1625         (shr-natural-width): Removed.
1626         (shr-buffer-width): New function.
1627         (shr-expand-newlines): Use it.
1628
1629         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1630         using a `gnus-use-full-window' setup (bug#11013).
1631
1632 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1635         24.1 release.
1636
1637 2012-03-10  David Edmondson  <dme@dme.org>
1638
1639         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1640         'Forwarded Message' header and the start of the message.
1641
1642 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1643
1644         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1645         isn't running (bug#10897).
1646
1647 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1650         This is inconsistent with all the other stream functions, which leave
1651         the setting up to the higher levels (if so wanted) (bug#10931).
1652
1653 2012-02-28  Glenn Morris  <rgm@gnu.org>
1654
1655         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1656         mm-decode.el: Standardize possessive apostrophe usage.
1657
1658 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1661
1662 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1663
1664         * parse-time.el (parse-time-string): Allow extractor to return nil.
1665
1666 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1669
1670 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1671
1672         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1673
1674 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1675
1676         * mm-decode.el (mm-shr): Remove "soft hyphens".
1677
1678         * nnimap.el (nnimap-request-list): Return the group names encoded as
1679         utf8.  Otherwise non-European group names don't work.
1680         (nnimap-request-newgroups): Ditto.
1681
1682         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1683         the default in `read-string' (bug#10757).
1684
1685         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1686         topics (bug#10843).
1687
1688         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1689         buffer.  Suggested by Herbert Valerio Riedel.
1690         (nnimap-request-move-article): Delete the message from the correct IMAP
1691         server.
1692
1693 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1694
1695         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1696         Reported by Peter Münster.
1697
1698 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1699
1700         * shr.el (shr-image-fetched): Make sure we really kill the right
1701         buffer.
1702
1703 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1704
1705         * gnus-start.el (gnus-1): Avoid duplicate entries.
1706
1707 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1708
1709         * imap.el: Remove.
1710
1711         * nntp.el (nntp-coding-system-for-read): Remove.
1712         (nntp-coding-system-for-write): Ditto.
1713         (nntp-open-connection): Just use `binary' directly.
1714
1715         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1716         Gnus 0.3.
1717
1718 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1719
1720         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1721         application/octet-stream parts really is.
1722
1723         * gnus-sum.el (gnus-propagate-marks): Remove.
1724
1725 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1726
1727         * shr.el (shr-rescale-image): Undo previous change; see
1728         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1729
1730 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1731
1732         * gnus.el: Ma Gnus v0.3 is released.
1733
1734 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1735
1736         * gnus-sum.el (gnus-summary-local-variables): Make
1737         `gnus-newsgroup-unexist' into a local variable.
1738
1739 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1740
1741         * registry.el (registry-usage-test, registry-persistence-test): Move to
1742         tests/gnustest-registry.el.
1743         (registry-make-testable-db, registry-match-test)
1744         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1745
1746         * gnus-registry.el (gnus-registry-misc-test)
1747         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1748
1749         * tests/gnustest-registry.el: New file with the registry and
1750         gnus-registry ERT tests.
1751
1752 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * gnus-msg.el (gnus-summary-resend-message): Make
1755         gnus-summary-resend-message-insert-gcc be last item in
1756         message-header-setup-hook.
1757
1758 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1759
1760         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1761         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1762         Remove.
1763         (nnfolder-open-server): Don't use marks.
1764         (nnfolder-request-delete-group): Ditto.
1765         (nnfolder-request-rename-group): Ditto.
1766         (nnfolder-request-set-mark, nnfolder-request-marks)
1767         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1768         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1769
1770         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1771         (nnml-marks-modtime): Remove.
1772         (nnml-request-delete-group): Don't use marks.
1773         (nnml-request-rename-group): Ditto.
1774         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1775         (nnml-save-marks, nnml-open-marks): Remove.
1776
1777         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1778         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1779         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1780         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1781         (nntp-server-to-method-cache): Remove.
1782
1783         * shr.el (shr-rescale-image): Fix wrong merge.
1784
1785 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1786
1787         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1788         too-wide lines.
1789
1790 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1791
1792         * nnimap.el (nnimap-record-commands): New variable.
1793         (nnimap-log-command): Use it.
1794         (nnimap-make-process-buffer): Add a space to the process buffer.
1795         (nnimap-transform-headers): Don't bug out on header lines containing
1796         stuff that look like IMAP length encodings.
1797
1798         * shr.el (shr-rescale-image): Allow viewing large images.
1799
1800 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1801
1802         * nnml.el (nnml-request-compact-group): Delete the marks file after
1803         compaction (bug#10800).
1804
1805         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1806         group exit.
1807
1808         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1809         QRESYNC/FETCH output.
1810
1811 2012-02-11  Glenn Morris  <rgm@gnu.org>
1812
1813         * sieve-manage.el (sieve-manage-default-stream):
1814         * shr.el (shr):
1815         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1816         (nnir-retrieve-headers-override-function)
1817         (nnir-imap-default-search-key, nnir-notmuch-program)
1818         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1819         (nnir-method-default-engines):
1820         * message.el (message-cite-reply-position):
1821         * gssapi.el (gssapi-program):
1822         * gravatar.el (gravatar):
1823         * gnus-sum.el (gnus-refer-thread-use-nnir):
1824         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1825         (gnus-registry-max-pruned-entries):
1826         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1827         * gnus-int.el (gnus-after-set-mark-hook)
1828         (gnus-before-update-mark-hook):
1829         * gnus-async.el (gnus-async-post-fetch-function):
1830         * auth-source.el (auth-source-cache-expiry):
1831         Add missing :version tags to new defcustoms and defgroups.
1832
1833 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1834
1835         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1836         `gnus-newsgroup-unexist'.
1837
1838         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1839         marks.
1840         (gnus-article-special-mark-lists): Put the `unexist' in the special
1841         marks list instead.
1842
1843         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1844         articles in the list of articles to be selected.
1845
1846         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1847         articles.
1848         (nnimap-update-info): Keep track of unexisting articles.
1849         (nnimap-update-qresync-info): Ditto.
1850
1851 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1852
1853         * message.el (message-default-send-mail-function): Made into own
1854         function for reuse by emacsbug.el.
1855
1856 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1857
1858         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1859         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1860
1861 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1862
1863         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1864         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1865
1866         * gnus-compat.el: Define `timer-set-function'.
1867
1868         * mm-decode.el (mm-display-external): Output the text from the command
1869         in the buffer after the command finished.  This makes text-based
1870         commands behave better.
1871
1872 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1873
1874         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1875
1876 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1879         23.1.
1880
1881 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1884
1885 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1886
1887         * message.el (smtpmail-smtp-user): Silence compiler warning.
1888
1889 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1890
1891         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1892         SMTP user name.
1893
1894 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-sum.el (gnus-summary-show-thread):
1897         next-single-char-property-change may return nil in XEmacs.
1898         (gnus-summary-article-map): Fix typo.
1899
1900 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1901
1902         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1903         running.
1904
1905         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1906
1907         * gnus.el (gnus-server-extend-method): Don't add an -address component
1908         if the method already has one (bug#9676).
1909
1910 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1911
1912         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1913         of an initial-input for consistency (bug#10757).
1914
1915         * dgnushack.el: Fix XEmacs compilation warning.
1916
1917         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1918
1919         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1920
1921 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1922
1923         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1924         lines that are narrower than the window width.  Otherwise background
1925         "blocks" will look less readable.
1926
1927 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1928
1929         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1930         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1931         have newlines within the strings, and where the UID comes after the
1932         BODYSTRUCTURE element (bug#10537).
1933
1934         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1935         (bug#10732).
1936
1937         * shr.el (shr-insert-document): Add doc string.
1938         (shr-visit-file): Ditto.
1939         (shr-remove-trailing-whitespace): New function.
1940         (shr-insert-document): Use it to clean up trailing whitespace as the
1941         final step (bug#10714).
1942
1943 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1944
1945         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1946         buffer if `gnus-kill-summary-on-exit' is nil.
1947
1948 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1951         when just reading a single group from "without" Gnus.
1952
1953 2012-02-06  Chong Yidong  <cyd@gnu.org>
1954
1955         * gnus-sum.el (gnus-summary-show-thread):
1956         next-single-char-property-change never returns nil (Bug#8657).
1957
1958 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1959
1960         * message.el (message-multi-smtp-send-mail): New function.
1961         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1962         header to implement multi-SMTP functionality.
1963
1964         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1965         (gnus-agentize): Don't set it.
1966         (gnus-agent-send-mail): Don't use it.
1967
1968         * gnus-sum.el (gnus-summary-widget-backward): New function and
1969         keystroke.
1970
1971         * gnus-compat.el: More the compat functions more compatible.
1972
1973         * shr.el (shr-put-image): Remove underlines from sliced images.
1974         (shr-zoom-image): Compute the region to be replaced more correctly.
1975
1976 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1979         (gnus-summary-resend-message-insert-gcc): New function.
1980         (gnus-summary-resend-message): Modify message-header-setup-hook and
1981         message-sent-hook to make it work for Gcc.
1982         (gnus-inews-do-gcc): Update the number of unread articles of groups
1983         that messages are Gcc'd to.
1984
1985         * message.el (message-resend): Run message-sent-hook to do Gcc.
1986
1987 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1988
1989         * lpath.el: Fix an XEmacs compilation warning.
1990
1991         * gnus-compat.el: Require `help-fns' to fix compilation error.
1992
1993         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1994         a higher level to silence compilation.
1995
1996         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1997         parameter to allow controlling the scaling.
1998
1999         * shr.el (shr-zoom-image): New command and keystroke.
2000         (shr-put-image): Take a `size' flag to say how to scale the image.
2001
2002         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2003         deletion unless already defined.
2004
2005         * gnus.el (gnus-compat): Require it.
2006
2007         * gnus-compat.el: New file.
2008
2009         * gnus-start.el (gnus-clean-old-newsrc): New function.
2010         (gnus-read-newsrc-file): Use it.
2011
2012         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2013         Use recursive deletion.
2014         (mm-dissect-archive): Add support for zip files.
2015
2016         * gnus-util.el (gnus-recursive-directory-files): New function.
2017
2018         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2019         (mm-archive-decoders): Add tgz support.
2020
2021         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2022         Otherwise inserting text into the Gnus buffer can look odd.
2023
2024         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2025
2026         * mm-archive.el (mm-archive-decoders): Add support for tar.
2027
2028         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2029
2030         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2031
2032 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2033
2034         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2035
2036         * mm-archive.el: New file.
2037
2038         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2039
2040         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2041
2042         * message.el (message-goto-*): Make all the `message-goto-*' commands
2043         push the mark before moving point.  This makes it easier to go back to
2044         where you came from after editing whatever you jumped to.
2045
2046 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2047
2048         * gnus.el: Ma Gnus v0.1 is released.
2049
2050 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2051
2052         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2053         without reconnecting.
2054         (nnimap-possibly-change-group): Ditto.
2055         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2056         connection has died before being called.
2057
2058 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2059
2060         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2061         an initial sync unless we're really doing one.
2062
2063         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2064         address parameter if one already exists (bug#9676).
2065
2066         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2067         not the prefix, as documented (bug#10689).
2068
2069 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2072         the "server".
2073
2074         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2075         the real error message with the useless "previously known to be down".
2076         Which isn't even correct.
2077
2078         * nntp.el (nntp-open-connection): Report the error message if the nntp
2079         server can't be reached.
2080
2081         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2082         groups we do a total scan for.
2083         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2084         doing that.
2085
2086 2012-01-31  Jim Meyering  <jim@meyering.net>
2087
2088         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2089         Correct a comment (insert "not") and hide nominally-doubled "to".
2090
2091 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2092
2093         * gnus.el (gnus-version): Change name to "Ma Gnus".
2094
2095 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2096
2097         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2098         section in the manual.
2099
2100 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2101
2102         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2103         words.
2104         (rfc2047-encode-string): Ditto.
2105         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2106         understand folded filename="..." parameters, for instance.
2107
2108         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2109         the message for greater debuggability.
2110
2111 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2112
2113         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2114         instead of setting it locally, since the latter doesn't seem to have
2115         any effect (most of the time).
2116
2117 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2118
2119         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2120         function call.
2121
2122 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2123
2124         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2125         seconds, and make the repeat clause with HH:MM specs work as
2126         documented.
2127
2128 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2129
2130         * proto-stream.el (proto-stream-capability-open): Fall back on
2131         :end-of-command if :end-of-capability doesn't exist.
2132
2133 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2136         bound globally in old Emacsen and XEmacsen.
2137
2138 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2141         so that previous errors don't prohibit getting new news.
2142
2143         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2144
2145         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2146
2147 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2148
2149         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2150         buffer, not of the string which is its name.
2151
2152 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2153
2154         * proto-stream.el (proto-stream-capability-open): Wait for
2155         :end-of-capability, not :end-of-command.
2156
2157         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2158         non-server-marks groups.
2159         (gnus-group-make-articles-read): Ditto.
2160
2161         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2162         methods (bug#9676).
2163
2164         * gnus.el (gnus-method-ephemeral-p): New function.
2165
2166 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2169         left-to-right.
2170
2171 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2172
2173         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2174         warning.
2175
2176 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2179         macroexpand the nnir things, since they haven't been defined yet, and
2180         nnir requires gnus-sum.
2181
2182 2012-01-24  Julien Danjou  <julien@danjou.info>
2183
2184         * color.el (color-rgb-to-hsl): Fix value computing.
2185         (color-hue-to-rgb): New function.
2186         (color-hsl-to-rgb): New function.
2187         (color-clamp, color-saturate-hsl, color-saturate-name)
2188         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2189         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2190
2191 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2194
2195 2012-01-19  Julien Danjou  <julien@danjou.info>
2196
2197         * color.el (color-name-to-rgb): Use the white color to find the max
2198         color component value and return correctly computed values.
2199         (color-name-to-rgb): Add missing float conversion for max value.
2200
2201 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2202
2203         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2204         logical server name in addition to the actual machine address.
2205
2206         * auth-source.el (auth-source-user-and-password): Add convenience
2207         wrapper to search by just host and optionally user.
2208
2209 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2212         after rendering.
2213
2214 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2215
2216         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2217         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2218         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2219
2220 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2223         (bug#9693).
2224         (gnus-summary-setup-buffer): Document return value (bug#9697).
2225
2226         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2227         since ido doesn't work on symbols (bug#9632).
2228
2229         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2230         when getting a single value as when getting all the values.  This means
2231         that atoms like `gcc-self' work cumulatively, like variable settings,
2232         instead of getting the value from the last matching clause.
2233         (gnus-group-find-parameter): Protect against the group buffer not
2234         existing (bug#9585).
2235
2236 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-start.el (gnus-activate-group): Document more parameters
2239         (bug#9694).
2240
2241         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2242         (bug#9692).
2243
2244         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2245         article was fetched, so that it can be expired later (bug#9958).
2246         (gnus-agent-summary-fetch-series): Add doc string.
2247         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2248         (bug#9517).
2249
2250         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2251         retrieval is happening.
2252
2253         * gnus.el (gnus-parameters): Doc fix.
2254
2255 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2256
2257         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2258         show the thread after expansion.
2259
2260 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-art.el (article-narrow-to-head): If the head is completely
2263         empty, narrow to the empty region (bug#9764).
2264
2265         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2266         read, and then mark them as unread only when the unread mark is used.
2267         This makes `C-- T k' actually work, even though it's confusing.
2268
2269         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2270         alive before we try to find its window.
2271
2272 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2273
2274         * mm-decode.el (mm-display-external): Use a longer timeout for the
2275         deletion to allow slow programs to display the file.
2276
2277 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2280         prompt to be less confusing.
2281
2282         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2283         argument to `message-reply'.  This broke `special-display-*' frame
2284         pop-uping (bug#10238).
2285
2286 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2289         systems, since these allegedly don't work there.
2290
2291 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2292
2293         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2294         live buffer.
2295
2296 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * nnir.el (nnir-retrieve-headers): Protect against the article not
2299         existing on the server (bug#10335).
2300
2301 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2302
2303         * gnus-agent.el (gnus-agent-load-local): Recompute
2304         gnus-agent-article-local on changing method.
2305
2306 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * gnus.el (gnus-parameters): Note precedence.
2309
2310 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2311
2312         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2313         in the group buffer.
2314
2315 2012-01-04  Julien Danjou  <julien@danjou.info>
2316
2317         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2318         change.
2319
2320 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2323         too.
2324
2325         * nntp.el (nntp-retrieve-group-data-early): Use it.
2326
2327 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * nntp.el (nntp-retrieval-in-progress): New variable.
2330         (nntp-make-process-buffer): Make it buffer-local.
2331
2332         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2333         2010.
2334         (gnus-demon-init): Use it to compute the time if time is on the form
2335         "04:23".
2336
2337         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2338
2339         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2340         status in the correct buffer.
2341
2342 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2343
2344         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2345         when opening topics (bug#10407).
2346
2347 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2348
2349         * gnus-cus.el (gnus-score-customize):
2350         * gnus-sum.el (gnus-sort-gathered-threads):
2351         * message.el (message-shorten-references):
2352         * nnmairix.el (nnmairix-request-group):
2353         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2354
2355 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2356
2357         * gnus-agent.el (gnus-agent-regenerate-group):
2358         * gnus-int.el (gnus-retrieve-group-data-early):
2359         * mm-util.el (mm-codepage-ibm-list):
2360         * nndiary.el (Commentary, nndiary-get-new-mail):
2361         * nnir.el (nnir):
2362         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2363
2364 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * mm-view.el (mm-display-inline-fontify): Add comment.
2367
2368 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2369
2370         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2371         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2372
2373 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2374
2375         * gnus-art.el (gnus-split-methods):
2376         * gnus-msg.el (gnus-configure-posting-styles):
2377         * gnus-spec.el (gnus-parse-simple-format):
2378         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2379         * message.el (message-do-actions): Spelling fix.
2380
2381 2011-12-15  Juri Linkov  <juri@jurta.org>
2382
2383         * mm-decode.el (mm-inline-media-tests): Add missing
2384         `mm-handle-media-subtype'.
2385
2386 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2387
2388         * gnus-group.el (gnus-group-tool-bar):
2389         * gnus-sum.el (gnus-summary-tool-bar):
2390         * message.el (message-tool-bar):
2391         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2392
2393 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2394
2395         * plstore.el (plstore--insert-buffer): Spelling fix.
2396
2397 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2398
2399         * message.el (message-valid-fqdn-regexp): Update with newly approved
2400         top-level domain names ".tel" and ".asia".
2401
2402 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2405         unconditionally.
2406
2407 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2410         pop-to-buffer-same-window for old Emacsen.
2411
2412 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2413
2414         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2415
2416 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2417
2418         * netrc.el (netrc-credentials): Spelling fix.
2419
2420 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2421
2422         * gnus-fun.el (gnus-fun-ppm-change-string):
2423         * gnus-msg.el (gnus-inews-do-gcc):
2424         * gnus-sum.el (gnus-summary-find-for-reselect):
2425         * gnus.el (gnus-summary-cancelled):
2426         * message.el (message-cancel-hook, message-send-news):
2427         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2428         * nnir.el (nnir-run-hyrex):
2429         * nntp.el (nntp-with-open-group-function):
2430         * pgg.el (pgg-pending-timers): Spelling fix.
2431
2432 2011-12-04  Chong Yidong  <cyd@gnu.org>
2433
2434         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2435         change (Bug#10200).
2436
2437 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * compface.el (uncompface):
2440         * gnus-art.el (gnus-article-x-face-command): Update the header format
2441         of icon data for the most recent icontopbm program.
2442
2443 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * gnus-msg.el (gnus-inews-do-gcc):
2446         * message.el (message-send-mail):
2447         * mml.el (mml-generate-mime): Share the value of the buffer-local
2448         `message-options' variable between a draft buffer and temprary working
2449         buffers.
2450
2451 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2452
2453         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2454
2455 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2458         for Cygwin.
2459
2460 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2461
2462         * gnus-group.el (gnus-group-prepare-flat):
2463         * mm-bodies.el (mm-encode-body):
2464         * mml.el (mml-preview):
2465         * nnml.el (nnml-request-compact-group):
2466         * pop3.el (pop3-stream-type): Spelling fix.
2467
2468 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2469
2470         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2471
2472 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2473
2474         * color.el (color-rgb-to-hsl):
2475         * gmm-utils.el (gmm-tool-bar-style):
2476         * gnus-group.el (gnus-group-prepare-flat):
2477         * gnus-topic.el (gnus-topic-prepare-topic):
2478         * mm-decode.el (mm-discouraged-alternatives):
2479         * rfc2047.el (rfc2047-encode-1):
2480         * starttls.el: Spelling fix.
2481
2482 2011-11-24  Glenn Morris  <rgm@gnu.org>
2483
2484         * binhex.el (binhex-begin-line): Give it basic doc-string.
2485
2486         * starttls.el, tls.el: Fix case of "GnuTLS".
2487
2488 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2489
2490         * gnus-group.el (gnus-group-highlight): Fix typo.
2491
2492 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2493
2494         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2495         value of `delete-file', that returns nil for a local file but returns t
2496         for a remote file using ssh.
2497
2498 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2499
2500         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2501
2502 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2505         avoid later breakage.
2506
2507 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2510         article buffers' name.
2511
2512 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2515         by Paul Eggert's spellfixes two days ago.
2516
2517 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2520         doesn't have it.
2521
2522         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2523         buffer-local instead of binding them to avoid warnings.  Also demote
2524         errors (bug#10063).
2525         (font-lock-mode-hook): Shut up byte compiler.
2526
2527 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2528
2529         * mm-util.el (mm-charset-after):
2530         * nnir.el (nnir-run-hyrex):
2531         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2532         (ntlm-get-password-hashes, ntlm-md4hash):
2533         * smime.el: Fix typo.
2534
2535 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2536
2537         * gnus-agent.el (gnus-agent-expire-group-1):
2538         * nndiary.el (nndiary-last-occurence):
2539         * nnimap.el (nnimap-request-set-mark):
2540         * nnmairix.el (nnmairix-only-use-registry):
2541         * gnus-group.el (gnus-group-prepare-flat):
2542         * gnus-sum.el (gnus-decode-encoded-word-methods):
2543         * message.el (message-wash-subject):
2544         * nntp.el (nntp-retrieve-headers-with-xover):
2545         * smime.el (smime-certificate-directory): Spelling fix.
2546
2547 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2548
2549         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2550
2551         * color.el:
2552         * gnus-agent.el (gnus-agent-possibly-alter-active):
2553         * gnus-dired.el (gnus-dired-print):
2554         * mail-parse.el:
2555         * nnmairix.el (nnmairix-request-group):
2556         * shr.el (shr-image-displayer):
2557         * sieve-manage.el:
2558         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2559
2560 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2561
2562         * gnus-sum.el (gnus-auto-select-subject):
2563         * spam-report.el (spam-report-resend): Spelling fix.
2564
2565 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2566
2567         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2568         * gnus-art.el (gnus-default-article-saver):
2569         * gnus-srvr.el (gnus-server-copy-server):
2570         * gnus.el (gnus-sloppily-equal-method-parameters):
2571         * html2text.el (html2text-format-tag-list):
2572         * message.el (message-narrow-to-head):
2573         * nndiary.el:
2574         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2575         * sieve.el: Spelling fix.
2576
2577 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2578
2579         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2580         * gnus-sum.el (gnus-summary-make-menu-bar):
2581         * gnus-uu.el (gnus-uu-decode-postscript)
2582         (gnus-uu-decode-postscript-and-save):
2583         * mailcap.el (mailcap-print-command):
2584         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2585         Fix typos.
2586
2587 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2588
2589         * gnus-art.el (gnus-article-part-wrapper):
2590         * html2text.el (html2text-fix-paragraphs):
2591         * mm-decode.el (mm-image-fit-p):
2592         * rfc2047.el (rfc2047-encode-message-header):
2593         * shr-color.el (shr-color-visible-distance-min)
2594         (shr-color-relative-to-absolute, set-minimum-interval)
2595         (shr-color-visible): Fix typos.
2596
2597 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2598
2599         * gmm-utils.el (gmm-tool-bar-item):
2600         * gnus-art.el (gnus-treat-body-boundary):
2601         * gnus-diary.el (gnus-user-format-function-d):
2602         * gnus-start.el (gnus-get-unread-articles):
2603         * pgg-gpg.el (pgg-gpg-update-agent):
2604         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2605
2606 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2607
2608         * gnus-topic.el (gnus-group-prepare-topics):
2609         * gnus-uu.el (gnus-extract-view):
2610         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2611
2612 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2613
2614         * spam.el: Move BBDB autoloads.
2615         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2616         BBDB 2 and 3.
2617         (spam-check-BBDB): Use it.
2618         (spam-enter-ham-BBDB): Use it.
2619
2620 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2621
2622         * smime.el (smime-draw-buffer): Spelling fix.
2623
2624 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2625
2626         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2627         for scanning exactly one level.
2628         * gnus-start.el (gnus-get-unread-articles): Ditto.
2629
2630 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631
2632         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2633         slightly clearer.
2634
2635 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2636
2637         * gnus-sync.el: More commentary about setup.
2638
2639 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * message.el (message-send-and-exit): Document `arg'.
2642
2643 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2644
2645         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2646
2647 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2648
2649         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2650
2651         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2652         we don't use `bound-and-true-p'.
2653
2654 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2655
2656         * gnus-util.el (gnus-bound-and-true-p): Remove.
2657         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2658         * nnir.el: Use it.
2659         * nnmairix.el: Use it.
2660
2661 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2662
2663         * gnus-sync.el: Improve docs about CouchDB admins.
2664
2665         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2666         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2667         for reasons unknown.
2668         * nnir.el: Use it.
2669         * nnmairix.el: Use it.
2670
2671         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2672         * nnir.el: Ditto.
2673         * nnmairix.el: Ditto.
2674
2675         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2676
2677 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2678
2679         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2680         not needed.  Provide xmlplistread list function to produce XML plist
2681         output for non-Gnus LeSync clients.
2682
2683 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2684
2685         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2686
2687         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2688         and save against it.  Group subscriptions, read marks, other marks,
2689         subscription levels, topic names, and topic offsets (the group's
2690         position within the topic) are saved.  This is an experimental backend
2691         and may change significantly.  Load json.el from the gnus-fallback-lib
2692         if it's not available otherwise.
2693         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2694
2695 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2696
2697         * message.el (message-completion-function): Make sure
2698         message-tab-body-function is not attempted if one of
2699         message-completion-alist fails to find a completion (bug#9158).
2700
2701 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2702
2703         * mml.el (mml-quote-region): Quote <#secure> tag.
2704         (mml-generate-mime-1): Unquote <#secure> tag.
2705
2706 2011-10-20  Chong Yidong  <cyd@gnu.org>
2707
2708         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2709         calling a minor mode from Lisp with nil arg enables it, so we have to
2710         make the wording a bit ambiguous here).
2711
2712 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2715         * nnir.el (nnir-mode): Use it.
2716         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2717         Use it.
2718
2719         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2720         * nnmairix.el (gnus-registry-enabled): Ditto.
2721
2722 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2723
2724         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2725         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2726         only while we need to find out if it should be t or nil.
2727         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2728         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2729         the registry is installed.  Set it to nil when it's unloaded.
2730         (gnus-registry-install-p): Provide user guidance for the initial value
2731         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2732         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2733         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2734         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2735         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2736         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2737         `gnus-registry-install'.
2738
2739 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2740
2741         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2742         previous change.
2743         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2744         primary key is marked as disabled.
2745
2746 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2747
2748         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2749         primary key is marked as disabled.
2750
2751 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2752
2753         * html2text.el (html2text-clean-anchor): Check for quotes around
2754         `href' value.
2755
2756 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2757
2758         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2759         searching.  Drop `bbdb-cache'.
2760
2761 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * message.el (message-signed-or-encrypted-p): Exclude header when
2764         checking if there is signed or encrypted body in text/plain message.
2765
2766 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2767
2768         * html2text.el (html2text-get-attr): Correctly handle attribute values
2769         containing "=".
2770
2771 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2772
2773         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2774         handle bindings.
2775
2776 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * gnus-win.el (gnus-configure-windows): Protect against reading
2779         ephemeral groups outside of Gnus.
2780
2781 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * shr.el (shr-tag-img): Don't get images displayed in tables.
2784
2785 2011-10-03  Glenn Morris  <rgm@gnu.org>
2786
2787         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2788         the "maintainer" version of debbugs.gnu.org reports.
2789
2790 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2793         make asynchronous adjacent image insertion work better.
2794
2795 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2796
2797         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2798         documentation.
2799
2800 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2803         `gnus-asynchronous' isn't shadowed.
2804
2805 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2808
2809         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2810         (nnimap-insert-partial-structure): The charset parameter isn't
2811         case-sensitive.
2812
2813         * nnheader.el (nnheader-message-maybe): New function.
2814
2815         * shr.el (shr-tag-table): Render totally broken tables better.
2816
2817         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2818         computing the boundary.
2819
2820 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * pop3.el (pop3-number-of-responses): Remove.
2823         (pop3-wait-for-messages): Rewrite to take linear time instead of
2824         exponential time.
2825
2826 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2829         re-fetch images.
2830
2831         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2832         re-fetch images when hitting `g' in Gnus.
2833
2834 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2837         (mml-compute-boundary): Don't check collision if it is non-nil.
2838         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2839         before checking collision.
2840
2841 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * message.el (message-indent-citation): Really make sure there's a
2844         newline at the end.
2845
2846         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2847         Fix suggested by John Wiegley.
2848
2849         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2850
2851         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2852
2853         * message.el (message-default-send-rename-function): Break out into its
2854         own function.
2855
2856         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2857         doesn't work under XEmacs.
2858
2859         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2860         of "imaps" to word around Windows problems.
2861         (nnimap-open-connection-1): Use it.
2862
2863         * message.el (message-indent-citation): Revert last change which made
2864         `F' not work.
2865
2866 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2867
2868         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2869         terminal as well.
2870
2871 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2874         because it displays images using overlays that aren't easy to copy to
2875         the article buffer.
2876
2877 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2878
2879         * message.el (message-indent-citation): Fix empty line removal at the
2880         end of the citation.
2881
2882 2011-09-20  Julien Danjou  <julien@danjou.info>
2883
2884         * auth-source.el (auth-source-netrc-create): Use default value for
2885         password if specified.  Evaluate default.
2886         (auth-source-plstore-create): Ditto.
2887         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2888         value evaluation.
2889         (auth-source-netrc-create): Typo fix.
2890         (auth-source-plstore-create): Ditto.
2891
2892         * password-cache.el (password-cache-remove): Remove entries even if the
2893         value is nil, so that password with a nil value (negative caching) is
2894         possible to invalidate.
2895
2896         * auth-source.el (auth-source-format-cache-entry): New function.
2897
2898 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2901
2902 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2905
2906 2011-09-19  Julien Danjou  <julien@danjou.info>
2907
2908         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2909         which work with things that are not ASCII.
2910
2911 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2914
2915 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2918         message level.
2919
2920 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2923
2924 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2927
2928 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2929
2930         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2931         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2932
2933 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2934
2935         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2936         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2937         articles.
2938
2939 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2940
2941         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2942         (message-mail-other-window, message-mail-other-frame)
2943         (message-news-other-window, message-news-other-frame):
2944         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2945         instead of setting buffer display varibles.
2946
2947 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2950
2951         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2952
2953 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2956         duplicates" to a higher level.
2957
2958         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2959         most egregious messages.
2960
2961 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2964
2965 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2966
2967         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2968         up the file (bug#9351).
2969
2970 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2973         it does with all other backends, but decode the names immediately after
2974         getting them.
2975
2976         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2977         decoding nnimap groups.
2978
2979         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2980         newsrc file.  It doesn't seem like an important optimization any more.
2981
2982 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2983
2984         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2985         overflows.
2986
2987 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2990         (gnus-interactive-exit): Extend to `quiet'.
2991
2992         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2993
2994         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2995         string.
2996
2997         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2998         renaming function arguments from `this'.
2999
3000         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3001
3002         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3003         has been renamed.
3004         (gnus-lrm-string-p): Include RLM and PDF, too.
3005
3006         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3007         (bug#9225).
3008
3009 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3010
3011         Add autoload cookies for functions used by sendmail.el.
3012         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3013
3014         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3015
3016 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * gnus-art.el (article-date-ut): Work properly even when there are
3019         things like Date header in the body; work for forwarded parts.
3020
3021 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3022
3023         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3024         original-article-buffer.
3025
3026 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3027
3028         * nnir.el (nnir-compose-result): Fix matching of server type.
3029         (nnir-run-swish++): Ditto.
3030         (nnir-run-namazu): Ditto.
3031         (nnir-run-notmuch): Ditto.
3032
3033 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3036         (bug#9405).
3037
3038         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3039         (bug#9421).
3040
3041         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3042         (bug#9425).
3043
3044         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3045         thing (bug#9426).
3046
3047 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3050         the error message.
3051
3052 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3053
3054         * message.el (message-setup-1): Return t (Bug#9392).
3055
3056 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3057
3058         * gnus-sum.el: When adding article headers to a summary buffer also
3059         update gnus-newsgroup-articles (bug#9386).
3060
3061 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * auth-source.el: Autoload help-mode.
3064
3065 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3068         names.
3069
3070 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3071
3072         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3073         mm-replace-in-string for compatibility issues.
3074         * mml2015.el (mml2015-epg-verify): Ditto.
3075
3076 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3079
3080         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3081
3082 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3085         continue on and do the clean-up phase (bug#9188).
3086
3087         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3088         just ignore groups that can't be opened instead of erroring out
3089         (bug#9225).
3090
3091         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3092         nil since some many people are fuddy-duddies.
3093
3094         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3095         images.
3096
3097         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3098         instead.
3099
3100         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3101
3102         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3103
3104         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3105         processing.
3106
3107         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3108         buffer to avoid warnings.
3109
3110 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3111
3112         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3113         specified to reduce precision.
3114
3115 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3118         bodystructures (bug#9314).
3119
3120 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3123         Make button keymap non-sticky after buttons.
3124
3125 2011-08-18  David Engster  <dengste@eml.cc>
3126
3127         * nnmairix.el (nnmairix-request-set-mark)
3128         (nnmairix-goto-original-article): Remove adding of article to registry,
3129         since `gnus-registry-add-group' isn't available anymore.
3130         (nnmairix-determine-original-group-from-registry):
3131         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3132         available anymore.
3133
3134 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3135
3136         * starttls.el (starttls-any-program-available): Define as obsolete
3137         function.
3138
3139 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3142         versions which Gnus use when appropriate.
3143
3144         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3145         a pretty destructive command.
3146
3147         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3148
3149 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * message.el (message-fix-before-sending): Make a different warning
3152         about NUL characters (bug#9270).
3153
3154         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3155         from custom (bug#9260).
3156
3157         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3158         things work in Emacs 22 and XEmacs, too.
3159
3160         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3161         default From.
3162
3163         * gnus-spec.el (gnus-lrm-string-p): New macro.
3164         (gnus-lrm-string): New constant.
3165         (gnus-summary-line-format-spec): LRM-ify the from.
3166         (gnus-tilde-max-form): LRM-ify string chopping.
3167
3168         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3169
3170         * message.el (message-is-yours-p): Allow disabling canlock checking
3171         (bug#9295).
3172         (message-shoot-gnksa-feet): Add `canlock-verify'.
3173         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3174         message directory isn't writable (bug#9304).
3175
3176         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3177         non-world-readable.
3178
3179 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3182         articles.
3183
3184 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3185
3186         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3187         copy-list.
3188
3189 2011-08-12  Sam Steingold  <sds@gnu.org>
3190
3191         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3192         in the reverse order to avoid modifying the cache with `nreverse'.
3193         (gnus-all-score-files): Do not modify the value returned by
3194         `gnus-score-find-alist' because it lives in a cache variable.
3195         (gnus-current-home-score-file): No need to `nreverse' the return value
3196         of `gnus-score-find-alist', it is already in the correct order.
3197
3198 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3199
3200         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3201         type MESSAGE and subtype RFC822 is slightly different from those of
3202         type TEXT.
3203
3204 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3205
3206         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3207         This allows article-referral to work from an nnir group.
3208
3209 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3210
3211         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3212
3213 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3214
3215         * mml1991.el (mml1991-epg-find-usable-key)
3216         (mml1991-epg-find-usable-secret-key): New function.
3217         (mml1991-epg-sign): Check if signing key is usable.
3218         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3219
3220 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3221
3222         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3223         server-variables only.  This should fix a bug introduced with commit
3224         e1889675b7f4adf057833c5513c9374134c4e053.
3225         (nnir-run-query): 'nnir-search-engine should not be set from the global
3226         environment.
3227
3228 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3229
3230         * nnir.el (nnir-search-thread): Position point on referring article
3231         line.
3232         (nnir-warp-to-article): Clean up summary buffers.
3233
3234         * nnimap.el (nnimap-request-thread): Whitespace fix.
3235
3236 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3237
3238         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3239
3240 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * starttls.el (starttls-available-p): Rename from
3243         `starttls-any-program-available' and changed return convention.
3244
3245 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3246
3247         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3248         `unix-sync' unless it's defined.
3249
3250 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3251
3252         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3253         `aref' for XEmacs compatibiltiy.
3254
3255 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3258
3259 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3260
3261         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3262         closures, quote the form properly (bug#9194).
3263
3264 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3267         (gnus-summary-insert-new-articles): Protect against servers that are
3268         down.
3269
3270 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3271
3272         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3273         in mm handle if none is specified.
3274
3275 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3276
3277         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3278
3279 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3280
3281         * nnir.el (nnir-search-thread): New function to make an nnir group
3282         based on a thread query.
3283
3284         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3285         of nnir in thread referral.
3286         (gnus-summary-refer-thread): Use it.
3287
3288         * nnimap.el (nnimap-request-thread): Use it.
3289
3290 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * shr.el (shr-tag-comment): Ignore HTML comments.
3293
3294 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3295
3296         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3297         argument.
3298         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3299         Use `nnir-address' to handle server info rather than passing an arg.
3300
3301         * nnimap.el (nnimap-make-thread-query): New utility function to format
3302         an imap thread search query.
3303         (nnimap-request-thread): Use it.
3304
3305         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3306         right select-method if we are not going back to the group buffer.
3307
3308 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3311         enter invalid buffer configurations into the quit form (bug#9107).
3312         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3313         unplugged/plugged.
3314
3315         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3316         keep track of which ones are unread (bug#9061).
3317
3318         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3319         (bug#9055).
3320
3321         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3322         (bug#9041).
3323
3324         * gnus-html.el (mm-util): Require (bug#9073).
3325
3326         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3327         (gnus-summary-refer-thread): Use it to remove duplicates in the
3328         un-threaded view (bug#9053).
3329         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3330
3331 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3332
3333         * nnir.el (nnir-read-server-parm): Use default value from global
3334         variable.  Without this the default search engine parameters aren't
3335         used at all.
3336
3337 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3338
3339         * message.el (message-unique-id): Don't use the undocumented return
3340         value from (random t) (bug#9118).
3341
3342 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * message.el (message-auto-save-directory): If the ~/Mail directory
3345         doesn't exist, use ~ as the auto-save directory (bug#4432).
3346
3347         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3348         hasn't already been started.
3349
3350 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3353
3354         * message.el (message-reply): Work around mysterious bug where
3355         `message-mode' seems to overwrite the locally bound `subject' variable.
3356
3357 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3358
3359         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3360         correct group.
3361
3362         * gnus-int.el (gnus-request-thread): Add group argument.
3363
3364         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3365
3366 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3369
3370         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3371         renamed to `debbugs-gnu-*'.
3372
3373 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3374
3375         * plstore.el: Revert the editing feature since it is not urgent.
3376         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3377         (plstore-mode-decoded): Remove.
3378
3379 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3382         isn't very interesting any more, and it leaks potentially secret data.
3383         (gnus-debug): Remove.
3384
3385         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3386         use of :custom-show.
3387
3388 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3389
3390         * plstore.el: Add documentation.
3391         (plstore-mode): New mode to edit plstore file.
3392         (plstore-mode-toggle-display, plstore-mode-original)
3393         (plstore-mode-decoded): New command.
3394         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3395         (plstore--insert-buffer, plstore--make): New function.
3396         (plstore-open, plstore-save): Simplify by using them.
3397
3398 2011-07-06  Glenn Morris  <rgm@gnu.org>
3399
3400         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3401
3402 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3405         no longer is much used.
3406         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3407         Articles".
3408
3409 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3410
3411         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3412         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3413         `notmuch' backend.
3414
3415 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * mm-decode.el (mm-text-html-renderer): Doc fix.
3418
3419         * gnus-msg.el (gnus-bug): Fix the MML tag.
3420
3421         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3422
3423 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3424
3425         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3426         secondary methods if started with `gnus-no-server'.
3427
3428 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3429
3430         * message.el (message-return-action): Fix typo in docstring.
3431
3432 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3435         bug reports at once.
3436
3437         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3438
3439 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * nndraft.el: Require gnus-group.
3442         (nndraft-request-list): Declare.
3443
3444         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3445         no unread article unless it matches gnus-permanently-visible-groups.
3446
3447         * nndraft.el (nndraft-update-unread-articles): New function.
3448         (nndraft-request-associate-buffer): Use it to update the number of
3449         unread articles for the nndraft groups in the group buffer when saving
3450         or killing a draft message.
3451
3452 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3455         systems to binary before writing and reading the mbox files.
3456
3457         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3458         instead of trying to list them all (bug#8978).
3459
3460 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3461
3462         * pop3.el (pop3-open-server): Use :end-of-capability.
3463
3464 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3467         the id is always a number.
3468
3469         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3470
3471         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3472         debbugs mode, if possible.
3473
3474 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3475
3476         * auth-source.el (auth-source-token-passphrase-callback-function):
3477         Reindent.
3478         (epg-context-operation): Remove unnecessary autoload.
3479
3480 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus.el (gnus-list-debbugs): New command.
3483
3484         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3485         mboxstat instead of the maintbox, since the stat seems to be fuller.
3486
3487         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3488         summary buffers.
3489
3490         * message.el (message-get-reply-headers): Delete all duplicates,
3491         instead of the first.
3492         (message-get-reply-headers): Ensure that we have progress while
3493         deleting duplicates.
3494
3495         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3496         gnus-posting-style value from the summary buffer to make it easier to
3497         make that a per-buffer conf.
3498
3499 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3500
3501         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3502         found by setting `shortcut' in 'query.
3503         (nnir-request-article): Use `shortcut' setting when requesting article
3504         by Message-ID.
3505
3506 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3507
3508         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3509         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3510         Bring the pseudo-headers back too.
3511
3512 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3513
3514         * auth-source.el (auth-source-token-passphrase-callback-function):
3515         Simplify and remove EPA dependency.
3516
3517 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3518
3519         * nnir.el (nnir-request-article): Fix error message text.
3520
3521 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3522
3523         * auth-source.el (plstore-delete): Autoload.
3524         (auth-source-plstore-search): Support delete operation.
3525         * plstore.el (plstore-delete): New function.
3526
3527 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3530         mark actually existing articles as unread rather than the ones that
3531         active asserts.
3532
3533 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3534
3535         * nntp.el (nntp-record-command):
3536         * gnus-util.el (gnus-message-with-timestamp-1):
3537         Use format-time-string rather than decoding time stamps by hand.
3538         This is simpler and insulates the code from potential changes to
3539         current-time format.
3540
3541 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3544
3545 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3546
3547         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3548         (plstore-save): Support public key encryption.
3549         (plstore--init-from-buffer): New function.
3550         (plstore-open): Use it; fix error when opening a non-existent file.
3551         (plstore-revert): Use plstore--init-from-buffer.
3552
3553 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3554
3555         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3556
3557 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3560         for old Emacsen.
3561
3562 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3563
3564         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3565         is not fully working.
3566
3567 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * dgnushack.el: Autoload sha1 on XEmacs.
3570
3571         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3572         quit window configuration.
3573
3574         * auth-source.el (epg-context-set-passphrase-callback):
3575         Remove duplicate autoload.
3576
3577 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3578
3579         * nnir.el (nnir-request-article): Allow requesting articles by
3580         Message-ID with nnimap.
3581
3582         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3583         current server.
3584
3585 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3586
3587         * auth-source.el: Autoload EPA/EPG functions.
3588         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3589         changed when EPA/EPG is not available.
3590         (auth-source-backend): Rename "arg" member to "data".
3591         (auth-source-backend-parse, auth-source-plstore-search)
3592         (auth-source-plstore-create): Use it.
3593
3594 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3595
3596         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3597         `gnus-refer-article-methods'.
3598
3599 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * auth-source.el: Require EPA and EPG.
3602         (auth-source-passphrase-alist): New variable.
3603         (auth-source-passphrase-callback-function)
3604         (auth-source-token-passphrase-callback-function): Callbacks for the
3605         netrc field encryption (GPG tokens).
3606         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3607         Symmetric encryption and decryption of the netrc GPG tokens.
3608         (auth-source-netrc-normalize): Use them, simplifying the closure.
3609
3610 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3613         is available.
3614
3615 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3618         non-nil, and `nnimap-split-methods' is nil, use the former.
3619
3620 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3621
3622         * plstore.el (plstore-revert): New function.
3623         (plstore-open): Use it; hide the buffer from user.
3624
3625 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3626
3627         * auth-source.el (auth-source-backend): New member "arg".
3628         (auth-source-backend-parse): Handle new backend 'plstore.
3629         * plstore.el: New file.
3630
3631 2011-06-30  Glenn Morris  <rgm@gnu.org>
3632
3633         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3634
3635 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3638         expiring articles to.
3639
3640         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3641         variations as ASCII (bug#5458).
3642
3643 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3646
3647 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * message.el (message-point-in-header-p): Tweak the function to default
3650         to saying that we're not in the headers if there is no separator at
3651         all.  This makes it possible to use the Message version of `M-q' in
3652         buffers with no headers (bug#7987).
3653         (message-point-in-header-p): Fix last checkin to work with an empty
3654         mail-header-separator, too.
3655
3656         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3657         again, save the choice via customize.
3658
3659 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3660
3661         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3662
3663         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3664         ended the connection, bail out before waiting infinitely on a new
3665         connection.
3666
3667 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3668
3669         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3670         reports.
3671
3672         * gnus.el (gnus-bug-package): Use "gnus."
3673         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3674
3675 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * dgnushack.el: Make the timer warning go away on XEmacs.
3678
3679         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3680         animations going on at article exit time.
3681
3682         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3683         since removing it breaks people upgrading.
3684
3685         * shr.el (shr-put-image): Use the new interface for animating images.
3686         (shr-put-image): Animate for 60 seconds.
3687
3688         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3689         avoid compiler warnings.
3690
3691         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3692         error with `find-file-hooks' on Emacs 22.
3693         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3694         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3695         on all architectures.
3696
3697         * spam.el (spam-stat): Require in a normal fashion without binding
3698         `spam-stat-install-hooks' to avoid compilation warnings.
3699
3700         * spam-stat.el (spam-stat-install-hooks): Remove.
3701         (spam-stat-install-hooks): Don't run automatically.
3702
3703 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3704
3705         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3706         and keystroke.
3707
3708 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * auth-source.el (auth-source-netrc-cache): Move forward.
3711
3712 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * proto-stream.el (proto-stream-open-starttls): Use
3715         `gnutls-available-p' to see whether we have built-in support.
3716
3717         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3718         we already know.
3719         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3720         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3721
3722 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3723
3724         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3725         %S format, since that looks odd.
3726         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3727         file, especially when saving.
3728
3729 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3730
3731         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3732         article found.
3733
3734 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3735
3736         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3737         `auth-source-save-secrets' with a more sensitive alist that can be
3738         configured per file.  Experimental, so defaults to 'never.
3739         (auth-source-netrc-create): Use it.  Still experimental code.
3740         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3741         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3742
3743 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3744
3745         * auth-source.el (auth-source-save-secrets): New variable to control if
3746         secret tokens should be saved encrypted.
3747         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3748         to `auth-source-netrc-normalize'.
3749         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3750         on the EPA variables being defined.
3751         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3752         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3753         the lexical-let closure.
3754         (auth-source-netrc-create): Create "gpg:" tokens according to
3755         `auth-source-save-secrets'.
3756
3757 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * gnus-group.el (gnus-group-update-group): Add new argument
3760         `info-unchanged' that stops updating dribble buffer.
3761
3762         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3763         deletes lines matching to it in dribble buffer.
3764
3765         * gnus-agent.el (gnus-agent-fetch-group-1):
3766         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3767         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3768         * gnus-start.el (gnus-group-change-level):
3769         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3770
3771         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3772         if newsgroup info is not changed.
3773
3774         * gnus-group.el (gnus-group-get-new-news-this-group):
3775         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3776         Don't update dribble buffer.
3777
3778 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3779
3780         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3781         remove entries with groups we ignore.
3782
3783 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3786         the underline comes at the bottom.
3787
3788 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3789
3790         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3791         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3792         (gnus-registry-article-marks-to-names): Rename from
3793         `gnus-registry-user-format-function-M2'.
3794
3795 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3798         ephemeral group.
3799
3800 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * shr.el (shr-browse-image): Copy the URL if called interactively.
3803
3804 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3807         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3808         done, then unselected articles may be marked as read.
3809
3810         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3811         since not doing this seems to lead to a race condition in pop3-logon.
3812
3813         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3814         so that the call chain it correct when we call "upwards".
3815
3816         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3817         in read-only groups.
3818
3819         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3820
3821         * message.el (message-cite-reply-position): Doc string fix.
3822
3823         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3824         avoid regexp overflow.
3825         (nnimap-transform-split-mail): Ditto.
3826
3827         * pop3.el (pop3-retr): Error out if the server closes the connection.
3828
3829 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3830
3831         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3832         mm-with-unibyte-current-buffer.  The buffer should not contain any
3833         multibyte chars anyway at this stage.
3834
3835 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3838         at the end of lines.
3839
3840 2011-05-29  Julien Danjou  <julien@danjou.info>
3841
3842         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3843
3844 2011-05-27  Glenn Morris  <rgm@gnu.org>
3845
3846         * gnus-group.el (gnus-bug-group-download-format-alist):
3847         Use the "maintainer" version of debian reports as well.
3848
3849 2011-05-26  Glenn Morris  <rgm@gnu.org>
3850
3851         * gnus-group.el (gnus-bug-group-download-format-alist):
3852         Use the "maintainer" version of debbugs.gnu.org reports.
3853
3854 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3857
3858 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3859
3860         * gnus-cus.el (gnus-agent-customize-category):
3861         * gnus-delay.el (gnus-delay-send-queue):
3862         * gnus.el (gnus-other-frame):
3863         Don't quote lambda expressions with `quote'.
3864
3865 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3866
3867         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3868         the thread moves us backwards and so we loop forever.
3869
3870 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3873         whitespace in base64 data lines.
3874
3875 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3876
3877         * gnus-registry.el (gnus-registry-user-format-function-M):
3878         Use `mapconcat'.
3879         (gnus-registry-user-format-function-M2): Use to see the full text of
3880         the marks.  Make "," the mark text separator.
3881
3882         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3883         authentication with auth-source.
3884
3885 2011-05-17  Glenn Morris  <rgm@gnu.org>
3886
3887         * gnus-group.el (gnus-import-other-newsrc-file):
3888         Use insert-file-contents.
3889
3890 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3893         1000 iterations.
3894
3895 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * nntp.el (nntp-open-connection): Check if process-type is available.
3898
3899 2011-05-16  Julien Danjou  <julien@danjou.info>
3900
3901         * shr.el (shr-tag-del): Add support for del tag.
3902
3903 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * gnus-html.el (gnus-html-put-image): Register a displayer.
3906
3907         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3908
3909 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3910
3911         * registry.el (prune-factor): New initialization parameter defaulting
3912         to 0.1.
3913         (registry-prune-hard): Use it.
3914
3915         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3916         0.1 expicitly.
3917
3918 2011-05-13  Glenn Morris  <rgm@gnu.org>
3919
3920         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3921         is bound, since this function requires sendmail.
3922
3923 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3924
3925         * registry.el (registry-usage-test): Disable pruning test.
3926
3927 2011-05-11  David Engster  <dengste@eml.cc>
3928
3929         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3930         Bind set-network-process-option for XEmacs.
3931
3932 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3933
3934         * registry.el (registry-prune-hard-candidates)
3935         (registry-prune-soft-candidates): Helper methods for registry pruning.
3936         (registry-prune): Use them.  Make the sort function optional.
3937
3938 2011-05-10  Jim Meyering  <meyering@redhat.com>
3939
3940         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3941
3942 2011-05-10  Julien Danjou  <julien@danjou.info>
3943
3944         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3945         symbol and not a list.
3946
3947 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * gnus-art.el (gnus-article-mode): Move binding of
3950         shr-put-image-function here from gnus-article-prepare-display.
3951
3952         * shr.el (shr-put-image-function): New variable.
3953         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3954         (shr-put-image): Return scaled image.
3955
3956         * gnus-art.el (gnus-shr-put-image): New function.
3957         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3958
3959         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3960         original ones, as deletable.
3961
3962 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3963
3964         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3965
3966 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3967
3968         * registry.el (registry-full): Add convenience method.  Fix logic.
3969         (registry-insert): Use it.  Fix logic here too.
3970
3971         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3972         `registry-prune' if `registry-full' returns t.
3973         (gnus-registry-handle-action)
3974         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3975         (gnus-registry-usage-test): Use it.
3976
3977 2011-05-07  Julien Danjou  <julien@danjou.info>
3978
3979         * shr.el (shr-link): Make shr-link inherit from link by default.
3980
3981 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3982
3983         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3984
3985 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3988         error out because the face is not a list.
3989
3990 2011-05-05  Glenn Morris  <rgm@gnu.org>
3991
3992         * proto-stream.el (gnutls-negotiate): Fix declarations.
3993
3994         * gnus-start.el (gnus-propagate-marks): Declare.
3995
3996 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * registry.el (registry-reindex): Fix percentage message.
3999
4000         * proto-stream.el (network-stream-open-starttls): Adjust to call
4001         `gnutls-negotiate' with :process and :hostname arguments.
4002
4003 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4004
4005         * shr.el: Add shr-link face for links.
4006         (shr-urlify): Use it.
4007
4008         * registry.el (registry-insert): Make error message more helpful.
4009
4010 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * gnus-html.el (gnus-html-schedule-image-fetching):
4013         Use url-queue-retrieve, if it exists.
4014
4015         * shr.el (shr-tag-img): Ditto.
4016
4017         * gnus.el: Autoload more gnus-agent functions.
4018
4019         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4020         agent if we haven't already (bug#8502).
4021
4022         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4023         into the Agent, too.
4024
4025         * gnus-agent.el (gnus-agent-store-article): New function.
4026
4027         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4028         and moved from that file for reuse.
4029
4030         * pop3.el (pop3-open-server): Error messages are "-ERR".
4031
4032 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4035         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4036
4037 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4038
4039         * gnus.el: No Gnus v0.17 is released.
4040
4041 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4042
4043         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4044         buffer has moved to a different frame.
4045
4046 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4049         to get the conversion from unibyte to multibyte buffers to work on
4050         Emacs 22.
4051
4052         * nntp.el (nntp-request-article): Slight clean-up.
4053
4054 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * shr.el (shr-strike-through): New face.
4057         (shr-tag-s): Use it to provide <s> support.
4058         (shr-tag-s): Remove duplicate definition.
4059
4060 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4061
4062         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4063         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4064
4065 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4066
4067         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4068         `gnutls-negotiate'.
4069         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4070
4071 2011-04-23  Glenn Morris  <rgm@gnu.org>
4072
4073         * gnus-sum.el (gnus-extra-headers): Bump :version.
4074
4075 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * shr.el (shr-tag-sup): New function.
4078         (shr-tag-sub): Ditto.
4079
4080 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4081
4082         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4083         for the case where `gnus-registry-ignored-groups' is a list of lists,
4084         and don't call `gnus-parameter-registry-ignore' otherwise.
4085
4086 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4087
4088         * nnimap.el (nnimap-user): New backend variable.
4089         (nnimap-open-connection-1): Use it.
4090         (nnimap-credentials): Accept user parameter so it's explicit what user
4091         name is desired.
4092
4093         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4094         default.
4095
4096         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4097         not gnus-registry.el.
4098
4099         * gnus-registry.el: Mention in comments how to modify
4100         `gnus-extra-headers' for proper recipient tracking and that it may
4101         already have To and Cc recently, which it does as of this commit.
4102         (gnus-registry-ignored-groups): Remove defcustom.
4103         Explain why in comments.
4104         (gnus-registry-action): Fix data-header reference to use the extra
4105         headers.  Explain in package commentary how to add To and Cc headers to
4106         the gnus-extra-headers.
4107         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4108         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4109         parameter list or a string list in `gnus-registry-ignored-groups'.
4110         Fix logic error.
4111
4112 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4113
4114         * shr.el (shr-expand-url): Protect against null urls.
4115
4116 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * shr.el (shr-base): New binding.
4119         (shr-tag-base): Keep track of <base>.
4120         (shr-expand-url): New function used throughout.
4121
4122 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4123
4124         * gnus-registry.el
4125         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4126         (gnus-registry-ignored-groups): New variable.
4127         (gnus-registry-ignore-group-p): Use it.
4128         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4129         set the destination group to nil (same as delete) if it's ignored.
4130
4131 2011-04-20  David Engster  <dengste@eml.cc>
4132
4133         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4134
4135         * Makefile.in (test-nntp): New rule.
4136         (check): Add it.
4137         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4138
4139 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-registry.el (gnus-registry-action)
4142         (gnus-registry-fetch-header-fast):
4143         Don't use mail-header that looks an internal function of mailheader.el.
4144
4145 2011-04-19  Glenn Morris  <rgm@gnu.org>
4146
4147         * time-date.el (time-to-days): Remove unused local variables.
4148
4149 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus-registry.el: Eliminate cl functions.
4152         (gnus-registry-sort-addresses): New function that replaces mapcan.
4153         (gnus-registry-action, gnus-registry-spool-action)
4154         (gnus-registry-split-fancy-with-parent)
4155         (gnus-registry-fetch-recipients-fast): Use it.
4156         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4157
4158         * registry.el (initialize-instance, registry-lookup)
4159         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4160         (registry-lookup-secondary-value, registry-search, registry-delete)
4161         (registry-insert, registry-reindex, registry-size, registry-prune):
4162         Use eval-and-compile.
4163
4164 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         * registry.el (registry-reindex): New method to recreate the secondary
4167         registry indices.
4168
4169         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4170         tracked field changes.
4171         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4172         (gnus-registry-action, gnus-registry-spool-action)
4173         (gnus-registry-handle-action)
4174         (gnus-registry--split-fancy-with-parent-internal)
4175         (gnus-registry-split-fancy-with-parent)
4176         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4177         move, and delete actions, and for fancy splitting with parent.
4178         (gnus-registry-extract-addresses)
4179         (gnus-registry-fetch-recipients-fast)
4180         (gnus-registry-fetch-header-fast): Convenience functions.
4181         (gnus-registry-misc-test): ERT test of
4182         `gnus-registry-extract-addresses'.
4183
4184 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4185
4186         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4187         Track by subject first, then sender.
4188
4189 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4190
4191         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4192
4193         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4194         Lisp.
4195
4196         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4197         (gnus-draft-send): Use it to avoid popping
4198         up frames from gnus-group-send-queue.
4199
4200 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4201
4202         * gnus-registry.el: Updated gnus-registry docs.
4203
4204 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4207         Fix logic bug.
4208         (gnus-registry-post-process-groups): Fix logging of no results and
4209         quote sender and subject.
4210
4211 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4214         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4215         gnutls-cli are too slow to be done opportunistically.
4216
4217         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4218         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4219         we had no early-data returned.
4220         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4221         two async commands to the same server at the same time.
4222
4223 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4224
4225         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4226
4227 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228
4229         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4230         "warning" level.
4231
4232         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4233         (mm-url-insert-file-contents): Don't set the package names.
4234
4235 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * gnus-registry.el (gnus-registry-action): Remove properties and
4238         simplify subject in `gnus-registry-handle-action'.
4239         (gnus-registry-spool-action): Get subject and sender from message if
4240         they are not passed in.
4241         (gnus-registry-handle-action): Remove properties and simplify subject
4242         consistently.
4243
4244 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4245
4246         * registry.el: Require CL before using defmacro*.
4247
4248 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-art.el (article-treat-date): Assume that
4251         gnus-article-date-headers may be a group parameter.
4252
4253 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4254
4255         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4256
4257         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4258         interactively so the newsrc file can contain foreign groups too.
4259         Useful for debugging but not much for users.
4260
4261 2011-04-07  David Engster  <dengste@eml.cc>
4262
4263         * registry.el (registry-usage-test): Only do
4264         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4265         lexical binding.
4266
4267 2011-04-07  David Engster  <dengste@eml.cc>
4268
4269         * Makefile.in (check, test-registry): New rules for test-suite.
4270
4271 2011-04-06  David Engster  <dengste@eml.cc>
4272
4273         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4274         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4275
4276 2011-04-06  David Engster  <dengste@eml.cc>
4277
4278         * registry.el (initialize-instance): Change :after to :AFTER to be
4279         compatible with old EIEIO version in XEmacs.
4280
4281 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4282
4283         * gnus-registry.el (gnus-registry-post-process-groups)
4284         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4285         and provide better messaging.
4286
4287 2011-04-06  David Engster  <dengste@eml.cc>
4288
4289         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4290         errors.
4291
4292         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4293         dgnushack-compile with error-on-warn enabled, and to signal an error if
4294         clean compilation failed.
4295         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4296         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4297
4298 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4299
4300         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4301         unconditionally anyway, discarding errors.
4302         (gnus-registry-delete-entries): New convenience function.
4303         (gnus-registry-import-eld): Import from old .eld registry.
4304
4305         * registry.el: Don't use ERT if it's not available.  Load it
4306         unconditionally anyway, discarding errors.
4307
4308         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4309         version from the Claudio Bley GnuTLS patch (extra optional parameters
4310         and host name).
4311
4312 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4313
4314         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4315         fixup the parameters that can be customized by the user between
4316         save/read cycles.
4317         (gnus-registry-read): Use it.
4318         (gnus-registry-make-db): Use it.
4319         (gnus-registry-spool-action, gnus-registry-handle-action):
4320         Fix messaging.
4321         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4322         Map references to actual group names with sender and subject tracking.
4323         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4324         (gnus-registry-usage-test): Add subject lookup test.
4325
4326         * registry.el (registry-db, initialize-instance): Set up constructor
4327         instead of :initform arguments for the sake of older Emacsen.
4328         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4329         pre-lexbind merge bug.
4330         (registry-usage-test): Use it.
4331         (initialize-instance, registry-db): Move the non-function initforms
4332         back to the class definition.
4333
4334 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4335
4336         * registry.el: New library to manage gnus-registry-style data.
4337
4338         * gnus-registry.el: Use it (major rewrite).
4339
4340         * nnregistry.el: Use it.
4341
4342         * spam.el: Use it.
4343
4344 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4347         marks on non-selected articles.
4348
4349 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4350
4351         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4352         parameter to open-protocol-stream.
4353
4354 2011-04-01  Julien Danjou  <julien@danjou.info>
4355
4356         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4357         fundamental-mode.
4358
4359 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4362         servers.
4363
4364 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4367         made marks not propagate, again.
4368
4369 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4370
4371         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4372         Make this the default type.
4373         (proto-stream-open-plain): Rename from proto-stream-open-default.
4374         (open-protocol-stream, proto-stream-open-starttls)
4375         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4376         with `plain'.
4377
4378         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4379         value.
4380
4381         * nntp.el (nntp-open-connection-function): Document the fact that some
4382         values are not functions but are instead handled specially.
4383         Recognize nntp-open-plain-stream value.
4384         (nntp-open-connection): Recognize that value.
4385
4386 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4389         where it seems to be needed.
4390
4391 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4394         stuff.
4395
4396         * gnus-score.el (gnus-score-string): Fix calling convention of
4397         `gnus-simplify-buffer-fuzzy' after last patches.
4398
4399         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4400         server for articles we didn't get any headers for.  This is a sanity
4401         check.
4402
4403 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4404
4405         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4406         new CAPABILITY, use it.
4407
4408 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4411         downloading anything.
4412
4413         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4414
4415 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4416
4417         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4418         colors.
4419         (gnus-splash-svg-color-symbols): New function.
4420
4421 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4424         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4425         (gnus-simplify-subject-fuzzy): Use the local
4426         gnus-simplify-subject-fuzzy-regex instead of the global one.
4427         This makes using this variable in group parameters work.
4428
4429 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4430
4431         * gnus-registry.el (gnus-registry-unfollowed-groups):
4432         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4433         archive:sent-YYYY-MM-DD groups).
4434         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4435         tracking if there are more than `gnus-registry-max-track-groups'
4436         matches.
4437
4438 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4439
4440         * message.el (message--yank-original-internal): New function to do the
4441         insertion cleanly inside eval in `message-yank-original'.
4442         (message-yank-original): Use it.
4443
4444 2011-03-29  Julien Danjou  <julien@danjou.info>
4445
4446         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4447         local variables disabled rather than `normal-mode'.
4448
4449 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4450
4451         * imap.el (imap-shell-open, imap-process-connection-type):
4452         Use imap-process-connection-type for 'shell' streams as well as
4453         Kerberos, SSL, other subprocesses.
4454
4455 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4456
4457         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4458         with open-network-stream.
4459         (proto-stream-always-use-starttls): Option removed.
4460         (open-protocol-stream): Return a process object by default.  Provide a
4461         new parameter :return-list specifying a list-type return value, which
4462         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4463         :type `network' to `try-starttls', and `network-only' to `default'.
4464         Make `default' the default, for compatibility with open-network-stream.
4465         Handle the no-parameter case exactly as open-network-stream, with no
4466         additional stream processing.  Search plists using plist-get.
4467         Explicitly add :end-of-commend parameter if it is missing.
4468         (proto-stream-open-default): Rename from
4469         proto-stream-open-network-only.  Return 'default as the type.
4470         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4471         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4472         failed.  Always return a list with a (possibly dead) process as the
4473         first element, for compatibility with open-network-stream.
4474         (proto-stream-open-tls): Use plist-get.  Always return a list.
4475         (proto-stream-open-shell): Return `default' as connection type.
4476         (proto-stream-capability-open): Use plist-get.
4477         (proto-stream-eoc): Function deleted.
4478
4479         * nnimap.el (nnimap-stream, nnimap-open-connection)
4480         (nnimap-open-connection-1): Handle renaming of :type parameter for
4481         open-protocol-stream.
4482         (nnimap-open-connection-1): Pass a :return-list parameter
4483         open-protocol-stream to obtain a list return value.  Parse this list
4484         using plist-get.
4485
4486         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4487         for open-protocol-stream.  Accept open-protocol-stream return value
4488         that is a subprocess object instead of a list.  Handle the case of a
4489         dead returned process.
4490
4491 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4492
4493         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4494
4495         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4496
4497 2011-03-21  Julien Danjou  <julien@danjou.info>
4498
4499         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4500         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4501         query.
4502         (mm-inline-text): Render normal text with fontification whenever
4503         possible.
4504
4505         * gnus-sum.el (gnus-summary-save-parts-1):
4506         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4507         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4508         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4509         Use `mm-handle-filename'.
4510
4511         * mm-util.el (mm-handle-filename): New function, return the filename of
4512         an handle.
4513
4514 2011-03-18  Julien Danjou  <julien@danjou.info>
4515
4516         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4517         (gnus-buffer-live-p): Check that buffer is not nil.
4518
4519 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4520
4521         * gnus.el: No Gnus v0.15 is released.
4522
4523 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4526         avoid warning on XEmacs.
4527
4528         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4529         on XEmacs.
4530
4531         * gnus-art.el: Require mouse, which the build bot seems to say is
4532         needed.
4533
4534         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4535
4536         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4537         XEmacs, since it doesn't have url-retrieve-synchronously.
4538
4539         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4540         since assoc-string doesn't exist in XEmacs.
4541
4542 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4543
4544         * gnus-group.el (gnus-group-list-ticked): New function.
4545         (gnus-group-make-menu-bar): Provide a menu entry for it.
4546         (gnus-group-list-map): Provide a binding for it.
4547
4548 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549
4550         * shr.el (shr-visit-file): New command.
4551
4552         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4553
4554 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4555
4556         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4557         servers.
4558
4559 2011-03-16  Julien Danjou  <julien@danjou.info>
4560
4561         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4562         inline.
4563
4564         * gnus-art.el (article-hide-list-identifiers):
4565         Use gnus-group-get-list-identifiers.
4566
4567         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4568         (gnus-summary-remove-list-identifiers):
4569         Use gnus-group-get-list-identifiers to get regexp.
4570         (gnus-select-newsgroup, gnus-summary-insert-subject)
4571         (gnus-summary-insert-articles):
4572         Call gnus-summary-remove-list-identifiers unconditionally.
4573
4574 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575
4576         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4577         we're selecting a group with unread articles.
4578
4579         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4580
4581         * gssapi.el: New file separated out from imap.el to provide a general
4582         Kerberos 5 connection facility for Emacs.
4583
4584         * message.el (message-elide-ellipsis): Document the format spec
4585         ellipsis.
4586
4587 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * message.el (message-elide-region): Allow the ellipsis to say how many
4590         lines were removed.
4591
4592 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4595         window configurations containing buffers that are now dead.
4596
4597         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4598         parsing to avoid integer overflows.
4599         (nnimap-parse-flags): Simplify the last change.
4600         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4601         too large for 32-bit Emacsen.
4602
4603 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4604
4605         * auth-source.el (auth-source-netrc-create):
4606         * message.el (message-yank-original): Fix use of `case'.
4607
4608 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4609
4610         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4611         XEmacs, which was one character too wide.
4612
4613 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4614
4615         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4616         default number of articles to display.
4617         (gnus-articles-to-read): Use pretty names for prompt.
4618
4619 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * gnus-int.el (gnus-open-server): Ditto.
4622
4623         * gnus-start.el (gnus-activate-group): Give a backtrace if
4624         debug-on-quit is set and the user hits `C-g'.
4625         (gnus-read-active-file): Ditto.
4626
4627         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4628
4629 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * message.el (message-yank-original): Use cond instead of CL case.
4632
4633 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4634
4635         * auth-source.el (auth-source-netrc-create): Use usual format for the
4636         default in prompts.
4637
4638 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * lpath.el: Fbind read-char-choice for XEmacs.
4641
4642 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4643
4644         * auth-source.el (auth-source-netrc-create): Show the default in the
4645         prompt when prompting for token creation.
4646
4647 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4648
4649         * auth-source.el (auth-source-format-prompt): Always convert the value
4650         to a string to avoid evaluating non-string arguments.
4651         (auth-source-netrc-create): Offer default properly, not as initial
4652         content in `read-string'.
4653         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4654         of line to determine if we've been run before.  If so, don't run again,
4655         but print a trivial message to indicate the cache was hit instead.
4656
4657 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4658
4659         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4660         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4661         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4662         Gnus.
4663
4664 2011-03-11  Julien Danjou  <julien@danjou.info>
4665
4666         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4667         modified file".
4668
4669 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * auth-source.el (auth-source-read-char-choice): New function to read a
4672         character choice using `dropdown-list', `read-char-choice', or
4673         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4674         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4675         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4676         (auth-source-netrc-saver): Use it.
4677         (auth-source-pick-first-password): New convenience function.
4678
4679 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4680
4681         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4682         parameter in the credentials.
4683         (nnimap-open-connection-1): Use it after a successful login.
4684         (nnimap-credentials): Add IMAP-specific user and password prompt.
4685
4686         * auth-source.el (auth-source-search): Add :require parameter, taking a
4687         list.  Document it and the :save-function return token.  Pass :require
4688         down.  Change the CREATED message from a warning to a debug statement.
4689         (auth-source-search-backends): Pass :require down.
4690         (auth-source-netrc-search): Pass :require down.
4691         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4692         Change save prompt to indicate all modifications saved here are
4693         deletions.
4694         (auth-source-netrc-create): Take user login name as default in user
4695         prompt.  Move all the save functionality to a lexically bound function
4696         under the :save-function token in the returned list.  Set up clearer
4697         default prompts for user, host, port, and secret.
4698         (auth-source-netrc-saver): New function, intended to be wrapped for
4699         :save-function.
4700
4701 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4704         lines to be spaces instead.
4705
4706 2011-03-07  Julien Danjou  <julien@danjou.info>
4707
4708         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4709         (sieve-sasl-auth): Check that auth-source-search did return something,
4710         or just return an empty string.
4711
4712 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4713
4714         * gnus.el (gnus-interactive): Use read-directory-name.
4715
4716         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4717         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4718         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4719         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4720         Likewise.
4721
4722         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4723
4724 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4727         onto the list of killed groups, too.  This makes killed nnimap groups,
4728         for instance, more reliably not reappear.
4729
4730         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4731         the parent.
4732
4733         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4734
4735         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4736         really have server-side marks.
4737
4738         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4739         since most backends do not usefully have server-side marks.
4740         (gnus-update-read-articles): Propagate marks to all backends that
4741         really have server-side marks.
4742
4743 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4744
4745         * message.el (message-cite-reply-position, message-cite-style):
4746         New variables.
4747         (message-yank-original): Use the new citation styles.
4748
4749 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4750
4751         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4752         buffer-local issue); don't mark it buffer-local when running under
4753         XEmacs.
4754
4755 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4756
4757         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4758         numbers too big to be `read'.
4759
4760 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4761
4762         * password-cache.el (password-in-cache-p): Add autoload.
4763
4764         * message.el (message-options): Make buffer-local two ways to attempt
4765         to fix a XEmacs bug.
4766
4767 2011-03-02  Julien Danjou  <julien@danjou.info>
4768
4769         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4770
4771 2011-03-01  Julien Danjou  <julien@danjou.info>
4772
4773         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4774         group.
4775         (article-hide-list-identifiers): Use list-identifier group parameter.
4776
4777 2011-02-28  Julien Danjou  <julien@danjou.info>
4778
4779         * sieve.el (sieve-buffer-script-name): New local variable to store
4780         sieve script name.
4781         (sieve-edit-script): Store sieve script name.
4782         (sieve-upload): Use sieve script name when uploading.
4783         (sieve-upload): Use substitute-command-keys.
4784         (sieve-edit-script): Use substitute-command-keys.
4785         (sieve-refresh-scriptlist): Use substitute-command-keys.
4786         (sieve-manage-mode-map): Define keymap properly.
4787         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4788         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4789         Remove commented code about cvs.
4790         (sieve-manage-quit): New function.
4791         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4792
4793 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4796
4797 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * auth-source.el (auth-source-search): Cache empty result sets.
4800
4801         * password-cache.el (password-in-cache-p): Convenience function to
4802         check if a key is in the cache, even if the value is nil.
4803
4804         * auth-source.el (auth-source-save-behavior): New variable to replace
4805         `auth-source-never-create'.
4806         (auth-source-netrc-create): Use it.
4807         (auth-source-never-save): Remove.
4808
4809 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4810
4811         * nnimap.el (nnimap-stream): Doc fix.
4812         (nnimap-open-connection-1): Reverse the order of the ports to that the
4813         prompted-for port is first.
4814
4815         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4816         retrieval by the no-group selection.
4817
4818         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4819         numerical parameters.
4820
4821 2011-02-25  Julien Danjou  <julien@danjou.info>
4822
4823         * gnus-gravatar.el: Use gnus-with-article-buffer.
4824
4825         * gnus-art.el (gnus-with-article-buffer): Check that the
4826         gnus-article-buffer is alive.
4827
4828 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4829
4830         * auth-source.el (auth-source-creation-prompts): New variable to manage
4831         creation-time prompts.
4832         (auth-source-search): Document it.
4833         (auth-source-format-prompt): Add utility function.
4834         (auth-source-netrc-create): Don't default the user name to
4835         user-login-name.  Use `auth-source-creation-prompts' and some default
4836         prompts for user, host, port, and password (the default generic prompt
4837         remains ugly).
4838         (auth-source-never-save): Add customizable option to never save info.
4839         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4840         mode excursion.
4841
4842 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4845         argument that XEmacs doesn't support.
4846
4847         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4848         compiled for Emacsen having no `libxml-parse-html-region' support.
4849
4850         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4851
4852         * lpath.el: Bind buffer-save-without-query for XEmacs.
4853
4854 2011-02-23  Julien Danjou  <julien@danjou.info>
4855
4856         * gnus-art.el (article-make-date-line): Ignore errors if time is
4857         invalid and not convertible.
4858         (article-make-date-line): Only add lapsed time if time is not nil.
4859
4860 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4861
4862         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4863         `read-char-choice' for backwards compatibility.
4864         (auth-source-netrc-element-or-first): New function to DTRT for
4865         parameter extraction.
4866         (auth-source-netrc-create): Use it and fix multiple parameter print
4867         bug.  Use the default passed from above (given-default) or the
4868         built-in (user-login-name for :user).
4869
4870 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4871
4872         * gnus-start.el (gnus-dribble-read-file):
4873         Set buffer-save-without-query, since we always want to save the dribble
4874         file, probably.
4875
4876         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4877         nnimap.
4878
4879         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4880         -summary- since it's a user-visible variable.
4881
4882         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4883         first time you use the new Gnus.
4884
4885 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4886
4887         * auth-source.el: Don't load netrc.el.
4888         (auth-sources): Search ~/.netrc as well by default.
4889         (auth-source-debug): Add 'trivia option for extra output.
4890         (auth-source-do-trivia): Use it.
4891         (auth-source-search): Simplify logic to use
4892         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4893         appropriate.  Don't keep a running count at this level.  Layer :create
4894         and :delete options appropriately on the first and second passes.
4895         Don't track the backend with the search results.
4896         (auth-source-search-backends): New function to search a list of
4897         backends for a processed spec.
4898         (auth-source-netrc-parse): Cache all netrc files, making
4899         auth-source-netrc-cache an alist keyed by the file name and using the
4900         file mtime as the caching criterion.  Keep the obfuscated data secret
4901         with a lexical bind.
4902         (auth-source-netrc-search): Don't calculate the length of the results
4903         unnecessarily.
4904         (auth-source-search-backends): Fix bug.
4905         (auth-source-netrc-create): Rework prompts.
4906
4907 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4908
4909         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4910         Lower case names of search constraints.
4911         (nnir-run-query): Cache and reuse search constraints for all imap
4912         servers.
4913
4914 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4915
4916         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4917         after exit.
4918         (gnus-setup-message): Define missing variable from last checkin.
4919
4920         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4921         value, show the raw article.
4922
4923 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4924
4925         * gnus.el: No Gnus v0.13 is released.
4926
4927 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4928
4929         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4930         auth-source now accepts numbers.
4931
4932         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4933         spec, too.
4934         (auth-source-ensure-strings): New function.
4935
4936         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4937         (gnus-article-setup-buffer): Always restart the date timer so that user
4938         changes to the frequency is respected.
4939
4940         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4941         port numbers, so make sure it gets that if nnimap-server-port is
4942         explicit.
4943
4944 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4945
4946         * nnimap.el (nnimap-inbox): Doc fix.
4947
4948 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4949
4950         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4951         Autoload.  Add optional arg FRAME, and pass it to color-values.
4952         (color-complement): Caller changed.  Doc fix.
4953         (color-gradient): Rewrite for better clarity and efficiency.
4954
4955 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4956
4957         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4958         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4959         color-lab-to-srgb.
4960
4961 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4962
4963         * color.el: First part of merge from hexrgb.el.
4964         (color-rgb-to-hex): Rename from color-rgb->hex.
4965         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4966         saturation to zero if the value is too small.
4967         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4968         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4969         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4970         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4971         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4972         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4973         (color-cie-de2000): Doc fix.
4974
4975 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4976
4977         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4978         given method as in the group name if we're using an extended method.
4979         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4980         command, if we're using that, instead of waiting for the beginning.
4981
4982         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4983         we're sure to get unique server names, and we don't output two async
4984         commands in the same buffer.  This fixes an NNTP hang for some users.
4985
4986 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4987
4988         * gnus.el: No Gnus v0.11 is released.
4989
4990 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4993         summary buffer before reading going to the next buffer.  This avoids
4994         putting the point in the group buffer if you `C-g' the command.
4995
4996         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4997         cache (for now) to make ~/.authinfo.gpg files usable.
4998
4999         * nnfolder.el (copyright-update): Define for the compiler.
5000
5001         * auth-source.el (auth-source-search): Fix unbound variable.
5002
5003 2011-02-19  Glenn Morris  <rgm@gnu.org>
5004
5005         * gnus.el (gnus-meta): Doc fix.
5006
5007 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5008
5009         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5010         in case it's not yet loaded.
5011
5012 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5013
5014         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5015         line we're waiting for.
5016
5017 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5018
5019         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5020         face with line-width greater than zero will cause RET in gnus summary
5021         buffer to scroll down article page-wise because auto vscroll happens,
5022         it should be temporally disabled when doing a scroll-up.
5023
5024 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5025
5026         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5027         outputs from the server.
5028
5029 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5030
5031         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5032         later so that bbdb can hook in easier.
5033
5034 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5035
5036         * auth-source.el (auth-source-search): Don't try to create credentials
5037         if the caller doesn't want that.
5038         (auth-source-search): If we don't find a match, don't bug out on
5039         non-bound variables.
5040         (auth-source-search): Only ask a single backend to create the
5041         credentials.
5042
5043         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5044         logging.
5045         (nnimap-credentials): Protect against auth-source-search returning nil.
5046         (nnimap-request-list): Protect against not being able to open the
5047         server.
5048
5049 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5050
5051         * auth-source.el (auth-source-search): Do a two-phase search, one with
5052         no :create to get the responses from all backends.
5053
5054         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5055         when getting credentials.
5056
5057         * gnus-util.el (gnus-delete-duplicates): New function.
5058
5059 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5060
5061         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5062         a creation default, pass the whole port list down.  It will be
5063         completed.
5064
5065         * auth-source.el (auth-source-search): Updated docs to talk about
5066         multiple creation choices.
5067         (auth-source-netrc-create): Accept a list as a value (from the search
5068         parameters) and do completion on that list.  Keep a separate netrc line
5069         with the password obscured for showing the user.
5070
5071         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5072         first choice to `auth-source-search' so it will be used for entry
5073         creation instead of the server's Gnus-specific name.
5074         (nnimap-credentials): Rely on the auth-source library to select which
5075         port is actually wanted in the new netrc entry, so don't override
5076         `auth-source-creation-defaults'.
5077
5078         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5079         :protocol and accept a missing user, host, or port as a wildcard match.
5080         (auth-source-debug): Default to off.
5081
5082         (auth-source-netrc-search, auth-source-netrc-create)
5083         (auth-source-secrets-search, auth-source-secrets-create)
5084         (auth-source-user-or-password, auth-source-backend, auth-sources)
5085         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5086         instead of :protocol.
5087
5088         * nnimap.el (nnimap-credentials): Pass a port default to
5089         `auth-source-search' in case an entry needs to be created.
5090         (nnimap-open-connection-1): Use :port instead of :protocol.
5091
5092 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * auth-source.el: Bind load-path when loading EIEIO from
5095         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5096         21.4 doesn't support, to `require'.
5097         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5098         delete-dups that is not available in XEmacs 21.4.
5099
5100 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5101
5102         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5103         as EIEIO must also be loaded when auth-source.el is being
5104         byte-compiled.
5105
5106 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5107
5108         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5109
5110         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5111
5112         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5113
5114         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5115
5116         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5117
5118         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5119
5120         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5121
5122         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5123         necessary.
5124
5125 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5126
5127         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5128         nil means that nnimap doesn't get updated.
5129
5130 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5131
5132         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5133         result when the user doesn't want to write to the file.
5134         (auth-source-netrc-search): Expect a synthetic result and proceed
5135         accordingly.
5136         (auth-source-cache-expiry): New variable to override
5137         `password-cache-expiry'.
5138         (auth-source-remember): Use it.
5139
5140         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5141         parameter.  Create entry if necessary by using :create t.
5142         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5143
5144 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * auth-source.el (auth-source-debug): Enable by default and don't
5147         mention the obsolete `auth-source-hide-passwords'.
5148         (auth-source-do-warn): New function to debug unconditionally.
5149         (auth-source-do-debug): Use it.
5150         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5151         and for Secrets API entries when the secrets.el library is not
5152         available.
5153
5154 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5155
5156         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5157         (gnus-summary-exit): Kill the correct article buffer on exit from a
5158         `C-d' group.
5159
5160         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5161         gnus-propagate-marks.
5162
5163         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5164         before killing the buffers so that a non-full window conf gets handled
5165         correctly.
5166         (gnus-summary-exit): Ditto.
5167         (gnus-summary-read-group-1): Ditto.
5168
5169         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5170         async code again so that we can debug it properly.
5171
5172         * message.el (message-reply): Take an optional switch-buffer parameter
5173         so that Gnus window confs are respected better.
5174
5175 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5176
5177         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5178         `plist-get' to accept non-list parameters (XEmacs issue).
5179         Fix docstring.
5180         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5181         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5182         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5183         Login collection is "Login" and not "login".
5184
5185 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5188         multiple headers.
5189
5190         * nnimap.el (nnimap-inhibit-logging): New variable.
5191         (nnimap-log-command): Don't log login commands.
5192
5193         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5194         to have more parameters.
5195
5196         * nnimap.el (nnimap-send-command): Mark the command time for each
5197         command, so that we don't get NOOPs stepping on our toes.
5198
5199         * gnus-art.el (article-date-ut): Get the date from the Date header on
5200         `t'.
5201
5202 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * auth-source.el (auth-source-search): Use copy-sequence instead of
5205         the cl.el copy-list.
5206
5207 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5208
5209         * imap.el: Bring it back (revert
5210         84d800cd31de3064f0ed39617d725709a2f8f42f).
5211
5212 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5213
5214         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5215         Improve prompt.
5216
5217 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5218
5219         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5220         washing status from the default format.  It isn't very informative.
5221
5222 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5223
5224         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5225         Fix Gcc processing on imap.
5226
5227 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5228
5229         * imap.el: Remove file.  All the functionality is in nnimap.el.
5230
5231 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5232
5233         * message.el (message-bury): Don't pop up a new window when selected
5234         window is dedicated.
5235
5236 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5237
5238         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5239
5240 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5241
5242         * sieve-manage.el: Autoload `auth-source-search'.
5243         (sieve-sasl-auth): Use it.
5244
5245 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * nnimap.el: Autoload `auth-source-forget+'.
5248         (nnimap-open-connection-1): Use it if the connection fails.
5249
5250         * auth-source.el: Require `password-cache'.
5251         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5252         obsolete.
5253         (auth-source-magic): Marker for `password-cache' keys.
5254         (auth-source-do-cache): Update docstring.
5255         (auth-source-search): Use and check cache.
5256         (auth-source-forget-all-cached, auth-source-remember)
5257         (auth-source-recall, auth-source-forget, auth-source-forget+)
5258         (auth-source-specmatchp): Caching support functions.
5259         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5260         Remove and obsolete.
5261         (auth-source-user-or-password): Remove caching to further discourage
5262         using it.  Always hide passwords.
5263
5264         * password-cache.el (password-cache-remove): Accept secrets that are
5265         not strings.
5266
5267 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5268
5269         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5270         code for now, since it doesn't work for all users.
5271
5272 2011-02-09  Julien Danjou  <julien@danjou.info>
5273
5274         * message.el (message-options): Make message-options really buffer
5275         local.
5276
5277 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5278
5279         * mail-source.el: Autoload `auth-source-search'.
5280         (mail-source-keyword-map): Note order matters.
5281         (mail-source-set-1): Get all the mail-source source values and
5282         defaults and search auth-source on those if needed.  This can all
5283         probably be simplified.
5284
5285         * nnimap.el: Autoload `auth-source-search'.
5286         (nnimap-credentials): Use it.
5287         (nnimap-open-connection-1): Ask for the virtual server and physical
5288         address in one shot.
5289
5290         * nntp.el: Autoload `auth-source-search'.
5291         (nntp-send-authinfo): Use it.  Note TODO.
5292
5293 2011-02-08  Julien Danjou  <julien@danjou.info>
5294
5295         * shr.el (shr-tag-body): Add support for text attribute in body
5296         markups.
5297
5298         * message.el (message-options): Make message-options a local variable.
5299
5300 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5301
5302         * auth-source.el (auth-source-secrets-search)
5303         (auth-source-user-or-password): Use `append' instead of `nconc'.
5304         (auth-source-user-or-password): Build return list better and protect
5305         against nil :secret.
5306
5307 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5308
5309         * nnimap.el (nnimap-update-info): Refactor slightly.
5310         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5311         (nnimap-update-info): Clean up slightly.
5312         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5313         characters.
5314         (nnimap-process-quirk): Rename function to avoid collision.
5315         (nnimap-update-info): Fix macrology bug-out.
5316         (nnimap-update-info): Simplify split history test.
5317
5318 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5319
5320         * auth-source.el (top): Require 'eieio unconditionally.
5321         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5322         (auth-source-secrets-search): Limit search when `max' is greater than
5323         number of results.
5324
5325 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5326
5327         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5328         part not returning any data.
5329
5330         * proto-stream.el (open-protocol-stream): Document the return value.
5331
5332 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * auth-source.el (auth-source-secrets-search): Add examples.
5335
5336 2011-02-06  Julien Danjou  <julien@danjou.info>
5337
5338         * message.el (message-setup-1): Handle message-generate-headers-first
5339         set to t.
5340
5341 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5342
5343         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5344         API with a string "secrets:collection-name" and with 'default.
5345         (auth-source-backend-parse): Parse "secrets:collection-name" and
5346         'default.  Recurse on parses instead of repeating code.  Use the
5347         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5348         message when ignoring a source.
5349         (auth-source-search): List ignored search keys at the top level.
5350         (auth-source-netrc-create): Use `case' instead of `cond'.
5351         (auth-source-secrets-search): Created with TODOs.
5352         (auth-source-secrets-create): Created with TODOs.
5353         (auth-source-retrieve, auth-source-create, auth-source-delete)
5354         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5355         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5356         (auth-source-user-or-password-sftp)
5357         (auth-source-user-or-password-smtp): Remove.
5358         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5359         around `auth-source-search'.  Not tested thoroughly.
5360
5361 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5362
5363         * auth-source.el: Bring in assoc and eioeio libraries.
5364         (secrets-enabled): New variable to track the status of the Secrets API.
5365         (auth-source-backend): New EIOEIO class to represent a backend.
5366         (auth-source-creation-defaults): New variable to set prompt defaults
5367         during token creation (see the `auth-source-search' docstring for
5368         details).
5369         (auth-sources): Simplify to allow a simple string as a netrc backend
5370         spec.
5371         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5372         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5373         (auth-source-search): Main auth-source API entry point.
5374         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5375         (auth-source-search-collection): Helper function for searching.
5376         (auth-source-netrc-parse, auth-source-netrc-normalize)
5377         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5378         Supports search, create, and delete.
5379         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5380         backend stubs.
5381         (auth-source-user-or-password): Call `auth-source-search' but it's not
5382         ready yet.
5383
5384 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5385
5386         * message.el (message-setup-1): Remove the read-only stuff, since it
5387         doesn't work under XEmacs, for some reason.
5388
5389         * gnus-sum.el (gnus-user-date): Rename back from
5390         gnus-summary-user-date since user code refers to it.
5391
5392         * shr.el (shr-render-td): Store the actual background color used.
5393
5394         * message.el (message-setup-1): Don't bind the constant
5395         -forbidden-properties.
5396         (message-setup-1): Revert previous change, since it needs to bind the
5397         props to insert them.
5398         (message-resend): Allow removing the read-only separator line.
5399
5400 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5401
5402         * nnimap.el (nnimap-request-accept-article): Give an error message if
5403         the APPEND wasn't successful.
5404
5405 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5406
5407         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5408         that have no groups.
5409
5410 2011-02-03  Julien Danjou  <julien@danjou.info>
5411
5412         * gnus-draft.el: Remove progn around gnus-draft-setup.
5413
5414 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5415
5416         * gnus-start.el (gnus-read-active-for-groups): This function is never
5417         called with a nil `infos', so clean that up.
5418         (gnus-get-unread-articles): Request active files from primary/secondary
5419         methods that have no groups (yet).
5420
5421 2011-02-03  Julien Danjou  <julien@danjou.info>
5422
5423         * message.el (message-setup-1): Always generate References first.
5424         (message-mail): Return the return value of message-setup, not always t.
5425         (message-setup-1): Insert mail-header-separator with read-only and
5426         intangible properties set.
5427
5428         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5429         user-date in docstring.
5430
5431         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5432
5433         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5434         docstring.
5435
5436         * gnus.el (gnus-user-date-format-alist): Change default value.
5437         Use defcustom, with type and group. Move from gnus-util.el.
5438         Rename to gnus-summary-user-date-format-alist.
5439
5440 2011-02-03  Glenn Morris  <rgm@gnu.org>
5441
5442         * nnimap.el (gnus-fetch-headers): Declare.
5443
5444         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5445
5446 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5447
5448         * message.el (message-forward-make-body-digest-plain)
5449         (message-followup, message-reply): Clean up things noted by Stefan.
5450
5451         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5452         gnus-article-update-date-headers is nil.
5453         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5454         it didn't really work with defcustom.
5455         (article-update-date-lapsed): Make sure the window start doesn't move,
5456         either.
5457
5458 2011-02-01  Julien Danjou  <julien@danjou.info>
5459
5460         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5461         format.
5462
5463         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5464         standard in Emacs nowadays.
5465
5466         * color.el (color-gradient): Add a color-gradient function.
5467
5468 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5469
5470         * message.el (message-expand-name): Don't trust the return value of
5471         bbdb-complete-name.
5472         (message-check-news-header-syntax): Remove unused var `start'.
5473         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5474         (message-inhibit-body-encoding): Move to before first use.
5475         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5476         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5477         (Organization, Message-ID, Date, mh-previous-window-config):
5478         Defvar the vars using dynamic scoping.
5479
5480 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5481
5482         * shr.el (shr-render-td): Only do colors at the final rendering.
5483         Should be slightly faster.
5484         (shr-insert-table): Fix up TD background colors when doing the
5485         vertical padding.
5486
5487         * gnus-art.el (article-date-ut): Protect against articles with no Date
5488         header.
5489         (article-update-date-lapsed): Don't use current-column to find the
5490         horizontal position.  It's fragile in the presence of \003 characters.
5491
5492         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5493
5494 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5495
5496         * gnus-art.el (article-transform-date): Rewrite to still work when
5497         there are several rfc2822 parts.
5498         (article-transform-date): Fix infinite recursion.
5499         (article-date-ut): Replace infinitely many Date headers with a single
5500         one when called interactively.
5501
5502         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5503         secure manner.
5504
5505         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5506         move around by not using save-window-excursion.  It seems to work...
5507
5508 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-art.el (article-make-date-line): Work for user-defined format.
5511
5512 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nntp.el (nntp-retrieve-group-data-early)
5515         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5516         fetching functions.
5517
5518         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5519         thoroughly for all backends that have no known groups.  This should
5520         allow new nnml methods to retrieve mail.
5521
5522         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5523         that Gnus doesn't know exists again.
5524
5525         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5526         (gnus-treat-date-ut): Ditto.
5527         (gnus-article-update-date-header): Rename.
5528         (gnus-treat-date-local): Remove.
5529         (gnus-treat-date-english): Remove.
5530         (gnus-treat-date-lapsed): Remove.
5531         (gnus-treat-date-combined-lapsed): Remove.
5532         (gnus-treat-date-original): Remove.
5533         (gnus-treat-date-iso8601): Remove.
5534         (gnus-treat-date-user-defined): Remove.
5535         (gnus-article-date-headers): New variable to control all the date
5536         header options.
5537         (article-date-ut): Rewrite to allow using the new way to format date
5538         headers(s).
5539
5540 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5541
5542         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5543         method.
5544         (nnmail-article-group): A better test for fanciness.
5545
5546         * nnimap.el (nnimap-request-head): Protect against not finding the
5547         article by Message-ID.
5548
5549 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5550
5551         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5552         keep point at the "same place".
5553
5554 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5555
5556         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5557         data if the group is inactive.
5558
5559 2011-01-28  Julien Danjou  <julien@danjou.info>
5560
5561         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5562         (gnus-all-windows-visible-p): Remove old compatibility code.
5563         (gnus-window-top-edge): Add docstring.
5564
5565         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5566
5567 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5568
5569         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5570         older request-update-info.
5571
5572         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5573
5574 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5575
5576         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5577         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5578
5579 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5580
5581         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5582         groups.  This makes the nndraft:queue group pop up if it's not already
5583         there.
5584
5585         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5586         messages" logic, which was reversed.
5587
5588         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5589         the "same place" even if point is on the line being replaced.
5590         (article-update-date-lapsed): Allow updating both the combined lapsed
5591         and the lapsed headers.
5592         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5593         (article-make-date-line): Limit the number of segments dynamically to
5594         avoid too-long lines.
5595
5596 2011-01-27  Julien Danjou  <julien@danjou.info>
5597
5598         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5599         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5600
5601 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5604         Use plist-get instead of the cl function getf.
5605
5606 2011-01-27  Glenn Morris  <rgm@gnu.org>
5607
5608         * gnus-util.el (float-time): Get rid of compiler warning, again.
5609
5610 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5611
5612         * shr.el (shr-put-color): Special-case background colors: Do put them
5613         at the blank parts at the front of the lines.
5614
5615         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5616         exit hook to nix out all data on readedness on group exit.
5617
5618         * gnus-util.el (float-time): If float-time is bound, always use it on
5619         all Emacsen.  It's unclear why the subrp check was there.
5620         (time-date): Require to make some autoload issues on XEmacs go away.
5621
5622         * shr.el (shr-put-color): Don't do the box padding in tables, since
5623         they're already padded.
5624
5625 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5626
5627         * gnus-art.el (gnus-article-next-page): When the last line of the
5628         article is displayed, scroll down once more instead of going to the
5629         next article at once.
5630         (article-lapsed-string): Refactor out and allow specifying how many
5631         segments you want.
5632         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5633         (gnus-article-update-lapsed-header): New variable.
5634
5635         * shr.el: Revert change that made headings use different-sized faces.
5636         The Emacs display engine isn't advanced enough that, for instance,
5637         tables can comfortably use differently-sized faces.
5638
5639 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5640
5641         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5642         used.
5643         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5644         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5645         we're using an encrypted connection.
5646
5647         * proto-stream.el: Alter the interface functions to also return the
5648         actual stream type used: network or tls.
5649
5650 2011-01-25  Julien Danjou  <julien@danjou.info>
5651
5652         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5653         (mm-display-javascript-inline): New function.
5654
5655         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5656         viewing function.
5657
5658 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * shr.el (shr-expand-newlines): Fix variable name.
5661
5662 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5663
5664         * shr.el (shr-expand-newlines): Make nested boxes work.
5665
5666 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5667
5668         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5669         backgrounds.
5670         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5671         in a more sensible manner.
5672
5673 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5674
5675         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5676         if EPG is loaded.
5677
5678 2011-01-24  Julien Danjou  <julien@danjou.info>
5679
5680         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5681         tags.
5682
5683 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5684
5685         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5686         commands.
5687
5688         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5689         in the article buffer.
5690         (gnus-gravatar-insert): Use blank space from the current buffer to
5691         avoid breaking text properties.  This makes X-Sent updating work again.
5692
5693         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5694
5695 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5696
5697         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5698         fix the bug in url-http.el instead.
5699
5700         * shr.el (shr-image-fetched): Ditto.
5701
5702         * shr.el (shr-image-fetched): Avoid having point move in the article
5703         buffer.
5704
5705         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5706         buffer after being called.  It's apparently being killed by url.el, and
5707         killing it made point move to end-of-buffer in a random buffer.
5708
5709         * shr.el (shr-image-fetched): Ditto.
5710
5711 2011-01-23  Julien Danjou  <julien@danjou.info>
5712
5713         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5714
5715         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5716         text/x-org.
5717
5718 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5719
5720         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5721         (i.e., nnimap) returning nil as the article number.
5722
5723 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5724
5725         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5726         "DelSp" parameter in RFC3676.
5727
5728 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5729
5730         * message.el (message-check-recipients): Display the encoded version of
5731         the bogus address if they differ.
5732
5733         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5734         after sending.
5735
5736         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5737
5738         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5739
5740         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5741         group buffer after sending the queue.
5742
5743         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5744
5745 2011-01-22  Julien Danjou  <julien@danjou.info>
5746
5747         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5748
5749 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5750
5751         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5752         nested related parts.
5753
5754         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5755         unexpired articles.  This fixes the regression that led expiry marks to
5756         disappear from nnfolder groups.
5757
5758 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5759
5760         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5761         Don't confuse the "ret" of "retrograde" with RET.
5762
5763 2011-01-21  Julien Danjou  <julien@danjou.info>
5764
5765         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5766         than mm-insert-inline.
5767
5768 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5771         Widen article buffer.
5772
5773 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5774
5775         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5776         the temp buffer.
5777         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5778
5779 2011-01-20  Julien Danjou  <julien@danjou.info>
5780
5781         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5782
5783         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5784         than mm-insert-inline to insert inline part: this respect
5785         mm-inline-media-tests displayers.
5786
5787         * mm-view.el (mm-display-shell-script-inline): New function.
5788
5789         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5790
5791         * mm-uu.el (mm-uu-type-alist): Add org block.
5792         (mm-uu-org-src-code-block-extract): New function.
5793
5794         * mm-view.el (mm-display-org-inline): New function.
5795
5796         * mm-decode.el (mm-automatic-display): Add text/org.
5797
5798         * mailcap.el (mailcap-mime-extensions): Add .org.
5799
5800 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5803         gnus-article-add-buttons.
5804
5805 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5806
5807         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5808         From header with a date and "nobody" as the sender.
5809
5810 2011-01-19  Julien Danjou  <julien@danjou.info>
5811
5812         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5813         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5814         if you have the same regexp several times.
5815         (gnus-button-push): Fix matching when regexp is symbol.
5816
5817 2011-01-15  Glenn Morris  <rgm@gnu.org>
5818
5819         * message.el (message-mail): A compose-mail function should
5820         accept headers as strings.
5821
5822 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5823
5824         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5825         Add :vert-only tags.
5826         (message-mail): New arg RETURN-ACTION.
5827         (message-return-action): New var.
5828         (message-bury): Use it.
5829         (message-mode): Make it buffer-local.
5830         (message-send-and-exit): Always call message-bury.
5831
5832         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5833         message-mail.
5834
5835 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * nnimap.el (nnimap-convert-partial-article): Protect against
5838         zero-length body parts.
5839
5840         * mm-decode.el (mm-preferred-alternative-precedence):
5841         Discourage showing empty parts.
5842
5843         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5844         and stuff if the backend didn't return the article number.  This fixes
5845         an Exchange-related nnimap bug.
5846
5847         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5848         group window, because it does the wrong thing when a separate frame
5849         displays the group buffer.
5850
5851         * proto-stream.el (open-protocol-stream): Protect against the low-level
5852         transport functions returning nil.
5853
5854 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5855
5856         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5857         (mml2015-epg-find-usable-secret-key): New function.
5858         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5859         mml2015-epg-find-usable-key (Bug#7797).
5860         (mml2015-epg-encrypt): Ditto.
5861
5862 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * dgnushack.el (rot13-string): Fix the way to get the argument.
5865
5866 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5869
5870 2011-01-03  Glenn Morris  <rgm@gnu.org>
5871
5872         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5873
5874         * sieve.el (sieve-open-server): Give a more explicit error if
5875         sieve-manage-open returns nil.  (Bug#7720)
5876
5877 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5878
5879         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5880
5881 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5884         This avoids sending passwords in plain text over non-encrypted
5885         channels.
5886
5887         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5888
5889         * nnimap.el (nnimap-login): Refactored out into own function, and
5890         implement CRAM-MD5.
5891         (nnimap-wait-for-line): Refactored out.
5892
5893         * mm-view.el (mml-smime): Require.
5894
5895 2010-12-20  David Engster  <deng@eml.cc>
5896
5897         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5898         use EPG to decrypt S/MIME messages instead of openssl.
5899
5900 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5903
5904         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5905         status is the group clearly is unreachable.
5906
5907         * auth-source.el (auth-source-create): Add the optional second
5908         parameter to `local-variable-p' to be compatible with XEmacs.
5909
5910 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5911
5912         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5913         work when using a compressed nnml folder.
5914
5915 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5918         backends after sanitising on entry, because this never makes sense:
5919         If the articles have gone missing, then the data no longer exists on
5920         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5921         overwrite anything anyway.
5922
5923         * shr.el (shr-insert-document): Bind shr-width dynamically to
5924         window-width if it's nil.
5925
5926 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5927
5928         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5929         with the meaning of using the full emacs window width for rendering.
5930
5931 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5932
5933         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5934         case when sender is not given.
5935
5936 2010-12-23  Julien Danjou  <julien@danjou.info>
5937
5938         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5939         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5940         the addresses, otherwise we might misplaced the gravatar.
5941
5942 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5943
5944         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5945         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5946         obsolete in Emacs.
5947
5948 2010-12-20  Julien Danjou  <julien@danjou.info>
5949
5950         * gnus-util.el (gnus-rescale-image): Revert last change.
5951
5952 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5953
5954         * binhex.el: Improve commentary (Bug#7482).
5955
5956 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * gnus-group.el (gnus-group-delete-articles): New command.
5959
5960 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5961
5962         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5963
5964 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5967         here, since it's up to the backends to do CRLF removal if their
5968         protocol has it.
5969
5970         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5971
5972 2010-12-17  Julien Danjou  <julien@danjou.info>
5973
5974         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5975         they are from file.  Can also scale up.
5976
5977 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5978
5979         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5980         Restore gnus-use-agent.
5981         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5982
5983         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5984
5985 2010-12-17  Julien Danjou  <julien@danjou.info>
5986
5987         * gravatar.el (gravatar-retrieve-synchronously): New function.
5988         (gravatar-get-data): Make more robust.
5989
5990 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5993
5994 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5997         to really consider the last line.
5998
5999 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6000
6001         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6002         list of recipient keys, or use symmetric encryption if not a list.
6003         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6004         EPA override, replacing the call to `netrc-store-data'.
6005
6006 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6007
6008         * gnus-srvr.el: Avoid passing nil regexp argument to
6009         delete-matching-lines.
6010
6011 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6012
6013         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6014         fetching stops when Gnus exits.
6015
6016         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6017         function.
6018         (nnfolder-request-expire-articles): Save all the buffers after doing
6019         expiry.
6020
6021         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6022         the last article", since that led to serious performance regressions
6023         when expiring nnml groups.
6024
6025 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6026
6027         * nnir.el: Improve customizations.
6028
6029 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6032
6033         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6034         group has been killed.
6035         (gnus-group-yank-group): Ditto.
6036
6037         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6038
6039         * nnimap.el (nnimap-request-update-group-status): New function.
6040
6041         * gnus-int.el (gnus-request-update-group-status): New interface
6042         function.
6043
6044         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6045         copying read-ness to the backends.
6046
6047         * nnimap.el (nnimap-quirk): New function.
6048         (nnimap-retrieve-group-data-early): Use it.
6049         (nnimap-quirks): New alist.
6050
6051 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6054         don't delete it within indentation.
6055
6056 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057
6058         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6059         previous line.
6060
6061 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062
6063         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6064         QRESYNC command by deleting a superfluous space which broke Cyrus
6065         servers.  This change will break other servers that are buggy the other
6066         way around.
6067
6068 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6069
6070         * spam.el: Reindent and fix long lines.
6071         (spam-copy-or-move-routine): Exclude invalid move destinations.
6072
6073 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6074
6075         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6076         installed the registry.
6077
6078 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6081
6082 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6083
6084         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6085         groupname doesn't contain "gmane".
6086
6087 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6090         and netrc-bound-and-true-p bindings.
6091         (netrc-parse): Cache the netrc contents.
6092
6093         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6094         (gnus-1): Don't create the nndrafts group twice.
6095         (gnus-setup-news): There's no need to read the active file here, since
6096         that's done again later on a per-backend basis.
6097         (gnus-start-draft-setup): Make sure that the new group is started out
6098         empty.
6099
6100         * gnus-agent.el (gnus-agentize): Don't create the queue group
6101         automatically on startup.  It'll be created later, if needed.
6102
6103         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6104         of automatically subscribed groups.
6105         (gnus-auto-subscribed-categories): New variable.
6106         (gnus-matches-options-n): Use it.
6107         (gnus-default-subscribed-newsgroups): Remove unused variable.
6108         (gnus-start-draft-setup): Message a bit less.
6109
6110 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6111
6112         * nnir.el (nnir-run-imap): Return article list in order of increasing
6113         UID.
6114
6115 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * gnus-sum.el (gnus-summary-enter-digest-group):
6118         Mention gnus-auto-select-on-ephemeral-exit.
6119
6120         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6121         convention of the network-only option.
6122
6123 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6124
6125         * proto-stream.el (proto-stream-open-network-only): New function to
6126         have a way to specify non-STARTTLS upgrade connections.
6127
6128 2010-12-10  Julien Danjou  <julien@danjou.info>
6129
6130         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6131         email address is nil.
6132
6133         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6134
6135 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6136
6137         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6138         deletion.
6139         (nnir-run-imap): Only need to parse list once.
6140
6141 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * shr.el (shr-tag-script): Ignore <script>.
6144         (shr-tag-label): Add <label> support.
6145
6146 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6149
6150         * shr.el (shr-image-displayer): Work for images lined side by side.
6151
6152 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6153
6154         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6155         parameter, since XEmacs doesn't accept t as a parameter.
6156
6157 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6158
6159         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6160         ids.
6161         (nnir-run-gmane): Simplify groupspec formatting.
6162         (nnir-request-expire-articles): New function.
6163
6164 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6167         overflow, possibly.
6168
6169         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6170         (shr-render-td): Handle td style="" better.
6171         (shr-tag-table): Use the color from the style sheet.
6172         (shr-render-td): Make sure we copy over all the overlays, too.
6173
6174 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6175
6176         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6177         (nnir-request-article): Improve article retrieval.
6178
6179 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * mm-util.el (mm-extra-numeric-entities): New variable.
6182
6183         * mm-url.el (mm-url-decode-entities):
6184         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6185
6186         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6187
6188 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6189
6190         * message.el: Use completion-at-point.
6191         (message-completion-function): New fun, extracted from message-tab.
6192         (message-mode): Use it for completion-at-point-functions.
6193         (message-tab): Use it and completion-at-point.
6194
6195 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6198         character if a non-breakable character follows.
6199
6200 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6203         any stream.
6204
6205         * shr.el (shr-tag-font): Colorize the region.
6206         (shr-tag-body): Ditto.
6207         (shr-tag-font): Actually let the styles be inherited instead of
6208         overwriting them.
6209         (shr-tag-font): Get the background color right.
6210         (shr-tag-style): Ignore all <style> tags for the moment.
6211
6212         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6213         a Message-ID to avoid having nnimap depend on gnus-sum.
6214
6215         * shr.el (shr-descend): Only colorize something if we have a node that
6216         sets colors.
6217
6218 2010-12-06  Julien Danjou  <julien@danjou.info>
6219
6220         * shr.el (shr-render-td): Render td content with shr-descend, so style
6221         will be applied to <td> too.
6222         (shr-colorize-region): Colorize region even if we only have a background.
6223         (shr-tag-body): Fix color and background color inheritance.
6224         Do not recolorize after shr-generic.
6225         (shr-tag-font): Let shr-generic colorize via inheritance.
6226
6227 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6230
6231 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6232
6233         * nnir.el (nnir-request-move-article): Remove obsolete code.
6234
6235 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6238
6239 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * gnus-sum.el (gnus-summary-respool-article): The completion function
6242         expects a list instead of an alist.
6243
6244         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6245         string as the parameter.
6246
6247         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6248
6249         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6250         styles.
6251         (shr-colorize-region): New function.
6252         (shr-insert-background-overlay): Remove.
6253         (shr-render-td): Background setting should be taken care of on a higher
6254         level.
6255         (shr-tag-body): Use post-hoc colorizations.
6256         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6257         (shr-put-color-1): Don't overwrite old colors.
6258         (shr-colorize-region): When the background color isn't explicit, use
6259         a fixed background.
6260
6261         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6262         nnmail variables.
6263
6264 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6265
6266         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6267         unless necessary.
6268
6269 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6270
6271         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6272         server.
6273
6274 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6277         so that TAB works.
6278
6279         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6280         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6281
6282         * shr.el (shr-urlify): Show the URL before the title to avoid
6283         misleading URLs.
6284
6285 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6286
6287         * shr.el (shr-urlify): Display the title in <a> tags.
6288
6289 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6290
6291         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6292
6293 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6294
6295         * nnir.el: Rearrange code to allow macros to be autoloaded by
6296         gnus-sum.el.
6297         (nnir-retrieve-headers-override-function): Make this variable
6298         customizable.
6299         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6300
6301         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6302         from nnir.el.
6303
6304 2010-12-03  Julien Danjou  <julien@danjou.info>
6305
6306         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6307
6308 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6311         allow optional argument `environment'.
6312
6313 2010-12-03  Glenn Morris  <rgm@gnu.org>
6314
6315         * mm-extern.el (message-goto-body): Update declaration.
6316
6317 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * gnus-util.el (gnus-macroexpand-all): New function.
6320
6321         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6322         instead of macroexpand-all that is unavailable in XEmacs.
6323
6324 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6325
6326         * nnir.el (nnir-summary-line-format): New variable.
6327         (nnir-mode): Use it.
6328         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6329         (nnir-article-ids): Reimplement as defsubst.
6330         (nnir-retrieve-headers): Don't mangle the subject header.
6331         (nnir-run-imap): Use 100 as RSV score.
6332         (nnir-run-find-grep): Fix for full server searching.
6333         (nnir-run-gmane): Better restriction to gmane groups.
6334
6335         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6336         summary buffers.
6337
6338 2010-12-02  Julien Danjou  <julien@danjou.info>
6339
6340         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6341
6342         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6343
6344         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6345         support.
6346
6347 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6348
6349         * nnir.el: Update to handle the registry better.
6350         (autoload): Silence byte-compiler.
6351         (nnir-open-server): Add a hook for nnir groups.
6352         (nnir-request-move-article): Don't mangle the header.  Better to use
6353         formatting variables (which will be added in the future).
6354         (nnir-registry-action): Update the registry using the original article
6355         group name.
6356         (nnir-mode): Install nnir-specific hooks for updating the registry.
6357
6358         * gnus-sum.el
6359         (gnus-article-original-subject,gnus-newsgroup-original-name):
6360         Remove obsolete variables.
6361         (gnus-summary-move-article): Remove use of obsolete variables.
6362         (gnus-summary-local-variables): Make move and delete hooks local to
6363         summary buffers.
6364
6365 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * rtree.el: New file.
6368
6369 2010-12-01  Julien Danjou  <julien@danjou.info>
6370
6371         * message.el (message-user-organization): Do not use
6372         gnus-local-organization.
6373
6374         * gnus.el: Remove gnus-local-organization.
6375
6376         * gnus-msg.el: Remove nastygram thing.
6377
6378 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6381         funcall.
6382
6383 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6386         names.
6387
6388         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6389         characters.
6390
6391         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6392         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6393         Suggested by Štěpán Němec <stepnem@gmail.com>.
6394         (gnus-gravatar-transform-address): Use mail-extract-address-components
6395         that supports non-ASCII names rather than mail-header-parse-addresses.
6396
6397 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6398
6399         * proto-stream.el (open-protocol-stream): All starttls connections are
6400         handled by the network handler.
6401
6402 2010-11-30  Julien Danjou  <julien@danjou.info>
6403
6404         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6405         (nnimap-open-connection-1): Fix PREAUTH.
6406
6407         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6408
6409 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6412         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6413         (shr-insert): Use them.
6414         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6415
6416 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6417
6418         * nnir.el (nnir-request-move-article): Bail out if original group
6419         doesn't support article moves.
6420         (nnir-get-active): Improve active list retrieval.
6421
6422 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6423
6424         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6425
6426 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6427
6428         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6429         seem to accept strings-with-numbers as port numbers.
6430
6431 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6432
6433         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6434         change the registry.
6435
6436 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6439         delete-dups that is not available in XEmacs 21.4.
6440
6441         * mm-util.el (mm-delete-duplicates): Add comment.
6442
6443 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6444
6445         * nnir.el (nnir-ignored-newsgroups): New variable.
6446         (nnir-get-active): Use it.
6447
6448 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * proto-stream.el (proto-stream-open-network): Add some comments.
6451
6452         * nntp.el (nntp-open-connection): Provide a :success condition.
6453
6454         * nnimap.el (nnimap-open-connection-1): Ditto.
6455
6456         * proto-stream.el (proto-stream-open-network): See what the response to
6457         the STARTTLS command is.
6458
6459         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6460         backwards compatibility).
6461         (nnimap-open-connection-1): Really respect nnimap-server-port.
6462
6463         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6464         TLS upgrades we don't really care about the identity of the peer.
6465         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6466         that what we've checked for.
6467         (proto-stream-always-use-starttls): Only default to t if
6468         open-gnutls-stream exists.
6469         (proto-stream-open-network): If STARTTLS failed, then just open a
6470         normal connection.
6471         (proto-stream-open-network): Wait until the greeting before doing
6472         STARTTLS.
6473
6474         * nntp.el (nntp-open-connection): Report what the connection error is.
6475
6476         * proto-stream.el (open-protocol-stream): Rename from
6477         open-proto-stream.
6478
6479 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * nnimap.el (nnimap-stream): Change default to `undecided'.
6482         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6483         first, and then network.
6484         (nnimap-open-connection-1): Respect nnimap-server-port.
6485         (nnimap-open-connection): Be more backwards-compatible.
6486
6487         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6488         (proto-stream-open-starttls): De-duplicate the starttls code.
6489         (proto-stream-open-starttls): Folded back into the main function.
6490         (proto-stream-open-network): Fix typo in the gnutls path.
6491         (proto-stream-command): Refactor out.
6492
6493         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6494
6495         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6496         starttls.el STARTTLS.
6497
6498         * color.el (color-lab->srgb): Fix function call name.
6499
6500         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6501         if we're using tls.el.
6502         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6503         built in, then don't try to establish a STARTTLS connection.
6504
6505         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6506         servers.
6507
6508         * proto-stream.el (open-proto-stream): Use network, not stream.
6509         (open-proto-stream): Add a way to specify what the end of a command is.
6510
6511         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6512         connections types.
6513         (nntp-open-network-stream): Remove.
6514         (nntp-open-ssl-stream): Remove.
6515         (nntp-open-tls-stream): Remove.
6516         (nntp-ssl-program): Remove.
6517
6518         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6519
6520 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6521
6522         * nnir.el: Fix typos.
6523         (nnir-retrieve-headers-override-function): Rename variable to reflect
6524         new semantics.
6525         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6526         macros.
6527         (nnir-request-article, nnir-request-move-article): Use them.
6528         (nnir-categorize): New function.
6529         (nnir-run-query): Use it.
6530         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6531         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6532         sorted.
6533         (nnir-group-full-name): Use gnus-group-full-name instead.
6534         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6535         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6536
6537 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6540
6541         * proto-stream.el: New library to provide protocol-specific
6542         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6543         protocols.
6544         (open-proto-stream): Complete the documentation.
6545         (proto-stream-open-network): Fix some typos.
6546
6547         * nnimap.el (nnimap-open-connection): Use it.
6548
6549 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6550
6551         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6552         negotiation.
6553
6554 2010-11-26  Julien Danjou  <julien@danjou.info>
6555
6556         * color.el: Rename various rgb functions to srgb.
6557
6558 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6559
6560         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6561         names.
6562
6563 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * shr.el (shr-insert): Revert last change.
6566         (shr-find-fill-point): Never leave point being at bol;
6567         relax the kinsoku limitation when rendering tables.
6568
6569 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6572         results from -accept-article.
6573
6574         * shr-color.el: Require cl when compiling.
6575
6576         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6577         checkin.
6578
6579         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6580
6581         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6582
6583         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6584         'add and 'delete to set backend marks.
6585
6586         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6587
6588         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6589
6590         * nntp.el (nntp-request-set-mark): Use it.
6591
6592         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6593
6594         * nnml.el (nnml-request-set-mark): Ditto.
6595
6596         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6597         introduces regressions in article selection.
6598         (nnimap-find-uid-response): New function.
6599         (nnimap-request-accept-article): Use the UID returned, if any.
6600         (nnimap-request-move-article): Use the UID returned, if any.
6601         (nnimap-get-groups): Reimplement to work with folded lines.
6602         (nnimap-find-uid-response): The UID is the last element in the list.
6603         (nnimap-request-set-mark): Extend syntax with 'set.
6604
6605         * nnml.el (nnml-request-set-mark): Ditto.
6606
6607         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6608
6609         * nntp.el (nntp-request-set-mark): Ditto.
6610
6611 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * message.el (message-called-interactively-p): A temporary macro.
6614         (message-goto-body): Use it temporarily.
6615
6616 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6619         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6620         (nnimap-last-response-string): Fix last unfolding fix.
6621
6622 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * shr.el (shr-insert): Fix the way to fold lines.
6625
6626 2010-11-25  Julien Danjou  <julien@danjou.info>
6627
6628         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6629
6630         * color.el: Rename from color-lab.el
6631         (color-rgb->hex): Add.
6632         (color-complement): Add.
6633         (color-complement-hex): Add.
6634
6635         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6636
6637 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * shr-color.el (shr-color-visible): Don't bug out if the color names
6640         don't exist.
6641
6642 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6645         assuming that article displaying or another mml-preview may be
6646         interrupted for an error or for the like.
6647
6648         * shr.el (shr-get-background): Fix argument name.
6649
6650 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651
6652         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6653
6654         * gnus-sum.el (gnus-summary-include-articles): New function.
6655
6656         * message.el (message-goto-body): called-interactively-p needs a
6657         parameter, so use `any'.
6658
6659         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6660         clear marks before moving, since they're synced from the Gnus side
6661         first.
6662
6663         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6664         (gnus-summary-move-article): Copy over all marks before moving, so that
6665         IMAP doesn't think a new article has arrived.
6666
6667 2010-11-24  Julien Danjou  <julien@danjou.info>
6668
6669         * shr.el (shr-insert-background-overlay): Fix typo.
6670         (shr-render-td): Copy the background before rendering.
6671
6672         * shr-color.el (shr-color-visible): Fix docstring.
6673
6674         * shr.el (shr-tag-table): Add bgcolor support.
6675         (shr-render-td): Add bgcolor support.
6676         (shr-get-background): Add.
6677         (shr-insert-foreground-overlay): Use shr-get-background.
6678
6679         * message.el (message-goto-body): Use called-interactively-p.
6680         (message-in-body-p): message-goto-body returns point.
6681
6682 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683
6684         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6685         Fixes something or other in Emacs 23, and is backwards compatible.
6686
6687         * message.el (message-goto-body): Remove the <#secure special-casing,
6688         which is too special.
6689
6690         * shr.el (shr-parse-style): Drop !important from styles.
6691
6692 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6693
6694         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6695         this function to return incorrect results when calling it with an
6696         explicit article argument different from
6697         (gnus-summary-article-number).
6698
6699 2010-11-24  Julien Danjou  <julien@danjou.info>
6700
6701         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6702         (shr-tag-body): Add background support.
6703         (shr-descend): Add background support.
6704         (shr-tag-title): Add.
6705
6706         * shr-color.el (shr-color-visible): Really return original background
6707         if fixed.
6708
6709 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * shr.el (shr-color-check): Protect against non-existent color names.
6712
6713 2010-11-24  Julien Danjou  <julien@danjou.info>
6714
6715         * color-lab.el: Require 'cl when compiling.
6716
6717         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6718
6719         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6720         matched part.
6721
6722         * color-lab.el: Fix all expt calls to use float type.
6723
6724 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6727         expression to shr-color-check as is.
6728
6729         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6730
6731         * color-lab.el: Add coding cookie.
6732         (float-pi): Use eval-and-compile.
6733
6734         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6735         compiled for Emacsen having no `libxml-parse-html-region' support.
6736
6737 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738
6739         * shr.el (shr-insert-color-overlay): Split stuff like
6740         "#444444 !important" to find the real color.
6741         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6742         parse <font color="red"> entries.
6743
6744 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6745
6746         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6747         point when parsing headers.
6748
6749         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6750         is positioned properly when parsing headers.
6751
6752 2010-11-23  Julien Danjou  <julien@danjou.info>
6753
6754         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6755
6756         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6757
6758         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6759
6760         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6761         Use shr-color-hue-to-rgb.
6762         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6763
6764 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * shr.el (shr-color->hexadecimal): Autoload.
6767         (shr-descend): Add color to all tags.
6768
6769 2010-11-22  Julien Danjou  <julien@danjou.info>
6770
6771         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6772         shr-color->hexadecimal.
6773
6774         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6775         RGB() or HSL() color representation.
6776
6777         * shr.el (shr-tag-font): Add.
6778         (shr-tag-color-check): New function to get better colors.
6779         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6780         tag-span.
6781
6782         * shr-color.el: New file.
6783
6784         * color-lab.el: New file.
6785
6786         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6787
6788 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6789
6790         * nnir.el: Fix typo in comments.
6791         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6792         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6793
6794 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6797
6798         * nnimap.el (nnimap-get-capabilities): Refactor out.
6799         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6800
6801 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6802
6803         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6804         appearing when `mm-uu-hide-markers' is nil.
6805
6806 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807
6808         * nnimap.el (nnimap-unselect-group): Make into its own function.
6809         (nnimap-request-rename-group): Unselect group before renaming.
6810         This had gotten lost somewhere.
6811         (nnimap-request-accept-article): Keep track of examined groups, and
6812         unselect the group before APPENDing to read-only groups.
6813         (nnimap-request-move-article): Clear flags before moving so that they
6814         can be re-set later.
6815
6816 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6819         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6820
6821 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * gnus-art.el (gnus-mime-display-single):
6824         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6825         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6826         parameter.
6827
6828 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6829
6830         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6831         (shr-table-vertical-line): New variable.
6832         (shr-insert-table): Use it.
6833
6834 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-html.el (gnus-html-wash-images): Don't display images if
6837         gnus-inhibit-images is non-nil; register displayer for cid images.
6838         (gnus-html-display-image): Work for cid image.
6839         (gnus-html-insert-image): Allow arguments.
6840         (gnus-html-put-image): Inhibit read-only.
6841         (gnus-html-prefetch-images): Don't prefetch images if
6842         gnus-inhibit-images is non-nil.
6843
6844 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * shr.el (shr-put-image): Break lines when inserting big pictures.
6847
6848 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6849
6850         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6851         sender, thanks Katsumi Yamaoka.
6852
6853 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6854
6855         * nnir.el (nnir-run-imap): Reverse the article list for each group
6856         rather than the whole list.
6857
6858 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * shr.el (shr-image-displayer): Protect function against non-existent
6861         image source.
6862
6863         * gnus-art.el (gnus-inhibit-images): New user option.
6864         (gnus-mime-display-single): Don't display image if it is non-nil.
6865
6866         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6867         gnus-inhibit-images.
6868
6869         * shr.el (shr-image-displayer): New function.
6870         (shr-tag-img): Use it.
6871
6872 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6873
6874         * mml2015.el (mml2015-epg-sign): Use From header.
6875
6876 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6879
6880         * gnus-util.el (gnus-find-text-property-region): Return markers.
6881
6882         * shr.el (shr-tag-img): Put a displayer in the text property.
6883
6884         * gnus-util.el (gnus-find-text-property-region): New utility function.
6885
6886         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6887         (gnus-html-show-images): Remove.
6888
6889         * gnus-art.el (gnus-article-show-images): New, more general function.
6890
6891         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6892         image url text properties.
6893
6894         * shr.el: Ditto.
6895
6896         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6897         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6898
6899 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6902         work for two or more articles.
6903
6904 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6907         divide an image that's in an html article to two or more when washing
6908         non-ASCII characters in alt text of it.
6909
6910 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6913         smime-decrypt-region using function argument.
6914         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6915
6916         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6917
6918         * smime.el (smime-decrypt-region): Catch it.
6919
6920 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6921
6922         * smime.el (smime-mode-map): Move initialization into declaration.
6923         (gnus-run-mode-hooks): Don't autoload.
6924         (smime-mode): Use define-derived-mode.
6925
6926 2010-11-11  Glenn Morris  <rgm@gnu.org>
6927
6928         * smime.el (from): Restrict declaration to XEmacs.
6929
6930         * nnir.el (gnus-group-topic-name): Autoload.
6931
6932 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * shr.el (shr-insert): Don't break long line if it is because of
6935         kinsoku-bol characters in the line end.
6936
6937 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6938
6939         * nnir.el (nnir-request-move-article): Fix to provide original group
6940         and subject.
6941         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6942         been retrieved.
6943
6944         * gnus-sum.el (gnus-summary-move-article): Use original group and
6945         subject for virtual articles such as those in an nnir summary buffer.
6946
6947 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6950         least 21.5).
6951
6952         * smime.el (from): Declare it again for XEmacs.
6953
6954 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955
6956         * message.el (message-resend): Don't disable encoding unless it's
6957         already encoded.
6958
6959         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6960         low-numbered articles.
6961
6962 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * rfc2047.el (rfc2047-syntax-table): Simplify.
6965
6966         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6967
6968         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6969         set-char-table-range for XEmacs.
6970
6971 2010-11-10  Glenn Morris  <rgm@gnu.org>
6972
6973         * time-date.el (time-to-seconds): Always an alias on Emacs,
6974         never a real function.
6975         (with-no-warnings): Remove compat stub, now unused.
6976         (time-less-p): Doc fix.
6977         (time-to-number-of-days): Simplify.
6978
6979         * smime.el (from): Remove unused declaration.
6980
6981         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6982         (gnus-float-time): On Emacs, always an alias.
6983
6984         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6985         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6986
6987 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * dgnushack.el: Don't use ignore-errors in the top level form since it
6990         is unavailable in XEmacs even if cl is loaded.
6991
6992         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6993
6994 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6995
6996         * shr.el (browse-url-mailto): Autoload.
6997
6998         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6999
7000         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7001         regexp doesn't need quoting.
7002
7003 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7004
7005         * message.el (message-subject-trailing-was-ask-regexp)
7006         (message-subject-trailing-was-regexp): Match was: in addition to was.
7007
7008 2010-11-09  Glenn Morris  <rgm@gnu.org>
7009
7010         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7011         (nnbabyl-check-mbox): Use point-at-bol.
7012
7013 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7016
7017         * message.el (message-mailto): New function.
7018         (message-mailto): Should accept other parameters.
7019         (message-mailto): Remove since it duplicates browse-url-mailto
7020         functionality.
7021
7022 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7025         methods.
7026         (gnus-read-active-file): Ditto.
7027
7028         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7029         ": " from the prompt.
7030         (gnus-group-make-group): Ditto.
7031
7032 2010-11-07  Glenn Morris  <rgm@gnu.org>
7033
7034         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7035         (gnus-bookmark-kill-line): Use point-at-eol.
7036
7037 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7040         asterisks in From header.
7041
7042 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7045         string to avoid making the From headers syntactically invalid.
7046
7047         * message.el (message-send-mail): Don't insert courtesy messages if the
7048         message already has List-Post and List-ID messages.
7049
7050 2010-11-06  Glenn Morris  <rgm@gnu.org>
7051
7052         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7053         `condition', `type', `length' a prefix.
7054         (gnus-treat-predicate): Update for above name changes.
7055
7056 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7057
7058         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7059         binding.  Handled by `gnus-summary-refer-thread' instead.
7060         (nnir-warp-to-article): New backend function.
7061
7062         * nnimap.el (nnimap-request-thread): Force dependency updating.
7063
7064         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7065         (gnus-summary-refer-thread): Rework to improve thread-referral.
7066
7067         * gnus-int.el (gnus-warp-to-article): New function.
7068
7069         * gnus-sum.el (gnus-summary-article-map): Bind it.
7070
7071 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7072
7073         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7074         gnus-summary-refer-thread.
7075
7076         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7077         headers.
7078         (gnus-summary-limit-include-thread): Prevent articles in thread from
7079         being cut in gnus-cut-threads.
7080         (gnus-summary-refer-thread): Limit retrieved headers to those in
7081         thread.
7082
7083 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084
7085         * message.el (message-send-mail): Use the value of
7086         message-courtesy-message from the message buffer.
7087
7088         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7089
7090         * shr.el (shr-browse-url): Implement mailto: URLs.
7091
7092         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7093         "raw".
7094
7095         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7096         if it's already selected.
7097
7098         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7099
7100 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7103         to measure the length and truncate alt text.
7104
7105 2010-11-03  Glenn Morris  <rgm@gnu.org>
7106
7107         * nndiary.el (nndiary-generate-nov-databases-1)
7108         (nndiary-generate-active-info): Rename dynamic variable `files' to
7109         something less generic.
7110
7111 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7112
7113         * nnir.el (nnir-request-move-article): Call the underlying backend to
7114         move articles from nnir.
7115
7116 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7117
7118         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7119
7120 2010-11-02  Julien Danjou  <julien@danjou.info>
7121
7122         * nnir.el: Remove wais support.
7123
7124 2010-11-02  Glenn Morris  <rgm@gnu.org>
7125
7126         * gnus-html.el: Reorder requirements to quieten compiler.
7127
7128 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7131         properly for XEmacs as well.
7132         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7133         (gnus-article-natural-long-line-p): Use window-width rather than
7134         frame-width.
7135
7136 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7137
7138         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7139         (nnir-read-parms): Don't modify query.
7140         (nnir-run-query): Add ability to search topic on current line.
7141         (nnir-get-active): Clean up.
7142
7143 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7146         degenerate articles.
7147
7148         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7149         (gnus-print-buffer): Just print the buffer as is, without any copying
7150         to a buffer and then re-highlighting.
7151
7152         * nnimap.el (nnimap-request-group): Store the new updated info.
7153         (nnimap-request-group): Select the group when we don't know whether it
7154         exists or not.
7155
7156         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7157         groups.
7158
7159         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7160         groups.
7161
7162         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7163         groups.
7164
7165         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7166         long-lines case by only filling the long lines.
7167
7168         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7169         (bug #7311).
7170
7171 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * shr.el: No need to declare `declare-function' since shr.el is for
7174         only Emacsen that provide `libxml-parse-html-region'.
7175
7176         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7177         effective only in a file it is referred to.
7178
7179 2010-11-01  Glenn Morris  <rgm@gnu.org>
7180
7181         * mm-util.el (gnus-completing-read): Autoload.
7182         (mm-read-coding-system): Simplify Emacs definition.
7183
7184         * nnmail.el (gnus-activate-group):
7185         * nnimap.el (gnutls-negotiate):
7186         * nntp.el (netrc-parse): Fix declarations.
7187
7188 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7191         string-match-p in Emacs >=23.
7192
7193         * gnus-msg.el (gnus-configure-posting-styles):
7194         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7195
7196 2010-11-01  Glenn Morris  <rgm@gnu.org>
7197
7198         * nnir.el (declare-function): Add compat stub.
7199         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7200         (nnir-run-gmane): Require 'mm-url.
7201
7202         * mm-util.el (mm-string-to-multibyte): Simplify.
7203
7204         * shr.el (declare-function): Add compat stub.
7205         (url-cache-create-filename): Declare.
7206         (mm-disable-multibyte, widget-convert-button): Autoload.
7207
7208         * smime.el (ldap-search): Declare.
7209         (smime-cert-by-ldap-1): Require ldap on Emacs.
7210
7211         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7212         (nnimap-keepalive): Use gnus-float-time.
7213
7214         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7215         (mail-source-delete-crash-box): Use gnus-float-time.
7216
7217         * gnus-dired.el (gnus-completing-read): Autoload.
7218
7219         * mm-view.el (gnus-rescale-image): Autoload.
7220
7221         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7222
7223         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7224
7225         * sieve-manage.el: Require 'cl when compiling.
7226
7227         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7228         (gnus-iswitchb-completing-read): Require iswitchb.
7229         (gnus-select-frame-set-input-focus): Silence compiler.
7230
7231 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * message.el (message-subject-trailing-was-query): Change default to t,
7234         since I think that's what most people want.
7235
7236         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7237         appending for easier debugging.
7238         (nnimap-wait-for-connection): Take a regexp.
7239         (nnimap-request-accept-article): Wait for the continuation line before
7240         sending anything unless we're streaming.
7241
7242         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7243         leave the header washing to take place.
7244
7245 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7246
7247         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7248         regular expression match and replace in posting styles.
7249
7250 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7251
7252         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7253         an entire server.
7254         (nnir-get-active): New function.
7255         (nnir-run-imap): Use it.
7256         (nnir-run-gmane): Who knew, gmane search returns an article score!
7257
7258         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7259         server on the current line with nnir.
7260
7261 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7264         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7265         left edge.
7266         (gnus-article-foldable-buffer): Skip past the prefix when determining
7267         raggedness.
7268
7269         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7270         the raw article, and change `C-u g' to show the article without doing
7271         treatments.
7272
7273         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7274         on to `gnus-treat-article'.
7275         (gnus-inhibit-article-treatments): New variable.
7276
7277         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7278
7279         * gnus-art.el (gnus-treatment-function-alist): Have
7280         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7281         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7282         sections.
7283
7284         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7285         parameter.
7286         (gnus-article-fill-cited-long-lines): New function.
7287         (gnus-article-fill-cited-article): Allow filling only long sections.
7288
7289         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7290         and non-punctuation (like after the apostrophe in "'We").
7291
7292         * gnus-sum.el (gnus-summary-select-article): Make sure
7293         gnus-original-article-buffer is alive.
7294
7295         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7296         reflect the order they're in in the digest.
7297
7298         * gnus.el (gnus-group-startup-message): Move point to the start of the
7299         buffer.
7300
7301         * nnimap.el (nnimap-capability): New function.
7302         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7303         is set.
7304
7305 2010-10-31  David Engster  <dengste@eml.cc>
7306
7307         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7308         conform with changes to gnus-completing-read.
7309
7310 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7311
7312         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7313
7314 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7315
7316         * nnir.el: Move defvar, defcustom around to keep file organized
7317         and keep byte-compiler quiet.
7318         (nnir-read-parms): Accept search-engine as arg.
7319         (nnir-run-query): Pass search-engine as arg.
7320         (nnir-search-engine): Remove.
7321
7322 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * shr.el (shr-generic): The text nodes should be text, not :text.
7325
7326         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7327         later in the file.
7328
7329 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7330
7331         * nnir.el: General clean up.  Allow searching with multiple engines.
7332         Allow separate extra-parameters for each engine.
7333         Batch queries when possible.
7334         (nnir-imap-default-search-key,nnir-method-default-engines):
7335         Add customize interface.
7336         (nnir-run-gmane): New engine.
7337         (nnir-engines): Use it.  Qualify all prompts with engine name.
7338         (nnir-search-engine): Remove global variable.
7339         (nnir-run-hyrex): Restore for now.
7340         (nnir-extra-parms,nnir-search-history): New variables.
7341         (gnus-group-make-nnir-group): Use them.
7342         (nnir-group-server): Remove in favor of gnus-group-server.
7343         (nnir-request-group): Avoid searching twice.
7344         (nnir-sort-groups-by-server): New function.
7345
7346 2010-10-30  Julien Danjou  <julien@danjou.info>
7347
7348         * gnus-group.el: Remove gnus-group-fetch-control.
7349
7350         * gnus-start.el (gnus-find-new-newsgroups):
7351         Remove gnus-check-first-time-used.
7352
7353         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7354
7355 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7356
7357         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7358         set on groups that don't have \* permanentflags.
7359
7360 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7363         control the background color.
7364         (shr-tag-img): Ignore very small web bug type images.
7365         (shr-put-image): Add help-echo alt texts to the images.
7366         (shr-tag-video): Show the video poster image.
7367
7368 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * shr.el (shr-table-depth): New variable.
7371         (shr-tag-table-1): Only insert the images after the top-level table.
7372
7373         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7374
7375         * gnus-util.el (gnus-list-memq-of-list): New function.
7376
7377         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7378         selected.
7379         (nnimap-unsplittable-articles): New slot.
7380         (nnimap-new-articles): Use it.
7381
7382 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7383
7384         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7385         move to the previous line on `M-g'.
7386
7387 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7390         *-request-group, which seems unnecessary.
7391
7392         * nnimap.el (nnimap-quote-specials): Function copied over from
7393         imap.el.
7394         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7395         they support that.  Suggested by Tom Regner.
7396
7397 2010-10-29  Julien Danjou  <julien@danjou.info>
7398
7399         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7400         defalias.
7401         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7402
7403         * gnus.el: Remove `gnus-nntp-service' variable.
7404         (gnus-secondary-servers): Make obsolete.
7405         (gnus-nntp-server): Make obsolete.
7406
7407         * gnus-start.el (gnus-1): Remove x-splash calls.
7408
7409         * gnus-ems.el (gnus-x-splash): Remove.
7410
7411         * gnus.el (gnus-group-startup-message): Simplify/update code.
7412
7413         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7414         definition.
7415
7416         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7417         capability before doing anything.
7418         (gnus-group-insert-group-line): Remove useless
7419         gnus-group-remove-excess-properties.
7420
7421 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7424
7425 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7428         config after reselecting.
7429
7430 2010-10-28  Julien Danjou  <julien@danjou.info>
7431
7432         * shr.el (shr-put-image): Use point even if only inserting text.
7433         (shr-put-image): Save excursion when inserting alt text on non-graphic
7434         display, so the behavior is the same when we are on a graphic display.
7435
7436         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7437
7438 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7441         (gnus-mime-copy-part): Check coding system, not charset.
7442         (gnus-mime-view-part-externally): Never remove part.
7443         (gnus-mime-view-part-internally): Don't remove part here.
7444         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7445         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7446         multipart/alternative.
7447
7448         * mm-decode.el (mm-display-part): Take optional arg `force'.
7449
7450 2010-10-26  Julien Danjou  <julien@danjou.info>
7451
7452         * gnus-group.el (gnus-group-default-list-level): Add this function to
7453         compute the default list level.
7454         (gnus-group-default-list-level): Add possibility to use a function.
7455
7456 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7459
7460         * gnus-group.el (gnus-group-completing-read)
7461         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7462         gnus-replace-in-string.
7463
7464 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * shr.el (shr-tag-div): Add.
7467
7468         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7469
7470 2010-10-25  Julien Danjou  <julien@danjou.info>
7471
7472         * gnus-util.el: Remove `gnus-with-local-quit'.
7473
7474         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7475
7476 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7479         the original article buffer.
7480
7481 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482
7483         * nnimap.el (nnimap-request-head): New function.
7484         (nnimap-request-move-article): Try to be slightly faster by not
7485         requesting the entire message when moving.
7486         (nnimap-transform-headers): Don't bug out on bodiless articles.
7487         (nnimap-send-command): Have no outstanding messages if the IMAP server
7488         doesn't support streaming.
7489         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7490
7491 2010-10-24  Julien Danjou  <julien@danjou.info>
7492
7493         * message.el (message-default-headers): Fix type.
7494
7495 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7498         prefetching images.
7499
7500         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7501         backend for unknown groups.  This is mainly useful for nnimap groups.
7502
7503         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7504         group isn't covered by the agent.
7505
7506 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7507
7508         * nnir.el (nnir-method-default-engines): New variable.
7509         (nnir-run-query): Use it.
7510         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7511         (gnus-summary-nnir-goto-thread): Change group if needed.
7512
7513         * gnus-group.el (gnus-group-group-map): Add key binding for
7514         gnus-group-make-nnir-group.
7515
7516 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * shr.el (shr-tag-object): Add.
7519
7520         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7521         original article buffer live.
7522         (gnus-summary-select-article-buffer):
7523         Mention gnus-widen-article-buffer.
7524
7525 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7526
7527         * shr.el (shr-tag-strong): Add.
7528
7529 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7532         group names.  They mess up the group buffer badly.
7533
7534         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7535
7536         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7537         instead of the summary one.
7538
7539 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * mml.el (mml-preview): Work properly when editing article.
7542
7543         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7544         gnus-have-read-active-file if it's already been in.
7545
7546 2010-10-22  Tom Tromey  <tromey@redhat.com>
7547
7548         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7549         gnus-group-completing-read.
7550
7551 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * message.el (message-mode-map): Don't bind M-; to comment region, to
7554         allow the global comment-dwim to work.
7555
7556 2010-10-21  Julien Danjou  <julien@danjou.info>
7557
7558         * message.el (message-setup-1): Allow message-default-headers to be a
7559         function.
7560
7561 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * shr.el (shr-tag-table): Simplify.
7564
7565 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7566
7567         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7568         to avoid trying to snarf invalid stuff.
7569
7570         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7571
7572         * gnus.el (gnus-message-archive-group): Quote value.
7573         (gnus-message-archive-group): Mark as changed.
7574
7575         * shr.el (shr-add-font): Don't put the font properties on the newline
7576         or the indentation.
7577
7578         * message.el (message-fix-before-sending): Change options when sending
7579         non-printable characters.
7580
7581         * gnus.el (gnus-message-archive-method): Change the default to
7582         monthly outgoing groups.
7583
7584         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7585         that have gotten new numbers.
7586
7587         * nnimap.el (nnimap-request-replace-article): New function.
7588
7589 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7592         (nnrss-request-article): Don't use special html washing code.
7593
7594 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * shr.el (shr-tag-table): Remove useless nconc.
7597
7598 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599
7600         * gnus-art.el (article-wash-html): Simplify and remove the charset
7601         stuff.  Use the normal html rendering code instead of the special html
7602         washing code.
7603
7604         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7605         `gnus-w3m' symbols.
7606         (mm-text-html-washer-alist): Remove.
7607
7608         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7609         (mm-inline-media-tests): Remove use.
7610         (mm-text-html-renderer): Change default to the `shr' symbol.
7611
7612         * mm-view.el (mm-inline-text-html): Remove use.
7613
7614         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7615         `gnus-blocked-images' to be a function.
7616         (gnus-article-wash-function): Remove.
7617
7618 2010-10-20  Julien Danjou  <julien@danjou.info>
7619
7620         * spam.el (spam-list-of-processors): Mark as obsolete.
7621
7622         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7623         (nnimap-insert-partial-structure): Fix boundary detection.
7624
7625 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7626
7627         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7628         run file-truename on remote files.  This can be expensive and even
7629         prevent one from editing drafts if some unrelated buffer has a stale
7630         connection.
7631
7632 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7635         kinsoku-eol regardless of shr-kinsoku-shorten.
7636         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7637         (shr-tag-table): Support caption, thead, and tfoot.
7638
7639 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7642         lines.
7643         (shr-save-contents): New command and keystroke.
7644
7645         * nndoc.el (nndoc-type-alist): Add git support.
7646         (nndoc-git-type-p): New function.
7647         (nndoc-transform-git-article): Ditto.
7648         (nndoc-transform-git-headers): Ditto.
7649         (nndoc-transform-git-headers): Generate Subject headers.
7650
7651         * shr.el (shr-parse-style): New function.
7652         (shr-tag-span): Ditto.
7653
7654         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7655         to `G G' to avoid collisions.
7656
7657 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * shr.el: Load kinsoku if necessary.
7660         (shr-kinsoku-shorten): New internal variable.
7661         (shr-find-fill-point): Make kinsoku shorten text line if
7662         shr-kinsoku-shorten is bound to non-nil.
7663         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7664         shr-indentation too when testing if table is wider than frame width.
7665         (shr-insert-table): Use `string-width' instead of `length' to measure
7666         text width.
7667         (shr-insert-table-ruler): Make sure indentation is done at bol.
7668
7669 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7670
7671         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7672         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7673         undecoded network data.
7674
7675 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7678         name in the mode line spec so that the mode line menu works
7679         (bug #2431).
7680
7681         * message.el (message-get-reply-headers): If we're fed `to-address',
7682         then always use that.
7683
7684         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7685         aren't so wide as to need to switch off the edit menu.
7686
7687         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7688         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7689
7690         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7691         `M-g'.
7692         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7693         the permanent marks.
7694
7695 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7696
7697         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7698         Splitting according to references/in-reply-to obeys the ignore-groups
7699         variable, while splitting by sender and subject do not.
7700
7701 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7702
7703         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7704         alist, so that we can look for non-Unicode chars.
7705         (article-translate-strings): Allow both character and string maps.
7706
7707 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * shr.el (shr-insert): Don't insert space behind a wide character
7710         categorized as kinsoku-bol, or between characters both categorized as
7711         nospace.
7712
7713 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7714
7715         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7716         headers to gnus-newsgroup-headers.
7717
7718 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7719
7720         * shr.el (shr-tag-img): Don't align images -- since we're not
7721         rescaling, this often leads to ugly displays.
7722
7723 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7724
7725         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7726         duplicates.
7727
7728 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7729
7730         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7731         call.
7732
7733 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * gnus.el: Autoload gnus-html-show-images.
7736
7737         * nnimap.el: Use nnheader-message throughout.
7738
7739         * shr.el (shr-tag-img): Ignore images with no data.
7740
7741 2010-10-15  Julien Danjou  <julien@danjou.info>
7742
7743         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7744         a possibility to disable format=flow encoding when using hard newlines.
7745
7746 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * shr.el (shr-insert): Remove space inserted before or after a
7749         breakable character or at the beginning or the end of a line.
7750         (shr-find-fill-point): Do kinsoku; find the second best point or give
7751         it up if there's no breakable point.
7752
7753 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * nnimap.el (nnimap-open-connection): Message when opening connection
7756         for debugging purposes.
7757
7758         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7759         on every setup buffer call to allow this to change from article to
7760         article.
7761
7762         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7763         buffers where we have a wide table.
7764
7765 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7766
7767         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7768         uses *-request-thread.
7769
7770 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7773         incantation, which is no longer valid.
7774
7775 2010-10-14  Julien Danjou  <julien@danjou.info>
7776
7777         * shr.el: Fix defcustom type (char -> character).
7778
7779 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7780
7781         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7782         programs.
7783
7784 2010-10-14  Julien Danjou  <julien@danjou.info>
7785
7786         * shr.el (shr-tag-a): Use url-link as widget type.
7787
7788         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7789         `gnus-group-get-icon'.
7790
7791 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7794         This should make server editing work better.
7795
7796         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7797
7798         * tls.el (tls-program): Remove spurious %s from openssl.
7799
7800         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7801         (nnimap-parse-flags): Fix regexp.
7802
7803         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7804         probably work for CJVK text, too.
7805
7806         * nnimap.el (nnimap-extend-tls-programs): Remove.
7807         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7808
7809         * tls.el (tls-starttls-switches): Remove starttls hack.
7810         (open-tls-stream): Ditto.
7811         (tls-find-starttls-argument): Ditto.
7812
7813 2010-10-13  Julien Danjou  <julien@danjou.info>
7814
7815         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7816         responses.
7817
7818 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7819
7820         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7821
7822         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7823         anything in Emacs.
7824
7825         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7826
7827 2010-10-13  Julien Danjou  <julien@danjou.info>
7828
7829         * shr.el (shr-width): Make shr-width a defcustom with default to
7830         fill-column.
7831         (shr-tag-img): Use shr-width rather than fill-column.
7832
7833 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * dgnushack.el (byte-optimize-apply):
7836         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7837
7838         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7839         position when (X-)Faces exist.
7840         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7841         avatars when called interactively.
7842
7843 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7846         gnus-article-x-face-too-ugly is bound.
7847
7848 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7851
7852         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7853         mailbox that doesn't exist.
7854
7855 2010-10-12  Julien Danjou  <julien@danjou.info>
7856
7857         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7858         (shr-get-image-data): Encode URL properly when fetching from cache.
7859         (shr-tag-img): Use aligned-to spaces to align correctly images.
7860
7861         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7862         before inserting the Gravatar.
7863
7864         * shr.el (shr-tag-img): Add align attribute support for <img>.
7865
7866 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867
7868         * gnus-gravatar.el (gnus-art): Require.
7869
7870         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7871         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7872         Remove long obsoleted functions.
7873
7874 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7877
7878         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7879
7880         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7881         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7882         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7883         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7884         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7885         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7886         * sieve-manage.el, smime.el, spam.el:
7887         Fix comment for declare-function.
7888
7889 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7890
7891         * nnimap.el (nnimap-request-rename-group): Select group read-only
7892         before renaming it.
7893
7894         * shr.el (shr-insert): Fix up the white space only regexp.
7895
7896         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7897         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7898
7899         * shr.el (shr-current-column): New function.
7900         (shr-find-fill-point): New function.
7901
7902 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7903
7904         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7905         numbers.
7906
7907 2010-10-11  Julien Danjou  <julien@danjou.info>
7908
7909         * shr.el (shr-hr-line): Add.
7910         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7911         display hr lines.
7912         (shr-max-columns): Do not change state to nil if we just inserting
7913         spaces.
7914
7915 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7918         select the last group.
7919
7920 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7921
7922         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7923
7924 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7925
7926         * dig.el (dig-mode-map): Declare and define in one step.
7927
7928 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7929
7930         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7931         for Gnus.
7932         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7933         (nnimap-update-qresync-info): Mark \Seen articles as read.
7934
7935         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7936         non-variable, too.
7937
7938         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7939         available.
7940         (nnimap-update-info): Rely more on the current active than the param
7941         active to avoid marking articles as read too much.
7942
7943         * auth-source.el (auth-source-create): Use (user-login-name) for the
7944         user name default.
7945
7946         * nnimap.el (nnimap-update-info): If the server doesn't return any
7947         useful info, just use the previous info.
7948         (nnimap-update-info): Prefer old info over start-article.
7949         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7950
7951 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7952
7953         * nnir.el (autoload): Clean up autoloads.
7954         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7955         Use key rather than value.
7956         (nnir-imap-search-other): New variable.
7957         (nnir-read-parm): Use it.
7958         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7959         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7960
7961 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7962
7963         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7964         the process, too.
7965
7966 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7967
7968         * spam.el (gnus-summary-mode-map): Bind to "$".
7969         Suggested by Russ Allbery.
7970
7971         * shr.el: Rework the way things are indented by <li> slightly.
7972
7973         * gnus.el (gnus-group-set-parameter): Fix typo.
7974
7975         * nnimap.el: Start implementing QRESYNC support.
7976
7977 2010-10-09  Julien Danjou  <julien@danjou.info>
7978
7979         * nnir.el (nnir-engines): Fix too many arguments.
7980
7981 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7984         group is the "last", so that the backends like nnfolder actually save
7985         their folders.
7986
7987         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7988         try to use that for the tls stream.
7989         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7990         UIDVALIDITY and find out which groups are read-only and not.
7991         (nnimap-get-flags): Use the same marks parsing code as the rest of
7992         nnimap.
7993
7994 2010-10-09  Julien Danjou  <julien@danjou.info>
7995
7996         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7997
7998         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7999         retrieving gravatars.
8000
8001         * shr.el (shr-table-corner): Add.
8002         (shr-table-line): Add.
8003         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8004
8005 2010-10-08  Julien Danjou  <julien@danjou.info>
8006
8007         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8008
8009 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8010
8011         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8012
8013         * gnus-sum.el (gnus-mark-article-as-unread)
8014         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8015         (gnus-summary-set-bookmark): Use it.
8016
8017         * gnus-msg.el (gnus-setup-message): Use it.
8018
8019         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8020
8021         * gnus.el (gnus-group-remove-parameter): Use it.
8022
8023         * gnus-group.el (gnus-group-make-web-group): Use it.
8024
8025         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8026
8027         * nnregistry.el: Update docs to mention manual.
8028
8029         * gnus-registry.el: Update docs to mention nnregistry.el.
8030         (gnus-registry-initialize): Don't install nnregistry refer method
8031         automatically.
8032         (gnus-registry-install-nnregistry): Remove it.
8033
8034 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * shr.el (shr-insert): Don't insert double spaces.
8037
8038 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-gravatar.el (gnus-treat-from-gravatar)
8041         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8042         called interactively.
8043
8044         * gnus-art.el (gnus-mime-view-part-externally)
8045         (gnus-mime-view-part-internally): Make predicate function passed to
8046         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8047         of a mime type.
8048
8049         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8050
8051 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052
8053         * shr.el (require): Require cl when compiling.
8054         (shr-tag-hr): New function.
8055
8056         * nnimap.el (nnimap-update-info): Remove double setting of high.
8057         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8058         This makes nnimap work properly on Courier again.
8059
8060         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8061         the variable for backwards compatibility.
8062
8063         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8064         the file name before using to avoid setting mm-default-directory to
8065         nil.
8066
8067         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8068         bidning gnus-agent variables.
8069
8070         * shr.el (shr-render-td): Use a cache for the table rendering function
8071         to avoid getting an exponential rendering behavior in nested tables.
8072         (shr-insert): Rework the line-breaking algorithm.
8073         (shr-insert): Don't leave trailing spaces.
8074         (shr-insert-table): Also insert empty TDs.
8075         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8076
8077 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8078
8079         * gnus-sum.el (gnus-number): Rename from `number'.
8080         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8081         (gnus-summary-limit-children): Update uses correspondingly.
8082
8083 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8086         (gnus-gravatar-transform-address): Don't show avatars of people of
8087         which mail addresses match gnus-gravatar-too-ugly.
8088
8089 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090
8091         * shr.el (shr-table-widths): Expand TD elements to fill available
8092         space.
8093
8094 2010-10-07  Julien Danjou  <julien@danjou.info>
8095
8096         * nnimap.el (nnimap-request-rename-group): Add this method.
8097
8098 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8101         name from XEmacs' function-arglist.
8102
8103         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8104         gravatar under XEmacs.
8105
8106 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8107
8108         * auth-source.el: Update docs with TODO items.
8109
8110         * gnus-sync.el: Update docs to explain state and plans.
8111
8112         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8113         Hooks for mark updates.
8114         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8115
8116         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8117         hooks with arguments, which is needed for mark update hooks.
8118
8119 2010-10-06  Julien Danjou  <julien@danjou.info>
8120
8121         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8122         was matched.
8123
8124         * sieve-manage.el: Update example in `Commentary'.
8125
8126         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8127
8128         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8129         not 2000.
8130         (sieve-manage-authenticate): Re-add function.
8131
8132 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8133
8134         * shr.el (shr-insert): Get 'space transition right.
8135         (shr-render-td): Only delete space at the end of the TD.
8136
8137         * nnimap.el (nnimap-open-connection): Prepare to support
8138         open-gnutls-stream.
8139
8140         * shr.el: Rearrange function order to be more logical.
8141
8142 2010-10-06  Julien Danjou  <julien@danjou.info>
8143
8144         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8145         (nnrss-discover-feed): Remove 404 URL in docstring.
8146
8147         * nnir.el: Fix Swish-E URL.
8148         Fix Namazu URL.
8149
8150         * message.el (message-change-subject): Remove 404 URL in a comment.
8151
8152 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8155         called interactively.
8156
8157         * gnus-util.el (gnus-remove-if): Allow hash table.
8158         (gnus-remove-if-not): New function.
8159
8160         * gnus-art.el (gnus-mime-view-part-as-type):
8161         * gnus-score.el (gnus-summary-score-effect):
8162         * gnus-sum.el (gnus-read-move-group-name):
8163         Replace remove-if-not with gnus-remove-if-not.
8164
8165         * gnus-group.el (gnus-group-completing-read):
8166         Regard collection as a hash table if it is not a list.
8167
8168 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169
8170         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8171
8172         * shr.el: Document the table-rendering algorithm.
8173
8174 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8177         for Emacsen having no `libxml-parse-html-region' support.
8178
8179 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8182         invalid URLs.
8183
8184         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8185         line-broken.
8186         (shr-tag-img): Ignore image fetching errors.
8187         (shr-overlays-in-region): Compute overlay positions correctly.
8188
8189         * mm-decode.el (mm-shr): Require shr.
8190
8191         * gnus-art.el (gnus-blocked-images): Move variable here.
8192
8193         * shr.el (shr-insert-table): Bind free variable.
8194
8195         * mm-decode.el (mm-shr): Bind shr-content-function.
8196
8197         * shr.el (shr-content-function): New variable.
8198
8199         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8200         added for symmetry.
8201
8202         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8203
8204         * gnus-group.el (gnus-group-make-group): Doc fix.
8205
8206         * nnimap.el (nnimap-request-newgroups): Return success.
8207
8208         * shr.el (shr-find-elements): New function.
8209         (shr-tag-table): Put all the images after the table.
8210         (shr-tag-table): Really inhibit images inside the table.
8211         (shr-collect-overlays): Copy over overlays from the TD elements to the
8212         main document.
8213
8214         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8215         gnus-blocked-images.
8216
8217 2010-10-05  Julien Danjou  <julien@danjou.info>
8218
8219         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8220
8221         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8222         (gnus-html-maximum-image-size): Add this function.
8223         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8224
8225         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8226         server-value of the capability is nil.
8227
8228 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * shr.el (shr-tag-em): Add <EM> tag.
8231
8232 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8233
8234         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8235         customizable.
8236
8237         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8238         handing broken links to browse-url.
8239
8240 2010-10-05  Julien Danjou  <julien@danjou.info>
8241
8242         * gnus-util.el (gnus-emacs-completing-read)
8243         (gnus-iswitchb-completing-read): Use autoload rather than require.
8244
8245 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8248         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8249         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8250         iswitchb-temp-buflist for XEmacs.
8251
8252         * gnus-util.el (gnus-completing-read-function): Exclude
8253         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8254         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8255         XEmacs.
8256
8257         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8258         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8259
8260         * gnus-html.el: Don't require help-fns under XEmacs.
8261         (gnus-html-schedule-image-fetching): Work for XEmacs.
8262
8263         * mm-decode.el (mm-shr): Decode contents by charset.
8264
8265 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8268         unknown.
8269
8270         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8271         (shr-get-image-data): Ensure against the cache file missing.
8272
8273         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8274         for data.
8275
8276         * spam-report.el (spam-report-url-ping-plain): Don't query about
8277         killing the process.
8278
8279         * shr.el (shr-render-td): Protect against too-wide text.
8280
8281 2010-10-04  Julien Danjou  <julien@danjou.info>
8282
8283         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8284         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8285
8286         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8287         retrieved.
8288
8289 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * shr.el (browse-url): Require.
8292         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8293         lines.
8294         (shr-show-alt-text, shr-browse-image): New commands.
8295         (shr-browse-url, shr-copy-url): New commands.
8296
8297         * gnus-sum.el (gnus-widen-article-window): New variable.
8298         (gnus-summary-select-article-buffer): Use it.
8299
8300         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8301         without @ signs.
8302
8303 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8304
8305         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8306
8307 2010-10-04  Julien Danjou  <julien@danjou.info>
8308
8309         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8310         for XEmacs.
8311
8312 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313
8314         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8315
8316         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8317         (nnimap-close-server): Implement.
8318
8319         * dgnushack.el (iswitchb): Require to shut up the compiler.
8320
8321         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8322         (shr-insert): Tweak line breaking.
8323         (shr-insert): Handle <pre> better.
8324         (shr-tag-li): Get <li> indentation right.
8325         (shr-tag-li): Get <li> indentation even righter.
8326         (shr-tag-blockquote): Ensure paragraph start.
8327         (shr-make-table): Tweak table generation.
8328         (shr-make-table): Fix typo.
8329
8330         * shr.el: Implement table rendering.
8331
8332 2010-10-04  Julien Danjou  <julien@danjou.info>
8333
8334         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8335
8336 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * shr.el (shr-insert): Use string anchors instead of line anchors.
8339
8340 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341
8342         * shr.el: Add headings.
8343         (shr-ensure-paragraph): Actually work.
8344         (shr-tag-li): Make <ul> prettier.
8345         (shr-insert): Get white space at the beginning/end of elements right.
8346         (shr-tag-p): Collapse subsequent <p>s.
8347         (shr-ensure-paragraph): Don't insert double line feeds after blank
8348         lines.
8349         (shr-insert): \t is also space.
8350         (shr-tag-s): Fix "s" tag name function.
8351         (shr-tag-s): Fix face prop name.
8352
8353 2010-10-03  Julien Danjou  <julien@danjou.info>
8354
8355         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8356
8357         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8358         gnus-window-inside-pixel-edges.
8359
8360         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8361         gnus-ems.
8362
8363         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8364
8365         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8366         function.
8367
8368         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8369         resize choice.
8370
8371 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8374         beginning of the buffer.
8375
8376         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8377         article buffer again.
8378
8379         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8380
8381         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8382         when it's at the start of the buffer.
8383
8384         * shr.el (shr-tag-blockquote): Convert name.
8385         (shr-rescale-image): Use the right image-size variant.
8386
8387         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8388         buffer isn't shown, then select the current article first instead of
8389         bugging out.
8390         (gnus-summary-select-article-buffer): Show both the article and summary
8391         buffers again.
8392
8393         * shr.el (shr-fontize-cont): Protect against regions with no text.
8394         Rename tag functions to shr-tag-* for enhanced security.
8395         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8396
8397 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8398
8399         * shr.el (shr-insert):
8400         * pop3.el (pop3-movemail):
8401         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8402         loaded.
8403
8404 2010-10-03  Glenn Morris  <rgm@gnu.org>
8405
8406         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8407
8408         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8409
8410         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8411
8412         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8413
8414         * gnus-util.el (gnus-make-local-hook): Simplify.
8415
8416 2010-10-02  Julien Danjou  <julien@danjou.info>
8417
8418         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8419         (gnus-ido-completing-read): New function.
8420         (gnus-emacs-completing-read): New function.
8421         (gnus-completing-read): Use gnus-completing-read-function.
8422         Add gnus-completing-read-function.
8423
8424 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8425
8426         * shr.el (shr-insert-document): Autoload.
8427         (shr-img): Be silent.
8428         (shr-insert): Add a newline after every picture before text.
8429         (shr-add-font): Use overlays for combining faces.
8430         (shr-insert): Pass upwards the text start point.
8431
8432         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8433         possible.
8434         (mm-shr): New function.
8435
8436 2010-10-02  Julien Danjou  <julien@danjou.info>
8437
8438         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8439         should go backward.
8440
8441 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8442
8443         * shr.el (shr): Fix typo in provide call.
8444
8445 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446
8447         * shr.el: New file.
8448
8449         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8450
8451         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8452         completing read.
8453
8454 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8455
8456         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8457         we're being queried about.  Suggested by Dan Jacobson.
8458
8459         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8460         Suggested by Jason Eisner.
8461
8462         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8463         table, too.  Suggested by Stefan Wiens.
8464         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8465         the table unnecessary.  Suggested by Stefan Wiens.
8466
8467         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8468         longer needed, and probably doesn't work either, as pointed out by
8469         Stefan Wiens.
8470         (gnus-summary-exit): Remove call to the clearing function.
8471         (gnus-summary-exit-no-update): Ditto.
8472
8473         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8474         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8475         Reported by Stefan Monnier.
8476         (gnus-summary-save-in-rmail): Ditto.
8477
8478         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8479         article buffer, instead of both the article buffer and the summary
8480         buffer.  Sort of suggested by Dan Jacobson.
8481
8482         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8483
8484         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8485         Suggested by Dan Jacobson.
8486
8487         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8488         documentation clearer.
8489
8490         * message.el (message-shorten-references): Comment on the number "21".
8491         Suggested by Stefan Monnier.
8492
8493         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8494         Suggested by Dan Jacobson.
8495
8496         * gnus.el (gnus-large-newsgroup):
8497         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8498
8499         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8500         externalize attachments.  Bug reported by Steve Wen.
8501
8502         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8503         really message anything to the user.
8504
8505         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8506         directly.
8507
8508         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8509         messages in empty groups.
8510
8511 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8512
8513         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8514         non-UIDNEXT group.
8515
8516 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8519         not the value from the collection.
8520
8521         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8522         values.  This sometimes happens on some groups that have no info.
8523         (nnimap-request-newgroups): New function.
8524
8525 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8526
8527         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8528         check into `gnus-registry-initialize'.
8529         (gnus-registry-initialize): Ditto.
8530         Fix and extend header docs.
8531
8532 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8535         regexp backtrace overflows.
8536
8537         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8538         for starttls that tls.el implements; i.e. openssl.
8539
8540         * tls.el (tls-starttls-switches): Give up on using starttls with
8541         gnutls-cli.
8542         (tls-program): Add --insecure to be consistent with the defaults from
8543         openssl s_client.  Now all three commands are insecure.
8544
8545 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * lpath.el: Bind completion-styles-alist for XEmacs.
8548
8549         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8550         (gravatar-create-image): New function that's an alias to
8551         gnus-xmas-create-image, gnus-create-image, or create-image.
8552         (gravatar-data->image): Use it.
8553
8554 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8555
8556         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8557         install the nnregistry refer method.
8558         (gnus-registry-install-hooks): Use it.
8559         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8560         unfollowed groups.
8561
8562 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8563
8564         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8565         expanding threads.
8566
8567 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * nnir.el: Use the server names without suffixes (bug #7009).
8570
8571         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8572         unencrypted to STARTTLS, if possible.
8573
8574 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8575
8576         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8577         headers before superseding.
8578
8579 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * nnrss.el (nnrss-use-local): Add documentation.
8582
8583         * nnimap.el (nnimap-extend-tls-programs): New function.
8584         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8585         (nnimap-wait-for-connection): Accept the greeting from the stupid
8586         output from openssl s_client -starttls, too.
8587
8588         * tls.el (tls-starttls-switches): New variable.
8589         (tls-find-starttls-argument): Use it.
8590         (open-tls-stream): Ditto.
8591
8592         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8593         (netrc-machine): Ditto.
8594
8595         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8596         article number.
8597         (nnimap-split-fancy): New variable.
8598         (nnimap-split-incoming-mail): Use it.
8599
8600         * nntp.el (nntp-server-list-active-group): Document.
8601
8602         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8603         SELECT to get the message-id.
8604
8605         * mail-source.el (mail-sources): Remove webmail support.
8606         (defvar): Ditto.
8607         (mail-source-fetcher-alist): Ditto.
8608         (mail-source-fetch-webmail): Remove.
8609
8610         * webmail.el: Remove -- doesn't seem relevant any more.
8611
8612         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8613
8614         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8615         the \r.
8616
8617 2010-09-30  Julien Danjou  <julien@danjou.info>
8618
8619         * gnus-agent.el (gnus-agent-add-group): Fix call to
8620         gnus-completing-read.
8621
8622 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623
8624         * nndoc.el (nndoc-retrieve-groups): New function.
8625
8626         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8627         `default', use nnmail-split-methods.
8628         (nnimap-request-article): Downcase the NILs so that they are nil.
8629
8630         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8631         symbol.
8632
8633         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8634         code, since if the user has requested network, that's what they ought
8635         to get.
8636         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8637         (nnimap-split-rule): Mark as obsolete.
8638
8639         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8640         New variable.
8641
8642         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8643         correct slot, too.
8644
8645 2010-09-29  Julien Danjou  <julien@danjou.info>
8646
8647         * gnus.el (gnus-local-domain): Declare variable obsolete.
8648
8649         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8650         Fix history computing.
8651         (gnus-ido-completing-read): Require ido.
8652
8653 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8656         build Gnus.
8657
8658         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8659         when interpreting the structures.
8660         (nnimap-request-accept-article): Add \r\n to the lines to make this
8661         work with Cyrus.
8662
8663         * nndraft.el (nndraft-request-expire-articles): Use the group name
8664         instead if "nndraft".  Fix found by Nils Ackermann.
8665
8666 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8667
8668         * nnregistry.el: Add.
8669
8670 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8671
8672         * nnmail.el (group, group-art-list, group-art):
8673         Remove unneeded directives.
8674
8675 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8678         (mm-mime-charset):
8679         * rfc2047.el (rfc2047-syntax-table):
8680         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8681
8682         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8683         rather than `insert-file-contents' and `eval-region'.
8684
8685         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8686         construction.
8687
8688         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8689
8690         * time-date.el: No need to require cl for Emacs 21.
8691
8692 2010-09-29  Julien Danjou  <julien@danjou.info>
8693
8694         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8695         replacement of `gnus-gravatar-relief' to mimic
8696         `gnus-faces-properties-alist'.
8697         Add :version property.
8698
8699 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * mail-source.el (mail-source-report-new-mail):
8702         * message.el (message-default-mail-headers):
8703         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8704
8705         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8706
8707 2010-09-28  Julien Danjou  <julien@danjou.info>
8708
8709         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8710         mail-address contains the same string as real-name.
8711
8712         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8713         non-blank in header, otherwise it'll get stripped.
8714
8715         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8716         real-name, and then for mail address rather than doing : or , search.
8717
8718 2010-09-27  Julien Danjou  <julien@danjou.info>
8719
8720         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8721         right completing-read function.
8722         (gnus-use-ido): New variable
8723         (gnus-completing-read-with-default): Remove.
8724         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8725         (gnus-agent-add-group):
8726         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8727         * mm-view.el (mm-view-pkcs7-decrypt):
8728         * mm-util.el (mm-codepage-setup):
8729         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8730         * mml-smime.el (mml-smime-openssl-sign-query):
8731         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8732         (mml-insert-multipart):
8733         * gnus-msg.el (gnus-summary-yank-message):
8734         * gnus-int.el (gnus-start-news-server):
8735         * mm-decode.el (mm-interactively-view-part):
8736         * gnus-dired.el (gnus-dired-attach):
8737         * gnus.el (gnus-read-method):
8738         * gnus-bookmark.el (gnus-bookmark-jump):
8739         * gnus-art.el (gnus-mime-view-part-as-type)
8740         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8741         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8742         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8743         * nnmairix.el (nnmairix-create-server-and-default-group)
8744         (nnmairix-update-groups, nnmairix-get-server)
8745         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8746         (nnmairix-get-group-from-file-path):
8747         * nnrss.el (nnrss-find-rss-via-syndic8):
8748         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8749         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8750         (gnus-group-browse-foreign-server):
8751         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8752         (gnus-summary-execute-command, gnus-summary-respool-article)
8753         (gnus-read-move-group-name):
8754         * gnus-score.el (gnus-summary-increase-score)
8755         (gnus-summary-score-effect):
8756         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8757
8758 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8761         x-focus-frame.
8762
8763         * nnimap.el (auth-source-forget-user-or-password)
8764         (auth-source-user-or-password): Autoload.
8765
8766         * message.el (message-from-style, message-interactive)
8767         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8768         (message-yank-prefix, message-indentation-spaces, message-signature)
8769         (message-signature-file): Add comment.
8770
8771 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8774         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8775         new articles.
8776
8777         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8778         parts.
8779         (nnimap-request-article): Work with the t setting, too.
8780
8781         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8782         that you don't get flashes of other buffers.
8783         (gnus-summary-show-complete-article): Intern before setting.
8784
8785 2010-09-27  David Engster  <dengste@eml.cc>
8786
8787         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8788         well as HEADERS.
8789         (nnmairix-retrieve-headers): Provide new argument for the above.
8790
8791 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8792
8793         * gnus-sum.el (gnus-summary-move-article): Don't alter
8794         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8795         group.
8796
8797         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8798
8799         * message.el (message-cite-prefix-regexp): Revert my last edit.
8800
8801         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8802         variable instead of the Gnus variable.
8803
8804         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8805
8806         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8807
8808         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8809         since some servers don't like it.
8810         (nnimap-open-connection): Forget credentials if the server says the
8811         password was wrong.
8812         (nnimap-parse-line): Protect against invalid data.
8813
8814         * gnus-sum.el (gnus-summary-move-article): Add comment.
8815         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8816         nothing alters it while scanning for new messages.
8817
8818         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8819         which may or may not help.
8820         (nnimap-open-connection): If we're doing a stream connection, and then
8821         discover we're on a STARTTLS-capable server, then open a STARTTLS
8822         connection instead.
8823
8824 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825
8826         * nnimap.el (utf7): Require.
8827
8828         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8829         prefix.
8830
8831 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8832
8833         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8834
8835 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8836
8837         * nnimap.el (nnimap-request-accept-article): Message the error on
8838         error.
8839
8840 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8843
8844 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845
8846         * nndoc.el (nndoc-request-list): Return success always.
8847
8848         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8849         `fetch-old' -- we only want to fetch the articles we've requested.
8850         The rest are in the agent, probably.
8851         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8852         disappeared server" to something low.  It's not important.
8853
8854         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8855         arrived before the FETCH data.
8856
8857         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8858         target here, because we don't know the Gnus name of the group.
8859
8860         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8861         for the correct group.
8862
8863         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8864
8865         * gnus.el (gnus): Give a final warning after startup.
8866
8867         * gnus-util.el (gnus-action-message-log): New variable.
8868         (gnus-message): Use it.
8869         (gnus-final-warning): New function.
8870
8871         * nnimap.el (nnimap-open-connection): Record the greeting.
8872         (nnimap): Add greeting.
8873
8874 2010-09-26  Julien Danjou  <julien@danjou.info>
8875
8876         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8877         arguments.
8878         (gnus-html-wash-images): Fix spec computing to include start/end.
8879
8880         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8881
8882 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8885         deletion.
8886         (nnimap-retrieve-headers): Don't select the group, because that's
8887         already done by nnimap-possibly-change-group.
8888
8889         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8890         (gnus-picon-transform-address): Use it.
8891
8892         * mail-source.el (mail-source-value): Revert previous patch.
8893
8894         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8895         on failure.
8896         (nnimap-open-connection): Look up both virtual and physical server name
8897         credentials.
8898
8899         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8900
8901 2009-02-07  Dave Love  <fx@gnu.org>
8902
8903         * tls.el (open-tls-stream): Don't query killing process.
8904
8905 2009-02-08  Dave Love  <fx@gnu.org>
8906
8907         * gnus-win.el (gnus-window-to-buffer-helper)
8908         (gnus-all-windows-visible-p): Function needn't be a symbol.
8909
8910         * mail-source.el (mail-source-value): Function needn't be a symbol.
8911
8912 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8913
8914         * message.el (message-cite-prefix-regexp): Remove } from the cite
8915         prefix.
8916
8917         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8918         highlight again, so that the highlight is correct.
8919
8920         * gnus-picon.el (gnus-picon): Remove again.
8921         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8922
8923         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8924         doing the header highlightling, so that the background color of the
8925         picon is correct.
8926
8927         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8928         (gnus-picon): Ditto.
8929         (gnus-picon): Reinstate.  The background color for picons is white.
8930         (gnus-picon-insert-glyph): Make the background white.
8931
8932         * nnml.el (nnml-open-nov): Don't return dead buffers.
8933
8934         * auth-source.el (auth-source-create): Query the user for whether to
8935         store the credentials.
8936
8937         * netrc.el (netrc-store-data): New function.
8938
8939         * auth-source.el (auth-source-user-or-password): Use the existing auth
8940         sources, if any, for creation.
8941
8942         * gnus.el (gnus-group-fast-parameter): Return the last matching
8943         parameter instead of the first matching parameter.
8944
8945 2010-09-26  Julien Danjou  <julien@danjou.info>
8946
8947         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8948
8949 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * mml2015.el (mml2015-use): Remove gpg support.
8952
8953         * mml1991.el (mml1991-function-alist): Remove gpg function.
8954         (mml1991-gpg-sign): Remove.
8955
8956 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8957
8958         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8959         (gnus-browse-unsubscribe-current-group): Document it.
8960         (gnus-browse-unsubscribe-group): Use it.
8961
8962 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8963
8964         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8965         address to the To list for easier response.
8966
8967         * gnus.el (gnus-play-startup-jingle): Remove.
8968         (gnus-splash): Don't play jingle.
8969         (gnus): Silence gnus-load message.
8970
8971         * gnus-art.el (gnus-treat-play-sounds): Remove.
8972
8973         * gnus.el (gnus-play-jingle): Remove audio support.
8974
8975         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8976
8977         * earcon.el: Remove -- no users.
8978
8979         * gnus-audio.el: Remove -- no users of this package.
8980
8981         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8982
8983         * gnus-start.el (gnus-setup-news): Remove nocem support.
8984
8985         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8986
8987         * gnus.el (gnus-use-nocem): Remove.
8988
8989         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8990         Remove.
8991
8992         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8993         uses NoCeM any more.
8994
8995         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8996         (gnus-button-ctan-handler): Ditto.
8997         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8998         (gnus-button-ctan-directory-regexp): Ditto.
8999         (gnus-button-handle-ctan): Ditto.
9000         (gnus-button-tex-level): Ditto.
9001         (gnus-button-alist): Remove CTAN stuff.
9002
9003 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9006         nnimap-streaming test.
9007
9008         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9009         servers twice.
9010
9011         * nnimap.el (nnimap-open-connection): Add more error reporting when
9012         nnimap fails early.
9013
9014         * nnheader.el (nnheader-get-report-string): New function.
9015         (nnheader-get-report): Use it.
9016
9017         * gnus-int.el (gnus-check-server): Say what the error was when opening
9018         failed.
9019
9020         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9021         using streaming.
9022
9023 2010-09-25  Julien Danjou  <julien@danjou.info>
9024
9025         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9026         gnus-window-inside-pixel-edges.
9027
9028 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9029
9030         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9031
9032         * mm-decode.el (mm-save-part): Allow saving to other directories the
9033         normal Emacs way.
9034
9035         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9036         Suggested by Jay Berkenbilt.
9037
9038         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9039         there isn't a single byte.
9040
9041         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9042         just do it.  It doesn't really seem to matter what the user responds
9043         here, I think, so it's just a confusing question.
9044
9045         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9046         non-streaming case.
9047
9048         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9049         (gnus-article-encrypt-body): Use it.
9050
9051         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9052         keystroke.
9053
9054         * nnimap.el (nnimap-find-wanted-parts-1):
9055         Use gnus-fetch-partial-articles.
9056
9057         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9058
9059         * nnimap.el (nnimap-insert-partial-structure): New function.
9060         (nnimap-get-partial-article): New function.
9061         (nnimap-request-article): Use it.
9062         (nnimap-wait-for-response): Return whether the wait was successful.
9063         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9064         retrieval wasn't successful.
9065         (nnimap-retrieve-group-data-early): Allow throttling servers.
9066         (nnimap-streaming): New variable.
9067         (nnimap-fetch-partial-articles): Remove.
9068
9069         * mm-decode.el (mm-with-part): Protect against killed buffers.
9070
9071         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9072         for prettier summary display.
9073
9074 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9075
9076         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9077
9078 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079
9080         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9081         apparently third-party libraries depend on it.
9082
9083         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9084         before starting negotiation.
9085
9086         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9087         privacy reasons.
9088         (gnus-treat-mail-gravatar): Ditto.
9089
9090         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9091         buffer when inserting images.  Inserting text into the headers, for
9092         instance, can make them invalid.
9093
9094 2010-09-25  Julien Danjou  <julien@danjou.info>
9095
9096         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9097         variables.
9098
9099         * nnheader.el: Remove useless variables news-reply-yank-from and
9100         news-reply-yank-message-id.
9101
9102         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9103         variables.
9104
9105         * mml1991.el: Remove useless mml1991-verbose.
9106
9107         * gnus.el: Remove useless variable gnus-use-generic-from.
9108         Remove obsolete variable gnus-topic-indentation.
9109
9110         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9111
9112         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9113
9114         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9115
9116         * gnus-group.el: Remove useless gnus-group-icon-cache.
9117         Remove useless gnus-ephemeral-group-server.
9118
9119         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9120
9121         * mml2015.el: Remove useless mml2015-verbose.
9122
9123         * mml-smime.el: Remove useless mml-smime-verbose.
9124
9125         * gnus.el: Remove useless gnus-local-domain.
9126
9127         * gnus-gravatar.el (gnus-gravatar-transform-address):
9128         Use gnus-gravatar-size.
9129
9130         * gnus-art.el: Remove useless gnus-treat-translate.
9131
9132 2010-09-24  Julien Danjou  <julien@danjou.info>
9133
9134         * gnus-sum.el: Add support for Gravatars.
9135
9136         * gnus-art.el: Add support for Gravatars.
9137
9138         * gnus-gravatar.el: Add this file.
9139
9140         * gravatar.el: Add this file.
9141
9142 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9143
9144         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9145
9146         * gnus-group.el (gnus-group-fetch-faq): Remove.
9147
9148         * gnus.el (gnus-group-faq-directory): Remove.
9149
9150         * gnus-group.el (gnus-group-fetch-charter): Remove.
9151
9152         * gnus.el (gnus-group-charter-alist): Remove.
9153
9154         * gnus-group.el (gnus-group-archive-directory): Remove.
9155         (gnus-group-recent-archive-directory): Ditto.
9156         (gnus-group-make-archive-group): Remove.
9157
9158         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9159
9160         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9161         use the same article number for all the cached articles.
9162
9163         * nnimap.el (nnimap-command): Register the last command time so
9164         that we can use it for idling NOOPs.
9165         (nnimap-open-connection): Start the keeplive timer.
9166         (nnimap-make-process-buffer): Store all the process buffers.
9167         (nnimap-keepalive): New function.
9168
9169         * starttls.el (starttls-open-stream): Add autoload cookie.
9170
9171 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9172
9173         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9174         handling.
9175
9176 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9179         its data structures.
9180
9181         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9182         instead of the cl.el copy-list.
9183         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9184         equalp.
9185
9186 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9189         and tool-bar-local-item-from-menu.
9190
9191         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9192         mode-line-highlight face for Emacs.
9193
9194         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9195         loading gnus-sum.elc; fix comment for canlock-verify.
9196         (gnus-article-jump-to-part): Use read-number.
9197         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9198         Remove Emacs pre-21 compatible code for help-echo.
9199         (gnus-article-next-page-1): No need to adjust the number of lines.
9200         (gnus-article-describe-bindings): Always use help-buffer.
9201
9202         * gnus-audio.el (gnus-audio-inline-sound):
9203         * gnus-cus.el (gnus-custom-mode):
9204         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9205
9206         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9207
9208         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9209         compatible code.
9210
9211 2010-09-24  Glenn Morris  <rgm@gnu.org>
9212
9213         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9214         visiting the fcc file in rmail-mode.
9215
9216         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9217
9218 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * nnir.el: Silence the byte compiler.
9221
9222         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9223         alias to browse-url-url-encode-chars if any.
9224         (gnus-html-encode-url): Use it.
9225
9226 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * gnus-start.el (gnus-use-backend-marks): New variable.
9229         (gnus-get-unread-articles-in-group): Use it.
9230
9231         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9232         makeover.
9233
9234 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9235
9236         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9237
9238 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9241         Remove.
9242         (gnus-setup-news-hook):
9243         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9244
9245         * gnus-int.el (gnus-request-update-info): Protect against backends not
9246         having the function.
9247
9248         * nnimap.el (nnimap-stream): Mention starttls.
9249         (nnimap-open-connection): Add starttls support.
9250
9251 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9252
9253         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9254
9255 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9256
9257         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9258         BODYSTRUCTUREs.
9259         (nnimap-transform-headers): Unfold quoted {42} headers.
9260
9261         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9262         the info.
9263         (gnus-get-unread-articles): Only call updatep on backends that support
9264         it.
9265
9266         * nnweb.el (nnweb-request-update-info): NOOP.
9267
9268         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9269
9270         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9271         since it only deals with marks.
9272
9273         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9274         gnus-request-marks, and make a new gnus-request-update-info.
9275
9276         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9277         the active instead of the high number, which is usually too low.
9278
9279 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9280
9281         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9282         * encrypt.el: Remove.
9283
9284 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9285
9286         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9287         server in symbolic form.
9288
9289         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9290
9291 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9292
9293         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9294         (nnimap-update-info): Fix up code slightly.
9295
9296         * gnus-int.el (gnus-open-server): Add tracing for performance
9297         debugging.
9298
9299         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9300         (gnus-group-insert-group-line): Pass the real group name so that it
9301         gets the right data.
9302
9303         * gnus-start.el (gnus-get-unread-articles): Don't have
9304         `gnus-get-unread-articles-in-group' update info, since that can be
9305         really slow and doesn't seem to be needed?
9306
9307 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9308
9309         * time-date.el (date-to-time): Try using parse-time-string first before
9310         using the slower timezone-make-date-arpa-standard.
9311
9312 2010-09-22  Julien Danjou  <julien@danjou.info>
9313
9314         * gnus-group.el (gnus-group-insert-group-line):
9315         Call gnus-group-highlight-line.
9316         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9317         default hook list.
9318         (gnus-group-update-eval-form): Add new function.
9319         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9320         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9321
9322 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9325         immediate, then expire all articles.
9326         (nnimap-update-info): Fix off-by-one errors.
9327         (nnimap-flags-to-marks): Would return no marks lists for group with no
9328         flags.  Instead return the other data.
9329
9330 2010-09-22  Julien Danjou  <julien@danjou.info>
9331
9332         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9333         Only return an icon.
9334         (gnus-group-insert-group-line): Compute icon to return.
9335
9336         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9337         (gnus-html-image-fetched): Only cache if
9338         gnus-html-image-automatic-caching is set.
9339         (gnus-html-image-fetched): Check for errors.
9340
9341 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9342
9343         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9344         once per method on `g'.  This ensures that backends like nnfolder don't
9345         open all their folders.
9346
9347         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9348         (nnimap-request-list): Nix out group in the correct buffer.
9349         (nnimap-parse-flags): Implement by using `read' instead of
9350         hand-parsing.
9351         (nnimap-flags-to-marks): Pass on permanent-flags.
9352         (nnimap-make-process-buffer): Record the server name.
9353         (nnimap-parse-flags): Fix typo.
9354         (nnimap-request-scan): Run split on the server in general, not just a
9355         single group.
9356
9357         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9358         parameter, and propagate this downwards.
9359
9360         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9361         since EXAMINE changes it on the server.
9362
9363         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9364         this command might take a while.
9365
9366 2010-09-22  Julien Danjou  <julien@danjou.info>
9367
9368         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9369         harmful if you have 2 images side-by-side, they can't be properly
9370         update on text deletion.  Using text-property is safer here.
9371         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9372         data.
9373
9374 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * nnimap.el (nnimap-expunge-inbox): Remove.
9377         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9378         (nnimap-expunge): Flip default to t.
9379
9380         * gnus.el (gnus-method-to-server): Don't push things to the cache
9381         unless it's unique.
9382         (gnus-server-to-method): Ditto.
9383
9384 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9385
9386         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9387
9388 2010-09-22  Julien Danjou  <julien@danjou.info>
9389
9390         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9391         get the start of data.
9392         (gnus-html-encode-url): Add this function to encode special chars in
9393         URL.
9394         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9395         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9396
9397         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9398         default.
9399         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9400
9401         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9402         images alt-text.
9403         (gnus-html-put-image): Put alt-text as help-echo.
9404
9405 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9408         * mm-util.el (mm-decompress-buffer):
9409         * nnir.el (nnir-run-find-grep):
9410         * pop3.el (pop3-list): Use 3rd arg of split-string.
9411
9412         * time-date.el (format-seconds): Comment fix.
9413
9414         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9415         and byte-optimize-form-code-walker.
9416         (dgnushack-make-auto-load): Don't advise make-autoload.
9417
9418         * lpath.el: Remove Emacs 21 stuff.
9419
9420 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9421
9422         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9423         outside the active range.  Suggested by Dan Christensen.
9424
9425         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9426         slightly later to avoid double-getting it.
9427
9428         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9429         previous patch.
9430
9431         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9432
9433 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9434
9435         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9436
9437 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * gnus-int.el (gnus-open-server): Give a better error message in the
9440         "go offline" case.
9441
9442         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9443         marks for nnimap, which is seldom the right thing to do.
9444
9445         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9446         (gnus-same-method-different-name): New function.
9447
9448         * nnimap.el (parse-time): Require.
9449
9450         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9451         method in the presence of many similar methods.
9452
9453         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9454
9455         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9456         nnml-inhibit-expiry.
9457
9458         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9459         find out whether methods are equal.
9460
9461         * nnimap.el (nnimap-find-expired-articles): New function.
9462         (nnimap-process-expiry-targets): New function.
9463         (nnimap-request-move-article): Request the article before looking at
9464         what the Message-ID is.  Fix found by Andrew Cohen.
9465         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9466
9467         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9468         for oldness in addition to being a predicate.
9469
9470         * nnimap.el (nnimap-request-group): When we have zero articles, return
9471         the right data to Gnus.
9472         (nnimap-request-expire-articles): Only delete articles immediately if
9473         the target is 'delete.
9474
9475         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9476         method, this would bug out.
9477
9478         * gnus-group.el (gnus-group-expunge-group): Rename from
9479         gnus-group-nnimap-expunge, and implemented as a normal interface
9480         function.
9481
9482         * gnus-int.el (gnus-request-expunge-group): New function.
9483
9484         * nnimap.el (nnimap-request-create-group): Implement.
9485         (nnimap-request-expunge-group): New function.
9486
9487 2010-09-21  Julien Danjou  <julien@danjou.info>
9488
9489         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9490         (gnus-html-cache-expired): Add new function.
9491         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9492         wethever we should display image for fetch it.
9493         Compute alt-text earlier to pass it to the fetching function too.
9494         (gnus-html-schedule-image-fetching): Change function argument to only
9495         get one image at a time, not a list.
9496         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9497         cache.
9498         (gnus-html-get-image-data): New function to retrieve image data from
9499         cache.
9500         (gnus-html-put-image): Change buffer argument to use image data rather
9501         than file, and place image above region rather than inserting a new
9502         one.  Do not take alt-text as argument, since it's useless now: we place
9503         the image above alt-text.
9504         (gnus-html-prune-cache): Remove.
9505         (gnus-html-show-images): Start to fetch image when we find one, do not
9506         push into a temporary list.
9507         (gnus-html-prefetch-images): Only fetch image if they have expired.
9508         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9509         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9510
9511 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9514
9515 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9518         spec inser "*" if the group isn't active instead of 0.
9519
9520         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9521         opening the server.
9522         (nnimap-request-delete-group): Implement group deletion.
9523         (nnimap-transform-headers): Return the size of the entire message in
9524         the Bytes header, not just the size of the first part.
9525         (nnimap-request-move-article): When moving an article from nnimap,
9526         request the article first so the accepting form has an article to
9527         accept.  Reported by Dan Christensen.
9528         (nnimap-command): Make sure that the error message doesn't error out.
9529
9530 2010-09-20  David Edmondson  <dme@dme.org>
9531
9532         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9533         we haven't requested anything.
9534
9535 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536
9537         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9538         "".  Fix found by Andrew Cohen.
9539
9540         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9541         instead of -encode-string.
9542
9543 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9546
9547         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9548         by mm-subst-char-in-string.
9549
9550 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551
9552         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9553         waiting for the connection string.
9554
9555         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9556         arriving.
9557
9558         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9559         bogus characters.  This allows selecting certain Gmail groups.
9560
9561         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9562         (nnimap-fetch-partial-articles): New variable.
9563         (nnimap-open-connection): When looking for credentials, also use the
9564         nnimap-server-port.
9565         (nnimap-request-article): Return the group/article number, so that Gnus
9566         `^' works as expected.
9567         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9568
9569         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9570         comments.
9571         (gnus-methods-sloppily-equal): New function.
9572         (gnus): When using the development version of Gnus, load the gnus-load
9573         file.
9574
9575         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9576         `gnus-open-server' on each method before trying to scan them etc.
9577         This ensures that all the backend parameters are set correctly.
9578
9579         * nnimap.el (nnimap-authenticator): New variable.
9580         (nnimap-open-connection): Allow anonymous login.
9581         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9582         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9583
9584         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9585         patch, found by Knut Anders Hatlen.
9586
9587 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9588
9589         * gnus-agent.el (gnus-agent-batch-confirmation)
9590         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9591         to gnus-message.
9592         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9593         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9594         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9595         * gnus-int.el (gnus-open-server): Likewise.
9596         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9597         (gnus-score-check-syntax): Likewise.
9598         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9599         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9600         Likewise.
9601         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9602
9603 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9606         calling conventions so that prefetch doesn't bug out.
9607
9608 2010-09-19  Julien Danjou  <julien@danjou.info>
9609
9610         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9611         rather than `subst-char-in-region' in order to be able to replace ASCII
9612         char by UTF-8 ones.
9613
9614         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9615         than curl.
9616         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9617         the right URL and ALT text on images.
9618         (gnus-html-wash-tags): Fix tag case.
9619         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9620         (gnus-article-html): Add -o display_ins_del=2 option.
9621         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9622
9623 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9624
9625         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9626         the extra mail headers, which sometimes seem to happen for unknown
9627         reasons.
9628
9629         * mail-parse.el (mail-header-encode-parameter): Define as
9630         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9631         (or most, perhaps?) mail readers don't understand the latter, but do
9632         understand the former.
9633
9634         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9635         to nil, so that no methods are automatically agentized.  I think this
9636         is probably what most users want.
9637
9638         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9639         from url-retrieve, for instance about invalid URLs.
9640
9641         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9642         groups that have no articles.
9643         (nnimap-request-article): Check that we really got an article when we
9644         requested one.
9645
9646         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9647         doesn't exist.
9648
9649         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9650         nntp buffer so the agent can save it.
9651         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9652         that CRLF doesn't get translated to \n.
9653         (nnimap-open-connection): Don't make 'shell commands only send \n.
9654
9655 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9656
9657         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9658         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9659         Update var name.
9660         (nnml-generate-nov-file): Use dolist.
9661         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9662         Use with-current-buffer.
9663
9664 2010-09-18  Julien Danjou  <julien@danjou.info>
9665
9666         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9667         parallel.
9668
9669 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9672         the range update right.
9673         (nnimap-request-group): Don't make `M-g' bug out on group with no
9674         marks.
9675         (nnoo): Require, so that other packages can require nnimap.
9676         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9677         command we're looking for.  This helps when the server sends more
9678         responses after we've gotten everything we expected.
9679         (nnimap): Add a `newlinep' field to keep track of end-of-line
9680         conventions.
9681         Don't send CRLF to things that don't want it.
9682         (nnimap-request-accept-article): Ditto.
9683
9684 2010-09-18  Julien Danjou  <julien@danjou.info>
9685
9686         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9687         than curl to retrieve images.
9688
9689 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9690
9691         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9692         the marks.
9693         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9694         (nnimap-wait-for-connection): New function.
9695         (nnimap-open-connection): If we have PREAUTH, don't query for login
9696         credentials.
9697         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9698         when doing a partial update.
9699
9700 2010-09-18  Julien Danjou  <julien@danjou.info>
9701
9702         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9703         tags.
9704
9705 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * nnimap.el (nnimap-credentials): New function.
9708         (nnimap-open-connection): Use the new function to look for credentials
9709         also on the numeric equivalents of "imap" and "imaps".
9710
9711         * gnus-start.el (gnus-activate-group): Send the info to
9712         gnus-request-group.
9713
9714         * nnimap.el (nnimap-request-group): Have the "check" version of the
9715         function parse flags and update the info, so that a `M-g' get a total
9716         resync of all flags from the group.
9717
9718         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9719         to allow backends to alter the info on group selection.  Also alter all
9720         the backend -request-group functions to take the parameter.
9721
9722         * nnimap.el (nnimap-store-info): New function.
9723         (nnimap-update-info): Store the info for later usage.
9724         (nnimap-request-group): Use the stored info for the dont-check case, so
9725         that we don't retrieve all marks when we enter a group.
9726
9727         * nnimap.el: Use deffoo instead of defun for interface functions.
9728
9729         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9730         update the group info.  This makes the nndraft groups, for instance, go
9731         back to their old behavior.
9732
9733         * gnus-sum.el (gnus-select-newsgroup): Indent.
9734
9735         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9736         in.
9737         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9738         nothing.
9739
9740         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9741         from methods that are denied.
9742
9743         * gnus-int.el (gnus-method-denied-p): New function.
9744
9745         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9746         store the password instead of netrc.
9747         (nnimap-open-connection): Don't error out when we can't make a
9748         connections.
9749
9750         * auth-source.el (auth-source-create): In the password prompt, say what
9751         we're querying for.  Also prompt for user name if that hasn't been
9752         given.
9753
9754         * nnimap.el (nnimap-with-process-buffer): Remove.
9755
9756 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757
9758         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9759         method when we're reading from the agent.
9760
9761         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9762
9763         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9764         that's probably most useful for users.
9765
9766         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9767         "failed" all the time.
9768
9769         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9770         ...)) with (with-current-buffer ... ).
9771
9772         * nntp.el (nntp-open-server): Return whether the open was successful or
9773         not.
9774
9775         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9776         select an unread unseen article first.
9777
9778         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9779         /etc/services, supply some sensible port defaults.
9780
9781         * dgnushack.el: Define netrc-credentials.
9782
9783 2010-09-17  Julien Danjou  <julien@danjou.info>
9784
9785         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9786
9787 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9788
9789         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9790         doesn't have any parameters.
9791
9792 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9793
9794         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9795         only upcased checks.
9796
9797         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9798
9799         * nnimap.el (nnimap-open-shell-stream): New function.
9800         (nnimap-open-connection): Use it.
9801         (nnimap-transform-headers): Get the number of lines in each message.
9802         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9803         number of lines.
9804         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9805         problem.
9806
9807         * utf7.el (utf7-encode): Autoload.
9808
9809         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9810         to allow the mail splitting to not return a default group.  This is
9811         useful for nnimap, which will leave unmatched mail in the inbox.
9812
9813         * nnimap.el: Rewritten.
9814
9815         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9816         nnimap usage.
9817
9818         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9819         if the move is internal, so that nnimap can do fast internal moves.
9820
9821         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9822         data.
9823         (gnus-read-active-for-groups): Support finishing the early retrieval of
9824         data.
9825
9826         * gnus-range.el (gnus-range-nconcat): New function.
9827
9828         * gnus-int.el (gnus-finish-retrieve-group-infos)
9829         (gnus-retrieve-group-data-early): New functions.
9830
9831 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9832
9833         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9834         (nnrss-retrieve-groups):
9835         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9836         (pop3-quit): Use with-current-buffer.
9837
9838 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9841         instead of nnheader-accept-process-output.
9842
9843         * dgnushack.el (dgnushack-compile): Add comment.
9844
9845         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9846
9847         * gnus-html.el (gnus-html-schedule-image-fetching)
9848         (gnus-html-prefetch-images): Replace process-kill-without-query by
9849         gnus-set-process-query-on-exit-flag.
9850
9851 2010-09-16  Romain Francoise  <romain@orebokech.com>
9852
9853         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9854
9855 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9858         parameter to unintern is mandatory-ish in Emacs 24.
9859
9860         * gnus-html.el (gnus-html-schedule-image-fetching)
9861         (gnus-html-prefetch-images): Check for curl before using it.
9862
9863         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9864         depend on curl, which isn't essential.
9865
9866         * imap.el: Revert back to version
9867         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9868         seem problematic.
9869
9870 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9871
9872         * gnus-registry.el (gnus-registry-install-shortcuts):
9873         Explicitly pass `obarray' to `unintern' to avoid a warning.
9874
9875 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876
9877         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9878         change.
9879
9880         * nnrss.el (nnrss-request-list): Remove this function and related
9881         functions, including the moreover stuff.
9882
9883 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * nnrss.el (nnrss-retrieve-groups): New function.
9886
9887 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9888
9889         * .dir-locals.el: Add no-byte-compile cookie.
9890
9891 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * time-date.el (format-seconds): Comment fix.
9894
9895         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9896         for back end that doesn't support request-scan.
9897
9898 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9901         then do request scans from the backends.
9902
9903         * netrc.el (netrc-credentials): New conveniency function.
9904
9905         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9906         avoid running a hook per line, since this takes a lot of time,
9907         profiling shows.
9908         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9909         directly if gnus-visual-p is true.
9910
9911 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9914         groups; replace mapcar with dolist which is a bit faster; pass groups
9915         info to gnus-read-active-file-1.
9916         (gnus-read-active-file-1): Scan only specified groups if the new
9917         optional arg `infos' is given.
9918
9919 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9922
9923         * pop3.el (pop3-movemail): Remove.
9924         (pop3-streaming-movemail): Rename to pop3-movemail.
9925
9926         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9927         don't restrict end-tag searches to the end of the line.
9928
9929 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9932         articles of every unchecked group to t, which means unknown since the
9933         server has never been opened.
9934
9935 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9936
9937         * gnus-html.el (gnus-html-show-alt-text): New command.
9938         (gnus-html-browse-image): Ditto.
9939         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9940         to browse the image directly.
9941         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9942         better.
9943
9944         * gnus-async.el (gnus-async-article-callback):
9945         Call `gnus-html-prefetch-images' unconditionally.
9946
9947         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9948         before feeding URLs to curl.
9949
9950 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9953         internal images as deletable by `W D D'.
9954
9955         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9956         (gnus-async-article-callback): Fix typo.
9957
9958 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9961         current line to work around bugs in the output from w3m.
9962
9963         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9964         for groups that want that.
9965
9966         * nntp.el (nntp-wait-for-string): Supply a timeout for
9967         accept-process-output to ensure progress.
9968
9969         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9970         level to get unread articles from, then use that for foreign groups,
9971         too.
9972
9973         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9974         confuses the rest of the function.
9975
9976         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9977         for the methods that support -retrieve-groups, too.
9978
9979         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9980
9981 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9984         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9985
9986         * pop3.el: Require cl when compiling.
9987         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9988
9989 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9990
9991         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9992         that aren't going to be activated.
9993         (gnus-get-unread-articles): Fix up the last commit.
9994
9995         * gnus-html.el (gnus-article-html): Allow calling without specifying
9996         the handle.  In that case, dissect the buffer first.
9997
9998         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9999
10000         * nnimap.el (nnimap-open-connection): Revert the change that would look
10001         into authinfo for imaps instead of imap.
10002
10003         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10004         say that you don't want to call gnus-request-group with don-check, but
10005         do check the reponse.  This is for virtual groups only.
10006         (gnus-get-unread-articles): Count the archive groups as secondary, so
10007         that they're activated the same way as before.
10008
10009         * imap.el (imap-message-map): Removed optional buffer parameter, since
10010         no callers use it.
10011         (imap-message-get): Ditto.
10012         (imap-message-put): Ditto.
10013         (imap-mailbox-map): Ditto.
10014         (imap-mailbox-put): Ditto.
10015         (imap-mailbox-get): Ditto.
10016         (imap-mailbox-get): Revert last change for this function.
10017
10018         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10019         case-insensitively.
10020         (nnimap-debug): Remove.
10021
10022         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10023         callers to use `imap-fetch' instead.  According to the comments, this
10024         should be safe, since all other IMAP clients use the 1:* syntax.
10025         (imap-enable-exchange-bug-workaround): Remove.
10026         (imap-debug): Remove -- doesn't seem very useful.
10027
10028         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10029         mail from a file, and the file doesn't exist.
10030
10031         * imap.el (imap-log): New convenience function used throughout instead
10032         of repeating the same code all over the place.
10033
10034         * pop3.el (pop3-streaming-movemail): Return t for success.
10035
10036         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10037         .authinfo if we're using ssl connection.
10038
10039         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10040         already have if we're in a main Gnus `g' run.
10041
10042         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10043
10044 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10047
10048         * nnmh.el (nnmh-request-list-1): Bind `file'.
10049
10050         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10051         alias to set-process-query-on-exit-flag or process-kill-without-query.
10052         (pop3-open-server): Use it.
10053
10054 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10055
10056         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10057         box to the Incoming file.  Fixes mistake in previous checkin.
10058
10059         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10060         request loop (for debugging purposes) removed.
10061
10062         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10063         culprit is more visible.
10064         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10065         (nnml-add-incremental-nov): New functions to do "incremental" nov
10066         updates, where we just append to the end of the existing nov files
10067         without reading/writing them in full.
10068
10069         * mail-source.el (mail-source-delete-crash-box): Really only check the
10070         incoming files once in a while.
10071
10072         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10073
10074         * mail-source.el (mail-source-delete-crash-box): Only check the
10075         incoming files for deletion once per day to save a lot of file
10076         accesses.
10077
10078         * pop3.el (pop3-logon): Fix up unbound variable typo.
10079
10080         * mail-source.el (pop3-streaming-movemail): Autoload.
10081
10082         * pop3.el (pop3-streaming-movemail):
10083         Respect pop3-leave-mail-on-server.
10084
10085         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10086         retrieval.
10087
10088         * pop3.el (pop3-process-filter): Remove unused function.
10089         (pop3-streaming-movemail, pop3-send-streaming-command)
10090         (pop3-wait-for-messages, pop3-write-to-file)
10091         (pop3-number-of-responses): New functions for streaming pop3
10092         retrieval.
10093
10094         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10095         come from no known methods.
10096         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10097         list.
10098
10099         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10100         message sizes.
10101         (pop3-movemail): Use erase-buffer instead of looping and deleting
10102         regions, which seems rather odd.
10103
10104         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10105         file once per `g' run.
10106
10107         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10108         directories.  This makes the draft queue directory work.
10109
10110         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10111         data from the backends, so that we only request the list of groups from
10112         each method once.  This should speed things up considerably.
10113
10114         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10115         detect that it's not implemented.
10116
10117         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10118         we actually do recurse down into the tree, but don't stat all leaf
10119         nodes.
10120
10121         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10122         then say so instead of bugging out.
10123
10124         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10125         files exist before trying to read them.
10126
10127         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10128         around <pre_int>.
10129
10130         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10131
10132         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10133
10134 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10135
10136         * mm-util.el (mm-image-load-path): Just return the image directories,
10137         not all directories in the path in addition to the image directories.
10138         (mm-image-load-path): Maintain a cache of the image directories so that
10139         the `g' command in Gnus doesn't have to stat dozens of directories each
10140         time.
10141
10142         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10143         (gnus-html-wash-tags): Add a new `i' command to insert images.
10144         (gnus-html-insert-image): New command and keystroke.
10145         (gnus-html-redisplay-with-images): New command and keystroke.
10146         (gnus-html-show-images): Rename command.
10147         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10148         spacers.
10149         (gnus-html-wash-tags): Decode entities at the end, so that entities
10150         inside the tags don't mess up the rest of the "parsing".
10151
10152         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10153         so that nnimap methods aren't agentized by default.  There's apparently
10154         many problems related to agent/imap behavior.
10155
10156         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10157
10158         * gnus-html.el: Doc fix.
10159
10160 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10163         specifier-spec-list for Emacs 21.
10164
10165         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10166         glyph-width and glyph-height instead of display-graphic-p and
10167         image-size; make avoidance of displaying small images work for XEmacs.
10168
10169         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10170         for XEmacs.
10171
10172         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10173         of symbol that holds plist data.
10174         (gnus-process-plist): Remove plist of process after getting it.
10175
10176 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * message.el (message-generate-hashcash): Change default to
10179         'opportunistic if hashcash is installed.
10180
10181         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10182         (gnus-html-put-image): Only call image-size once, since it's somewhat
10183         time-consuming on remote X servers.
10184
10185 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10188         type on data, not a file name.
10189
10190         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10191         window-pixel-edges for Emacs 21.
10192
10193         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10194         decoded contents.
10195         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10196
10197 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10198
10199         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10200         group line format, since it isn't very interesting.
10201
10202         * gnus-agent.el (gnus-agent-short-article),
10203         (gnus-agent-long-article): Increase values for these two variables,
10204         since most people are likely to have more network connection and
10205         storage than before.
10206
10207         * gnus.el (gnus-refer-article-method): Change default to 'current.
10208         When referring an article, the common behavior is to refer it from the
10209         current select method, not the native select method.  The chances of
10210         the native select method having the message in question is rather slim
10211         these days.
10212
10213         * gnus-sum.el (gnus-auto-select-subject): Change default to
10214         `unseen-or-unread'.  I think it's likely that most people want to
10215         select an unseen article over a previously seen, but unread one.
10216
10217         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10218         means that in the article buffer none of the minor mode elements will
10219         be shown, usually, and this is not desirable in most cases.
10220
10221         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10222         that commands like `d' (and the like) go to the next line in the
10223         buffer, instead of the next unread article.  I think this is the
10224         behavior that is most natural for most users.
10225         (gnus-single-article-buffer): Change default to nil, so that people can
10226         have as many article buffers open as they have summary buffer.  I think
10227         this is the most natural way for the groups to behave.
10228
10229         * message.el (message-generate-new-buffers): Change default to
10230         `unsent', so that all new message buffers start their names with the
10231         string "*unsent", and it's easier to find the buffers if you move from
10232         them.
10233
10234 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235
10236         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10237         small.  They're probably tracking images.
10238         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10239         (gnus-html-rescale-image): Yet another try at getting the image sizing
10240         right.
10241
10242         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10243         nntp-marks-file-name is nil.
10244
10245 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10246
10247         * gnus-html.el (gnus-html-wash-tags)
10248         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10249         Better logging.
10250
10251 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10252
10253         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10254
10255         * gnus-html.el (gnus-html-wash-tags): Check the value of
10256         gnus-blocked-images in the summary buffer.
10257
10258 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10259
10260         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10261
10262 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10263
10264         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10265         like "a", it seems like.
10266         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10267         since it needs to be picked from the correct buffer.
10268
10269         * nnwfm.el: Remove.
10270
10271         * nnlistserv.el: Remove.
10272
10273 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10274
10275         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10276         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10277
10278 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10279
10280         * nnkiboze.el: Remove.
10281
10282         * nndb.el: Remove.
10283
10284         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10285         alt text.
10286         (gnus-html-rescale-image): Try to get the rescaling logic right for
10287         images that are just wide and not tall.
10288
10289         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10290         overshadow variable bindings.
10291
10292 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10293
10294         * gnus-html.el (gnus-html-wash-tags)
10295         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10296         Add extra logging.
10297
10298 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10299
10300         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10301         (gnus-max-image-proportion): New variable.
10302         (gnus-html-rescale-image): New function.
10303         (gnus-html-put-image): Rescale images.
10304
10305 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10306
10307         Fix up some byte-compiler warnings.
10308         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10309         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10310         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10311         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10312         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10313         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10314         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10315
10316 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * gnus-html.el (gnus-article-html): Decode contents by charset.
10319
10320 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10323         (gnus-html-frame-width, gnus-blocked-images):
10324         * message.el (message-prune-recipient-rules): Add custom version.
10325         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10326
10327         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10328         functions.
10329
10330         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10331         gnus-process-get.
10332
10333 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10334
10335         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10336         instead of lsub directly.
10337
10338 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10339
10340         * nnwarchive.el: Remove.
10341
10342         * gnus-soup.el: Remove.
10343
10344         * nnsoup.el: Remove.
10345
10346         * nnultimate.el: Remove.
10347
10348         * gnus-html.el (gnus-blocked-images): New variable.
10349
10350         * message.el (message-prune-recipients): New function.
10351         (message-prune-recipient-rules): New variable.
10352
10353         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10354         guess whether a long line is natural text or not.
10355
10356         * gnus-html.el (gnus-html-schedule-image-fetching):
10357         Use gnus-process-plist and friends for compatibility.
10358
10359 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10360
10361         * gnus-html.el: Require packages that define macros used in this file.
10362         (gnus-article-mouse-face): Declare to silence byte-compiler.
10363         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10364         process-get.
10365         (gnus-html-put-image): Use plist-get to avoid getf.
10366         (gnus-html-prefetch-images): Use with-current-buffer.
10367
10368 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-ems.el: Provide compatibility functions for
10371         gnus-set-process-plist.
10372
10373         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10374         header-line-format for XEmacs 21.4.
10375
10376         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10377         * gnus.el (gnus-valid-select-methods):
10378         * message.el (message-send-mail-partially-limit):
10379         * mm-decode.el (mm-text-html-renderer):
10380         * mml.el (mml-insert-mime-headers-always):
10381         * smiley.el (smiley-regexp-alist): Bump custom version.
10382
10383 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * gnus-html.el: require mm-url.
10386         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10387         with the url to `url'.
10388         (gnus-html-wash-tags): Support cid: URLs/images.
10389
10390 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10393         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10394         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10395
10396         * gnus-move.el: Remove file, since it doesn't really work.
10397
10398         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10399         UTF-8.  This seems to fix problems with some German web feeds.
10400
10401         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10402         at the top so that the proper colors are applied.
10403
10404         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10405         don't have dots in their names.
10406
10407         * gnus-art.el (gnus-article-view-part): Doc fix.
10408
10409         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10410         XEmacs-compatible.
10411         (gnus-html-put-image): Don't do images on non-graphic displays.
10412
10413         * nnslashdot.el: Remove this unused backend.
10414
10415         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10416         actions.
10417         (gnus-undo-register-1): Revert last change.
10418
10419         * gnus-group.el (gnus-group-completing-read): Protect against not
10420         having completion-styles bound.
10421
10422         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10423         make broken recipients happier.
10424
10425         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10426
10427         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10428         point parameter.
10429
10430         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10431
10432         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10433         completion-styles for group selection.
10434
10435 2009-02-04  Andreas Schwab  <schwab@suse.de>
10436
10437         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10438         headers and regexp-quote the match if necessary.
10439
10440 2009-03-24  Miles Bader  <miles@gnu.org>
10441
10442         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10443         the blinking smiley.
10444
10445 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10446
10447         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10448         blink smiley.
10449
10450 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10453         where the dribbel file lives exists.
10454
10455         * message.el (message-send-mail-partially-limit): Change the default to
10456         nil, since most people don't want this.
10457
10458         * mm-url.el (mm-url-decode-entities): Also decode entities like
10459         &#x3212.
10460
10461 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10462
10463         * gnus-sum.el (gnus-summary-idna-message):
10464         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10465         Hyperlink urls in docstrings with URL `...'.
10466
10467 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10468
10469         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10470         functions.
10471
10472 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10475         say what the mouseover text should be.
10476
10477         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10478         version of the mm-w3m-safe-url-regexp variable to only download images
10479         in the groups where we want that to happen.
10480
10481         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10482
10483         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10484         easier debugging.
10485         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10486         big pictures in the article buffer.
10487
10488         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10489         gnus-article-html.
10490         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10491         w3m.
10492
10493         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10494
10495 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10498         which doesn't exist.
10499
10500         * message.el (message-inhibit-ecomplete): New variable to allow some
10501         function to inhibit ecomplete address storage.
10502         (message-resend): Disable ecomplete message storage when resending
10503         messages.
10504
10505         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10506
10507 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10510         Save excursion while copying, moving, and deleting articles in order to
10511         prevent the cursor from jumping to unforeseen place.
10512
10513 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * lpath.el: No need to bind bookmark-current-buffer,
10516         bookmark-yank-point and bookmark-make-record-function.
10517
10518 2010-08-17  Glenn Morris  <rgm@gnu.org>
10519
10520         * gnus-sync.el: Require gnus components whose functions are used.
10521
10522         * gnus-art.el (bookmark-make-record-function):
10523         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10524         Declare for compiler.
10525
10526         * mm-url.el (mml-compute-boundary): Autoload.
10527
10528 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10531
10532 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10533
10534         Typo fix "hoo4a" -> "hook".
10535
10536         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10537
10538 2010-08-14  Glenn Morris  <rgm@gnu.org>
10539
10540         * gnus-sync.el (gnus-sync): Fix defgroup version.
10541
10542 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10543
10544         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10545
10546         * gnus-sync.el: Fix docs.
10547         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10548         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10549
10550 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10551
10552         Optimizations for gnus-sync.el.
10553
10554         * gnus-sync.el: Add docs about gnus-sync-backend
10555         possibilities.
10556         (gnus-sync-save): Remove unnecessary message.
10557         (gnus-sync-read): Optimize and show what groups were skipped.
10558
10559 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10560
10561         Minor bug fixes for gnus-sync.el.
10562
10563         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10564         Don't read the sync on get-new-news.
10565
10566         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10567         quiet.
10568
10569         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10570         (fix typo).
10571
10572 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10573
10574         Make saving and restoring of hidden threads work with overlays.
10575         Patch applied by Ted Zlatanov.
10576
10577         * gnus-sum.el (gnus-hidden-threads-configuration)
10578         (gnus-restore-hidden-threads-configuration): Update to deal with text
10579         properties, rather than searching for a magic character.
10580
10581 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10582
10583         New gnus-sync.el library for synchronization of marks.
10584
10585         * gnus-sync.el: New library for synchronization of marks.
10586
10587         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10588         renamed from `gnus-registry-grep-in-list'.
10589
10590         * gnus-registry.el (gnus-registry-follow-group-p):
10591         Use `gnus-grep-in-list'.
10592
10593         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10594
10595 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10598         determining charset of text fails.
10599
10600 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * nnmail.el (nnmail-get-new-mail-1): Revert.
10603
10604         * nnml.el (nnml-active-number): Make sure names of newly created groups
10605         in nnml-group-alist are encoded.
10606
10607 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10610         containing non-ASCII characters in active file for nnml back end.
10611
10612 2010-07-24  David Engster  <dengste@eml.cc>
10613
10614         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10615         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10616
10617 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10618
10619         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10620         tag (Bug#6654).
10621
10622 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10625         the article buffer, not the summary buffer.
10626
10627 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10630         Emacs 23 as well.
10631
10632 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10635         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10636
10637 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10638
10639         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10640         Patch applied by Karl Fogel.
10641
10642         * gnus-sum.el (gnus-summary-bookmark-make-record):
10643         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10644
10645 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10646
10647         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10648         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10649         C-w still not working correctly from Article buffers; Thierry's
10650         patch to fix that will be applied after this.
10651
10652         * gnus-art.el (bookmark-make-record-function): New local variable.
10653
10654         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10655         article buffer.
10656         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10657
10658 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10659
10660         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10661         on changes in bookmark.el.
10662
10663 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10666         `no-log' instead of message not to log prompt string.
10667
10668 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10669
10670         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10671         the *other* type of HTML form submission.
10672
10673 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10674
10675         * auth-source.el (auth-source-pick): If choice does not contain a
10676         questioned keyword, set the check to t.
10677
10678 2010-06-12  Romain Francoise  <romain@orebokech.com>
10679
10680         * gnus-util.el (gnus-date-get-time): Move up before first use.
10681
10682 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10685         (gnus-article-edit-part): Bind it to make last part that is substituted
10686         or deleted visible.
10687         (gnus-mime-display-single): Buttonize part of which id equals to
10688         gnus-mime-buttonized-part-id.
10689
10690 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10691
10692         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10693         (gnus-dd-mmm): Use gnus-date-get-time.
10694         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10695         simplify logic.
10696         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10697         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10698
10699 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10700
10701         * auth-source.el (top): Autoload `secrets-list-collections',
10702         `secrets-create-item', `secrets-delete-item'.
10703         (auth-sources): Fix tag string.
10704         (auth-get-source, auth-source-retrieve, auth-source-create)
10705         (auth-source-delete): New defuns.
10706         (auth-source-pick): Rewrite in order to avoid 2 passes.
10707         (auth-source-forget-user-or-password): New parameter USERNAME.
10708         (auth-source-user-or-password): New parameters CREATE-MISSING and
10709         DELETE-EXISTING.  Retrieve password interactively, if needed.
10710
10711 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10712
10713         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10714         deleting unused directories when gnus-expert-user is t.
10715
10716 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10719         for each temp file when gnus-article-browse-delete-temp is ask.
10720
10721 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10722
10723         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10724         Replace Lisp calls to delete-backward-char by calls to delete-char.
10725
10726 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10727
10728         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10729
10730 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10731
10732         * password-cache.el (password-cache-remove): Fix docstring.
10733
10734 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10737         article unless decoding article to be saved.
10738
10739 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10742         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10743         generated within the mm-with-unibyte-current-buffer macro.
10744
10745 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10748         to nil when we're in a mml-preview buffer and no group is selected.
10749
10750 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10751
10752         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10753         when catching the `C-g'.  Reported by "Leo".
10754
10755 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * message.el (message-forward-make-body-plain)
10758         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10759         multibyte-string-p.
10760
10761         * lpath.el: Revert.
10762
10763 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * message.el (message-forward-make-body-mml): Assume original message
10766         is multibyte string; error on unibyte.
10767         (message-forward-make-body-plain): Ditto; don't add excessive newline
10768         in body end.
10769
10770         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10771
10772 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10773
10774         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10775         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10776
10777 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * mm-extern.el (mm-extern-url): Don't use
10780         mm-with-unibyte-current-buffer.
10781         (mm-extern-cache-contents): Use with-current-buffer instead of
10782         save-excursion + set-buffer.
10783
10784 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * mm-util.el (mm-emacs-mule): Remove.
10787
10788 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10789
10790         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10791         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10792         change.
10793
10794 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10797         bind the default value of enable-multibyte-characters to nil.
10798
10799 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * message.el (message-forward-make-body-plain)
10802         (message-forward-make-body-mml):
10803         Don't use mm-with-unibyte-current-buffer.
10804
10805 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10806
10807         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10808
10809 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10810
10811         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10812         (Bug#5592).
10813
10814 2010-05-07  Julien Danjou  <julien@danjou.info>
10815
10816         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10817         it to mm-pipe-part.
10818
10819         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10820         it is given.
10821
10822 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * binhex.el (binhex-decode-region-internal):
10825         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10826         (dns-query):
10827         * nnweb.el (nnweb-gmane-search):
10828         * pgg-parse.el (pgg-parse-armor):
10829         * pgg.el (pgg-verify-region):
10830         * sha1.el (sha1-string-external):
10831         * uudecode.el (uudecode-decode-region-internal):
10832         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10833         XEmacs.
10834
10835         * gnus-art.el (gnus-article-browse-html-parts):
10836         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10837         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10838         make-temp-file.
10839
10840         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10841         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10842         compiling.
10843
10844         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10845         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10846         XEmacs when compiling.
10847
10848         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10849         gnus-pick-mode-off-hook for XEmacs when compiling.
10850         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10851         gnus-binary-mode-off-hook for XEmacs when compiling.
10852
10853         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10854         Return nil if char-charset is not available.
10855
10856         * imap.el (imap-disable-multibyte)
10857         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10858         macros.
10859
10860         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10861         instead of encode-coding-string.
10862
10863         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10864         'xemacs) instead of mm-emacs-mule to switch function definitions.
10865         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10866
10867         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10868         bind temporary-file-directory for XEmacs;
10869         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10870         timer-set-function for XEmacs 21.4 and SXEmacs;
10871         bind timer-list for XEmacs 21.4 and SXEmacs;
10872         fbind char-charset and find-charset-region for non-Mule XEmacs;
10873         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10874         encode-coding-region and encode-coding-string for XEmacs having no
10875         file-coding feature.
10876
10877 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10878
10879         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10880
10881 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10884         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10885
10886 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10887
10888         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10889         alias `jka-compr-delete-temp-file' no longer exists.
10890
10891 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10892
10893         Use define-minor-mode in Gnus where applicable.
10894         * mml.el (mml-mode): Use define-minor-mode.
10895         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10896         (gnus-undo-mode): Use define-minor-mode.
10897         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10898         (gnus-dead-summary-mode): Use define-minor-mode.
10899         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10900         Initialize in declaration.
10901         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10902         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10903         (gnus-mailing-list-mode): Use define-minor-mode.
10904         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10905         (gnus-draft-mode): Use define-minor-mode.
10906         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10907         (gnus-dired-mode): Use define-minor-mode.
10908
10909 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10910
10911         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10912         handles on recursive mml-to-mime translation and check them for
10913         boundary delimiter collisions.  Reported by Greg Troxel.
10914
10915 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10918
10919 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10920
10921         * mm-util.el (mm-find-buffer-file-coding-system):
10922         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10923
10924 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10925
10926         * message.el (message-generate-headers): Record insertion of optional
10927         headers as well.  Otherwise the check to prevent repeated insertion of
10928         optional headers is a no-op.
10929
10930 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10931
10932         * smime.el: Don't mention CVS.
10933
10934         * nnrss.el (nnrss-fetch): Don't mention CVS.
10935
10936         * nnir.el: Don't mention CVS.
10937
10938 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10939
10940         * gnus-sum.el (gnus-summary-bookmark-make-record):
10941         Add `location' field.
10942
10943 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * lpath.el: Fbind bookmark-default-handler,
10946         bookmark-get-bookmark-record, bookmark-make-record-default,
10947         bookmark-prop-get for Emacs <23 and XEmacs.
10948
10949 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10950
10951         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10952         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10953         Use with-current-buffer to silence the byte-compiler.
10954         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10955         bother to require `gnus'.
10956         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10957
10958 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10959
10960         * gnus-sum.el (gnus-summary-bookmark-make-record)
10961         (gnus-summary-bookmark-jump): New functions.
10962         (gnus-summary-mode): Setup bookmark support.
10963
10964 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10965
10966         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10967         if set.
10968
10969 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10972         gnus-article-browse-html-save-cid-image; make it work recursively for
10973         forwarded messages as well.
10974         (gnus-article-browse-html-parts): Work when prefix arg is given.
10975         (gnus-article-browse-html-article): Doc fix.
10976
10977 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10978
10979         * message.el (message-default-mail-headers):
10980         (message-default-headers): Carry the value mail-default-headers over
10981         into message-default-mail-headers, rather than message-default-headers.
10982
10983 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10984
10985         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10986         charset.
10987
10988         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10989         charset into the <meta> tag when the article is encoded to utf-8.
10990
10991 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-art.el (gnus-article-browse-delete-temp-files):
10994         Delete directories as well.
10995         (gnus-article-browse-html-parts): Work for images that do not specify
10996         file names; delete temp directory when quitting; insert header at the
10997         right place; use file: scheme for image files.
10998
10999 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11000
11001         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11002         (gnus-article-browse-html-parts): Use it to make temporary cid image
11003         files in addition to html file so that browser may display them.
11004
11005 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11008
11009 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11010
11011         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11012
11013 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11014
11015         * auth-source.el (auth-sources): Change default to be simpler.
11016         Explain about Secret Service API sources.  Improve Customize options.
11017         (auth-source-pick): Change to accept any number of search parameters.
11018         Implement fallbacks iteratively, not recursively.  Add scoring on the
11019         second pass and sort by score.  Call Secret Service API when needed.
11020         (auth-source-user-or-password): Use it.  Call Secret Service API
11021         directly when needed to get the user name and the password.
11022
11023 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11024
11025         * message.el (message-interactive): Doc fix.
11026         (message-qmail-inject-args): Reflow.
11027         (message-kill-to-signature): Fix typo in docstring.
11028
11029         * smiley.el (smiley-buffer): Fix typo in docstring.
11030
11031 2010-03-24  Glenn Morris  <rgm@gnu.org>
11032
11033         * mail-source.el (gnus-message): Declare.
11034         (mail-source-delete-old-incoming): Require gnus-util.
11035
11036 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11039
11040         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11041
11042         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11043         password-cache's default if it is not bound.
11044         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11045         password-cache-expiry's default if it is not bound.
11046
11047         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11048         available in Emacs 21.
11049
11050         * lpath.el: Suppress compiler warnings for:
11051         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11052         XEmacs;
11053         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11054         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11055         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11056
11057 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11058
11059         * auth-source.el (auth-sources): Fix up definition so extra parameters
11060         are always inline.
11061
11062 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11063
11064         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11065         wasn't updated after mismatch.  Clear cached mailbox info correctly
11066         when uidvalidity changes.
11067         (nnimap-group-prefixed-name): New function to avoid some code
11068         duplication.
11069         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11070         (nnimap-request-group): Use it.
11071         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11072         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11073         with many imap folders.  This is done by caching the group status from
11074         the imap server persistently in a group parameter `imap-status'.  (This
11075         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11076         but not persistently, so every Gnus startup was still very slow.)
11077
11078 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11079
11080         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11081         delete the extra newline.  Otherwise editing of :string and :number
11082         types don't work.
11083
11084 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11085
11086         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11087         secrets.el dependency.
11088         (auth-sources): Add optional user name.  Add secrets.el configuration
11089         choice (unused right now).
11090
11091 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11092
11093         * gnus-sum.el (gnus-summary-make-menu-bar):
11094         Let `gnus-registry-install-shortcuts' fill in the functions.
11095
11096         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11097         warnings.
11098         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11099         (gnus-registry-install-shortcuts): Populate and use it in a
11100         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11101
11102 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11103
11104         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11105         In-place substitutions for the group name encoding/decoding.
11106         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11107         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11108         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11109         (nnimap-update-unseen, nnimap-request-list)
11110         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11111         (nnimap-request-set-mark, nnimap-split-to-groups)
11112         (nnimap-split-articles, nnimap-request-newgroups)
11113         (nnimap-request-create-group, nnimap-request-accept-article)
11114         (nnimap-request-delete-group, nnimap-request-rename-group)
11115         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11116         `encoded-mbx' for consistency.
11117         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11118         variable `imap-current-mailbox'.
11119
11120         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11121         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11122
11123 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11124
11125         * pop3.el (pop3-display-message-size-flag): Display message size byte
11126         counts during POP3 download.
11127         (pop3-movemail): Use it.
11128         (pop3-list): Implement listing of available messages.
11129
11130 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11131
11132         * nnir.el (nnir-get-article-nov-override-function): New function to
11133         override the normal NOV retrieval.
11134         (nnir-retrieve-headers): Use it.
11135
11136 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11137
11138         * auth-source.el (netrc-machine-user-or-password): Autoload.
11139
11140 2010-03-19  Glenn Morris  <rgm@gnu.org>
11141
11142         Stop message.el from loading about 40 libraries it doesn't always need.
11143         The general approach is to autoload rather than require, and to
11144         require in the specific functions rather than the file.  (Bug#5642)
11145
11146         * gmm-utils.el: Don't require wid-edit.
11147         (widget-create-child-value, widget-convert, widget-default-get):
11148         Autoload.
11149
11150         * gnus-util.el: Don't require time-date, netrc.
11151         (message-fetch-field, gnus-group-name-decode): Declare rather than
11152         autoloading.
11153         (gnus-fetch-field): Require message.
11154         (gnus-decode-newsgroups): Require gnus-group.
11155
11156         * ietf-drums.el: Don't require time-date.
11157
11158         * message.el: Don't require hashcash, canlock, ecomplete.
11159         Do require mail-utils.  Require nnheader only when compiling.
11160         (smtpmail-default-smtp-server): Remove declaration.
11161         (message-send-mail-function): Check smtpmail-default-smtp-server
11162         is bound rather than requiring smtpmail.
11163         (message-auto-save-directory, message-insert-signature):
11164         Use expand-file-name rather than nnheader-concat.
11165         (nnheader-insert-file-contents): Autoload.
11166         (hashcash-wait-async): Declare.
11167         (message-send-mail): Only call gnus-setup-posting-charset if
11168         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11169         (message-send-mail-with-sendmail): Require sendmail.
11170         (canlock-password, canlock-password-for-verify): Declare.
11171         (message-canlock-password): Require canlock.
11172         (nnheader-get-report): Autoload.
11173         (gnus-setup-posting-charset): Declare.
11174         (message-send-news): Require gnus-msg.
11175         (message-make-references, message-make-in-reply-to): Use mail-header-id
11176         rather than the alias mail-header-message-id.
11177         (ecomplete-add-item, ecomplete-save): Declare.
11178         (message-put-addresses-in-ecomplete): Require ecomplete.
11179         (ecomplete-display-matches): Autoload.
11180
11181         * mm-decode.el: Don't require mailcap, gnus-util.
11182         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11183         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11184         Autoload.
11185         (mailcap-mime-extensions): Declare.
11186
11187         * mm-encode.el: Don't require mailcap.
11188         (mailcap-extension-to-mime): Autoload.
11189
11190         * mml-sec.el: Don't require password-cache.
11191
11192         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11193         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11194         (mml-minibuffer-read-type): Require mailcap.
11195         (mml-preview): Require gnus-msg.
11196
11197         * mml1991.el: Require password-cache.
11198         (password-cache-expiry): Remove declaration.
11199
11200         * mml2015.el: Require password-cache.
11201         (password-cache-expiry): Remove declaration.
11202
11203         * nneething.el (mailcap): Require mailcap.
11204
11205         * nnheader.el (declare-function): Add compatibility stub.
11206         (message-remove-header): Declare rather than autoload.
11207         (nnheader-replace-header): Require message.
11208
11209         * nnimap.el (declare-function): Add compatibility stub.
11210         (netrc-parse, netrc-machine-user-or-password): Declare.
11211         (nnimap-open-connection): Require netrc.
11212
11213         * nntp.el (declare-function): Add compatibility stub.
11214         (netrc-parse, netrc-machine, netrc-get): Declare.
11215         (nntp-send-authinfo): Require netrc.
11216
11217         * rfc2047.el: Don't require qp.
11218         (quoted-printable-encode-region, quoted-printable-decode-string):
11219         Autoload.
11220
11221         * sieve-mode.el: Don't require easymenu.
11222         (easy-menu-add-item): Autoload it.
11223
11224         * spam-stat.el (time-to-number-of-days): Autoload it.
11225
11226 2010-03-19  Glenn Morris  <rgm@gnu.org>
11227
11228         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11229
11230 2010-03-18  Glenn Morris  <rgm@gnu.org>
11231
11232         * hashcash.el (declare-function): Remove duplicate definition.
11233
11234 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11235
11236         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11237         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11238         value if any backslash escapes).
11239
11240 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11243         if it is available.  (bug#5647)
11244
11245         * lpath.el: Suppress compiler warning for coding-system-from-name for
11246         Emacs 21 and XEmacs.
11247
11248 2010-03-14  Juri Linkov  <juri@jurta.org>
11249
11250         * hmac-def.el:
11251         * hmac-md5.el:
11252         * netrc.el: Fix keywords.
11253
11254 2010-02-26  Glenn Morris  <rgm@gnu.org>
11255
11256         * message.el (message-send-mail-function): Change the default, so that
11257         it inherits from a customized send-mail-function.  (Bug#5643)
11258
11259 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11260
11261         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11262         shell-command-to-string signals an error (bug#5299).
11263
11264 2010-02-24  Glenn Morris  <rgm@gnu.org>
11265
11266         * message.el (message-smtpmail-send-it)
11267         (message-send-mail-with-mailclient): Doc fixes.
11268
11269 2010-02-16  Glenn Morris  <rgm@gnu.org>
11270
11271         * message.el (message-default-mail-headers): Change the default value
11272         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11273
11274 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11277         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11278
11279 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11280
11281         * time-date.el (date-to-time): Doc fix (Bug#5408).
11282
11283 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11284
11285         * message.el (message-mail): Just pass yank-action on to message-setup.
11286         (message-setup): Handle (FUN . ARGS) form of yank-action.
11287         (message-with-reply-buffer, message-widen-reply)
11288         (message-yank-original): Handle non-buffer values of
11289         message-reply-buffer (Bug#4080).
11290         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11291
11292 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11293
11294         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11295         Fix typo in docstring.
11296
11297 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11298
11299         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11300         response.
11301
11302 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11305
11306         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11307
11308         * message.el (message-check-news-header-syntax): Protect against a
11309         string that `rfc822-addresses' returns when parsing fails.
11310
11311 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11314         (gnus-previous-char-property-change): New functions.
11315
11316         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11317
11318 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11319
11320         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11321         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11322
11323 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11324
11325         * message.el (message-exchange-point-and-mark): Rework last change to
11326         avoid using optional arg of exchange-point-and-mark, for backward
11327         compatibility.
11328
11329 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11330
11331         * message.el (message-exchange-point-and-mark):
11332         Call exchange-point-and-mark with an argument rather than setting
11333         mark-active by hand (Bug#5175).
11334
11335 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * nntp.el (nntp-service-to-port): Work for service expressed with
11338         numeric string; replace [:digit:] with [0-9] for XEmacs.
11339
11340 2009-12-17  Glenn Morris  <rgm@gnu.org>
11341
11342         * gnus-group.el (gnus-bug-group-download-format-alist):
11343         Change emacs entry to debbugs.gnu.org.  Bump :version.
11344
11345 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11348
11349 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * message.el (message-info): Explain why we use `Info-goto-node'.
11352
11353 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11356
11357 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11358
11359         * message.el (message-completion-in-region): New compatibility function.
11360         (message-expand-group): Use it.
11361
11362 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11365         with no unread article should be listed if the 2nd arg `predicate' is
11366         given.
11367
11368 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11371
11372 2009-11-29  Juri Linkov  <juri@jurta.org>
11373
11374         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11375         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11376         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11377
11378 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11379
11380         * sha1.el (sha1-string-external): default-directory "/" in case
11381         otherwise non-existent.  process-connection-type pipe for touch of
11382         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11383
11384 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11385
11386         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11387         it's comms related and sgml-mode.el has "comm" on that basis too.
11388
11389 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11392         containing tspecial characters if they have been already quoted.
11393
11394 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11395
11396         * dns-mode.el (auto-mode-alist): Purecopy string.
11397
11398 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11399
11400         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11401
11402 2009-10-24  Glenn Morris  <rgm@gnu.org>
11403
11404         * gnus-art.el (help-xref-stack-item): Define for compiler.
11405
11406 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11407
11408         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11409
11410 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11413
11414 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11417         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11418
11419 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11422         (gnus-overlays-in): New alias to overlays-in.
11423
11424         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11425         gnus-overlay-get, and gnus-delete-overlay.
11426         (gnus-summary-show-thread): Make it work as well for systems in which
11427         next-single-char-property-change is not available.
11428         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11429
11430         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11431         (gnus-overlay-get): New alias to extent-property.
11432         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11433
11434         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11435         SXEmacs.
11436
11437         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11438         SXEmacs.
11439
11440 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11443
11444 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11445
11446         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11447         and XEmacs that don't have `remove-overlays'.
11448
11449 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11450
11451         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11452         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11453         selective display.  Use overlays instead.
11454
11455 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11456
11457         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11458
11459 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11460
11461         * spam-stat.el (spam-stat-load): Fix typo in message.
11462
11463 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11464
11465         * dig.el (dig-invoke): Fix typo in docstring.
11466         (query-dig): Reflow docstring.
11467
11468 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11469
11470         * gnus-art.el (gnus-article-encrypt-body):
11471         * message.el (message-check-recipients):
11472         * mm-util.el (mm-codepage-setup):
11473         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11474         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11475
11476 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11477
11478         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11479         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11480         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11481         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11482         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11483
11484 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11485
11486         * dig.el: Add "Keywords: comm", as per net-utils.el.
11487
11488 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11489
11490         * dig.el (dig-mode): Use define-derived-mode.
11491
11492 2009-09-19  Glenn Morris  <rgm@gnu.org>
11493
11494         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11495
11496 2009-09-18  Glenn Morris  <rgm@gnu.org>
11497
11498         * gnus-diary.el (gnus-diary-check-message):
11499         * message.el (message-insert-formatted-citation-line):
11500         * nnbabyl.el (top-level):
11501         * nndiary.el (nndiary-schedule):
11502         Fix typos in condition-case handlers.
11503
11504 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11507         configuration that provides the sole article window in a frame;
11508         position point correctly after deleting a part.
11509
11510 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11511
11512         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11513         (spam-resolve-registrations-routine): Use it to unregister articles
11514         that change status.
11515
11516 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11519         with XEmacs.
11520         (parse-time-string-chars): Use it.
11521
11522 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11523
11524         * imap.el (imap-interactive-login): Better messages.
11525         (imap-open): Fix bug with renamed buffer on reconnect.
11526         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11527         for easier debugging and cleaner code.  On successful (guessed based on
11528         server capabilities) secondary authentication, set imap-state
11529         correctly.
11530         (imap-last-authenticator): Define imap-last-authenticator as a variable
11531         to avoid warnings.
11532
11533 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * nnrss.el (nnrss-request-article): Remove binding of
11536         default-enable-multibyte-characters that has gotten needless by
11537         the 2007-07-13 change in rfc2047-encode-message-header.
11538
11539         * mml.el (mml-insert-multipart): Error on the message header.
11540         (mml-insert-part): Error on the message header; position point at
11541         the end of a MIME tag.
11542
11543 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * time-date.el (autoload): Expand define-obsolete-function-alias into
11546         defalias and make-obsolete for old Emacsen that Gnus supports.
11547         (with-no-warnings): Define it for old Emacsen.
11548         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11549         is available.
11550         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11551         float-time is available; suppress compile warning for time-to-seconds.
11552
11553         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11554         (gnus-float-time): Alias to float-time if it exists.
11555
11556         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11557         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11558         float-time is available; suppress compile warning for time-to-seconds.
11559
11560         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11561         XEmacs.
11562
11563 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11564
11565         * imap.el (imap-message-map): Docstring fix.
11566
11567 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11570         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11571         Add the optional argument `encoding' that overrides the default.
11572
11573         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11574         mm-encode-buffer.
11575
11576 2009-09-04  Glenn Morris  <rgm@gnu.org>
11577
11578         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11579         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11580         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11581         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11582         * mm-util.el (mm-with-unibyte-current-buffer)
11583         (mm-find-buffer-file-coding-system):
11584         * yenc.el (yenc-decode-region): Use default-value rather than
11585         default-enable-multibyte-characters.
11586
11587 2009-09-03  Glenn Morris  <rgm@gnu.org>
11588
11589         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11590         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11591         than default-enable-multibyte-characters.
11592
11593 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11594
11595         * gnus-art.el (gnus-article-read-summary-keys):
11596         Fix gnus-buffer-configuration's value temporarily used.
11597
11598 2009-09-02  Glenn Morris  <rgm@gnu.org>
11599
11600         * gnus-util.el (gnus-float-time): New function.
11601         * gnus-delay.el (gnus-delay-article):
11602         * gnus-sum.el (gnus-thread-latest-date):
11603         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11604         * nnspool.el (nnspool-request-newgroups):
11605         Use gnus-float-time rather than time-to-seconds.
11606         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11607
11608         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11609         (gnus-header-subject-face, gnus-header-newsgroups-face)
11610         (gnus-header-name-face, gnus-header-content-face):
11611         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11612         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11613         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11614         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11615         (gnus-cite-face-11):
11616         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11617         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11618         (gnus-server-closed-face, gnus-server-denied-face)
11619         (gnus-server-offline-face):
11620         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11621         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11622         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11623         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11624         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11625         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11626         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11627         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11628         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11629         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11630         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11631         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11632         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11633         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11634         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11635         (gnus-summary-high-undownloaded-face)
11636         (gnus-summary-low-undownloaded-face)
11637         (gnus-summary-normal-undownloaded-face)
11638         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11639         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11640         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11641         (gnus-splash-face):
11642         * message.el (message-header-to-face, message-header-cc-face)
11643         (message-header-subject-face, message-header-newsgroups-face)
11644         (message-header-other-face, message-header-name-face)
11645         (message-header-xheader-face, message-separator-face)
11646         (message-cited-text-face, message-mml-face):
11647         * sieve-mode.el (sieve-control-commands-face)
11648         (sieve-action-commands-face, sieve-test-commands-face)
11649         (sieve-tagged-arguments-face):
11650         * spam.el (spam-face):
11651         Mark face aliases with "-face" in the name as obsolete.
11652
11653 2009-09-01  Glenn Morris  <rgm@gnu.org>
11654
11655         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11656         than goto-line.
11657
11658 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11661         Don't move point if the command is invoked inside the message header.
11662
11663 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11664
11665         * imap.el (imap-send-command): Simplify.
11666         (imap-wait-for-tag): point-max -> buffer-size.
11667
11668 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11669
11670         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11671         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11672         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11673         * nnir.el (nnir-swish-e-index-file):
11674         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11675         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11676         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11677         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11678         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11679         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11680
11681 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11684         Don't save excursion.
11685
11686 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11687
11688         * nnheader.el (nnheader-find-file-noselect):
11689         * mm-util.el (mm-insert-file-contents):
11690         Use (default-value 'major-mode) instead of default-major-mode.
11691
11692 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11693
11694         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11695
11696 2009-08-26  Glenn Morris  <rgm@gnu.org>
11697
11698         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11699         than placing in files.el.
11700
11701 2009-08-25  Glenn Morris  <rgm@gnu.org>
11702
11703         * nnir.el (top-level): Don't require cl at run-time.
11704         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11705         Replace cl-function substitute with gnus-replace-in-string.
11706         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11707         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11708         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11709         simplified expansions.
11710
11711 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11712
11713         * dig.el (dig): Add autoload cookie.
11714
11715 2009-08-22  Glenn Morris  <rgm@gnu.org>
11716
11717         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11718         goto-line.
11719
11720 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11721
11722         * parse-time.el (parse-time-string-chars): Save match data.
11723
11724 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11725
11726         * parse-time.el (parse-time-string-chars): Compute using character
11727         classes, to handle non-ascii characters (Bug#3190).
11728
11729 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11732
11733         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11734         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11735         (gnus-mm-display-part, gnus-mime-display-single)
11736         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11737         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11738
11739         * gnus-sum.el
11740         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11741         (gnus-summary-move-article): Add expirable mark to articles copied or
11742         moved to group that has auto-expire turned on if the option is non-nil.
11743
11744 2009-07-24  Glenn Morris  <rgm@gnu.org>
11745
11746         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11747         Fix typo.  (Bug#3903)
11748
11749 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11752         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11753         that should not be used for draft articles.
11754         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11755         that has no concern in minor mode keys.
11756         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11757         Abolish.
11758
11759 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11762         article without making inquiry to a user for unknown encoding.
11763
11764         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11765         (nnmaildir--scan): Assume i-node and device number that file-attributes
11766         returns might be cons-cell.
11767
11768         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11769
11770         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11771
11772 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11773
11774         * auth-source.el: Remove docs now in auth.texi.  Don't use
11775         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11776         `auth-source-hide-passwords' and use them.
11777
11778 2009-07-15  Glenn Morris  <rgm@gnu.org>
11779
11780         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11781
11782 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11785         excessive whitespace from the default values of title and description.
11786
11787 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11790         mail-fetch-field to fetch Content-Description header in order to
11791         exclude newlines.
11792
11793 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11794
11795         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11796         format used by GnuPG 2.0.11.
11797
11798 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11801         to deleted part.
11802
11803 2009-05-30  David Engster  <dengste@eml.cc>
11804
11805         * nnmairix.el: Remove old documentation in the commentary block.
11806         (nnmairix-request-group): Do not update active file for nnml back ends.
11807         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11808         end so that overview files are ignored.
11809         (nnmairix-update-groups): Make updating the groups more robust by using
11810         marks.
11811         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11812         with dollar characters in message-id.
11813
11814 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11817         2008-12-25 in dns.el.
11818
11819 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11820
11821         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11822         could happen if the text is only composed of spaces and/or tabs.
11823
11824 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11825
11826         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11827         when sending a queued message to avoid extra mml tags.
11828
11829 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11832
11833 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11836         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11837         rmail-toggle-header for XEmacs;
11838         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11839
11840 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus-dired.el: Remove autoload for gnus-setup-message.
11843         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11844         displaying Gnus logo; always use compose-mail.
11845
11846 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11849
11850 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11853         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11854         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11855         available.
11856         (gnus-nocem-epg-verify): New function.
11857
11858 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11861
11862 2009-02-15  Glenn Morris  <rgm@gnu.org>
11863
11864         * gnus-util.el (rmail-insert-rmail-file-header)
11865         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11866         autoloads.
11867         (rmail-default-rmail-file): Remove unnecessary declaration.
11868         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11869
11870 2009-02-14  Glenn Morris  <rgm@gnu.org>
11871
11872         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11873         variable (only used in gnus-util, which declares it anyway).
11874         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11875         which was only needed by gnus-art (changed to not use it any more).
11876         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11877         only used in gnus-util, which autoloads it itself.
11878         (rmail-update-summary): Fix autoload.
11879
11880         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11881         rather than rmail-output-to-rmail-file.
11882
11883 2009-02-07  Glenn Morris  <rgm@gnu.org>
11884
11885         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11886         autoload of function that no longer exists.
11887         (rmail-toggle-header): Declare.
11888         (message-forward-rmail-make-body): Handle mbox Rmail.
11889
11890 2009-01-31  Glenn Morris  <rgm@gnu.org>
11891
11892         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11893         2009-01-09 change.
11894
11895 2009-01-31  Dave Love  <fx@gnu.org>
11896
11897         * imap.el (imap-fetch-safe): Bind debug-on-error.
11898         (imap-debug): Add imap-fetch-safe.
11899
11900 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11901
11902         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11903         (auth-source-forget-all-cached): New convenience function.
11904         (auth-source-user-or-password): Accept list of modes or a single mode.
11905
11906         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11907         auth-source modes.
11908
11909         * netrc.el (netrc-machine-user-or-password): Use list of
11910         auth-source modes.
11911
11912         * nnimap.el (nnimap-open-connection): Use list of
11913         auth-source modes.
11914
11915         * nntp.el (nntp-send-authinfo): Use list of
11916         auth-source modes.
11917
11918 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11919
11920         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11921         now.
11922
11923 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11926         coding system in XEmacs; add a workaround for XEmacs.
11927
11928         * lpath.el: Fbind coding-system-aliasee.
11929
11930 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11933         of current-language-environment.
11934
11935 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11938         available at runtime.
11939
11940 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11943
11944 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11945
11946         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11947         the greatest positive fixnum value doesn't work under an XEmacs with
11948         bignum support; use the most-positive-fixnum constant instead,
11949         available since Emacs 21.1 with cl and XEmacs 21.1.
11950
11951 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11954         XEmacs gets not to work.
11955
11956 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * mm-util.el (mm-coding-system-priorities): Allow the value like
11959         "Japanese (UTF-8)" of current-language-environment.
11960
11961 2009-01-09  Glenn Morris  <rgm@gnu.org>
11962
11963         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11964         with last-command-event.
11965
11966 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11969         in the doc string.
11970
11971         * message.el (message-fix-before-sending): Amend comment.
11972
11973 2009-01-08  Dave Love  <fx@gnu.org>
11974
11975         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11976
11977 2009-01-07  David Engster  <dengste@eml.cc>
11978
11979         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11980         simplified server definitions by converting it via
11981         gnus-server-to-method.
11982
11983 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11986         parameter's operands.
11987
11988 2009-01-06  David Engster  <dengste@eml.cc>
11989
11990         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11991         primary select method (for gnus-group-mark-article-as-read).
11992
11993 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11994
11995         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11996         `(gnus)Face', not `(gnus)X-Face'.
11997
11998 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mm-util.el (mm-ucs-to-char): New function.
12001
12002         * mm-url.el (mm-url-decode-entities): Use it.
12003
12004         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12005         unicode-to-char.
12006
12007 2009-01-05  Dave Love  <fx@gnu.org>
12008
12009         * time-date.el: Require cl for `declare'.
12010
12011 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12014         Dave Love.
12015
12016 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * message.el (message-fix-before-sending): Add `eight-bit' to
12019         illegible-text check.
12020
12021 2009-01-03  Michael Olson  <mwolson@gnu.org>
12022
12023         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12024         `headers' is nil.  This can occur if the IMAP server does not have
12025         permissions to read messages from a folder, but can write new messages
12026         to the folder.
12027         (nnimap-request-article-part): Do not insert `data' if it is nil.
12028
12029         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12030         characters which will confuse `read', so skip past them.
12031
12032 2009-01-01  Dave Love  <fx@gnu.org>
12033
12034         * imap.el (imap-string-to-integer): Fix typo.
12035         (imap-fetch-safe): New function.
12036         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12037
12038         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12039
12040         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12041         (imap-parse-greeting): Fix doc strings.
12042         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12043         (imap-parse-flag-list): Make messages unique.
12044         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12045
12046         * nnimap.el: Fix author email.
12047         (nnimap-split-rule): Add FIXME comment.
12048         (nnimap-debug): Fix doc string.
12049
12050 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12053
12054 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12057         nslookup if resolv.conf isn't available.
12058         (dns-query): Rename from query-dns.
12059         (dns-query-cached): Rename from query-dns-cached.
12060
12061 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12064         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12065         to check if those variables exist (first appeared in Emacs 18.50).
12066
12067 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * mm-util.el (mm-line-number-at-pos): New function.
12070
12071         * spam-report.el (spam-report-process-queue): Use it.
12072
12073 2008-12-24  David Engster  <dengste@eml.cc>
12074
12075         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12076         parameters that haven't existed as variables as buffer-local variables.
12077
12078 2008-12-23  Dave Love  <fx@gnu.org>
12079
12080         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12081         cadar.
12082
12083         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12084         imap-starttls-p.
12085         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12086
12087 2008-12-22  Dave Love  <fx@gnu.org>
12088
12089         * imap.el: Fix author email.  Doc fixes.
12090         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12091         reply.
12092
12093 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * spam-report.el (spam-report-gmane-max-requests): New constant.
12096         (spam-report-gmane-wait): New variable.
12097         (spam-report-gmane-ham, spam-report-gmane-spam)
12098         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12099         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12100         the server.
12101
12102         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12103         Add explanations.
12104
12105         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12106         nnheader-accept-process-output and nnheader-read-timeout if available.
12107         (pop3-movemail): Use it.
12108
12109         * message.el (message-check-news-body-syntax): Fix signature check if
12110         there's an attachment.
12111
12112 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * mm-util.el: Add comments to the mm- emulating functions.
12115
12116 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12119         Reported by Stephen Berman <stephen.berman@gmx.net>.
12120
12121 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * mm-util.el (mm-substring-no-properties): New function.
12124         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12125         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12126         (mm-string-to-multibyte): Doc fix.
12127
12128         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12129
12130 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * mml.el (mml-attach-file): Strip text properties from file name.
12133         (Bug#1574)
12134
12135 2008-12-16  Glenn Morris  <rgm@gnu.org>
12136
12137         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12138
12139 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12142         knows since the charset specified might be a bogus alias that
12143         mm-charset-synonym-alist provides.
12144
12145 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12148         "ISO_8859-1".
12149
12150         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12151
12152 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * mm-util.el (mm-charset-eval-alist):
12155         Define it before mm-charset-to-coding-system.
12156         (mm-charset-to-coding-system): Add optional argument `silent';
12157         define it before mm-charset-override-alist.
12158         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12159         default value if it can be used in Emacs currently running;
12160         silence mm-charset-to-coding-system.
12161
12162 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12165         `allow-override' which says whether to use `mm-charset-override-alist'.
12166         (rfc2047-decode-encoded-words): Use it.
12167
12168         * mm-util.el (mm-charset-override-alist): Fix custom type;
12169         add `(gb2312 . gbk)' to choices.
12170
12171 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12174         fast.
12175
12176         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12177
12178         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12179
12180 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12181
12182         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12183         on links.
12184
12185         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12186
12187 2008-12-03  Lute Kamstra  <lute@gnu.org>
12188
12189         * sha1.el: Remove leading * from docstrings of defcustoms,
12190         deffaces, defconsts and defuns.
12191
12192 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12195         users' addresses that don't have domain parts.
12196         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12197         rather than message-narrow-to-head since there will be the message
12198         header separator.
12199
12200 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12201
12202         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12203         since the result is inserted in a unibyte buffer anyway.
12204         (nnimap-demule-use-string-to-multibyte): Remove.
12205         (nnimap-demule): Alias it to mm-string-to-multibyte.
12206
12207 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12210         variable for debugging bug#464 and bug#1174.
12211         (nnimap-demule): Use it.
12212
12213 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12216         score calculation correctly.
12217
12218 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12219
12220         * message.el (message-send-mail): Just set the buffer to unibyte
12221         rather than use mm-with-unibyte-current-buffer which does a lot more.
12222         (message-send-mail-partially): Don't bother with
12223         mm-with-unibyte-current-buffer since it's already been made unibyte by
12224         message-send-mail.
12225
12226 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12227
12228         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12229
12230 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12231
12232         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12233
12234 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12237         require itself and to remove `with-no-warnings'.
12238
12239 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12240
12241         * starttls.el (starttls-any-program-available): Get the name of the
12242         available TLS layer program.
12243         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12244         well as the host name in the "opening" message.
12245
12246         * auth-source.el (auth-source-cache, auth-source-do-cache)
12247         (auth-source-user-or-password): Cache passwords and logins by default,
12248         allow override with `auth-source-do-cache'.
12249         (auth-source-forget-user-or-password): Allow users to remove cache
12250         entries if needed.
12251
12252 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12253
12254         * md4.el (md4-buffer): Fix typo in docstring.
12255         (md4, md4-64): Doc fixes.
12256         (md4-pack-int32): Reflow docstring.
12257
12258 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12259
12260         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12261         condition-case to only the forward-sexp call.
12262
12263 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12264
12265         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12266         quotes contained.  Make it more robust regardless by an extra
12267         condition-case wrapper.
12268
12269 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12272
12273 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * nnml.el (nnml-request-expire-articles): Check if the function set to
12276         `nnmail-expiry-target' returns the symbol `delete'.
12277
12278         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12279
12280         * nnmail.el (nnmail-expiry-target): Fix custom type.
12281
12282 2008-10-02  Glenn Morris  <rgm@gnu.org>
12283
12284         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12285         Silence compiler warning.
12286
12287 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12288
12289         * tls.el (open-tls-stream): Show the actual command being
12290         executed, instead of the format string.
12291
12292 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * lpath.el: Fbind codepage-setup for Emacs 23.
12295
12296 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12297
12298         * mml.el (mml-menu): Don't assume mml2015 is bound.
12299
12300 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12303         exists.
12304
12305 2008-09-27  Glenn Morris  <rgm@gnu.org>
12306
12307         * gnus-util.el (mail-header-remove-comments): Autoload it.
12308
12309 2008-09-27  Andreas Schwab  <schwab@suse.de>
12310
12311         * gnus-util.el (gnus-split-references): Strip comments.
12312         (gnus-parent-id): Likewise.
12313
12314 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * message.el (message-confirm-send): Fix version.
12317
12318 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * message.el (message-idna-to-ascii-rhs-1): Use
12321         mail-extract-address-components rather than mail-header-parse-addresses
12322         that is an alias by default to ietf-drums-parse-addresses that does not
12323         support non-ASCII names in headers' contents.
12324
12325 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12326
12327         * message.el (message-confirm-send): Fix variable documentation to
12328         avoid the "y/n" wording.
12329
12330 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12331
12332         * message.el (message-set-auto-save-file-name): Save to a different
12333         filename so multiple messages (especially drafts) can be recovered.
12334
12335 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12336
12337         * message.el (message-confirm-send): Add appropriate version.
12338
12339 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12340
12341         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12342         defvar.
12343
12344 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12345
12346         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12347         (mm-pkcs7-enveloped-magic): Ditto.
12348
12349 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12350
12351         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12352         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12353
12354 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12355
12356         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12357         default, it's better.
12358
12359 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12360
12361         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12362         summary line gnus-number property and ignore them (with a warning
12363         message).
12364
12365 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12368         macro caddr in the interactive form since it won't be expanded.
12369
12370 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12373         `charset'; fix name of function called recursively.
12374         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12375
12376 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12379         (gnus-mime-set-charset-parameters): New function.
12380         (gnus-mime-view-part-as-charset): Use it to correctly display part
12381         specifying wrong charset.
12382
12383 2008-09-08  David Engster  <dengste@eml.cc>
12384
12385         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12386         in completing-read for back end server.
12387
12388 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12389
12390         * message.el (message-confirm-send): New variable to confirm sending a
12391         message.
12392         (message-send): Use it.
12393
12394 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12395
12396         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12397
12398 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12401
12402 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12403
12404         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12405         prevent tracking too many groups.
12406         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12407         Use it.
12408
12409 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12410
12411         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12412         moving point to the bottom of the window in order to avoid recentering.
12413
12414 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12417
12418         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12419         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12420         (gnus-article-beginning-of-window): Fix calculation.
12421
12422 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * gnus-msg.el (gnus-summary-supersede-article)
12425         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12426         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12427         message header.
12428
12429 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12430
12431         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12432         pending output coming after the status change.
12433
12434 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12435
12436         * message.el:
12437         * gnus-start.el:
12438         * gnus-registry.el: Remove VMS support.
12439
12440 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12443         macro.
12444         (rfc2104-hash): Use it.
12445
12446 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12449         (gnus-summary-sort-by-most-recent-date): New commands.
12450         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12451         and menu entries.
12452
12453 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12456         don't redisplay article for raw contents; remove plural articles stuff.
12457
12458         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12459         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12460         on gnus-summary-save-article; display results properly.
12461
12462 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * lpath.el: No need to fbind ns-focus-frame.
12465
12466 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12469
12470 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-art.el (gnus-summary-save-in-pipe):
12473         Consider gnus-save-all-headers.
12474
12475 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12476
12477         * gnus-util.el (ns-focus-frame): Remove declaration.
12478         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12479         like x.
12480
12481 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12482
12483         * rfc2104.el (rfc2104-zero): Delete defconst.
12484         (rfc2104-hex-alist): Likewise.
12485         (rfc2104-hex-to-int): Delete func.
12486         (rfc2104-hexstring-to-bitstring): Likewise.
12487         (rfc2104-nybbles): New defconst.
12488         (rfc2104-hash): Rewrite for speed.
12489
12490 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * tls.el (open-tls-stream): Make it work with the 2nd argument
12493         BUFFER that is a string but does not exist as a buffer object, as
12494         mentioned in the doc-string.
12495
12496 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12499         SXEmacs.
12500
12501 2008-07-16  Glenn Morris  <rgm@gnu.org>
12502
12503         * gnus-util.el (ns-focus-frame): Declare for compiler.
12504
12505 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12508         set as a group parameter.
12509         (gnus-summary-save-in-pipe): Work when it is called independently.
12510         (gnus-summary-pipe-to-muttprint): Don't modify
12511         gnus-summary-pipe-output-default-command.
12512
12513 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12514
12515         * message.el (message-send-mail-with-sendmail):
12516         Display the error message.
12517
12518 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (gnus-default-article-saver):
12521         Add gnus-summary-save-in-pipe to choices.
12522         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12523         gnus-summary-pipe-output-default-command as the default command.
12524         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12525         instead of gnus-last-shell-command.
12526
12527         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12528         New user option.
12529         (gnus-summary-muttprint-program): Mention the value will be changed.
12530         (gnus-summary-save-article): Force showing of all headers.
12531         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12532
12533 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12534
12535         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12536
12537 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12538
12539         * nnimap.el (nnimap-id):
12540         * sieve-manage.el (sieve-manage-open): Doc fixes.
12541
12542 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12543
12544         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12545         if available.
12546
12547 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12548
12549         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12550
12551         * nnkiboze.el (nnkiboze-generate-group):
12552         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12553
12554         * nnmairix.el: Require CL.
12555
12556 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * dgnushack.el: Autoload get-display-table and put-display-table for
12559         XEmacs 21.5.
12560
12561         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12562         21.4 and SXEmacs.
12563
12564 2008-06-15  David Engster  <dengste@eml.cc>
12565
12566         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12567
12568 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12569
12570         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12571         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12572         runtime choice under XEmacs.
12573
12574         * gnus-sum.el (gnus-summary-set-display-table):
12575         Use `gnus-put-display-table', `gnus-get-display-table',
12576         `gnus-set-display-table' for the display table, instead of `aset'.
12577
12578         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12579         Use `gnus-put-display-table', `gnus-get-display-table',
12580         `gnus-set-display-table' for the display table.
12581
12582 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * nnmairix.el: Add autoloads.
12585
12586 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * nnmairix.el (nnmairix-delete-recreate-group)
12589         (nnmairix-update-and-clear-marks): Fix error messages.
12590
12591 2008-06-14  David Engster  <dengste@eml.cc>
12592
12593         * nnmairix.el: Upgrade to version 0.6.
12594         (nnmairix-group-toggle-propmarks-this-group)
12595         (nnmairix-group-toggle-readmarks-this-group)
12596         (nnmairix-group-delete-recreate-this-group)
12597         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12598         (nnmairix-remove-tick-mark-original-article): New commands.
12599         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12600         (nnmairix-propagate-marks-to-nnmairix-groups)
12601         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12602         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12603         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12604         functions needed for marks propagation and manipulation of read marks.
12605         (nnmairix-update-groups): New function.
12606         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12607         (nnmairix-determine-original-group-from-registry)
12608         (nnmairix-determine-original-group-from-path)
12609         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12610         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12611         New helper functions.
12612         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12613         keystrokes for new commands.
12614         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12615         (nnmairix-request-group): Check allow-fast group parameter.
12616         (nnmairix-request-create-group): Set allow-fast group parameter if
12617         nnmairix-allowfast-default is set.
12618         (nnmairix-close-group): Propagate marks upon closing if needed.
12619         (nnmairix-group-toggle-threads-this-group): Use new.
12620         nnmairix-group-toggle-parameter helper function.
12621         (nnmairix-search): Better check for empty search result.
12622         (nnmairix-goto-original-article): Use new helper functions for
12623         determining original article.
12624         (nnmairix-show-original-article): Make sure message-id is in brackets.
12625         (nnmairix-call-mairix-binary): Change variable name.
12626         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12627         helper function.
12628         (nnmairix-widget-toggle-activate): Fix doc string.
12629
12630 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * nnir.el: Require edmacro when compiling with XEmacs.
12633         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12634         available in Emacs 21.
12635
12636 2008-06-11  Glenn Morris  <rgm@gnu.org>
12637
12638         * gnus-util.el (x-focus-frame):
12639         * gnus.el (image-size):
12640         * mm-decode.el (image-size): Declare.
12641
12642         * gnus-picon.el (declare-function): Add compat definition.
12643         (image-size): Declare.
12644
12645         * gnus-group.el (tool-bar-map):
12646         * gnus-sum.el (tool-bar-map): Define for compiler.
12647
12648         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12649
12650         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12651
12652         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12653         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12654         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12655         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12656         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12657         * sieve-manage.el, spam-report.el, spam.el:
12658         Remove unnecessary eval-and-compile of autoloads.
12659
12660 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12661
12662         * auth-source.el: Precise Tramp doc.
12663
12664 2008-06-07  Glenn Morris  <rgm@gnu.org>
12665
12666         * nnmairix.el: Remove unnecessary eval-when-compile.
12667
12668 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * lpath.el: Fbind propertize for XEmacs 21.4.
12671
12672 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12673
12674         * nnir.el: Move here from ../contrib.
12675
12676 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12677
12678         * gnus-util.el (gnus-read-shell-command): New function.
12679         * mm-decode.el (mm-pipe-part):
12680         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12681
12682 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12685
12686 2008-06-03  Glenn Morris  <rgm@gnu.org>
12687
12688         * pop3.el (nnheader-accept-process-output): Autoload it.
12689
12690 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12693         are not 2-digit hexadecimal characters that follow `%'s.
12694
12695 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * message.el (message-bogus-recipient-p): Fix type in doc string.
12698         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12699         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12700         Improve custom options.
12701         (message-bogus-recipient-p): Adjust accordingly.
12702
12703 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12704
12705         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12706         long-form month and day names.
12707
12708 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * dgnushack.el: Autoload debug, eudc-expand-inline and
12711         pgg-snarf-keys-region for XEmacs.
12712
12713         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12714
12715         * nnmairix.el: Require edmacro when compiling with XEmacs.
12716
12717 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12718
12719         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12720         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12721
12722 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12723
12724         * auth-source.el: Add more docs.
12725
12726         * netrc.el (netrc-machine): Always match if the port is not given.
12727
12728 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12729
12730         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12731         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12732         retrieval faster in some cases, but might make CPU usage larger.
12733         If this has any bad side effects, we might revert this change.
12734
12735         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12736         seems to make mail retrieval much, much faster.
12737         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12738         unconditionally.
12739
12740         * gnus-draft.el (gnus-group-send-queue):
12741         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12742
12743 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12746
12747         * message.el (message-bogus-address-regexp): Fix and improve custom
12748         type.
12749         (message-setup-hook): Add message-check-recipients as custom option.
12750
12751 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * message.el (message-cite-function): Remove bogus autoload which crept
12754         in during merge from v5-10.
12755
12756 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12757
12758         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12759
12760         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12761
12762         * auth-source.el: Preliminary Tramp docs.
12763         (auth-sources): Change the default auth-sources to use
12764         EPA .gpg files.
12765
12766 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12767
12768         * nntp.el: Autoload `auth-source-user-or-password'.
12769         (nntp-send-authinfo): Use it.
12770
12771         * nnimap.el: Autoload `auth-source-user-or-password'.
12772         (nnimap-open-connection): Use it.
12773
12774         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12775         for the gnus-message function.
12776         (auth-source-user-or-password): Use it.
12777
12778 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12779
12780         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12781         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12782         (rfc2104-hash): Use it.
12783
12784 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12785
12786         * gnus-art.el (gnus-article-toggle-truncate-lines):
12787         Don't use `iff' in docstring.
12788
12789 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12790
12791         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12792
12793         * gnus-util.el (gnus-extract-address-component-name)
12794         (gnus-extract-address-component-email): Convenience functions around
12795         `gnus-extract-address-components'.
12796
12797         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12798         Use `gnus-extract-address-component-email' to fix bug of comparing full
12799         sender name to `user-mail-address'.
12800
12801 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12802
12803         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12804         catch/throw to optimize.
12805         (gnus-registry-find-keywords): Just use member to find a keyword.
12806
12807 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12808
12809         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12810         is current before calling gnus-server-prepare.
12811         (gnus-server-setup-buffer, gnus-server-update-server)
12812         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12813
12814 2008-05-04  Juri Linkov  <juri@jurta.org>
12815
12816         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12817         (mailcap-file-default-commands): Use mailcap-replace-in-string
12818         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12819         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12820
12821 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12822
12823         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12824
12825 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12826
12827         * gnus.el: Bump version to 0.11.
12828
12829 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12830
12831         * gnus.el: No Gnus v0.10 is released.
12832
12833 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12834
12835         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12836         hooks.
12837         (gnus-update-read-articles): Speed up non-marks-using users.
12838         (gnus-use-marks): Define gnus-use-marks.
12839         (gnus-propagate-marks): Rename variable to something more sensible.
12840
12841 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12842
12843         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12844         (gmm-image-load-path-for-library): Fix typos in docstrings.
12845         (gmm-message): Reflow docstring.
12846
12847 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12848
12849         * mail-source.el (mail-source-set-1, mail-source-bind):
12850         Move auth-source code out of the macro to clean it up and fix bugs.
12851
12852 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12853
12854         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12855         by sender if it's equal to user-mail-address, it's likely to be
12856         useless.
12857
12858         * mail-source.el (mail-source-bind): Don't use user or password if they
12859         are not bound.  Unintern them if they are nil.  Don't use server unless
12860         it's bound, and default it to empty string otherwise.
12861
12862 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12863
12864         * mail-source.el: Load auth-source.el.
12865         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12866         get user name or password, if auth-sources is set up.
12867
12868         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12869         strategy of splitting with parent.
12870         (gnus-registry-split-fancy-with-parent)
12871         (gnus-registry-post-process-groups): Use it and fix prior
12872         bug (returning a list as the split result).
12873
12874         * auth-source.el (auth-sources): Remove server parameter.
12875         (auth-source-pick, auth-source-user-or-password)
12876         (auth-source-user-or-password-imap)
12877         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12878         (auth-source-user-or-password-sftp)
12879         (auth-source-user-or-password-smtp): Remove server parameter.
12880
12881 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12882
12883         * smime.el (smime-sign-region, smime-encrypt-region)
12884         (smime-decrypt-region):
12885         Remove redundant calls to `generate-new-buffer-name'.
12886
12887 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12888
12889         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12890         Don't use QP for message/rfc822.
12891         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12892
12893 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12894
12895         * sieve-manage.el (sieve-string-bytes): Remove.
12896         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12897         correct byte-length only if the process's coding-system is the same as
12898         the one used internally by Emacs to represent strings.
12899
12900 2008-04-22  Juri Linkov  <juri@jurta.org>
12901
12902         * mailcap.el (mailcap-file-default-commands): New function.
12903
12904 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * message.el (message-signature-separator, message-cite-function):
12907         Change custom version.
12908
12909 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12910
12911         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12912         commands.
12913         (tls-checktrust): Ditto.
12914
12915 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * mm-decode.el (mm-display-external): Make temp file read-only.
12918
12919 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12922         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12923         `C-c C-f d'.
12924
12925 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12926
12927         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12928
12929 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * gnus.el: Bump version to 0.9.
12932
12933 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gnus.el: No Gnus v0.8 is released.
12936
12937 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12938
12939         * mail-source.el (mail-source-value):
12940         Prefer fboundp to functionp so it works with macros as well.
12941
12942 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12943
12944         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12945         Fix last change in case the element is not even a symbol.
12946
12947 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12948
12949         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12950         Prefer fboundp to functionp so it works with macros as well.
12951
12952 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12953
12954         * auth-source.el: Add docs.
12955         (auth-sources): Modify format to support server.
12956         (auth-source-pick, auth-source-user-or-password)
12957         (auth-source-user-or-password-imap)
12958         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12959         (auth-source-user-or-password-sftp)
12960         (auth-source-user-or-password-smtp): Add server parameter.
12961
12962 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12963
12964         * gnus-registry.el: Initialize the registry when gnus-registry-install
12965         is t.
12966
12967 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * compface.el (uncompface): Make buffer unibyte.
12970
12971 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12972
12973         * mail-source.el (mail-source-value):
12974         Prefer fboundp to functionp so it works with macros as well.
12975
12976 2008-04-05  Glenn Morris  <rgm@gnu.org>
12977
12978         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12979
12980 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12981
12982         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12983         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12984
12985         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12986         multibyteness after rather than before erasing it.
12987
12988         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12989         mm-with-multibyte.
12990         (gnus-request-article-this-buffer): Make sure the proper decoding is
12991         used if gnus-original-article-buffer happens to be unibyte.
12992
12993         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12994         default-enable-multibyte-characters.
12995
12996         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12997         default-enable-multibyte-characters.
12998
12999         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13000
13001         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13002
13003 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13004
13005         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13006         Fix last change in case the element is not even a symbol.
13007
13008 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13009
13010         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13011         (imap-message-copyuid-1): Use it.
13012         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13013         J. Williams in
13014         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13015
13016         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13017         imap-enable-exchange-bug-workaround.
13018         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13019
13020 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13021
13022         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13023         a 100 byte status-checks into a 2-3MB transfer for each group.
13024         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13025         to enable bug workaround or not.
13026         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13027
13028 2008-03-31  Glenn Morris  <rgm@gnu.org>
13029
13030         * message.el (mml2015-use): Declare for compiler.
13031         (message-info): Require mml2015 when appropriate.
13032
13033 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13036         whitespace.
13037
13038 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13039
13040         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13041         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13042         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13043         (nntp-service-to-port): New function.
13044         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13045         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13046         (nntp-open-netcat-stream): New function.
13047         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13048
13049 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13050
13051         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13052
13053 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13054
13055         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13056
13057 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13058
13059         * dns.el (dns-write): Use set-buffer-multibyte.
13060
13061 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13062
13063         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13064
13065 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * message.el (message-signature-separator): Change default.
13068         Improve custom type.
13069         (message-cite-function): Change default to
13070         message-cite-original-without-signature.
13071
13072         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13073         toggle.
13074
13075         * message.el (message-check-news-body-syntax): Fix signature check.
13076         (message-setup-1): Mark buffer as unmodified _after_ running
13077         message-setup-hook and handling message-alternative-emails.
13078         (message-shorten-references): Be more strict when building list of
13079         valid references to comply with GNKSA.
13080
13081         * gnus-group.el (gnus-read-ephemeral-bug-group)
13082         (gnus-read-ephemeral-debian-bug-group)
13083         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13084
13085         * message.el (message-info): Don't use booleanp which isn't supported
13086         in Emacs 21 and XEmacs.
13087
13088 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13091         gnus-group-gmane-group-download-format.
13092         (gnus-group-read-ephemeral-gmane-group): Rename from
13093         gnus-group-read-ephemeral-gmane-group.
13094         (gnus-read-ephemeral-gmane-group-url): Rename from
13095         gnus-group-read-ephemeral-gmane-group-url.
13096         (gnus-bug-group-download-format-alist): New variable.
13097         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13098         (gnus-read-ephemeral-emacs-bug-group): New commands.
13099
13100 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13103         (gnus-visible-headers): Improve custom type.
13104
13105 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * mml.el (mml-menu): Add workarounds for XEmacs.
13108
13109         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13110         X-Boundary header.
13111
13112         * message.el (message-simplify-recipients): Fix previous commit.
13113
13114 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13115
13116         * mm-util.el (mm-set-buffer-multibyte): New function.
13117         * mm-decode.el (mm-copy-to-buffer): Use it.
13118
13119         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13120         Prefer fboundp to functionp so it works with macros as well.
13121
13122 2008-03-19  Glenn Morris  <rgm@gnu.org>
13123
13124         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13125         Accidentally removed in the sync process with Emacs.
13126
13127 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * message.el (message-alter-recipients-discard-bogus-full-name):
13130         New function.
13131         (message-alter-recipients-function): New variable.
13132         (message-get-reply-headers): Use it.
13133         (message-replace-header): New helper function.
13134         (message-recipients-without-full-name): New variable.
13135         (message-simplify-recipients): New command.
13136
13137         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13138
13139         * message.el (message-info): Handle EasyPG manual.
13140
13141         * mml.el (mml-menu): Add entry for EasyPG.
13142
13143 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13144
13145         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13146         parameter.
13147
13148         * message.el (message-disassociate-draft): Specify drafts group name
13149         fully.
13150
13151 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13152
13153         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13154         Eliminate unnecessary duplicates from the match list.
13155
13156 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13159
13160         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13161
13162         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13163         args of `how-many' of which the XEmacs version doesn't take; declare
13164         Info-index-next as function.
13165
13166 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * gnus-score.el (gnus-score-headers): Fix handling of
13169         gnus-inhibit-slow-scoring.
13170
13171         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13172         string.
13173         (gnus-button-url-regexp): Improve handling of parenthesis.
13174         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13175         (gnus-button-handle-info-keystrokes): Handle index entries.
13176
13177 2008-03-15  Glenn Morris  <rgm@gnu.org>
13178
13179         * parse-time.el (parse-time-string): Simplify.
13180
13181 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13184         Incoming* files.
13185
13186 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13187
13188         * auth-source.el (auth-sources): Rename from auth-source-choices.
13189         (auth-source-pick): Use it.
13190
13191 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13192
13193         * binhex.el (binhex-decode-region-internal):
13194         * uudecode.el (uudecode-decode-region-internal):
13195         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13196         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13197         setting default-enable-multibyte-characters.
13198
13199 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13200
13201         * auth-source.el (auth-source-protocols)
13202         (auth-source-protocols-customize, auth-source-choices): Add and
13203         modified variable customizations and defaults.
13204         (auth-source-pick, auth-source-user-or-password)
13205         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13206         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13207         (auth-source-user-or-password-sftp)
13208         (auth-source-user-or-password-smtp): Use new variables and provide an
13209         interface to netrc.el.
13210
13211 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13214         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13215         Make sure the nntp port to specify is a string.
13216
13217 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13218
13219         * nntp.el: Use with-current-buffer.
13220         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13221         dubious mm-with-unibyte-current-buffer.
13222         (nntp-with-open-group-function): New function extracted from
13223         nntp-with-open-group macro.
13224         (nntp-with-open-group): Use the function, so it's easier to debug.
13225         Add indentation and debugging info.
13226         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13227         Recommend the use of the netcat alternatives.
13228
13229         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13230         Avoid mm-string-as-multibyte as well.
13231
13232         * nnweb.el (nnweb-insert-html):
13233         Remove use of nnheader-string-as-multibyte.
13234
13235         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13236         (nnheader-string-as-multibyte): Remove.
13237
13238         * mm-view.el: Use inhibit-read-only.
13239         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13240         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13241         or unibyte-string.
13242
13243         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13244         (mm-uu-yenc-extract): Use with-current-buffer.
13245
13246         * gnus-soup.el (gnus-soup-send-packet): Don't use
13247         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13248
13249         * nnmh.el: Use with-current-buffer.
13250         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13251         mm-string-as-multibyte on the output of mm-encode-coding-string.
13252
13253         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13254         (nnimap-request-move-article): Use with-current-buffer.
13255
13256         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13257         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13258         conversion uses string-make-unibyte rather than string-as-unibyte.
13259
13260         * gnus-msg.el: Use with-current-buffer.
13261
13262         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13263
13264 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13265
13266         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13267         string for caching if it is 'PIN.
13268
13269 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * lpath.el: Consider the case without Emacs/W3.
13272
13273 2008-03-08  Glenn Morris  <rgm@gnu.org>
13274
13275         * time-date.el (date-to-time, time-subtract, time-add)
13276         (safe-date-to-time): Doc fixes.
13277
13278 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * mail-source.el (mail-source-delete-old-incoming-confirm):
13281         Change default to nil.
13282         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13283
13284 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * lpath.el: Rearrange.
13287
13288         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13289         (gnus-article-goto-prev-page): Work for articles having ^L's.
13290
13291         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13292
13293         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13294
13295 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13296
13297         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13298         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13299         (gnus-bookmark-jump): Adjust some variable names.
13300
13301 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13302
13303         * auth-source.el: New package.
13304         (auth-source-choices): Add customization entry point variable.
13305
13306         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13307         bug.
13308
13309 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13310
13311         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13312         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13313         (gnus-registry-install-shortcuts): Rename from
13314         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13315         the `gnus-registry-mark-map' keymap dynamically from
13316         `gnus-registry-marks'.  The generated functions update the summary line
13317         when a registry mark is added or deleted, and will call
13318         `gnus-registry-install-p' (see the comments in the code).
13319         (gnus-registry-user-format-function-M): Use concat intelligently.
13320
13321         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13322         the registry mark functions.
13323
13324 2008-03-05  Glenn Morris  <rgm@gnu.org>
13325
13326         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13327         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13328         gnus-art.
13329         (top-level): No need to load own source when compiling.
13330
13331 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13334         Suggested by <chris.anderton@zetnet.co.uk>.
13335
13336 2008-03-04  Glenn Morris  <rgm@gnu.org>
13337
13338         * gnus-sum.el (top-level): No need to require gnus when compiling,
13339         since unconditionally required near start of file.
13340         (gnus-summary-display-while-building): Move definition before use.
13341
13342 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13343
13344         * gnus-registry.el (gnus-registry-user-format-function-M):
13345         Add formatting function.
13346
13347 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13348
13349         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13350         with plists.
13351         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13352         Use new format.
13353
13354 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13357         `where-is-internal' that returns a range of key sequences.
13358
13359 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13360
13361         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13362
13363         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13364         (gnus-summary-jump-to-group): Consider windows on other displayed
13365         frames as well.  Similar changes might be needed elsewhere, but that's
13366         the one I've bumped into during my use.
13367
13368         * nndoc.el (nndoc-oe-dbx-type-p):
13369         * gnus-msg.el (gnus-debug):
13370         * gnus-group.el (gnus-update-group-mark-positions):
13371         Use mm-string-to-multibyte.
13372
13373 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13376         doesn't handle NotDashEscaped.
13377
13378         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13379         (mml-dnd-attach-options): Fix typo in custom choice.
13380
13381         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13382         Change nndoc-article-type to mbox.
13383         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13384
13385         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13386         to nil, instead of html2text.
13387
13388         * imap.el (imap-debug): Add `imap-ping-server'.
13389
13390         * gnus-bookmark.el: Add FIXMEs.
13391
13392         * message.el (message-form-letter-separator)
13393         (message-send-form-letter-delay): New variables.
13394         (message-send-form-letter): Use them.  New command to send form
13395         letters.  Requested by Uwe Siart.
13396         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13397
13398 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * Update copyright years.
13401
13402 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         Sync from EMACS_22_BASE.
13405
13406         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13407
13408 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13409
13410         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13411         empty author.
13412
13413 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13414
13415         * gnus-registry.el (gnus-registry-marks): Add variable for
13416         customization of marks and their appearance.
13417         (gnus-registry-read-mark): Use it.
13418         (gnus-registry-do-marks): Add utility function to loop through
13419         `gnus-registry-marks'.
13420         (gnus-registry-install-shortcuts-and-menus): Add function to install
13421         shortcuts and menus.
13422         (gnus-registry-initialize): Use it.
13423         (gnus-registry-default-mark): Clarify documentation.
13424
13425 2008-02-29  Glenn Morris  <rgm@gnu.org>
13426
13427         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13428         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13429         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13430         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13431         Change defcustom :version from 23.0 to 23.1.
13432
13433 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13434
13435         * gnus-registry.el (gnus-registry-follow-group-p)
13436         (gnus-registry-post-process-groups): Add functions to aid registry
13437         splitting and improve logging.  Clarify behavior in function
13438         documentation.
13439         (gnus-registry-split-fancy-with-parent): Use them.
13440
13441 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13442
13443         * gnus-art.el: Use with-current-buffer.
13444
13445 2008-02-27  David Engster  <dengste@eml.cc>
13446
13447         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13448         Express real group name in the response.
13449
13450 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13453         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13454         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13455         autoload gnus-registry-fetch-group when compiling.
13456         (nnmairix-request-group-with-article-number-correction):
13457         Remove unreferenced argument passed to nnmairix-call-backend.
13458
13459 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13462         (mm-uu-extract): Improve face for low color ttys.
13463         Reported by Sascha Wilde.
13464
13465 2008-02-27  Glenn Morris  <rgm@gnu.org>
13466
13467         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13468         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13469         variables to defconsts.  Convert comments to doc-strings.
13470         (nnmairix-last-server, nnmairix-current-server): Convert from free
13471         variables to defvars.  Convert comments to doc-strings.
13472         (gnus-registry-fetch-group): Autoload.
13473         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13474         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13475         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13476         caddr.
13477         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13478         nnmairix-request-group-with-article-number-correction call.
13479         (nnmairix-fast, nnmairix-group): New, less general names, for free
13480         variables passed from nnmairix-request-group to
13481         nnmairix-request-group-with-article-number-correction.  Declare.
13482         (nnmairix-request-group-with-article-number-correction):
13483         Use nnmairix-fast, nnmairix-group rather than fast, group.
13484
13485 2008-02-26  David Engster  <dengste@eml.cc>
13486
13487         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13488         version 0.5.
13489
13490 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13491
13492         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13493         instead of making an extra function call.  Don't add the current group
13494         to articles only when they have the group.  Use
13495         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13496         Reported by David <de_bb@arcor.de>.
13497
13498 2008-02-24  Miles Bader  <miles@gnu.org>
13499
13500         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13501         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13502         (mm-find-mime-charset-region):
13503         * mm-bodies.el (mm-encode-body):
13504         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13505
13506 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13509         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13510
13511 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * mail-source.el (mail-source-delete-incoming): Change default.
13514         Supplement doc string.
13515
13516         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13517
13518 2008-02-14  Glenn Morris  <rgm@gnu.org>
13519
13520         * time-date.el (format-seconds): New function.
13521
13522 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * nnmail.el (nnmail-message-id-cache-file): Derive from
13525         `gnus-home-directory'.
13526
13527 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13530         Document negative prefix.
13531
13532         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13533
13534 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13535
13536         * message.el (message-unsent-separator): Add the Exim bounce
13537         separator.
13538
13539 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13540
13541         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13542         list.
13543         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13544         recipient/signer list.
13545
13546 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * Makefile.in (datarootdir): Define.
13549         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13550         name that might contain whitespace.
13551
13552 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13555         fbound (Emacs 23 unicode), signal an error.
13556
13557 2008-02-08  Glenn Morris  <rgm@gnu.org>
13558
13559         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13560
13561 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13562
13563         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13564         ports to the calls to `netrc-machine-user-or-password' in addition to
13565         "imap" and "imaps".
13566
13567 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13568
13569         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13570
13571         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13572
13573 2008-02-01  Kenichi Handa  <handa@m17n.org>
13574
13575         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13576         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13577         (rfc2104-hash): Convert the result of concat to unibyte string.
13578
13579 2008-02-01  Dave Love  <fx@gnu.org>
13580
13581         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13582         coding-system-for-read.
13583         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13584
13585 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13588         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13589         <hanche@math.ntnu.no>.
13590
13591 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13594
13595         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13596
13597 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13598
13599         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13600         * message.el (message-beginning-of-line): Use featurep instead of bound
13601         tests in order to resolve conditionals at compile time.
13602
13603 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13604
13605         * mail-source.el (mail-sources): Add `group' choice.
13606
13607         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13608         parameter `in-group' to control into which group the articles go.
13609         Add treatment of `group' mail-source.
13610
13611 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13614
13615         * mm-decode.el (mm-dissect-buffer): Decode description.
13616
13617         * mml.el (mml-to-mime): Encode message header first.
13618
13619 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13622         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13623
13624         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13625         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13626
13627 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13628
13629         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13630
13631 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13634         prefix keys.
13635         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13636         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13637         gnus-xmas.el.
13638
13639         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13640         (gnus-xmas-article-describe-bindings): New function.
13641         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13642         gnus-xmas-article-describe-bindings.
13643
13644         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13645
13646 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13647
13648         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13649         Add new variables for article mark management.
13650         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13651         list of extra data entries which, when present, will indicate that the
13652         article ID should not be trimmed from the registry.
13653         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13654         functions.
13655         (gnus-registry-read-mark): New function to read a mark name from the
13656         user.
13657         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13658         (gnus-registry-set-article-mark-internal): New functions to add and
13659         remove marks.
13660         (gnus-registry-get-article-marks): New function to show the marks for
13661         an article, or retrieve them for further use.
13662
13663 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13666         keys when no argument is given.
13667
13668 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13669
13670         * imap.el (imap-ping-server): New variable.
13671         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13672         (imap-ping-server): Minor doc string fixes.
13673
13674 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13675
13676         * imap.el (imap-ping-server): New function.
13677         (imap-opened): Call imap-ping-server.
13678
13679 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13680
13681         * gnus-sum.el (gnus-article-sort-by-random)
13682         (gnus-thread-sort-by-random): Fix doc strings.
13683         Reported by jidanni@jidanni.org.
13684
13685 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * gnus-art.el (gnus-article-describe-bindings): New function.
13688         (gnus-article-read-summary-keys): Use it.
13689         (gnus-article-mode-map): Bind `C-h b' to it.
13690
13691 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13694         XEmacs.
13695         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13696         Protect against non-character events.
13697
13698         * lpath.el: Fbind map-keymap for Emacs 21.
13699
13700 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13703         New command.
13704         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13705         instead of END.  Change name of the temp file.
13706         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13707         customizable.
13708
13709 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13712         bind `S W' to gnus-article-wide-reply-with-original; set default
13713         binding to gnus-article-read-summary-send-keys.
13714         (gnus-article-read-summary-keys): Fix the order of keys; display
13715         continuation keys correctly in the echo area; describe bindings
13716         correctly when keys end with `C-h'.
13717         (gnus-article-read-summary-send-keys): New function.
13718         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13719         Work for gnus-article-read-summary-send-keys; display continuation keys
13720         correctly in the echo area.
13721         (gnus-article-reply-with-original): Ignore prefix argument.
13722         (gnus-article-wide-reply-with-original): New function.
13723
13724         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13725         Emacs 21.
13726
13727 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13730         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13731
13732 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13735         (gnus-group-read-ephemeral-gmane-group): New command.
13736
13737 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13738
13739         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13740
13741 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * message.el (message-send-mail-function): Increase custom version.
13744
13745         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13746         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13747
13748 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13749
13750         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13751         for the cases where imap-authenticate is called with a nil buffer
13752         parameter.
13753
13754 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13757         html parts correctly; support forwarded messages.
13758         (gnus-article-browse-html-article): Remove work buffers.
13759
13760         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13761         compiling.
13762         (netrc-bound-and-true-p): New macro.
13763         (netrc-parse): Use it instead of bound-and-true-p that is not available
13764         in XEmacs 21.4.
13765
13766 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13767
13768         * gnus-registry.el (gnus-registry-mark-article)
13769         (gnus-registry-article-marks): Add functionality to mark articles
13770         through the Gnus registry.
13771
13772         * encrypt.el: Clarify documentation for the new pgg method.
13773         (encrypt-file-alist): Add PGG option.
13774         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13775         functionality.  Abstract password key and messaging to external
13776         functions.
13777         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13778         (encrypt-message-method-and-cipher): Add new convenience external
13779         functions.
13780         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13781         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13782
13783         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13784         (netrc-parse): Use encrypt-file-alist to determine if
13785         encrypt-find-model or encrypt-insert-file-contents should be used.
13786
13787         * encrypt.el: Clarify documentation.  Load password-cache or
13788         password, whichever one is found first, instead of autoloading.
13789
13790 2007-12-19  Glenn Morris  <rgm@gnu.org>
13791
13792         * mml.el (message-options-set, message-narrow-to-head)
13793         (message-in-body-p, message-mail-p, message-encode-message-body):
13794         Autoload.
13795         (message-remove-header, message-narrow-to-headers-or-head)
13796         (message-subscribed-p, message-make-mail-followup-to)
13797         (message-position-on-field, message-news-p)
13798         (message-options-set-recipient, message-generate-headers)
13799         (message-sort-headers): Declare as functions.
13800
13801 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13802
13803         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13804         convention in doc string.
13805
13806 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13809         title to html parts.
13810         (gnus-article-browse-html-article): Pass message header to it.
13811
13812         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13813
13814 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13817         or password compatible with XEmacs.
13818
13819 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13820
13821         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13822         format document.
13823         (gnus-mime-delete-part): Don't write description line if empty.
13824         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13825
13826 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13827
13828         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13829         (gnus-summary-mark-read-and-unread-as-read)
13830         (gnus-summary-mark-current-read-and-unread-as-read)
13831         (gnus-summary-mark-unread-as-ticked): Doc fix.
13832         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13833
13834 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13837         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13838
13839 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13840
13841         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13842         yes-or-no-p.
13843
13844 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * mm-decode.el (mm-add-meta-html-tag): New function.
13847         (mm-save-part-to-file, mm-pipe-part): Use it.
13848
13849         * gnus-art.el (gnus-article-browse-delete-temp-files):
13850         Use gnus-y-or-n-p instead of y-or-n-p.
13851         (gnus-article-browse-html-parts): Work with message/external-body; use
13852         mm-add-meta-html-tag.
13853
13854 2007-12-11  Glenn Morris  <rgm@gnu.org>
13855
13856         * gnus-cache.el: Require gnus-sum not just when compiling.
13857
13858         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13859
13860         * gnus-int.el (gnus-server-opened, gnus-status-message):
13861         Move definitions before use.
13862
13863         * mm-decode.el: Require gnus-util.
13864         (mm-remove-part): Only call delete-annotation on XEmacs.
13865
13866         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13867
13868         * nnmail.el: Require gnus-int.
13869
13870         * spam.el: Move `require's before `eval-when-compile's.
13871
13872         * gnus-ems.el (gnus-alive-p):
13873         * gnus-fun.el (message-goto-eoh):
13874         * gnus-util.el (gnus-group-name-decode):
13875         * mail-source.el (gnus-compress-sequence):
13876         * message.el (Info-goto-node, format-spec):
13877         * mm-bodies.el (message-options-get):
13878         * mm-decode.el (mm-view-pkcs7):
13879         * mm-util.el (gmm-write-region):
13880         * mml-smime.el (mml-compute-boundary)
13881         (gnus-completing-read-with-default):
13882         * mml.el (widget-button-press, gnus-make-hashtable):
13883         * mml1991.el (mm-decode-content-transfer-encoding)
13884         (mm-encode-content-transfer-encoding)
13885         (message-options-get, message-options-set):
13886         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13887         * nnfolder.el (gnus-request-group):
13888         * nnheader.el (ietf-drums-unfold-fws):
13889         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13890         * smime.el (gnus-run-mode-hooks):
13891         * spam-stat.el (gnus-message): Autoload.
13892
13893         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13894         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13895         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13896         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13897         Add declare-function compatibility definition.
13898
13899         * gnus-cache.el (nnvirtual-find-group-art):
13900         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13901         (gnus-add-image, gnus-add-wash-type):
13902         * gnus-group.el (nnkiboze-score-file):
13903         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13904         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13905         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13906         (message-tokenize-header, gnus-get-buffer-create)
13907         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13908         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13909         * gnus.el (gnus-group-decoded-name):
13910         * mail-source.el (imap-capability):
13911         * mm-bodies.el (message-options-set):
13912         * mm-decode.el (gnus-configure-windows):
13913         * mm-extern.el (message-goto-body):
13914         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13915         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13916         (epg-sub-key-validity, message-options-set):
13917         * mml.el (widget-event-point, gnus-configure-windows):
13918         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13919         * mml2015.el (epg-check-configuration, epg-configuration)
13920         (message-options-set):
13921         * nndb.el (nndb-request-article):
13922         * nnfolder.el (gnus-request-create-group):
13923         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13924         * nnmaildir.el (gnus-group-mark-article-read):
13925         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13926         * rfc1843.el (message-fetch-field):
13927         * spam.el (gnus-extract-address-components):
13928         Declare as functions.
13929
13930 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13933
13934         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13935
13936         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13937         bind show-trailing-whitespace for XEmacs.
13938
13939 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13942         new no-op macro for backward compatibility.
13943
13944         * imap.el (imap-string-to-integer): New function.
13945
13946 2007-12-09  Glenn Morris  <rgm@gnu.org>
13947
13948         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13949
13950         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13951         * message.el, mm-view.el, sieve-manage.el, smime.el:
13952         Add declare-function compatibility definition.
13953
13954         * gnus-art.el (w3-region, w3m-region, Info-menu):
13955         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13956         * gnus-sum.el (gnus-get-predicate):
13957         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13958         * message.el (mail-abbrev-in-expansion-header-p):
13959         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13960         (w3m-detect-meta-charset, w3m-region):
13961         * sieve-manage.el (password-read, password-cache-add)
13962         (password-cache-remove):
13963         * smime.el (password-read-and-add): Declare as functions.
13964
13965 2007-12-08  David Kastrup  <dak@gnu.org>
13966
13967         * gnus-sum.el (gnus-summary-simplify-subject-query):
13968         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13969         `message'.
13970
13971 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13974         it to bind idna-program, installation-directory, defined-colors, and
13975         face-attribute for XEmacs of the version that compiles defcustom forms.
13976
13977 2007-12-07  Glenn Morris  <rgm@gnu.org>
13978
13979         * gnus-art.el (article-make-date-line): Revert previous change.
13980
13981 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13982
13983         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13984
13985 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13986
13987         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13988         Call gnus-add-to-range ranges only once with a prepared article-list.
13989
13990 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13991
13992         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13993         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13994         group names with backslashes.
13995         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13996
13997 2007-12-06  Deepak Goel  <deego3@gmail.com>
13998
13999         * gnus-art.el (article-make-date-line):
14000         * gnus-start.el (gnus-load):
14001         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14002
14003 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-art.el (gnus-use-idna):
14006         * gnus-start.el (gnus-site-init-file):
14007         * message.el (message-use-idna):
14008         * mm-uu.el (mm-uu-hide-markers):
14009         * smiley.el (smiley-style): Revert changes that suppress warnings.
14010
14011 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14014         specify charset to html source.
14015         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14016
14017 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14020         idna-program in order to suppress byte compile warning issued by XEmacs
14021         that came to byte compile the default value section of defcustom forms
14022         recently.
14023
14024         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14025         value of installation-directory.
14026
14027         * message.el (message-use-idna): Don't directly refer to the value of
14028         idna-program.
14029
14030         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14031
14032         * smiley.el (smiley-style): Don't directly call face-attribute.
14033
14034 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14037
14038         * gnus-dired.el: Reduce Gnus dependencies.
14039         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14040         Don't require.  Use autoloads instead.
14041         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14042         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14043         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14044         (gnus-dired-mode): Adjust doc string.
14045         (gnus-dired-mail-mode): New variable.
14046         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14047         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14048         (gnus-dired-mail-buffers): New function.  Return mail or message
14049         composition buffers.
14050         (gnus-dired-attach): Use it.
14051         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14052         NO-DECODE.
14053         (gnus-dired-print): Use `gnus-print-buffer' depending on
14054         `gnus-dired-mail-mode'.
14055
14056 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * rfc2047.el (rfc2047-encoded-word-regexp)
14059         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14060         explaining what regexp patterns are for.
14061
14062 2007-12-04  Glenn Morris  <rgm@gnu.org>
14063
14064         * password.el: Move to password-cache.el.
14065
14066         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14067         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14068         * mml-smime.el (password-read, password-cache-add)
14069         (password-cache-remove):
14070         No need to autoload, since mml-sec requires password.
14071
14072         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14073         * message.el (gnus-extract-address-components):
14074         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14075
14076         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14077         password.
14078
14079 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * mailcap.el: Reduce dependencies.
14082         (mail-header-parse-content-type): Autoload.
14083         (mailcap-delete-duplicates): New alias.
14084         (mailcap-mime-info): Add optional argument NO-DECODE.
14085         (mailcap-mime-types): Use mailcap-delete-duplicates.
14086
14087         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14088
14089 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14090
14091         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14092         (imap-parse-status): Upcase status-att for servers that sends them
14093         lower-case (e.g., MS Exchange 2007).
14094
14095 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14096
14097         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14098         function.
14099
14100         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14101         (gnus-uu-yenc-article): New function.
14102
14103         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14104
14105         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14106
14107 2007-12-02  Glenn Morris  <rgm@gnu.org>
14108
14109         * binhex.el (binhex): New custom group.
14110         (binhex-decoder-program, binhex-decoder-switches)
14111         (binhex-use-external): Move to the binhex custom group.
14112
14113         * uudecode.el (uudecode): New custom group.
14114         (uudecode-decoder-program, uudecode-decoder-switches)
14115         (uudecode-use-external): Move to the uudecode custom group.
14116
14117         * netrc.el (top-level): Don't load `encrypt' features.
14118         (netrc-parse): Don't use encrypt.
14119         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14120
14121         * encrypt.el: Remove file.
14122
14123 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14124
14125         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14126         matches on patches.
14127
14128         * gnus-art.el (gnus-article-browse-html-article):
14129         Mention `mm-text-html-renderer' in the doc string.
14130
14131         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14132         string.  Add comments.
14133
14134         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14135         if rhs is ASCII.
14136
14137 2007-12-01  Glenn Morris  <rgm@gnu.org>
14138
14139         * mail-source.el (top-level): Require format-spec before
14140         eval-when-compile.
14141
14142 2007-11-30  Glenn Morris  <rgm@gnu.org>
14143
14144         * encrypt.el: Require password, rather than autoloading password-read.
14145
14146 2007-11-29  Glenn Morris  <rgm@gnu.org>
14147
14148         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14149         (sasl-make-client, sasl-next-step, sasl-step-data)
14150         (sasl-step-set-data): Declare as functions.
14151
14152 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14155
14156 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14157
14158         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14159         certs should be verified and what is to be done in the event of a
14160         verification failure.
14161
14162         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14163         caller can indicate whether the cache should be disregarded for this
14164         call.  This way the result of the call is reproducible at all times and
14165         can be considered a canonical server name for the supplied method.
14166         (gnus-agent-method-p): Canonicalize server names by pushing their
14167         method through `gnus-method-to-server' using the no-cache argument.
14168
14169         * gnus-srvr.el (gnus-server-insert-server-line):
14170         Call `gnus-method-to-server' with `no-cache' argument.
14171
14172         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14173         gnus-agent-possibly-synchronize-flags as this should be called when the
14174         server is actually being opened.
14175         (gnus-agent-possibly-synchronize-flags)
14176         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14177         flags file of an agentized server to the latter function.
14178
14179         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14180         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14181         after a connection has been established successfully.
14182
14183 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * gnus-art.el (article-display-face): Force to display face if called
14186         interactively; check if gnus-article-x-face-too-ugly matches author.
14187         (article-display-x-face): Display face even if From header is missing
14188         as article-display-face does.
14189
14190 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14191
14192         * hashcash.el (message-narrow-to-headers-or-head)
14193         (message-fetch-field, message-goto-eoh)
14194         (message-narrow-to-headers): Declare as functions.
14195
14196 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * mail-source.el (mail-sources): Default to fetch from file for
14199         compatibility with default of nnmail-spool-file.
14200
14201 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14204         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14205         to look for encoded word that should be encoded again.
14206         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14207         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14208         encoding pattern.
14209         (rfc2047-decode-region): Switch strict regexp and loose one according
14210         to rfc2047-allow-irregular-q-encoded-words.
14211
14212 2007-11-25  Romain Francoise  <romain@orebokech.com>
14213
14214         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14215
14216 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14217
14218         * tls.el (tls-program): Provide more custom choices from
14219         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14220         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14221
14222 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14225         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14226
14227         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14228         `nnmail-spool-file'.
14229
14230         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14231         `nnmail-spool-file'.
14232
14233         * gnus-move.el (gnus-change-server): Ditto.
14234
14235         * gnus-kill.el (gnus-batch-score): Ditto.
14236
14237         * gnus-cache.el (gnus-jog-cache): Ditto.
14238
14239         * gnus-msg.el (gnus-summary-reply):
14240         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14241
14242 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14243
14244         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14245         version.  Minor improvement to doc strings.
14246         (tls-program): Add comment.
14247
14248 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14249
14250         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14251         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14252         mismatch between the hostname provided in the certificate and the name
14253         of the host connnecting to.
14254         (open-tls-stream): Use them.  Check certificates against trusted root
14255         certificates.
14256
14257 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14258
14259         * gnus-cache.el (gnus-cache-generate-nov-databases):
14260         Use nnml-generate-nov-databases-directory instead of
14261         nnml-generate-nov-databases-1.
14262
14263 2007-11-24  Glenn Morris  <rgm@gnu.org>
14264
14265         * message.el (message-tool-bar-retro): Update for rename
14266         mail_send.xpm->mail-send.xpm.
14267
14268 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14269
14270         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14271         `smime-ldap-search' for Emacs 22 and up.
14272
14273 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14274
14275         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14276
14277         * message.el (message-send-mail-function): Fix error convention.
14278         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14279         (message-widen-reply, message-send-mail, message-talkative-question)
14280         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14281         (message-clone-locals, message-send-news): Use with-current-buffer.
14282         (message-insert-or-toggle-importance): Remove unused var `valid'.
14283         (message-make-references): Remove unused var `new-references'.
14284         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14285
14286 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14287
14288         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14289         (spam-split-symbolic-return-positive): Reflow docstring.
14290         (spam-backends, spam-summary-exit-behavior)
14291         (spam-mark-ham-unread-before-move-from-spam-group)
14292         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14293         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14294         (spam-clear-cache, spam-backend-check, spam-install-backend)
14295         (spam-install-statistical-backend, spam-list-of-processors)
14296         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14297         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14298         (spam-check-crm114, spam-initialize, spam-unload-hook):
14299         Fix typos in docstrings.
14300
14301 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14304         been checked if they have never been read and those group levels are
14305         higher than the one that a user specified.
14306
14307 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14310         foreign groups unless a group level is specified by a user.
14311         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14312
14313 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * message.el (message-send-mail-function): Require sendmail.
14316
14317 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * message.el (message-send-mail-function): Check for smtpmail too.
14320
14321         * utf7.el (utf7-encode, utf7-decode): Use coding system
14322         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14323
14324         * message.el (message-send-mail-function): New function.
14325         (message-send-mail-function): Set default using
14326         message-send-mail-function.  Adjust doc string.
14327         (message-send-mail-with-mailclient): New function.
14328
14329 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14330
14331         * smime.el (from):
14332         * rfc2047.el (message-posting-charset):
14333         * qp.el (mm-use-ultra-safe-encoding):
14334         * pop3.el (parse-time-months):
14335         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14336         * nnml.el (files):
14337         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14338         (jka-compr-compression-info-list, ange-ftp-path-format)
14339         (efs-path-regexp):
14340         * nndiary.el (files):
14341         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14342         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14343         (epg-digest-algorithm-alist, inhibit-redisplay)
14344         (password-cache-expiry):
14345         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14346         (pgg-output-buffer, password-cache-expiry):
14347         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14348         (efs-path-regexp):
14349         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14350         (inhibit-redisplay):
14351         * mm-uu.el (file-name, start-point, end-point, entry)
14352         (gnus-newsgroup-name, gnus-newsgroup-charset):
14353         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14354         (latin-unity-ucs-list):
14355         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14356         (mm-uu-binhex-decode-function):
14357         * message.el (gnus-message-group-art, gnus-list-identifiers)
14358         (rmail-enable-mime-composing, gnus-local-organization)
14359         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14360         (gnus-read-active-file, facemenu-add-face-function)
14361         (facemenu-remove-face-function, gnus-article-decoded-p)
14362         (tool-bar-mode):
14363         * mail-source.el (display-time-mail-function):
14364         * gnus-util.el (nnmail-pathname-coding-system)
14365         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14366         (gnus-original-article-buffer, gnus-user-agent)
14367         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14368         (xemacs-codename, sxemacs-codename, emacs-program-version):
14369         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14370         * gnus-start.el (gnus-agent-covered-methods)
14371         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14372         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14373         (gnus-newsgroup-headers, gnus-group-list-mode)
14374         (gnus-group-mark-positions, gnus-newsgroup-data)
14375         (gnus-newsgroup-unreads, nnoo-state-alist)
14376         (gnus-current-select-method, mail-sources)
14377         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14378         (nnmail-spool-file, gnus-cache-active-hashtb):
14379         * gnus-mh.el (mh-lib-progs):
14380         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14381         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14382         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14383         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14384         (gnus-group-buffer):
14385         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14386         (font-lock-set-defaults):
14387         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14388         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14389         (gnus-summary-post-menu, total-parts, type, condition, length):
14390         * gnus-agent.el (gnus-agent-read-agentview):
14391         * flow-fill.el (show-trailing-whitespace):
14392         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14393         eval-and-compile wrappers for byte compiler pacifiers.
14394
14395         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14396         (mm-display-inline-fontify): Check for featurep 'xemacs not
14397         extent-list.
14398
14399         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14400         itimer-list.
14401         (mm-create-image-xemacs): Only do something for XEmacs.
14402         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14403
14404         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14405
14406         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14407         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14408
14409 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14410
14411         * nnimap.el (nnimap-split-download-body):
14412         * gnus-demon.el (gnus-demon):
14413         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14414
14415 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14418         New macros.
14419         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14420         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14421         copy data from unibyte buffer to multibyte current buffer.
14422         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14423         to copy data from unibyte current buffer to multibyte buffer.
14424         (nntp-make-process-buffer): Make process buffer unibyte.
14425
14426         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14427
14428 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14429
14430         * pop3.el (pop3-open-server): Accept and process data more robustly at
14431         connection start to avoid spurious "POP SSL connection failed" errors.
14432
14433 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14436         read group names.
14437
14438 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14441
14442 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14445         (nnmail-save-active): Use a unibyte buffer when saving active file,
14446         which may contain non-ASCII group names.
14447
14448         * nnml.el (nnml-request-group): Decode group names in messages.
14449
14450 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * message.el (message-citation-line-function)
14453         (message-insert-formatted-citation-line): Fix spelling of
14454         `message-insert-formated-citation-line'.
14455
14456 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14459
14460 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14463         nnmail-pathname-coding-system.
14464
14465         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14466         that a user enters; decode group names in messages.
14467
14468         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14469
14470 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14473
14474         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14475
14476         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14477         risky local variable.
14478
14479         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14480
14481 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14482
14483         * encrypt.el: Improve documentation to fix function name typo.
14484         Reported by Daiki Ueno <ueno@unixuser.org>.
14485
14486 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14489         even if the point is not in the last page of an article.
14490         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14491         back to the previous page.
14492
14493 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14494
14495         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14496
14497 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14500
14501 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14502
14503         * message.el (message-check-news-body-syntax):
14504         Avoid mm-string-as-multibyte.
14505         (message-hide-headers): Don't assume (point-min)==1.
14506
14507 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14508
14509         * message.el (message-remove-blank-cited-lines): Fix if remove is
14510         given.
14511         (message-bogus-address-regexp): New variable.
14512         (message-bogus-recipient-p): New function.
14513         (message-check-recipients): New command.
14514         (message-syntax-checks): Add `bogus-recipient'.
14515         (message-fix-before-sending): Add `bogus-recipient'.
14516
14517         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14518         (gnus-treat-body-boundary): Don't test window-system.
14519
14520 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14521
14522         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14523
14524 2007-10-28  Miles Bader  <miles@gnu.org>
14525
14526         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14527         at compile-time too.
14528
14529 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * gnus-msg.el (gnus-message-setup-hook):
14532         Add `message-remove-blank-cited-lines' to options.
14533
14534 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * message.el (message-remove-blank-cited-lines): New function.
14537         Suggested by Karl Plästerer.
14538
14539 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14542         mapc.
14543
14544         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14545         (top-level): Use mapc to set functions to be traced for debugging.
14546
14547         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14548         called for effect with while loop.
14549
14550         * message.el (message-talkative-question): Replace mapcar called for
14551         effect with mapc.
14552
14553         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14554         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14555         called for effect with dolist.
14556
14557         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14558
14559         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14560         gnus-extra-headers and nnmail-extra-headers.
14561
14562         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14563         called for effect with dolist.
14564         (top-level): Use mapc to set functions to be traced for debugging.
14565
14566         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14567         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14568         dolist.
14569
14570         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14571         Replace mapcar called for effect with mapc.
14572         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14573         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14574         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14575         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14576
14577         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14578         remove-if that's a cl function.
14579
14580         * webmail.el (webmail-debug): Replace mapcar called for effect with
14581         dolist.
14582
14583         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14584         with mapc.
14585
14586 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14589         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14590         with while loop.
14591
14592         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14593         functions from article-* functions.
14594         (gnus-multi-decode-header): Replace mapcar called for effect with
14595         dolist.
14596
14597         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14598         (gnus-bookmark-show-details): Replace mapcar called for effect with
14599         while loop.
14600
14601         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14602         called for effect with while loop.
14603
14604         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14605         with dolist.
14606
14607         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14608         Replace mapcar called for effect with dolist.
14609
14610         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14611
14612         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14613         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14614         Replace mapcar called for effect with dolist.
14615         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14616         mapc.
14617
14618         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14619         Replace mapcar called for effect with dolist.
14620         (gnus-topic-list): Replace mapcar called for effect with mapc.
14621
14622         * gnus.el: Use mapc instead of mapcar to add autoloads.
14623
14624 2007-10-23  Richard Stallman  <rms@gnu.org>
14625
14626         * gnus-group.el (gnus-group-highlight): Mark as risky.
14627
14628 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus.el (gnus-server-to-method): Return method found first in
14631         gnus-newsrc-alist.
14632
14633         * gnus-art.el (gnus-article-highlight-signature)
14634         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14635         button overlay without the front stickiness.
14636
14637 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14638
14639         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14640         overview buffer needed a catch to receive its throw.
14641         (gnus-agent-flush-cache): Declare as interactive to make this function
14642         easier to use.
14643
14644 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14647         `next-line'.
14648
14649 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14652         exclude address matching message-dont-reply-to-names.
14653
14654 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-util.el (gnus-string<): New function.
14657
14658         * gnus-sum.el (gnus-article-sort-by-author)
14659         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14660
14661 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14664         the frame-focus tag is set in gnus-buffer-configuration.
14665
14666 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14669         the front stickiness.
14670
14671 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14674         url pattern; remove duplicate one.
14675         (gnus-article-extend-url-button): New function.
14676         (gnus-article-add-buttons): Use it.
14677         (gnus-button-push): Use concatenated url that it makes.
14678
14679 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14680
14681         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14682
14683 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14684
14685         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14686         Don't hardcode point-min==1.
14687
14688 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14691         Fix comment about "iso8859-1".
14692
14693 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14694
14695         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14696         ones returned from the verify-function.
14697
14698         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14699         Call mml2015-extract-cleartext-signature if extraction failed.
14700
14701 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14702
14703         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14704         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14705         failed.
14706
14707 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14710
14711 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14714         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14715         recommends to use EasyPG instead of PGG.
14716
14717         * pgg.el: Revert to revision 6.23.2.16.
14718
14719         * pgg-def.el: Revert to revision 6.6.2.14.
14720
14721         * pgg-gpg.el: Revert to revision 6.23.2.34.
14722
14723 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14724
14725         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14726         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14727         thread for both the null and zero (kill/expire thread) universal prefix
14728         cases.
14729         (gnus-summary-expire-thread): Add new function to expire a thread,
14730         using gnus-summary-kill-thread.
14731         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14732         shortcuts for gnus-summary-expire-thread.
14733         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14734         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14735
14736 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14737
14738         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14739         extras value, so an extras entry can be deleted.
14740         (gnus-registry-delete-extra-entry): Use it.
14741         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14742         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14743         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14744         storage through the gnus-registry, and provide an appropriate API for
14745         it.
14746
14747 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14750         Suggested by Leo <sdl.web@gmail.com>.
14751
14752         * gnus.el: Do.
14753
14754 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14757         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14758
14759         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14760
14761         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14762         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14763
14764 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14767         newline.
14768         (nnmbox-request-accept-article): Don't change article in source buffer;
14769         narrow to header to use message-fetch-field rather than
14770         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14771         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14772         as delimiters; make sure article ends with newline.
14773         (nnmbox-delete-mail): Correct last position of article to be deleted;
14774         ignore X-Gnus-Newsgroup header in article body.
14775         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14776         positions; make sure article ends with newline.
14777
14778         * message.el (message-display-abbrev): Don't infloop when a user
14779         inserts SPC in the beginning of header.
14780
14781         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14782         coding-system-for-read and coding-system-for-write for XEmacs having no
14783         file-coding feature.
14784
14785         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14786
14787 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14788
14789         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14790         list of groups not followed by default.  Fix type to be regexp.
14791         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14792
14793 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14794
14795         * hmac-def.el (define-hmac-function): Switch from old-style to
14796         new-style backquotes.
14797
14798         * md4.el (md4-make-step): Likewise.
14799
14800 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14803         raw-text coding system when saving .newsrc file, which may contain
14804         non-ASCII group names.
14805
14806 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * gnus-cus.el (gnus-score-extra): New widget.
14809         (gnus-score-extra-convert): New function.
14810         (gnus-score-customize): Use it for Extra.
14811
14812 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14813
14814         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14815         (mml2015-mailcrypt-clear-verify): Use it.
14816         (mml2015-gpg-clear-verify): Use it.
14817         (mml2015-pgg-clear-verify): Use it.
14818         (mml2015-epg-clear-verify): Replace the current part with the output
14819         from GnuPG; don't extract the plaintext by itself.
14820
14821         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14822         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14823         mml2015-clear-verify-function; don't touch the armor headers or
14824         dash-escaped text here.
14825
14826 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14829         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14830         parts, or application/octet-stream as a last resort.
14831         (gnus-mime-view-part-as-type): Don't toggle display.
14832         (gnus-mime-view-part-as-charset): Don't turn off display before
14833         querying charset.
14834
14835         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14836         stuff to undisplayer function in Emacs.
14837         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14838
14839         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14840         text/calendar parts.
14841
14842 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14845         decoding text/calendar parts.
14846
14847         * message.el (message-forward-make-body-mime): Always mark body as
14848         having no illegible text; remove signed-or-encrypted argument.
14849         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14850
14851         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14852         (mml-generate-mime-1): Don't encode body if it is specified to be in
14853         raw form; don't make buffer be unibyte when inserting multibyte string.
14854
14855 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14856
14857         * sha1.el: Fix up comment style.
14858         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14859         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14860
14861         * hex-util.el: Fix up comment style.
14862         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14863
14864         * gnus-salt.el: Use with-current-buffer.
14865         (gnus-pick-setup-message): Fix long-standing typo.
14866
14867 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * imap.el (imap-logout-timeout): New variable.
14870         (imap-logout, imap-logout-wait): New functions.
14871         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14872
14873         * nnimap.el (nnimap-logout-timeout): New server variable.
14874         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14875         nnimap-logout-timeout.
14876
14877         * gnus-art.el (gnus-article-summary-command-nosave)
14878         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14879
14880 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * gnus.el (gnus-maximum-newsgroup): New variable.
14883
14884         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14885         according to gnus-maximum-newsgroup.
14886
14887         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14888         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14889         Limit the range of articles according to gnus-maximum-newsgroup.
14890
14891 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14892
14893         * gnus-art.el (gnus-sticky-article): Fix problems described in
14894         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14895         Don't perform gnus-configure-windows here; reuse existing sticky
14896         article buffer.
14897
14898         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14899         it doesn't exist in gnus-article-mode.
14900
14901 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14904         (gnus-agent-decoded-group-name): New function.
14905         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14906         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14907
14908 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14909
14910         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14911         Add binding for gnus-sticky-article.
14912         (gnus-summary-exit): Don't kill sticky article buffers.
14913
14914         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14915         article buffer.
14916         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14917         (gnus-kill-sticky-article-buffers): New commands.
14918
14919 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * nntp.el (nntp-xref-number-is-evil): New server variable.
14922         (nntp-find-group-and-number): If it is non-nil, don't trust article
14923         numbers in the Xref header.
14924
14925 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * gnus-agent.el (gnus-agent-read-group): New function.
14928         (gnus-agent-flush-group, gnus-agent-expire-group)
14929         (gnus-agent-regenerate-group): Use it.
14930         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14931         nnmail-pathname-coding-system.
14932
14933 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14936
14937         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14938         that are unread as unread, and also as selected so that information of
14939         marks having been changed by a user may be updated when exiting group.
14940
14941 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14944
14945 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14948         calculated ignoring signature parts to gnus-treat-article.
14949
14950 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14953         a point here in order to keep the window start.
14954         (gnus-insert-mime-security-button): Make a button overlay without the
14955         front stickiness.
14956         (gnus-mime-display-security): Goto the end of a button.
14957
14958         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14959
14960 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14963         group-name-at-point.
14964         (gnus-group-completing-read): New function that offers decoded
14965         non-ASCII group names for completion.
14966         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14967         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14968         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14969         (gnus-group-fetch-control): Use it.
14970         (gnus-fetch-group): Use group-name-at-point for the initial value
14971         rather than the default value; use gnus-alive-p.
14972
14973         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14974         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14975         (gnus-summary-post-news): Use gnus-group-completing-read.
14976
14977         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14978         (gnus-read-move-group-name): Decode group name for completion.
14979
14980 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14981
14982         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14983         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14984         Yamaoka slightly modified the code).
14985
14986 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14989         (nnmail-split-incoming): Bind it.
14990
14991         * nnml.el (nnml-group-name-charset): New function.
14992         (nnml-decoded-group-name): Use it; don't decode group name if
14993         nnmail-group-names-not-encoded-p is non-nil.
14994         (nnml-encoded-group-name): New function.
14995         (nnml-group-pathname): Inline nnml-decoded-group-name.
14996         (nnml-request-expire-articles): Decode group name in message.
14997         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14998         nnmail-pathname-coding-system.
14999         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15000         not decoded ones according to nnmail-group-names-not-encoded-p.
15001         (nnml-generate-active-info): Use nnml-encoded-group-name.
15002
15003 2007-08-08  Glenn Morris  <rgm@gnu.org>
15004
15005         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15006         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15007         doc-strings and comments.
15008
15009 2007-07-25  Glenn Morris  <rgm@gnu.org>
15010
15011         * Relicense all FSF files to GPLv3 or later.
15012
15013 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus-sum.el (gnus-summary-move-article):
15016         Make gnus-summary-respool-article work.
15017
15018 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15021         string.
15022
15023 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15024
15025         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15026         that should be ignored when comparing distant RSS articles with local
15027         ones.
15028         (nnrss-make-hash-index): New function.  Create a hash index according
15029         to the ignored fields.
15030         (nnrss-check-group): Use it.
15031
15032 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15035
15036         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15037
15038         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15039         the new optional argument ENCODED is non-nil.
15040         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15041         coding system for encoding group name.
15042         (gnus-group-make-rss-group): Pass un-encoded group name to
15043         gnus-group-make-group.
15044         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15045         encoded.
15046
15047         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15048         Encode group name to which articles are moved or copied.
15049         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15050         coding system for encoding Newsgroup, Followup-To and Xref headers.
15051
15052         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15053         marks; use nnheader-file-coding-system to write a file.
15054         (nnagent-retrieve-headers): Bind file-name-coding-system to
15055         nnmail-pathname-coding-system.
15056
15057         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15058
15059         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15060         (nnml-request-article, nnml-request-create-group)
15061         (nnml-request-rename-group, nnml-find-id)
15062         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15063         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15064         (nnml-save-marks): Use nnml-group-pathname instead of
15065         nnmail-group-pathname.
15066
15067         (nnml-request-create-group, nnml-request-expire-articles)
15068         (nnml-request-move-article, nnml-request-delete-group)
15069         (nnml-deletable-article-p, nnml-possibly-create-directory)
15070         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15071         (nnml-open-marks): Bind file-name-coding-system to
15072         nnmail-pathname-coding-system.
15073
15074         (nnml-request-article): Pass server argument to nnml-find-group-number.
15075         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15076         Pass server argument to nnml-possibly-create-directory.
15077         (nnml-request-accept-article): Pass server argument to
15078         nnml-active-number and nnml-save-mail.
15079         (nnml-find-group-number): Pass server argument to nnml-find-id.
15080         (nnml-request-update-info): Pass server argument to
15081         nnml-marks-changed-p.
15082
15083         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15084         (nnml-save-mail, nnml-active-number): Add server argument.
15085
15086         (nnml-request-delete-group): Warn if group is missing.
15087         (nnml-get-nov-buffer): Decode group name.
15088         (nnml-generate-active-info): Encode group name.
15089         (nnml-open-marks): Decode group name in messages.
15090
15091 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15094         if it is not specified.
15095         (gnus-article-pipe-part, gnus-article-save-part)
15096         (gnus-article-interactively-view-part, gnus-article-copy-part)
15097         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15098         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15099         (gnus-article-replace-part, gnus-article-delete-part)
15100         (gnus-article-view-part-as-type): Pass raw prefix argument to
15101         gnus-article-part-wrapper.
15102
15103 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * gnus-agent.el (gnus-agent-save-active):
15106         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15107
15108         * gnus-cache.el (gnus-cache-save-buffers)
15109         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15110         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15111         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15112         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15113         (gnus-cache-generate-active, gnus-cache-rename-group)
15114         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15115         (gnus-cache-update-overview-total-fetched-for):
15116         Bind file-name-coding-system to nnmail-pathname-coding-system.
15117         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15118         New variables.
15119         (gnus-cache-decoded-group-name): New function.
15120         (gnus-cache-file-name): Use it.
15121         (gnus-cache-generate-active): Use non-decoded group name for active.
15122
15123         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15124         right place.
15125         (gnus-write-active-file): Don't break non-ASCII group names.
15126
15127         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15128         nnmail-pathname-coding-system.
15129
15130         * lpath.el: Bind default-file-name-coding-system,
15131         file-name-coding-system and language-info-alist for XEmacs.
15132
15133         * gnus-uu.el (gnus-uu-decode-save): Typo.
15134
15135 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15138
15139 2007-07-14  David Kastrup  <dak@gnu.org>
15140
15141         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15142         finishing actions if we did not edit the article.
15143
15144 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15147         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15148         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15149         (gnus-agent-flush-group, gnus-agent-flush-cache)
15150         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15151         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15152         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15153         (gnus-agent-regenerate-group)
15154         (gnus-agent-update-files-total-fetched-for)
15155         (gnus-agent-update-view-total-fetched-for):
15156         Bind file-name-coding-system to nnmail-pathname-coding-system.
15157         (gnus-agent-group-pathname): Don't encode file names by
15158         nnmail-pathname-coding-system.
15159         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15160         coding-system-for-write instead of buffer-file-coding-system to
15161         gnus-agent-file-coding-system.
15162
15163         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15164         Decode group name.
15165
15166         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15167
15168         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15169         (gnus-read-newsrc-el-file): Make group names unibyte.
15170
15171         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15172         nnmail-pathname-coding-system.
15173
15174         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15175         (nnrss-request-delete-group): Bind file-name-coding-system to
15176         nnmail-pathname-coding-system.
15177         (nnrss-read-server-data, nnrss-read-group-data):
15178         Bind file-name-coding-system correctly.
15179         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15180
15181         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15182         (nntp-server-to-method-cache): New variable.
15183         (nntp-group-pathname): New function that decodes non-ASCII group names.
15184         (nntp-possibly-create-directory, nntp-marks-changed-p)
15185         (nntp-save-marks, nntp-open-marks): Use it.
15186         (nntp-possibly-create-directory, nntp-open-marks):
15187         Bind file-name-coding-system to nnmail-pathname-coding-system.
15188         (nntp-open-marks): Decode group names when bootstrapping marks.
15189
15190         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15191         Newsgroups and Followup-To headers.
15192
15193 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15196         (gnus-server-closed-face, gnus-server-denied-face)
15197         (gnus-server-offline-face): Remove variable.
15198         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15199
15200         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15201         of modifying message-stack directly for XEmacs.
15202
15203         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15204         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15205         if the coding-system argument is nil for XEmacs.
15206
15207         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15208         mm-charset-override-alist.
15209
15210         * rfc2047.el: Don't require base64; require rfc2045 for the function
15211         rfc2045-encode-string.
15212         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15213         to quote the parameter value.
15214
15215 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15218         form in gnus-group-name-charset-method-alist.
15219
15220         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15221         overrides the default layout edit-form.
15222
15223         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15224
15225         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15226
15227 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15230         as unfetched articles.
15231
15232 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15233
15234         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15235
15236 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15239         original back end that keeps marks in the local system.
15240
15241 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15244         arg of pop-to-buffer for XEmacs.
15245         (gnus-article-read-summary-keys): Ditto; don't restore window
15246         configuration if summary command ends up with neither article buffer
15247         nor summary buffer; describe bindings if summary keys end with C-h.
15248
15249 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * message.el (message-fix-before-sending): Skip raw message part to be
15252         forwarded while checking illegible text.
15253         (message-forward-make-body-mime, message-forward-make-body):
15254         Mark signed or encrypted raw message as having no illegible text.
15255
15256 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15259         (gnus-message-with-timestamp-1): New macro.
15260         (gnus-message-with-timestamp): New function.
15261         (gnus-message): Use them.
15262
15263         * nnheader.el (nnheader-message): Use them.
15264
15265 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15268         .newsrc.eld file.
15269
15270 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-agent.el (gnus-agent-fetch-headers)
15273         (gnus-agent-retrieve-headers):
15274         Bind gnus-decode-encoded-address-function to identity.
15275
15276         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15277         available also when the server returns simply a dot.
15278
15279         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15280
15281 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15284
15285 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-ems.el (gnus-x-splash): Make it work.
15288
15289         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15290         from being used.
15291
15292         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15293
15294 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15297         4th and the 5th arguments.
15298
15299         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15300         the front stickiness.
15301         (gnus-article-summary-command-nosave): Correct the order of the
15302         arguments passed to pop-to-buffer.
15303         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15304         summary command ends up with the article buffer.
15305
15306         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15307         the same faces.
15308
15309 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15310
15311         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15312
15313 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15314
15315         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15316         * gnus-sum.el (gnus-summary-highlight):
15317         * pgg.el (pgg-sign-region, pgg-sign):
15318         * mail-source.el (mail-source-delete-old-incoming-confirm):
15319         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15320
15321 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-art.el (gnus-mime-view-part-externally)
15324         (gnus-mime-view-part-internally): Fix predicate function passed to
15325         completing-read.
15326
15327         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15328
15329         * gnus.el (gnus-update-message-archive-method): Add :version.
15330
15331 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus.el (gnus-update-message-archive-method): New variable.
15334
15335         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15336         according to gnus-message-archive-method if
15337         gnus-update-message-archive-method is non-nil.
15338
15339 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15342         Suggested by Loic Dachary <loic@dachary.org>.
15343         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15344
15345 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * message.el (message-pop-to-buffer): Add switch-function argument.
15348         (message-mail): Pass switch-function argument to it.
15349
15350 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15351
15352         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15353         Improve doc string.
15354
15355 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15358         (gnus-header-content):
15359         * gnus-cite.el (gnus-cite-10):
15360         * gnus-srvr.el (gnus-server-closed):
15361         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15362         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15363         (gnus-group-mail-3-empty, gnus-group-mail-low)
15364         (gnus-group-mail-low-empty, gnus-splash):
15365         * message.el (message-header-to, message-header-cc)
15366         (message-header-subject, message-header-other, message-header-name)
15367         (message-header-xheader, message-separator, message-cited-text)
15368         (message-mml): Lighten colors of faces used for dark background.
15369
15370 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15371
15372         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15373         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15374
15375 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * message.el (message-narrow-to-headers-or-head):
15378         Ignore mail-header-separator in the body.
15379
15380 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15383         same as window size.
15384
15385 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15386
15387         * message.el (message-font-lock-keywords): Use message-header-xheader
15388         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15389         ahead of the anything pattern, to get it recognized.
15390
15391 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15394         spam.el loads uses it in the compiled defadvice form.
15395
15396 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15397
15398         * gnus-sum.el (gnus-articles-to-read)
15399         (gnus-summary-insert-old-articles): Don't truncate group name for
15400         `read-string'.
15401
15402         * gnus-util.el (gnus-limit-string): Delete this function.
15403
15404         * gnus-sum.el (gnus-simplify-subject-fully):
15405         Use `truncate-string-to-width' instead.
15406
15407 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15408
15409         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15410         Tell if, on summary exit, the next group has to be selected.
15411         (gnus-summary-exit): Use it.
15412
15413 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15416         non-break space.
15417
15418 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15421         Check if group is not a directory.
15422         (nnfolder-request-expire-articles): Don't delete articles if the target
15423         group is not available.
15424
15425         * nnml.el (nnml-request-create-group): Properly check if group is not a
15426         file.
15427         (nnml-request-expire-articles): Don't delete articles if the target
15428         group is not available.
15429
15430         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15431         Don't quote characters that are within parentheses.
15432
15433 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15436         (gnus-handle-ephemeral-exit): Select article according to it.
15437
15438 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15439
15440         * message.el (message-insert-formated-citation-line): Remove newline.
15441         (message-citation-line-format): Add final \n here so that the user can
15442         avoid a blank line.
15443
15444 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15445
15446         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15447         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15448         Update lanl/arXiv support.
15449
15450 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * gnus.el: Bump version number.
15453
15454 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15455
15456         * gnus.el (gnus-version-number): Bump version.
15457
15458 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15459
15460         * gnus.el: No Gnus v0.6 is released.
15461
15462 2007-04-27  Didier Verna  <didier@xemacs.org>
15463
15464         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15465         * gmm-utils.el (gmm-regexp-concat): ... here.
15466         * message.el: Don't require 'gnus-util.
15467         (message-dont-reply-to-names): Handle name change above.
15468         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15469
15470 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15473         since the initial value varies according to the system.
15474
15475 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15478
15479 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15480
15481         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15482
15483 2007-04-24  Didier Verna  <didier@xemacs.org>
15484
15485         Improve the type of gnus-ignored-from-addresses.
15486         * gnus-util.el (gnus-orify-regexp): New function.
15487         * message.el (gnus-util): Require it.
15488         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15489         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15490         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15491
15492 2007-04-24  Didier Verna  <didier@xemacs.org>
15493
15494         * gnus-sum.el:
15495         * gnus-utils.el: Fix some trailing whitespaces.
15496
15497 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15500         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15501         article's Message-ID; refer parent article in summary buffer.
15502
15503         * message.el (message-bounce): Call mime-to-mml.
15504
15505         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15506         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15507         optimize and/or forms properly.
15508
15509 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15510
15511         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15512         URL.
15513
15514 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15517
15518 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15521         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15522         displayed of multipart/alternative part if it is invoked from summary
15523         buffer.
15524
15525         * mm-view.el (mm-inline-text-html-render-with-w3m)
15526         (mm-inline-text-html-render-with-w3m-standalone)
15527         (mm-inline-render-with-function): Use mail-parse-charset by default.
15528
15529 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15530
15531         * parse-time.el (parse-time-string-chars): Check if CHAR
15532         is less than the length of parse-time-syntax.
15533
15534 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15537         from gnus-newsgroup-processable.
15538
15539 2007-04-16  Didier Verna  <didier@xemacs.org>
15540
15541         * gnus-msg.el (gnus-configure-posting-styles):
15542         Handle message-signature-directory properly with :file syntax.
15543         Reported by "Leo".
15544
15545 2007-04-11  Didier Verna  <didier@xemacs.org>
15546
15547         New user option: message-signature-directory.
15548         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15549         * message.el (message-insert-signature): Ditto.
15550         * message.el (message-signature-file): Doc update.
15551         * message.el (message-signature-directory): New.
15552
15553 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-msg.el (gnus-inews-yank-articles):
15556         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15557
15558 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * message.el (message-yank-original): Make sure cited text ends with
15561         newline; don't exchange point and mark.
15562
15563 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15564
15565         * tls.el (open-tls-stream): Properly handle case where there
15566         is no associated buffer.
15567
15568 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15569
15570         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15571         message-yank-original, make sure (< mark TEXT point).
15572
15573 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15574
15575         * message.el (message-fill-column): New variable.
15576         (message-mode): Use it.  Add comment on a possible new hook.
15577
15578         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15579         (nnmail-get-new-mail): Reformat.
15580
15581         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15582
15583         * gmm-utils.el: Fix Commentary.
15584         (gmm-tool-bar-from-list): Fix typo in doc string.
15585
15586 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15587
15588         * message.el (message-yank-original): Don't switch point and mark
15589         unnecessarily to put point and mark as documented.
15590
15591 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15592
15593         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15594         from the message heads.
15595
15596 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15597
15598         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15599         article buffer does not have a window.  This may not be the best
15600         solution but is certainly better than setting the start of the null,
15601         that is the current, window.
15602
15603 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15606         (gnus-draft-setup): Run it.
15607
15608         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15609         gnus-score-fast-scoring.  Allow regexp.
15610         (gnus-score-headers): Use it.
15611
15612         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15613         XEmacs.
15614
15615         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15616         string.
15617         (gnus-button-alist): Also catch `<f1> k ...'.
15618         (gnus-treat-display-x-face): Fix doc string.
15619
15620 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15621
15622         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15623         evaluation of gnus-extended-version to ensure correct generation of the
15624         User-Agent header when message-generate-headers-first is used.
15625
15626 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15627
15628         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15629         hashcash-path is nil.  Don't call callback with incorrect number of
15630         parameters if val is 0.
15631
15632 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15633
15634         * message.el (message-required-news-headers):
15635         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15636
15637 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15638
15639         * tls.el (open-tls-stream): In handshake-waiting loop,
15640         don't wait more if there is output available to process.
15641
15642 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15643
15644         * tls.el (tls-program): Doc fix.
15645
15646 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * message.el (message-generate-new-buffers): Change the meaning of the
15649         nil value; add `standard' to the choices; treat t as `unique'; improve
15650         doc string.
15651         (gnus-select-frame-set-input-focus): Autoload.
15652         (message-buffer-name): Search for the existing message buffer if
15653         message-generate-new-buffers is nil or `standard'; treat the value t of
15654         message-generate-new-buffers as `unique'.
15655         (message-pop-to-buffer): Raise the frame already displaying the message
15656         buffer; clear the echo area after querying.
15657         (message-setup): Pass the `continue' argument to compose-mail.
15658         (message-mail): Prefer `switch-function' if it is given; search for the
15659         existing message buffer if the `continue' argument is non-nil; pass
15660         continue and switch-function arguments to compose-mail by way of
15661         message-setup.
15662         (message-mail-other-window): Adjust argument of message-setup.
15663         (message-mail-other-frame): Ditto.
15664
15665 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15668         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15669         to turn font-lock on when turning gnus-message-citation-mode on.
15670
15671 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15672
15673         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15674         (mml-smime-function-alist): New variable; add epg as the backend.
15675         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15676         mml-smime- functions instead.
15677         * mm-view.el: Require smime.
15678
15679 2007-03-05  Didier Verna  <didier@xemacs.org>
15680
15681         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15682         instead of just inheritance for posting styles.
15683         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15684
15685 2007-02-24  Chris Moore  <dooglus@gmail.com>
15686
15687         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15688         * pgg-pgp.el (pgg-pgp-encrypt-region):
15689         * pgg-gpg.el (pgg-gpg-encrypt-region):
15690         Check pgg-encrypt-for-me if no other recipients.
15691
15692 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15693
15694         * tls.el (tls-certtool-program): Fix custom type.
15695
15696 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15699         and point-at-eol instead of line-(beginning|end)-position.
15700
15701         * assistant.el (assistant-parse-buffer): Ditto.
15702
15703         * netrc.el (netrc-parse-services): Ditto.
15704
15705 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15706
15707         * mml2015.el (mml2015-epg-find-usable-key): New function.
15708         (mml2015-epg-sign): Use it.
15709         (mml2015-epg-encrypt): Use it.
15710
15711 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * message.el (message-make-in-reply-to): Quote name containing
15714         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15715         if there are special characters.  Reported by NAKAJI Hiroyuki
15716         <nakaji@jp.freebsd.org>.
15717
15718 2007-02-27  Didier Verna  <didier@xemacs.org>
15719
15720         Include the group parameters as well as the topic ones in the
15721         inheritance filter process.
15722         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15723         argument GROUP-PARAMS-LIST.
15724         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15725
15726 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * nntp.el (nntp-never-echoes-commands)
15729         (nntp-open-connection-functions-never-echo-commands): New variables.
15730         (nntp-send-command): Use them.
15731
15732 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15733
15734         * mml2015.el (mml2015-epg-verify): Simplify.
15735
15736 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * mml.el (mml-content-disposition-alist): New user option.
15739         (mml-content-disposition): New function.
15740         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15741         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15742
15743 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15744
15745         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15746         verification.
15747
15748 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15749
15750         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15751         articles posted in the last 24 hours.
15752
15753 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15754
15755         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15756
15757 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15758
15759         * nntp.el (nntp-send-command): Don't wait for echoes when
15760         nntp-open-ssl-stream is used.
15761
15762 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15765         (gnus-message-add-citation-keywords)
15766         (gnus-message-remove-citation-keywords): Remove.
15767         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15768         directly, make the variables in font-lock-defaults buffer-local, add
15769         gnus-message-citation-keywords to them and then update the value of
15770         font-lock-keywords.
15771
15772 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * message.el (message-cite-original-1): Don't call
15775         gnus-article-highlight-citation.
15776
15777         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15778         citations; fix line count.
15779
15780 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15783         (gnus-message-add-citation-keywords)
15784         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15785         versions of font-lock-add-keywords and font-lock-remove-keywords to
15786         work with XEmacs correctly.
15787
15788 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * gnus-cite.el (gnus-cite-face-list): Set the values of
15791         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15792         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15793         (gnus-message-cite-prefix-regexp): New variable.
15794         (gnus-message-search-citation-line): Use it; protect against long
15795         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15796         the 0th match data for Emacs.
15797         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15798         (gnus-message-add-citation-keywords): Append keywords rather than
15799         prepending; emulate font-lock-add-keywords if it is not available.
15800         (gnus-message-remove-citation-keywords):
15801         Emulate font-lock-remove-keywords if it is not available.
15802
15803         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15804
15805         * message.el (message-cite-prefix-regexp): Set the value of
15806         gnus-message-cite-prefix-regexp.
15807
15808 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15809
15810         * nnweb.el (nnweb-google-parse-1): Update parser.
15811
15812 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15813
15814         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15815
15816 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15817
15818         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15819         regexp.
15820
15821 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15824         string-to-multibyte.
15825         (uudecode-decode-region-internal): Use it.
15826
15827         * lpath.el: Fbind string-as-multibyte for XEmacs.
15828
15829 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15830
15831         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15832         Fix custom choice.
15833
15834         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15835
15836 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15837
15838         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15839
15840         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15841         `write-region' to respect `mm-inhibit-file-name-handlers'.
15842
15843 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15846         Use gnus-home-directory instead of "~/" or "$HOME".
15847
15848 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15849
15850         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15851         to mention filename.
15852         Add comments at beginning regarding usage.
15853         (encrypt-write-file-contents): Change interactive so a string is
15854         acceptable.  If the file has no associated model, show an error instead
15855         of a nonsense prompt.
15856
15857 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15858
15859         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15860         Thanks to Yoshihiko Yamada for kind notification of this typo.
15861
15862 2007-01-12  Kenichi Handa  <handa@m17n.org>
15863
15864         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15865         multibyte buffer.
15866
15867 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * gnus-score.el (gnus-score-fast-scoring): New variable.
15870         (gnus-score-headers): Use it.
15871
15872         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15873
15874         * message.el (message-cite-original-1):
15875         Call gnus-article-highlight-citation if requested.
15876         (message-make-from): Allow name and address as optional arguments.
15877
15878         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15879
15880         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15881         bugs to doc string.
15882         (gnus-button-alist): Add mid\\|message-id.
15883         (gnus-button-fetch-group): Extend for use in
15884         `browse-url-browser-function'.
15885         (gnus-button-url-regexp): Try to catch paired parentheses like in
15886         Wikipedia URLs.
15887
15888         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15889         Suggested by Simon Krahnke <overlord@gmx.li>.
15890
15891 2007-01-13  Romain Francoise  <romain@orebokech.com>
15892
15893         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15894         Update copyright.
15895
15896 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15897
15898         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15899
15900 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15901
15902         * gnus-registry.el (gnus-registry-unfollowed-groups)
15903         (gnus-registry-split-fancy-with-parent): Fix documentation.
15904
15905 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15906
15907         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15908         from nnweb groups.
15909
15910 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15911
15912         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15913         Xref urls.  Erase buffer before requesting head.
15914
15915         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15916
15917 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15920         customizable.
15921
15922 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15923
15924         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15925         no signing key is found.
15926         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15927         no encrypting and/or signing key is found.
15928
15929 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15930
15931         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15932
15933 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15934
15935         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15936         headers read from disk with the ones newly found in the current search.
15937         This should no longer cause problems, because the article numbers in
15938         Gmane's `nov.php' output are ignored since the previous change.
15939
15940 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15941
15942         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15943
15944 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15947         replace-regexp-in-string; bind url-version; fbind display-images-p and
15948         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15949         find-face and set-itimer-function for Emacs; bind itimer-list for
15950         Emacs.
15951
15952         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15953
15954 2007-01-01  Romain Francoise  <romain@orebokech.com>
15955
15956         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15957
15958 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15959
15960         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15961         `define-minor-mode' macro definition expanded properly.
15962         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15963         exclude it there.
15964
15965         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15966         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15967         `fboundp' test.
15968         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15969         This is OK to autoload in (S)XEmacs now.
15970
15971 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15972
15973         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15974         keystroke.
15975         (gnus-summary-limit-to-singletons): Fix typo.
15976
15977         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15978         else fails.
15979
15980 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15981
15982         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15983         docstring.
15984
15985         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15986         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15987         (gnus-summary-insert-dormant-articles): Fix typo in message.
15988
15989 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15992         nil for XEmacs.
15993         (gnus-message-citation-mode): Don't autoload in XEmacs.
15994
15995         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15996
15997 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15998
15999         * nnimap.el (nnimap-expunge-search-string):
16000         Mention nnimap-search-uids-not-since-is-evil in docstring.
16001
16002 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * spam.el: Revert to make-obsolete-variable because
16005         define-obsolete-variable-alias is not supported in Emacs 21.
16006
16007         * spam.el (spam-ifile-path, spam-ifile-database-path)
16008         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16009         make-obsolete-variable.
16010         (spam-bsfilter-path, spam-bsfilter-program)
16011         (spam-spamassassin-path, spam-spamassassin-program)
16012         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16013         Don't use "path" inappropriately.
16014         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16015         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16016         variable names.
16017
16018 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16019
16020         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16021         summary buffer.
16022
16023         * password.el (password-cache-remove): Use clear-string to burn
16024         password, if available.
16025
16026 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16027
16028         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16029
16030         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16031
16032         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16033         (gnus-message-highlight-citation): Move defcustom here from
16034         gnus-cite.el.
16035         (gnus-message-citation-mode): Autoload.
16036
16037         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16038         checks to make it compile with XEmacs.
16039         (gnus-message-citation-mode): New minor mode.
16040         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16041         (gnus-message-highlight-citation): New variables.
16042         (gnus-message-search-citation-line)
16043         (gnus-message-add-citation-keywords)
16044         (gnus-message-remove-citation-keywords)
16045         (turn-on-gnus-message-citation-mode)
16046         (turn-off-gnus-message-citation-mode): New functions.
16047
16048 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16049
16050         * gnus-cite.el: Enable highlighting of different citation levels in
16051         message-mode.
16052
16053 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * message.el (message-make-fqdn): Fix comment.
16056         (message-bogus-system-names): Add ".local".
16057
16058         * spam.el (spam-ifile-path, spam-ifile-program)
16059         (spam-ifile-database-path, spam-ifile-database)
16060         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16061         Don't use "path" inappropriately.
16062         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16063         strings.
16064         (spam-check-ifile, spam-ifile-register-with-ifile)
16065         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16066         Use new variable names.
16067
16068         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16069         (gnus-treat-display-smileys): Simplify using
16070         gnus-image-type-available-p.
16071
16072         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16073         available.
16074
16075         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16076         Use `display-images-p' if available.
16077
16078 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16081         one after turning on the buffer's multibyteness instead of decoding
16082         them directly in the unibyte buffer that causes unexpected conversion
16083         in Emacs 23 (unicode).
16084
16085 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16086
16087         * message.el (message-generate-hashcash): Fix custom type.
16088
16089 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16090
16091         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16092
16093 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16094
16095         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16096         disconnect icons.  Add help text.
16097
16098 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16099
16100         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16101         negated to be consistent with the others we handle.
16102
16103 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16104
16105         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16106         version of gnus-summary-buffer to something, so that we can use two
16107         article buffers at the same time.
16108
16109 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16110
16111         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16112         trigger all the extra headers.
16113         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16114         sorting.
16115
16116 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16117
16118         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16119         solid groups.
16120
16121 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16122
16123         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16124
16125 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16126
16127         * legacy-gnus-agent.el: Add Copyright notice.
16128
16129 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16130
16131         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16132
16133 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16134
16135         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16136
16137         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16138         to make it work reliably in CVS Emacs.
16139         (gnus-summary-limit-strange-charsets-predicate)
16140         (gnus-summary-limit-to-predicate): New functions.
16141
16142 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16143
16144         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16145         specifying array size.
16146         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16147         array if it is too small.
16148         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16149         (gnus-sort-threads-loop): New function.
16150
16151 2006-12-06  Chris Moore  <dooglus@gmail.com>
16152
16153         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16154         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16155
16156 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16157
16158         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16159         options.
16160
16161 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16162
16163         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16164         DOS-ing the recipient.
16165
16166         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16167         the headers when creating the mapping to avoid mismappings.
16168         (nnweb-gmane-create-mapping): Always nix out old mapping.
16169
16170 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16173         and mm-verify-option to never.
16174
16175 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * message.el (message-signed-or-encrypted-p): New function.
16178         (message-forward-make-body): Use it.
16179
16180         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16181         Replace encode-coding-string with mm-encode-coding-string.
16182
16183 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * nneething.el (nneething-decode-file-name):
16186         Replace decode-coding-string with mm-decode-coding-string.
16187
16188         * gnus-int.el (gnus-open-server): Say failed server's name.
16189
16190 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16191
16192         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16193         strings to a single string.  Quote `errors-file-name'.
16194         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16195         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16196         Adjust calls.  Use `shell-quote-argument'.
16197
16198 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16199
16200         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16201         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16202
16203         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16204         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16205         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16206         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16207         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16208         (gnus-subscribe-newsgroup, gnus-1):
16209         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16210         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16211         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16212         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16213
16214 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16215
16216         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16217         keystroke.
16218         (gnus-summary-limit-to-bodies): Implement headersp.
16219
16220 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16221
16222         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16223
16224 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16227
16228 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16229
16230         * message.el (message-generate-hashcash): Expand range of values to
16231         include `opportunistic'.
16232         (message-send-mail): Use it.
16233
16234 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16235
16236         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16237         and comment it.
16238
16239         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16240
16241 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * gnus-util.el (gnus-extract-address-components): Improve comment.
16244
16245 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus-util.el (gnus-extract-address-components): Work with address in
16248         which the name portion contains @.
16249
16250         * lpath.el: Fbind custom-autoload.
16251
16252 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * gnus.el (gnus-start): Move custom group up.
16255         (gnus-select-method): Don't autoload, but make it available for
16256         `customize-variable'.
16257         (gnus-getenv-nntpserver): Don't autoload.
16258
16259 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16260
16261         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16262
16263 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16264
16265         * message.el (message-sendmail-extra-arguments): New variable.
16266         (message-send-mail-with-sendmail): Use it.
16267
16268 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16271         mm-with-unibyte-current-buffer to make string unibyte.
16272
16273         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16274         mm-string-as-multibyte.
16275
16276 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16277
16278         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16279         Reported by Werner Koch <wk@gnupg.org>.
16280
16281 2006-11-14  Daiki Ueno  <ueno@p360>
16282
16283         * mml2015.el: Autoload epa-select-keys when compiling.
16284
16285 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16286
16287         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16288         message-options.
16289         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16290
16291 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16292
16293         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16294         EasyPG (< 0.0.6).
16295         (mml2015-always-trust): New user option.
16296         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16297         prompt.
16298
16299 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * nntp.el (nntp-authinfo-force): New variable.
16302         (nntp-send-authinfo): Use it.
16303
16304 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16305
16306         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16307         decode encoded words.  Improve prompt.  Add comment about forwarding.
16308         (message-replacement-char): Move up.
16309
16310 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16311
16312         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16313         instead of gnus-intersection because arguments of gnus-sorted-nunion
16314         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16315
16316 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16319         (message-simplify-subject-functions):
16320         Enable message-strip-subject-encoded-words by default.
16321
16322 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16323
16324         * message.el (message-strip-subject-encoded-words): New function.
16325         (message-simplify-subject-functions): New variable.
16326         (message-simplify-subject): Use it.  Fix typo in doc string.
16327         Support message-strip-subject-encoded-words.
16328
16329 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16330
16331         * gnus-diary.el (gnus-diary-delay-format-function):
16332         * nndiary.el (nndiary-reminders):
16333         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16334
16335 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16336
16337         * gnus-art.el (article-hide-boring-headers): Fetch date from
16338         gnus-original-article-buffer to avoid problems with localized date
16339         strings.
16340
16341 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16344
16345 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16346
16347         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16348         New variables.
16349         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16350         (mm-charset-synonym-alist): Move some entries to
16351         mm-codepage-iso-8859-list.
16352         (mm-charset-synonym-alist, mm-charset-override-alist):
16353         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16354
16355 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16358
16359 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16362         with Emacs 21 and XEmacs.
16363
16364 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16365
16366         * spam.el (spam-parse-address): New function for better parsing,
16367         catching errors, etc.
16368         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16369
16370 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16371
16372         * mm-view.el: Add interactive arg to html2text autoload.
16373
16374 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16377
16378 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16379
16380         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16381         New variables.
16382         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16383         (mm-charset-synonym-alist): Move some entries to
16384         mm-codepage-iso-8859-list.
16385
16386         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16387
16388 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * message.el (message-citation-line-format)
16391         (message-insert-formated-citation-line): Fix implementation of %E, %N
16392         and %n according to the doc string.
16393
16394 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16395
16396         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16397         Use car-safe to avoid bad parses.
16398
16399 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16402         names.
16403
16404         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16405
16406 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16409         header.
16410
16411         * message.el (message-draft-headers): Add Date.
16412         (message-headers-to-generate): Fix typo in docstring.
16413
16414         * nndraft.el (nndraft-required-headers): New variable.
16415         (nndraft-generate-headers): Use it.
16416
16417         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16418
16419 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16420
16421         * gnus-registry.el (gnus-registry-wash-for-keywords)
16422         (gnus-registry-find-keywords): New functions to allow easy searching of
16423         articles that are in the registry.
16424
16425 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16426
16427         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16428         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16429         Reported by Damien Elmes <damien@repose.cx>.
16430
16431 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * gnus.el (gnus-mime): Remove unused custom group.
16434
16435 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16436
16437         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16438         "blank line" when searching for end of armor headers.
16439
16440 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gmm-utils.el (gmm-write-region): Fix variable name.
16443
16444 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * gmm-utils.el (gmm-write-region): New function based on compatibility
16447         code from `mm-make-temp-file'.
16448
16449         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16450
16451         * nnmaildir.el (nnmaildir--update-nov)
16452         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16453         Use `gmm-write-region'.
16454
16455 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16456
16457         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16458         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16459
16460         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16461
16462         * message.el (message-replacement-char): New variable.
16463         (message-fix-before-sending): Use it.
16464         (message-simplify-subject): New function to remove duplicate code.
16465         (message-reply, message-followup): Use it.
16466
16467         * gnus-sum.el (gnus-summary-make-menu-bar):
16468         Clarify gnus-summary-limit-to-articles.
16469
16470 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * gnus-util.el (gnus-with-local-quit): New macro.
16473
16474         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16475
16476 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16477
16478         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16479         ignore non-string data.
16480
16481 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16482
16483         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16484         non-string data (needs to be done in the registry too).
16485
16486 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16487
16488         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16489         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16490         (gnus-registry-split-fancy-with-parent)
16491         (gnus-registry-fetch-simplified-message-subject-fast)
16492         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16493         Remove text properties on ingress into the registry and when it's saved.
16494         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16495         registry from entries with no groups.
16496
16497 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16498
16499         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16500         function to remove string properties.
16501
16502 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16503
16504         * gmm-utils.el (gmm): Adjust custom version.
16505
16506         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16507         Adjust custom version.
16508
16509         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16510
16511 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16512
16513         * gnus-art.el (gnus-insert-prev-page-button)
16514         (gnus-insert-next-page-button): Simplify.  Reformat.
16515
16516 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16517
16518         * gnus-art.el (gnus-insert-prev-page-button)
16519         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16520
16521 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16522
16523         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16524
16525 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16526
16527         * gnus-art.el (gnus-insert-mime-button)
16528         (gnus-insert-mime-security-button):
16529         Apply gnus-article-button-face to MIME and security buttons.
16530
16531 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16534         readable.
16535
16536 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16539
16540 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16541
16542         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16543         `browse-url-of-file' instead of `browse-url'.
16544
16545 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16546
16547         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16548         regexp.  Articles containing quotation were cut prematurely.
16549
16550 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * message.el (message-cite-original-1): Use nobody by default for the
16553         value of From header.
16554         (message-reply): Ditto.
16555
16556 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16557
16558         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16559         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16560         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16561
16562 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16563
16564         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16565         mails in the doc string.  Add some URLs in comment.
16566         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16567
16568 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16571         backslashes handling and the way to find boundaries of quoted strings.
16572
16573 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16574
16575         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16576         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16577         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16578         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16579
16580 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16583         doc string.
16584         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16585
16586 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * lpath.el: Fbind epg-check-configuration.
16589
16590 2006-09-06  Simon Josefsson  <jas@extundo.com>
16591
16592         * mml2015.el (mml2015-use): Doc fix, mention epg.
16593
16594 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16595
16596         * mml2015.el (mml2015-use): Default to epg, if available.
16597
16598 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16599
16600         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16601         message-sender.
16602         (mml1991-epg-encrypt): Ditto.
16603         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16604         message-sender.
16605         (mml2015-epg-encrypt): Ditto.
16606
16607 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16608
16609         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16610         several common directories.
16611
16612 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16613
16614         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16615         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16616
16617 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * gnus-art.el (article-decode-encoded-words): Make it fast.
16620
16621 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16624
16625         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16626         in quoted string into `\'.
16627
16628 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16631         Use standard-syntax-table.
16632
16633 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-art.el (gnus-decode-address-function): New variable.
16636         (article-decode-encoded-words): Use it to decode headers which are
16637         assumed to contain addresses.
16638         (gnus-mime-delete-part): Remove useless `or'.
16639
16640         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16641         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16642         (gnus-nov-parse-line): Use it to decode From header.
16643         (gnus-get-newsgroup-headers): Ditto.
16644         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16645
16646         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16647         (mail-decode-encoded-address-string): New alias.
16648
16649         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16650         New function.
16651         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16652         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16653         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16654         (rfc2047-decode-string): Ditto.
16655         (rfc2047-decode-address-region): New function.
16656         (rfc2047-decode-address-string): New function.
16657
16658 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * message.el (message-caesar-buffer-body): Allow rotating headers.
16661
16662         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16663
16664         * message.el (message-insert-formated-citation-line): Fix %f.
16665         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16666
16667 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16670         (gnus-bookmark-mouse-available-p): New macro.
16671         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16672         (gnus-bookmark-bmenu-show-infos): Use it.
16673         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16674         (gnus-bookmark-bmenu-hide-infos): Ditto.
16675         (gnus-bookmark-remove-properties): New function.
16676         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16677         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16678         (gnus-bookmark-write-file): Bind coding-system-for-write.
16679         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16680         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16681         group before selecting it.
16682         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16683         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16684         quit-window if it is not available; use gnus-mouse-2 and bind it to
16685         gnus-bookmark-bmenu-select-by-mouse.
16686         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16687         (gnus-bookmark-bmenu-select-by-mouse): New function.
16688
16689 2006-08-13  Romain Francoise  <romain@orebokech.com>
16690
16691         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16692         space.
16693
16694 2006-08-10  Romain Francoise  <romain@orebokech.com>
16695
16696         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16697         (dns-mode-soa-auto-increment-serial): New user option.
16698         (dns-mode-soa-maybe-increment-serial): New function.
16699         (dns-mode): Add the latter to `write-contents-functions'.
16700
16701 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * compface.el (uncompface): Use binary rather than raw-text-unix.
16704
16705 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * compface.el (uncompface): Make sure the eol conversion doesn't take
16708         place when communicating with the external programs.
16709         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16710
16711 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16714
16715 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16716
16717         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16718         Make it more robust by parsing author and date independently.
16719
16720 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16723
16724 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16725
16726         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16727         first matching secret key.
16728         (mml2015-epg-encrypt): Ditto.
16729
16730         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16731         first matching secret key.
16732         (mml1991-epg-encrypt): Ditto.
16733
16734         * mml2015.el (mml2015-encrypt-to-self): New user option.
16735         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16736         mml2015-epg-encrypt-to-self is set.
16737
16738         * mml1991.el (mml1991-encrypt-to-self): New variable.
16739         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16740         mml1991-epg-encrypt-to-self is set.
16741
16742         * mml2015.el (mml2015-signers): New user option.
16743         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16744         (mml2015-epg-encrypt): Allow to select signing keys.
16745
16746         * mml1991.el (mml1991-signers): New variable.
16747         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16748         (mml1991-epg-encrypt): Allow to select signing keys.
16749
16750 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * nnheader.el (nnheader-insert-head): Make it work even if the file
16753         uses CRLF for the line-break code.
16754
16755 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16756
16757         * mml2015.el: Require mml-sec instead of password.
16758         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16759         (mml2015-cache-passphrase): Inherit the default value from
16760         mml-secure-cache-passphrase.
16761         (mml2015-passphrase-cache-expiry): Inherit the default value from
16762         mml-secure-passphrase-cache-expiry.
16763
16764         * mml1991.el: Require mml-sec instead of password.
16765         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16766         (mml1991-cache-passphrase): Inherit the default value from
16767         mml-secure-cache-passphrase.
16768         (mml1991-passphrase-cache-expiry): Inherit the default value from
16769         mml-secure-passphrase-cache-expiry.
16770
16771         * mml-sec.el: Require password.
16772         (mml-secure-verbose): New user option.
16773         (mml-secure-cache-passphrase): New user option.
16774         (mml-secure-passphrase-cache-expiry): New user option.
16775
16776 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16777             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16778
16779         * pgg-def.el (pgg-truncate-key-identifier):
16780         Truncate the key ID to 8 letters from the end.
16781
16782 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16783
16784         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16785         workaround for the url package included with Emacs.
16786
16787         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16788
16789 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16792         correctly.  This fixes a bug caused by the 2006-05-12 change.
16793
16794 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16795
16796         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16797         some information about the error when saying that the `bogus' mail
16798         group will be used.
16799
16800 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16803         string.
16804
16805 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16806
16807         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16808
16809 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16810
16811         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16812
16813 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16814
16815         * mml1991.el (mml1991-function-alist): Add epg.
16816         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16817         (mml1991-epg-encrypt): New functions.
16818
16819 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16820
16821         * mml2015.el (mml2015-verbose): New variable.
16822         (mml2015-cache-passphrase): Ditto.
16823         (mml2015-passphrase-cache-expiry): Ditto.
16824         (mml2015-function-alist): Add epg.
16825         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16826         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16827         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16828         New functions.
16829
16830 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16831
16832         * message.el (message-cite-original-1): Preserve region when removing
16833         quoted text due to X-No-Archive in order to avoid bogus attribution
16834         when citing multiple messages.
16835
16836 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16837
16838         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16839         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16840
16841 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16842
16843         * gnus-diary.el (gnus-user-format-function-d)
16844         (gnus-user-format-function-D): Autoload.
16845
16846         * imap.el (Commentary): Fix typo.
16847
16848         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16849         2006-04-22 contribution.
16850
16851 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16852
16853         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16854         It didn't really fix the bogosity I'm seeing with solid web groups.
16855
16856 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16857
16858         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16859         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16860         created using server names.  If we use the feature without declaring
16861         it, Gnus does not properly manage server and group state.
16862
16863         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16864         bound.
16865
16866 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16867
16868         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16869         looking up the method using GROUP's prefix before inventing a new one.
16870         It is used on killed/unknown groups in various places where returning
16871         an all-new method isn't expected by the caller.
16872
16873         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16874         and match semantics of gnus-group-real-prefix.
16875
16876 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * nnmail.el (nnmail-broken-references-mailers): New variable.
16879         (nnmail-ignore-broken-references): New function generalizing
16880         nnmail-fix-eudora-headers.
16881         (nnmail-fix-eudora-headers): Now obsolete.
16882
16883         * gnus-art.el (gnus-button-handle-custom):
16884         Support `customize-apropos*'.
16885
16886 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16887
16888         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16889
16890         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16891         articles.
16892
16893 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16894
16895         * message.el (message-cite-reply-above): New variable.
16896         (message-yank-original): Use it.
16897
16898 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16901
16902 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16903
16904         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16905         as read.
16906
16907         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16908
16909 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16910
16911         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16912         (gnus-bookmark-default-file): Use gnus-directory.
16913         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16914         Remove "*" in doc string.
16915         (gnus-bookmark-write-file): Simplify.
16916         (gnus-bookmark-maybe-sort-alist): Use `when'.
16917         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16918         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16919         Add FIXME about Emacs 21 and XEmacs compatibility.
16920         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16921         compatibility.
16922         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16923         compatibility.
16924         (gnus-bookmark-menu-heading): Fix version.
16925
16926 2006-06-19  Bastien Guerry  <bzg@altern.org>
16927
16928         * gnus-bookmark.el: New file.
16929
16930 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * message.el (message-syntax-checks): Doc fix.
16933
16934 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16935
16936         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16937         unsubscribed groups as if they were killed ones.  It causes duplicate
16938         entries in gnus-newsrc-alist.
16939
16940 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * message.el (message-syntax-checks): Doc fix.
16943         (message-send-mail): Add check for continuation headers.
16944         (message-check-news-header-syntax): Fix regexp used to check for
16945         continuation headers.
16946
16947 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16950
16951 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16952
16953         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16954
16955 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16958         default-truncate-lines.
16959
16960 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16963         to fill the utf-8 entry.
16964
16965         * lpath.el: Fbind unicode-precedence-list.
16966
16967 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16968
16969         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16970
16971 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16972
16973         * gnus-agent.el (directory-files-and-attributes): Move all the way
16974         forward (the third and final move).
16975         (gnus-agent-read-agentview): Trap reconstruction errors due to
16976         nonexistent directory.  Handle by returning nil.
16977
16978 2006-05-30  Didier Verna  <didier@xemacs.org>
16979
16980         * message.el (message-dont-reply-to-names): Update the custom type.
16981         * message.el (message-dont-reply-to-names): New defsubst: potentially
16982         convert a list of regexps into a single one.
16983         * message.el (message-get-reply-headers): Use it.
16984         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16985
16986 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * gnus-agent.el (directory-files-and-attributes): Move forward.
16989
16990 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16991
16992         * gnus-ml.el (gnus-mailing-list-subscribe)
16993         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16994         (gnus-mailing-list-message): Fix doc strings.
16995
16996 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16997
16998         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16999         of doing it manually.
17000
17001 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17002
17003         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17004         comment.
17005
17006 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17007
17008         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17009         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17010         (gnus-agent-read-local): All symbols allocated in my-obarray.
17011         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17012         (gnus-agent-regenerate-group): Check numeric names to see if they are
17013         messages or groups.
17014         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17015         better way of do this...)
17016
17017         * gnus-cache.el (gnus-agent-total-fetched-for):
17018         Ignore 'dummy.group' (there should be a better way of do this...)
17019
17020 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17023         (gnus-saved-headers): Ditto.
17024         (gnus-default-article-saver): Mention functions may have properties.
17025         (gnus-article-save): Override gnus-save-all-headers and
17026         gnus-saved-headers by :headers property which saver function may have.
17027         (gnus-summary-save-in-file): Add :headers property.
17028         (gnus-summary-write-to-file): Ditto.
17029
17030         * gnus-sum.el (gnus-summary-save-article): Bind
17031         gnus-prompt-before-saving to t when saving many articles in a file;
17032         always show all headers.
17033
17034         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17035
17036 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17037
17038         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17039         marks.
17040
17041         * message.el (message-indent-citation): Add optional arguments to allow
17042         using it outside of message buffers.
17043
17044         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17045         (gnus-article-treat-unfold-headers): Use it.
17046         (gnus-article-truncate-lines): New variable.
17047         (gnus-article-mode): Use it.
17048         (gnus-article-toggle-truncate-lines): New function.
17049
17050         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17051         Add gnus-article-toggle-truncate-lines.
17052
17053         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17054         coding system in XEmacs, use binary.
17055
17056 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17059         after-load-alist.
17060
17061         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17062         this function should save decoded articles.
17063         (gnus-summary-write-to-file): Use property to specify this function
17064         should save decoded articles and specify gnus-summary-save-in-file
17065         should be used to save articles other than the first one when saving
17066         many articles.
17067         (gnus-summary-save-body-in-file): Use property to specify this
17068         function should save decoded articles.
17069         (gnus-summary-write-body-to-file): Use property to specify this
17070         function should save decoded articles and specify
17071         gnus-summary-save-body-in-file should be used to save articles other
17072         than the first one when saving many articles.
17073
17074         * gnus-sum.el (gnus-summary-save-article): Simplify.
17075
17076 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * gnus-art.el (gnus-default-article-saver):
17079         Add gnus-summary-write-body-to-file.
17080         (gnus-article-save-coding-system): Don't use coding system object
17081         in XEmacs.
17082         (gnus-read-save-file-name): Add optional `dir-var' argument which
17083         specifies directory in which files are saved; work even if optional
17084         `variable' argument is not specified.
17085         (gnus-summary-write-to-file): Read file name.
17086         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17087         (gnus-summary-write-body-to-file): New function.
17088
17089         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17090         (gnus-summary-local-variables): Add it.
17091         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17092         (gnus-summary-save-article): Remove optional `decode' argument;
17093         determine whether to decode articles by the value of
17094         gnus-default-article-saver; when saving many files using
17095         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17096         it first and use gnus-summary-save-in-file or
17097         gnus-summary-save-body-in-file thereafter unless
17098         gnus-prompt-before-saving is always; move point to article which
17099         will be saved.
17100         (gnus-summary-save-article-file): Revert.
17101         (gnus-summary-write-article-file): Revert.
17102         (gnus-summary-save-article-body-file): Revert.
17103         (gnus-summary-write-article-body-file): New function.
17104
17105 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * gnus-art.el (gnus-default-article-saver): Doc fix.
17108         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17109         from gnus-summary-save-article-coding-system, and default to a
17110         certain coding system.
17111         (gnus-output-to-file): Add coding cookie and encode text according
17112         to gnus-article-save-coding-system; don't use mm-append-to-file.
17113
17114         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17115         gnus-art.el and rename to gnus-article-save-coding-system.
17116         (gnus-summary-save-article): Require gnus-art; don't show all
17117         headers if it decodes articles; don't add coding cookie here;
17118         don't bind mm-text-coding-system-for-write.
17119         (gnus-summary-save-article-file): Save decoded articles.
17120         (gnus-summary-write-article-file): When saving many files, use
17121         gnus-summary-write-to-file first and gnus-summary-save-in-file
17122         thereafter unless gnus-prompt-before-saving is always.
17123         (gnus-summary-save-article-body-file): Save decoded articles.
17124
17125         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17126
17127 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17128
17129         * nnrss.el (nnrss-check-group): Bind hash-index.
17130
17131 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17132
17133         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17134         its hash index.  Store this hash in `nnrss-group-data'.
17135         (nnrss-read-group-data): Update accordingly.
17136
17137 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17140         entry.
17141
17142         * gnus-sum.el (gnus-summary-make-menu-bar):
17143         Add gnus-article-browse-html-article.
17144
17145 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17146
17147         * gnus-sum.el (gnus-summary-mime-map):
17148         Add gnus-article-browse-html-article.
17149
17150         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17151
17152 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17153
17154         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17155         suitable coding systems in customize.
17156
17157 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17158
17159         * mail-source.el (mail-sources): Fix custom type.
17160
17161 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17162
17163         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17164         (gnus-summary-expire-articles-now): Shorten prompt.
17165
17166         * gmm-utils.el (wid-edit): Require.
17167         (defun-gmm): Rename from `gmm-defun-compat'.
17168         (gmm-image-search-load-path): Use it.
17169         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17170
17171 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * gnus-sum.el (gnus-summary-save-article-coding-system):
17174         New variable.
17175         (gnus-summary-save-article): Add optional `decode' argument.
17176         If it is set and gnus-summary-save-article-coding-system is non-nil,
17177         save decoded article.
17178         (gnus-summary-write-article-file): Save decoded article if
17179         gnus-summary-save-article-coding-system is non-nil.
17180
17181         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17182         type.
17183
17184 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17187
17188 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17191         first to test gnus-single-article-buffer which may be buffer-local.
17192
17193         * gnus-sum.el (gnus-summary-setup-buffer):
17194         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17195         group; make gnus-article-buffer, gnus-article-current, and
17196         gnus-original-article-buffer always buffer-local.
17197         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17198         group.
17199         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17200
17201 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * nnml.el (nnml-request-compact-group): Compressed files might not
17204         have .gz extension.
17205
17206 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17207
17208         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17209         (mm-copy-to-buffer): Use with-current-buffer.
17210         (mm-display-part): Simplify.
17211         (mm-inlinable-p): Add optional arg `type'.
17212
17213 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17214
17215         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17216         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17217         Try harder to show the attachment internally or externally using
17218         gnus-mime-view-part-as-type.
17219
17220 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17221
17222         * message.el (message-from-style, message-signature-separator)
17223         (message-user-organization-file, message-send-mail-function)
17224         (message-citation-line-function, message-yank-prefix)
17225         (message-indent-citation-function, message-signature)
17226         (message-signature-file, message-signature-insert-empty-line):
17227         Remove autoloads.
17228
17229         * gnus-art.el (gnus-buttonized-mime-types):
17230         Remove "multipart/signed".  Revert 2006-04-26 change.
17231
17232 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17233
17234         * gnus.el (gnus-version-number): Bump version.
17235
17236 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17237
17238         * gnus.el: No Gnus v0.5 is released.
17239
17240 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17241
17242         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17243         fetching articles by message-id.
17244
17245 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17246
17247         * message.el (hashcash): Require hashcash as normal.
17248
17249         * ecomplete.el (ecomplete-highlight-match-line):
17250         Use point-at-eol.
17251         (ecomplete-highlight-match-line): Use `highlight', because that
17252         face exists in both Emacs and XEmacs.
17253
17254         * message.el (message-display-abbrev): Use point-at-bol.
17255
17256         * mail-source.el: Don't require timer/timer-funcs.
17257
17258         * gnus-async.el: Ditto.
17259
17260         * password.el: Ditto.
17261
17262         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17263
17264         * mm-url.el: Ditto.
17265
17266         * gnus-xmas.el: Don't require timer-funcs.
17267
17268         * mm-util.el: Require timer/timer-funcs.
17269
17270 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17271
17272         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17273         Close.
17274
17275 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17278         unibyte after clear-decrypt function runs.
17279
17280         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17281         returns as a unibyte string.
17282
17283 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * lpath.el: Revert.
17286
17287         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17288         (pgg-gpg-process-sentinel): Revert.
17289
17290         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17291         (pgg-pgp-lookup-key): Revert.
17292
17293         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17294         (pgg-pgp5-lookup-key): Revert.
17295
17296         * pgg.el (pgg-fetch-key): Revert.
17297
17298 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * lpath.el: Fbind string-as-multibyte for XEmacs.
17301
17302         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17303         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17304         (mml1991-pgg-encrypt): Ditto.
17305
17306         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17307         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17308         a multibyte buffer.
17309
17310         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17311         (pgg-pgp-lookup-key): Ditto.
17312
17313         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17314         (pgg-pgp5-lookup-key): Ditto.
17315
17316         * pgg.el (pgg-fetch-key): Ditto.
17317
17318 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17319
17320         * message.el (message-user-organization-file): Check several
17321         locations of the organization file.
17322
17323         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17324         Add gnus-article-view-part-as-type.
17325
17326         * gnus-art.el (gnus-article-view-part-as-type): New function.
17327
17328         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17329         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17330
17331         * mml.el: Simplify autoload.
17332         (mml-mode): defvar dnd-protocol-alist instead of using
17333         symbol-value.
17334         (mml-default-directory): New variable.
17335         (mml-minibuffer-read-file): Use it.
17336         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17337
17338         * message.el (message-citation-line-format): New variable.
17339         (message-insert-formated-citation-line): New function.
17340         (message-citation-line-function):
17341         Add `message-insert-formated-citation-line' to custom type.
17342
17343         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17344         to doc string.
17345
17346         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17347         depending on mm-verify-option.
17348
17349 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17352         binding pgg-* variables; reimplement the section which prevents
17353         MIME header from being signed.
17354         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17355         pgg-text-mode; remove a blank line at the top of body.
17356
17357         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17358         lines at the top of body; use gnus-newsgroup-charset if there's no
17359         Charset header.
17360
17361 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * message.el (message-self-insert-commands): Doc fix.
17364
17365         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17366         (mm-uu-pgp-encrypted-test): Ditto.
17367         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17368         between header and body; return application/pgp-encrypted handle
17369         if decryption failed; decode decrypted body by charset.
17370
17371         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17372         element match to application/pgp-*.
17373
17374 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17375
17376         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17377         HTML.
17378
17379 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17380
17381         * mail-source.el (mail-source-call-script): Message the error
17382         string.
17383
17384 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17385
17386         * gnus-util.el (gnus-byte-compile): Use it.
17387
17388 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17389
17390         * gnus-util.el (kill-empty-logs): New function.
17391
17392 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17393
17394         * message.el (message-mail-alias-type): Doc fix.
17395         (message-mail-alias-type-p): New function.
17396         (message-send): Use it.
17397         (message-mode): Ditto.
17398         (message-strip-forbidden-properties): Ditto.
17399
17400         * ecomplete.el (ecomplete-database-file-coding-system):
17401         New variable.
17402         (ecomplete-save): Use it.
17403         (ecomplete-setup): Use it.
17404
17405 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * message.el (message-self-insert-commands): New variable.
17408         (message-strip-forbidden-properties): Use it.
17409
17410 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17411
17412         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17413         that doesn't make XEmacs choke.
17414
17415 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17416
17417         * gnus-util.el (gnus-replace-in-string):
17418         Prefer replace-regexp-in-string over of replace-in-string.
17419
17420 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * gnus-util.el (gnus-select-frame-set-input-focus):
17423         Use select-frame-set-input-focus if it is available in XEmacs; use
17424         definition defined in Emacs 22 for old Emacsen.
17425
17426         * dgnushack.el: Autoload unmorse-region for XEmacs.
17427
17428         * lpath.el: Bind cursor-in-non-selected-windows and
17429         select-frame-set-input-focus for XEmacs.
17430
17431 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17434
17435 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17436
17437         * gnus-registry.el (gnus-registry-cache-save): Remove text
17438         properties when saving via the temp buffer.
17439
17440 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17441
17442         * message.el (message-generate-hashcash): Honor custom type.
17443
17444 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17445
17446         * message.el (message-generate-hashcash): Default to non-nil when
17447         hashcash is found.
17448
17449         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17450         (gnus-refer-thread-limit): Increase default to 500.
17451
17452         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17453
17454         * flow-fill.el (fill-flowed): Allow delete-space.
17455
17456 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17457
17458         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17459         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17460         Remove autoloads.
17461
17462 2006-04-18  Simon Josefsson  <jas@extundo.com>
17463
17464         * message.el (message-generate-hashcash): Default to.
17465
17466 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17469         concatenating segments rather than before concatenating them.
17470
17471 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17472
17473         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17474
17475 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17476
17477         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17478
17479         * message.el (message-forward-make-body-plain):
17480         Allow message-forward-ignored-headers to be a list.
17481         (message-remove-ignored-headers): Factor out into function.
17482         (message-forward-make-body-mml): Use it.
17483
17484         * imap.el (imap-quote-specials): New function.
17485         (imap-login-auth): Quote specials.
17486
17487         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17488         (rfc2231-parse-string): Allow concatanation of parameters that
17489         aren't contiguous.  The test case is
17490           (mail-header-parse-content-type "message/external-body;
17491             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17492             access-type=LOCAL-FILE;
17493             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17494
17495 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17496
17497         * nntp.el (nntp-accept-process-output): Return the value of
17498         `nnheader-accept-process-output'.
17499
17500 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17501
17502         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17503         (gnus-button-alist): Recognize more diff formats.
17504         (gnus-button-patch): Strip directory.
17505
17506 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17509         Emacs 22 when setting focus.
17510
17511 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17512
17513         * gnus-art.el (gnus-article-treat-types): Do treatment of
17514         text/x-verbatim parts.
17515         (gnus-button-patch): New command.
17516
17517         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17518         addresses that contain invalid characters.
17519
17520 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17521
17522         * message.el (message-put-addresses-in-ecomplete):
17523         Use gnus-replace-in-string.
17524         (message-is-yours-p): Use the more correct
17525         mail-header-parse-address instead of
17526         mail-extract-address-components.
17527         (message-put-addresses-in-ecomplete): Fix typo.
17528
17529         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17530         keystroke.
17531
17532         * gnus-art.el (gnus-treatment-function-alist): Change order of
17533         newsgroups/generic header folding to avoid double-folding.
17534
17535         * message.el (message-hidden-headers): Add X-Draft-From.
17536
17537         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17538         New command.
17539         (gnus-summary-repeat-search-article-backward): New command.
17540
17541         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17542         groups in the parent topic.
17543
17544 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17545
17546         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17547         (spam-extra-header-to-number): Return the CRM114 number as a
17548         number instead of a string.
17549
17550 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17551
17552         * gnus-art.el (gnus-face-properties-alist): Move here from
17553         gnus-fun.
17554
17555         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17556
17557 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17558
17559         * message.el (message-strip-forbidden-properties): Only display on
17560         self-insert-command.
17561
17562         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17563         reindent.
17564         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17565
17566 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17567
17568         * smiley.el (smiley-style): Fix typo.
17569
17570 2006-03-23  Kenichi Handa  <handa@m17n.org>
17571
17572         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17573         instead of set-buffer-multibyte.
17574
17575 2006-03-23  Kenichi Handa  <handa@m17n.org>
17576
17577         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17578         buffer and then decode the buffer text if necessary.
17579         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17580         first, and after mm-encode-body, change the buffer to unibyte.
17581
17582 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17583
17584         * hashcash.el (hashcash-insert-payment-async-2):
17585         Use message-goto-eoh instead of doing it manually.
17586         (mail-add-payment): Use message-narrow-to-header instead of trying
17587         to do the same itself.
17588
17589         * message.el (message-hidden-headers): Add Face.
17590
17591         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17592         reparenting code.
17593         (gnus-summary-reparent-children): Refactored out code.
17594         (gnus-summary-thread-map): New keystroke.
17595         (gnus-summary-reparent-children): Make into command.
17596
17597         * smiley.el (smiley-style): Default to `medium' if using a large
17598         font.
17599
17600         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17601         does it itself.
17602
17603         * message.el (message-point-in-header-p): Simplify definition.
17604
17605 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17606
17607         * nnagent.el (nnagent-request-set-mark): Silence log file
17608         writing.
17609         (nnagent-request-set-mark): Use write-region instead of
17610         append-to-file.
17611
17612         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17613         strange select method.
17614
17615         * ecomplete.el (ecomplete-display-matches): Get highlightling
17616         right.
17617         (ecomplete-display-matches): Use literals.
17618         (ecomplete-display-matches): Disable message logging.
17619
17620         * message.el (message-display-abbrev): Small optimization.
17621
17622         * ecomplete.el (ecomplete-display-matches): Allow automatic
17623         display.
17624
17625         * message.el (message-strip-forbidden-properties):
17626         Display abbrevs.
17627         (message-display-abbrev): Get automatic display right.
17628
17629         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17630         keystrokes.
17631
17632 2006-04-13  Romain Francoise  <romain@orebokech.com>
17633
17634         TODO: Backport to v5-10!
17635
17636         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17637         Move here (and rename) from gnus-registry.el.
17638
17639         * gnus-registry.el: Require gnus-util.
17640         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17641
17642 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17643
17644         * gnus-group.el (gnus-group-catchup-current):
17645         Change if-then-else-if-then-else into cond.
17646         (gnus-group-catchup): Indent.
17647         (group-name-at-point): New function.
17648         (gnus-fetch-group): Provide default from thing at point.
17649
17650 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17651
17652         * message.el (message-display-abbrev): Fix regexp.
17653
17654         * ecomplete.el (ecomplete-highlight-match-line):
17655         Reimplement choosing.
17656         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17657         dead variables.
17658
17659         * message.el (message-newline-and-indent): Remove debugging.
17660         (message-display-abbrev): Use new implementation.
17661
17662 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17663
17664         * gnus-art.el (gnus-article-mode):
17665         Set cursor-in-non-selected-windows to nil.
17666
17667         * smiley.el: Revert previous change.
17668         (smiley-data-directory): defvar it before using it in the
17669         defcustom of `smiley-style'.
17670
17671 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17672
17673         * message.el (message-newline-and-indent): New function.
17674
17675         * ecomplete.el: Implement more bits.
17676
17677         * message.el (message-put-addresses-in-ecomplete): Clean up the
17678         string.
17679
17680         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17681
17682         * gnus-sum.el (gnus-summary-save-parts):
17683         Bind gnus-summary-save-parts-counter and use it to make unique file
17684         names.
17685
17686         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17687
17688         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17689         parameter to say whether to actually parse the individual
17690         addresses.
17691
17692         * message.el (message-put-addresses-in-ecomplete): New function.
17693         (ecomplete): Require.
17694         (message-mail-alias-type): Add ecomplete as an option.
17695
17696 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17697
17698         * flow-fill.el (fill-flowed): Remove trailing space from blank
17699         quoted lines.
17700
17701 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17702
17703         * smiley.el (smiley-style): Move definition later to avoid a
17704         compilation warning.
17705
17706 2006-04-12  Kenichi Handa  <handa@m17n.org>
17707
17708         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17709         buffer and then decode the buffer text if necessary.
17710         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17711         first, and after mm-encode-body, change the buffer to unibyte.
17712         Use mm-disable-multibyte instead of set-buffer-multibyte.
17713
17714 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17717         Content-Type header instead of Content-Disposition header.
17718         (gnus-mime-inline-part): Ditto.
17719         (gnus-mime-view-part-as-charset): Ignore charset that the part
17720         specifies.
17721
17722         * mm-decode.el (mm-display-part): Work with external parts and
17723         usual parts similarly.
17724
17725         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17726         instead of gnus-display-mime.
17727
17728         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17729         instead of with-temp-buffer.
17730
17731         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17732         tag to summarized topics part in order to encode non-ASCII text.
17733
17734 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * smiley.el (smiley-style): New variable.
17737         (smiley-directory): New function.
17738         (smiley-data-directory): Derive from `smiley-style' using
17739         `smiley-directory'.
17740         (smiley-regexp-alist): Add new entries.
17741
17742         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17743         (gnus-article-browse-delete-temp): Add :version.
17744
17745 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17746
17747         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17748         the sieve region.
17749
17750 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17751
17752         * gnus.el (gnus-version-number): Bump version.
17753
17754 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17755
17756         * gnus.el: No Gnus v0.4 is released.
17757
17758 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17759
17760         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17761         layout.
17762
17763         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17764         unknown charset.
17765
17766         * message.el (message-header-synonyms): Add Original-To to the
17767         default.
17768
17769         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17770         optional parameter.
17771
17772 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17773
17774         * gnus-fun.el (gnus): Require it for gnus-directory.
17775
17776 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17779
17780 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17781
17782         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17783
17784 2006-04-05  Simon Josefsson  <jas@extundo.com>
17785
17786         * password.el (password-reset): New function.
17787
17788 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17789
17790         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17791         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17792
17793 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17794
17795         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17796         Some whitespace was matched into the url, which broke browsing hits
17797         > 100 when mm-url-use-external was nil.
17798
17799 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17800
17801         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17802         Check gnus-extra-headers for 'Newsgroups.
17803
17804         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17805         bound.
17806
17807 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17808
17809         * pgg-gpg.el: Clean up process buffers every time gpg processes
17810         complete.
17811
17812 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17813
17814         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17815         doc string.
17816
17817 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17818
17819         * pgg-gpg.el (pgg-gpg-process-filter)
17820         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17821
17822         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17823         lines, temporary fix.
17824
17825 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17826
17827         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17828
17829 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17830
17831         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17832         default-enable-multibyte-characters.  This reverts the change from
17833         revision 6.17 which is no longer necessary because the passphrase
17834         is sent separately now.  GnuPG messages are unreadable under
17835         multibyte locales with default-enable-multibyte-characters set to
17836         nil.
17837
17838 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17839
17840         * message.el (message-tool-bar-gnome): Move "spell".
17841
17842 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17845         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17846         instead.
17847
17848 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17849
17850         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17851         Improve newsgroups handling for NNTP overviews which don't include
17852         Newsgroups.
17853
17854 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17855
17856         * message.el (message-resend): Bind message-generate-hashcash to nil.
17857
17858 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17859
17860         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17861         when searching for already-paid recipients.
17862
17863 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17864
17865         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17866         passphrases when it is not needed.
17867         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17868         passphrase stuff from gpg, should only be necessary when you use
17869         gpg with a smartcard.
17870
17871 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * mml.el (mml-insert-mime): Ignore cached contents of
17874         message/external-body part.
17875
17876         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17877         (mm-insert-part): Ditto.
17878
17879 2006-03-23  Simon Josefsson  <jas@extundo.com>
17880
17881         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17882         Reiner.
17883         (pgg-gpg-use-agent-p): Use it again.
17884
17885 2006-03-23  Simon Josefsson  <jas@extundo.com>
17886
17887         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17888         older emacsen.
17889         (pgg-gpg-use-agent-p): Don't use it.
17890
17891 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17894         if we can.
17895
17896 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17897
17898         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17899         (pgg-gpg-update-agent): New function.
17900         (pgg-gpg-use-agent-p): New function.
17901         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17902         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17903         (pgg-gpg-sign-region): Use it.
17904
17905 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17908         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17909
17910 2006-03-21  Simon Josefsson  <jas@extundo.com>
17911
17912         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17913         <wilde@sha-bang.de>.
17914         (pgg-gpg-use-agent): New variable.
17915         (pgg-gpg-process-region): Use it.
17916         (pgg-gpg-encrypt-region): Likewise.
17917         (pgg-gpg-encrypt-symmetric-region): Likewise.
17918         (pgg-gpg-decrypt-region): Likewise.
17919         (pgg-gpg-sign-region): Likewise.
17920         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17921
17922 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17923
17924         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17925
17926         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17927         Add comment on version.
17928
17929 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17930
17931         * smiley.el: Add missing test smiley.
17932
17933 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * mm-decode.el (mm-with-part): New macro.
17936         (mm-get-part): Use it; work with message/external-body as well.
17937         (mm-save-part): Treat name and filename equally.
17938
17939         * mm-extern.el (mm-extern-cache-contents): New function.
17940         (mm-inline-external-body): Use it; force the part to be displayed;
17941         move undisplayer added to the cached handle to the parent.
17942
17943         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17944         (gnus-mime-view-part-as-type): Work with message/external-body.
17945
17946         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17947
17948 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17949
17950         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17951         images in image-load-path.  [Sync with image.el, revision 1.60, in
17952         Emacs.]
17953
17954 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17955
17956         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17957         path rather than symbol.  Always return list of directories.
17958         Guarantee that image directory comes first.  [Sync with image.el,
17959         revision 1.59, in Emacs.]
17960
17961         * message.el (message-make-tool-bar): Adjust to new API of
17962         `gmm-image-load-path-for-library'.
17963
17964         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17965
17966         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17967
17968 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17969
17970         * gnus-art.el (gnus-article-only-boring-p):
17971         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17972         intangible text.
17973         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17974
17975 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17976
17977         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17978         Use `defun' instead of `gmm-defun-compat'.
17979
17980 2006-03-14  Simon Josefsson  <jas@extundo.com>
17981
17982         * message.el (message-unique-id): Don't use message-number-base36
17983         if (user-uid) is a float.
17984         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17985
17986 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17989
17990         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17991         empty line between a part and a message part.
17992
17993 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17994
17995         * smiley.el: Add more test smileys.
17996         (smiley-data-directory, smiley-regexp-alist)
17997         (gnus-smiley-file-types): Fix doc strings.
17998         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17999         adding new elements.
18000         (smiley-mouse-map): Unused code.  Make it a comment.
18001
18002 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18005         scan latest NoCeM messages instead of old ones.
18006         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18007         delimiters that are recently used.
18008         (gnus-nocem-load-cache): Add autoload cookie.
18009
18010         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18011
18012         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18013         level which is larger than gnus-use-nocem is specified.
18014
18015         * gnus-group.el (gnus-group-get-new-news): Ditto.
18016
18017 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * gnus-util.el (gnus-tool-bar-update): New function.
18020
18021         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18022         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18023
18024         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18025
18026         * gnus-group.el (gnus-group-redraw-when-idle)
18027         (gnus-group-redraw-check): Remove.
18028         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18029
18030 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18033         if optional last element is specified in splits (FIELD VALUE...).
18034
18035 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18036
18037         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18038         to gmm-image-load-path-for-library.  Call with no-error argument.
18039         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18040
18041         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18042
18043         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18044
18045         * gmm-utils.el (gmm-image-load-path): Remove alias.
18046
18047 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18048
18049         * gmm-utils.el (gmm-image-load-path): Add alias.
18050
18051         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18052         nnml-generate-nov-databases-1.
18053         (nnml-generate-nov-databases): Use it.
18054         (nnml-generate-nov-databases-directory): Document no-active
18055         argument.
18056
18057         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18058         directory if path is t.  Add no-error.
18059
18060         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18061         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18062
18063         * gnus-art.el (gnus-article-browse-delete-temp-files):
18064         Simplify resetting gnus-article-browse-html-temp-list.
18065
18066         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18067         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18068         Add example to docstring.  Rename local variables.  Move error
18069         checks to default case in cond and simplify.
18070
18071 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18074         handle is multipart when calling it recursively.
18075         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18076
18077 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18078
18079         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18080         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18081
18082 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18085         is loaded.
18086
18087         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18088         loaded.
18089
18090 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18091
18092         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18093         to "Emacs 23 (unicode)" in doc string.
18094
18095         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18096         "Emacs 23 (unicode)" in comment.
18097
18098 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18101
18102         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18103         characters 160 through 255 in Emacs 23.
18104
18105 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18106
18107         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18108         gnus-article-browse-html-temp.
18109         (gnus-article-browse-delete-temp): Make it customizable.
18110         Add `file'.  Adjust doc string.
18111         (gnus-article-browse-delete-temp-files): Add argument.
18112         Allow query for each file.  Adjust doc string.
18113         (gnus-article-browse-html-parts):
18114         Add `gnus-article-browse-delete-temp-files' to
18115         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18116
18117 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18118
18119         * gnus-art.el (gnus-article-browse-html-temp)
18120         (gnus-article-browse-delete-temp): New variables.
18121         (gnus-article-browse-delete-temp-files): New function.
18122         (gnus-article-browse-html-parts): Use it.
18123
18124 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18125
18126         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18127
18128         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18129         string.
18130
18131         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18132         gnus-summary-insert-new-articles when unplugged.
18133         Remove gnus-summary-search-article-forward.
18134
18135         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18136         display-visual-class instead of display-color-cells.
18137
18138 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * dgnushack.el: Autoload customize-group for XEmacs.
18141
18142         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18143         message/* containing non-ASCII text properly.
18144
18145 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18146
18147         * message.el: Require gmm-utils, remove autoloads.
18148         (message-tool-bar): Set default based on
18149         gmm-tool-bar-style.
18150         (message-tool-bar-gnome): Add gmm-customize-mode.
18151
18152         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18153         gmm-tool-bar-style.
18154         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18155
18156         * gnus-group.el (gnus-group-tool-bar): Set default based on
18157         gmm-tool-bar-style.
18158         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18159
18160         * gmm-utils.el (gmm-image-directory): Rename variable from
18161         gmm-image-load-path.
18162         (gmm-image-load-path): Use gmm-image-directory.
18163         (gmm-customize-mode): New function.
18164         (gmm-tool-bar-style): New variable.
18165
18166         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18167         gnus-group-redraw-line-number.
18168         (gnus-group-redraw-check): Simplify.
18169         (gnus-group-tool-bar-update): Remove redraw check.
18170         (gnus-group-make-tool-bar): Add redraw check.
18171
18172 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18173
18174         * gnus-art.el (gnus-button): Add missing parentheses.
18175
18176 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * lpath.el: Fbind line-number-at-pos.
18179
18180 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18183
18184 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18185
18186         * gnus-art.el (gnus-button): New face.
18187         (gnus-article-button-face): Use it.
18188
18189         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18190         Add gnus-summary-next-page.  Re-order.
18191
18192         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18193         next-node are now included.
18194         (gnus-group-redraw-line-number): New internal variable.
18195         (gnus-group-redraw-check): Helper function for updating the tool
18196         bar.
18197         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18198
18199         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18200
18201         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18202         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18203         Use it to match format of Spamassassin 3.0 and later.
18204         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18205         (spam-check-bogofilter)
18206         (spam-bogofilter-register-with-bogofilter): Fix args of
18207         `gnus-error' calls.
18208
18209 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18212         unnecessary interaction when sending queued mails.
18213         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18214
18215 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18216
18217         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18218         first or last are nil.
18219
18220 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18221
18222         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18223
18224 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18225
18226         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18227
18228 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18229
18230         * dns.el (query-dns): Protect more against buggy tcp output.
18231
18232 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18233
18234         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18235         nov.php.
18236
18237 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18238
18239         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18240         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18241         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18242         output on the server side.
18243         (nnweb-google-create-mapping): Update regexps and add some
18244         progress indication.
18245
18246 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18247
18248         * gnus-group.el (gnus-group-tool-bar-gnome):
18249         Fix gnus-agent-toggle-plugged.  Re-order icons.
18250         (gnus-group-tool-bar-gnome):
18251         Add gnus-group-{prev,next}-unread-group.
18252         (gnus-group-tool-bar-gnome): Re-order icons.
18253
18254         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18255         Move gnus-summary-insert-new-articles.
18256
18257         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18258         Fix comments.
18259
18260         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18261         also available in Emacs 21.3.
18262
18263         * message.el (message-fix-before-sending): Change "Emacs 22" to
18264         "Emacs 23 (unicode)" in comment.
18265
18266         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18267         "Emacs 23 (unicode)" in comment.
18268
18269         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18270         comment.
18271         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18272
18273         * mm-view.el (mm-fill-flowed): Add :version.
18274
18275 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18278         and load-path.
18279
18280 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * message.el: Autoload gmm-image-load-path.
18283         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18284         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18285         consitency.
18286
18287         * gmm-utils.el (gmm-image-load-path): Also search in
18288         "../etc/images".  Don't set gmm-image-load-path if we don't find
18289         the image.
18290
18291 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * gmm-utils.el (gmm-image-load-path): Don't make
18294         `gmm-image-load-path' include subdirectories which the second arg
18295         `image' might specify.
18296
18297         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18298         subdirectory to icon file names.
18299
18300         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18301
18302 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18305         gmm-image-load-path calls.
18306
18307         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18308
18309         * message.el (message-make-tool-bar): Ditto.
18310
18311         * mml.el (mml-preview): Add comment concerning tool bar icons.
18312
18313         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18314         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18315
18316         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18317         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18318
18319         * message.el (message-tool-bar-gnome): Use new icon names.
18320         (message-make-tool-bar): Use `gmm-image-load-path'.
18321
18322         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18323         New functions from MH-E.
18324         (gmm-image-load-path): New variable from MH-E.
18325         (gmm-image-load-path): New function from MH-E.  Add arguments
18326         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18327         *-image-load-path-called-flag.
18328
18329 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18330
18331         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18332
18333 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18334
18335         * nnimap.el (nnimap-request-move-article): Change folder back to
18336         source group before deleting.
18337
18338 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18339
18340         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18341
18342         * gnus-art.el (mm-url-insert-file-contents-external):
18343         Autoload mm-url.
18344
18345         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18346
18347 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18350         coding system which mm-charset-to-coding-system returns for a
18351         given charset is valid.
18352
18353 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18354
18355         * html2text.el (html2text-remove-tag-list):
18356         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18357
18358 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18359
18360         * gnus-cus.el: Revert 2005-10-17 change.
18361
18362 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18363
18364         * gnus-art.el (article-strip-banner):
18365         Call article-really-strip-banner only when the regexp match is made.
18366
18367 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * gnus-art.el (article-strip-banner):
18370         Use gnus-extract-address-components instead of
18371         mail-header-parse-addresses to make it work with non-ASCII text;
18372         remove mail-encode-encoded-word-string.
18373
18374         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18375         values which are surrounded with \"...\"; make it never cause a
18376         Lisp error; give up parsing of parameters if it failed in
18377         extracting type.
18378
18379 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18380
18381         * smime.el (smime-cert-by-ldap-1): Fix bug where
18382         `smime-ldap-search' returns results without userCertificates.
18383
18384 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18387
18388 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18389
18390         * spam.el (spam-check-spamassassin-headers): Adapt format for
18391         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18392         <ari@mbf.ocn.ne.jp>.
18393         (spam-list-of-processors): Add spam-use-gmane.
18394
18395 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18398         make-temp-file; make it work with XEmacs as well.
18399
18400         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18401         mm-make-temp-file.
18402
18403         * mm-decode.el (mm-display-external): Use the 3rd arg of
18404         mm-make-temp-file.
18405         (mm-create-image-xemacs): Ditto.
18406
18407 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18410         with message-narrow-to-headers.
18411         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18412         (gnus-draft-check-draft-articles): New function.
18413         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18414
18415 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18416
18417         * gnus-art.el (gnus-article-browse-html-parts):
18418         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18419         Don't use suffix argument for mm-make-temp-file for Emacs 21
18420         compatibility.  Remove useless `format'.
18421
18422 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18423
18424         * nnweb.el (nnweb-google-wash-article): Update regexps.
18425         (nnweb-group-alist): Use defvoo instead of defvar.
18426
18427 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18428
18429         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18430         re-loading nn* modules.
18431
18432 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18433
18434         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18435         for `tool-bar-mode' and don't check it's default-value.
18436
18437         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18438
18439         * message.el (message-make-tool-bar): Ditto.
18440
18441         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18442         `substring'.  Shorten tmp-file name.
18443
18444         * gnus.el: Remove bogus comment.
18445
18446 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18447
18448         * gnus-art.el (gnus-article-browse-html-parts): New function.
18449         (gnus-article-browse-html-article): New function for viewing html
18450         articles with a browser.
18451
18452 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18453
18454         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18455         in elisp.
18456         (pgg-gpg-encrypt-symmetric-region): Ditto.
18457         (pgg-gpg-sign-region): Ditto.
18458
18459         * pgg-def.el (pgg-text-mode): New variable.
18460
18461         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18462         (mml2015-pgg-encrypt): Ditto.
18463
18464         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18465         (mml1991-pgg-encrypt): Ditto.
18466
18467 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * nnfolder.el (nnfolder-insert-newsgroup-line):
18470         Use message-make-date instead of current-time-string.
18471
18472         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18473         to gnus-decoded which mm-uu might set.
18474
18475 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18478         don't decode quoted parameters; remove misimported Emacs code.
18479         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18480         (rfc2231-decode-encoded-string): Don't use split-string which
18481         behaves differently according to Emacs version; use
18482         mm-decode-coding-region to convert charset to coding-system.
18483         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18484         (rfc2231-encode-string): Remove misimported Emacs code.
18485
18486 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18489         when calling mail-header-parse-content-type.
18490         (article-de-quoted-unreadable): Ditto.
18491         (article-de-base64-unreadable): Ditto.
18492         (article-wash-html): Ditto.
18493
18494         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18495         calling mail-header-parse-content-type and
18496         mail-header-parse-content-disposition.
18497         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18498         mail-header-parse-content-type.
18499
18500         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18501         insert charset and format parameters; encode description after
18502         inserting it to buffer.
18503         (mml-insert-parameter): Fold lines properly even if a parameter is
18504         segmented into two or more lines; change the max column to 76.
18505
18506         * rfc1843.el (rfc1843-decode-article-body): Don't use
18507         ignore-errors when calling mail-header-parse-content-type.
18508
18509         * rfc2231.el (rfc2231-parse-string): Return at least type if
18510         possible; don't cause an error even if it fails in parsing of
18511         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18512         (rfc2231-encode-string): Don't break lines at the beginning, leave
18513         it to mml-insert-parameter.
18514
18515         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18516         calling mail-header-parse-content-type.
18517
18518 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18519
18520         * spam-report.el (spam-report-gmane-use-article-number):
18521         Improve doc string.
18522         (spam-report-gmane-internal): Check if a suitable header was found
18523         in the article.
18524
18525 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18526
18527         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18528         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18529
18530 2006-02-05  Romain Francoise  <romain@orebokech.com>
18531
18532         Update copyright notices of all files in the gnus directory.
18533
18534 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18535
18536         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18537
18538 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18541         segmented lines of parameter value to cope with Thunderbird 1.5
18542         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18543         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18544         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18545
18546 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18547
18548         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18549         parts.
18550
18551 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18552
18553         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18554         there's only one active file for all servers.
18555         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18556         solid groups.  Gnus might have used a FAST request to select the group.
18557         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18558         and nnweb-search redundantly in the active file.
18559         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18560         (nnweb-request-create-group): Don't use ARGS.
18561         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18562         initializations.  Let nnoo do the work.
18563
18564 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18567         Say the part has been decoded.
18568
18569         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18570
18571 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18572
18573         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18574         mailcap-viewer-test-cache when there's no 'test clause, since that
18575         will invert the meaning of a "nil" test previously determined by
18576         mailcap-mailcap-entry-passes-test.
18577
18578 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18581         compiling.
18582
18583         * gnus-sum.el: Ditto.
18584
18585         * message.el: Don't bind tool-bar-map when compiling.
18586
18587 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18588
18589         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18590
18591 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18592
18593         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18594         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18595         current Google Groups.
18596
18597 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18598
18599         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18600         and tool-bar-mode.
18601
18602         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18603         and tool-bar-mode.
18604
18605         * message.el (message-tool-bar-update): Simplify.
18606         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18607
18608         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18609         gnus-summary-buffer.
18610         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18611         gnus-summary-reply.
18612
18613         * gmm-utils.el (gmm): Add :version.
18614
18615 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * Makefile.in (clean): New rule.
18618         (distclean): Use it.
18619
18620 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18621
18622         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18623         Don't autoload.
18624
18625 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * gmm-utils.el (gmm-verbose): Add :group.
18628
18629 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18630
18631         * message.el: Change some comments WRT tool-bars.
18632
18633         * gnus-sum.el (gnus-summary-tool-bar)
18634         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18635         (gnus-summary-tool-bar-zap-list): New variables.
18636         (gnus-summary-make-tool-bar): Complete rewrite using
18637         `gmm-tool-bar-from-list'.
18638
18639         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18640         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18641         New variables.
18642         (gnus-group-make-tool-bar): Complete rewrite using
18643         `gmm-tool-bar-from-list'.
18644         (gnus-group-tool-bar-update): New function.
18645
18646         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18647
18648 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18649
18650         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18651         is dissected into a single part of which the type is the same as
18652         the given one; decode charset.
18653
18654 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18655
18656         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18657         into alists as symbol not string, since that's what
18658         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18659         look for.
18660
18661 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18662
18663         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18664         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18665
18666         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18667
18668 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18669
18670         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18671         (gnus-xmas-mime-security-button-menu): New function.
18672
18673         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18674         (gnus-mime-security-button-menu): New definition.
18675         (gnus-mime-security-button-map): Use them.
18676         (gnus-mime-security-button-menu): New function.
18677         (gnus-insert-mime-security-button): Addition to help echo.
18678         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18679         (gnus-mime-security-pipe-part): New functions.
18680
18681         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18682         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18683
18684         * mm-decode.el (mm-handle-set-disposition): Remove.
18685         (mm-handle-set-description): Remove.
18686
18687 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18690         (mm-w3m-standalone-supports-m17n-p): New function.
18691         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18692         w3m usage.
18693
18694         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18695         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18696
18697 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18698
18699         * message.el (message-tool-bar-zap-list):
18700         Use gmm-tool-bar-zap-list as custom type.
18701         (message-tool-bar-update): New function.
18702         (message-tool-bar, message-tool-bar-gnome)
18703         (message-tool-bar-retro): Add message-tool-bar-update.
18704         (message-tool-bar-gnome): Add flyspell-buffer.
18705
18706         * gnus-util.el (gnus-error): Describe `args'.
18707
18708         * gmm-utils.el (gmm-error): Describe `args'.
18709         (gmm-tool-bar-zap-list): New widget.
18710         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18711
18712 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18715         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18716         the number of recursive calls.
18717
18718         * mm-decode.el (mm-handle-set-disposition): New macro.
18719         (mm-handle-set-description): New macro.
18720
18721 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18722
18723         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18724         encoding.
18725
18726 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18727
18728         * message.el (message-tool-bar-zap-list, message-tool-bar)
18729         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18730         (message-tool-bar-local-item-from-menu): Remove.
18731         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18732         (message-make-tool-bar): New function.
18733         (message-mode): Use `message-make-tool-bar'.
18734
18735         * gmm-utils.el: New file.
18736         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18737         (gmm-lazy): New widget copied from `nnmail.el'.
18738         (gmm-tool-bar-from-list): New function for creating customizable
18739         tool bars.
18740         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18741         output.
18742         (gmm): Add :prefix to defgroup.
18743
18744 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18745
18746         * gmm-utils.el (gmm-widget-p): New function.
18747
18748 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18749
18750         * mml.el (mml-attach-file): Describe `description' in doc string.
18751         (mml-menu): Add Emacs MIME manual and PGG manual.
18752
18753 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18754
18755         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18756
18757 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18758
18759         * nntp.el (nntp-end-of-line): Doc fix.
18760
18761 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18762
18763         * imap.el (imap-open): Handle case where buffer is a buffer
18764         object.
18765
18766 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18767
18768         * gnus-delay.el (gnus-delay): Don't autoload.
18769         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18770         to be re-loaded when customizing the `gnus-delay' group.
18771
18772 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18773
18774         * message.el (message-insert-citation-line): Use newlines.
18775
18776 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18777
18778         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18779         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18780         these routines, so the passphrase can be managed externally and
18781         passed in to the system.
18782         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18783         pgg-add-passphrase-to-cache function.
18784
18785         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18786         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18787         these routines, so the passphrase can be managed externally and
18788         passed in to the system.
18789         (pgg-pgp5-sign-region): Use new name of
18790         pgg-add-passphrase-to-cache function.
18791
18792 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18793
18794         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18795         part of the decoded armor to find the key-identifier.
18796         (pgg-gpg-lookup-key-owner): New function to return the
18797         human-readable identifier of a key owner.
18798         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18799         itself.
18800         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18801         the key value) if we have a key and can match it against a secret
18802         key.  Also, added a note pointing out fact that the prompt only
18803         indicates the first matching key.
18804
18805         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18806         pgg-decrypt-region.
18807         (pgg-add-passphrase-to-cache): Rename from
18808         `pgg-add-passphrase-cache' to reduce confusion (all callers
18809         changed).
18810         (pgg-remove-passphrase-from-cache): Rename from
18811         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18812         changed).
18813         (pgg-read-passphrase, pgg-add-passphrase-cache)
18814         (pgg-remove-passphrase-cache): Add informative docstrings.
18815         (pgg-decrypt): Convey provided passphrase in subordinate call to
18816         pgg-decrypt-region.
18817
18818 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18819
18820         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18821         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18822         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18823         'passphrase' argument, so the passphrase can be managed externally
18824         and then passed in to the system.
18825
18826         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18827         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18828         so the passphrase cache can be used reliably with identifiers
18829         besides a pgp packet's key id.
18830
18831         * pgg-gpg.el (pgg-gpg-encrypt-region)
18832         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18833         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18834         these routines, so the passphrase can be managed externally and
18835         passed in to the system.
18836
18837         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18838         'notruncate' argument, so the passphrase cache can be used
18839         reliably with identifiers besides a pgp packet's key id.
18840
18841 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18842
18843         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18844         symmetric encryption.
18845         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18846         encrypted session key.
18847         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18848         message ask for the passphrase in a proper way.
18849
18850         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18851         New user commands for symmetric encryption.
18852
18853 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18856
18857         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18858
18859 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18860
18861         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18862
18863 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * mm-decode.el (mm-inlined-types): Add application/pgp.
18866         (mm-automatic-display): Ditto.
18867
18868         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18869         part as text.
18870
18871 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * nnrss.el: Update copyright.
18874         (nnrss-opml-import): Query whether to subscribe to each entry.
18875
18876         * gnus-art.el:
18877         * gnus-sum.el:
18878         * gnus-xmas.el:
18879         * messagexmas.el:
18880         * mm-uu.el:
18881         * mm-view.el: Update copyright.
18882
18883 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18884
18885         * message.el (message-info): New function.
18886         (message-mode-menu): Add it.
18887         Update copyright.
18888
18889         * ChangeLog: Fix and update copyright.
18890
18891 2006-01-13  Romain Francoise  <romain@orebokech.com>
18892
18893         * message.el (message-forward-subject-name-subject): Prefer the
18894         address to 'nowhere' if the sender has no name.
18895         Fix typo.  Update copyright year.
18896
18897 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * gnus-art.el (article-wash-html):
18900         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18901         (gnus-article-wash-html-with-w3m-standalone): New function.
18902
18903         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18904         mm-inline-text-html-render-with-w3m-standalone.
18905         (mm-text-html-washer-alist): Map w3m-standalone to
18906         gnus-article-wash-html-with-w3m-standalone.
18907         (mm-inline-text-html-render-with-w3m-standalone): New function.
18908
18909 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18910
18911         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18912         Improve LaTeX.
18913
18914 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18917         (nnrss-request-article): Render text/plain parts as HTML.
18918
18919         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18920         the buffer.
18921
18922 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18923
18924         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18925         custom definition of `gnus-posting-styles'.
18926
18927         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18928         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18929
18930 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18931
18932         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18933         Use nntp for bug archive.
18934
18935 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18938         parts.
18939         (nnrss-normalize-date): New function converts ISO 8601 date into
18940         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18941         (nnrss-check-group): Use it.
18942
18943 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18944
18945         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18946
18947         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18948         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18949         (nnrss-insert-w3): Ditto.
18950
18951 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18954         the articles to be forwarded including the case where neither a
18955         number of articles nor a region is specified.
18956
18957 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * nnrss.el (nnrss-request-article): Fix last change; fill
18960         text/plain parts.
18961
18962 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18963
18964         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18965         in text/plain part.
18966         (nnrss-check-group): Don't add excessive newline to dc:subject.
18967
18968 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18969
18970         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18971         article.
18972
18973 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18974
18975         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18976         (nnml-use-compressed-files, nnml-save-mail): Support other
18977         comression programs such as bzip2.
18978
18979 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18980
18981         * dns.el (query-dns): Make sure we check the buffer size before
18982         removing tcp headers.
18983
18984 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18987         remove MIME buttons associated with multipart/alternative parts.
18988         (gnus-mime-display-alternative): Tag buttons using `article-type'
18989         text property.
18990
18991         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18992         associated with multipart/alternative parts.
18993
18994         * gnus-art.el (gnus-signature-separator): Fix custom type.
18995
18996         * mm-decode.el (mm-inlined-types): Fix custom type.
18997         (mm-keep-viewer-alive-types): Ditto.
18998         (mm-automatic-display): Ditto.
18999         (mm-attachment-override-types): Ditto.
19000         (mm-inline-override-types): Ditto.
19001         (mm-automatic-external-display): Ditto.
19002
19003 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19004
19005         * spam-report.el (spam-report-user-mail-address)
19006         (spam-report-user-agent): New variables.
19007         (spam-report-url-ping-plain): Use spam-report-user-agent.
19008
19009 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19010
19011         * gnus-art.el (gnus-button-handle-custom): Do not just use
19012         `customize-apropos' for any "M-x customize-*" button but the
19013         function called for.  Accept both the function name and its
19014         argument in order to achieve this.
19015         (gnus-button-alist): Remove support for "custom:" URL's.
19016         Pass function name to `gnus-button-handle-custom' in case of "M-x
19017         customize-*" buttons.
19018
19019 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19022         multipart/alternative and add xref to mm-discouraged-alternatives
19023         in doc string.
19024
19025         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19026         gnus-buttonized-mime-types in doc string.
19027
19028 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19029
19030         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19031         Suggest image/.* in the doc string.
19032
19033 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19034
19035         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19036         message-marks (Debian bug #342521).
19037
19038 2005-12-12  Simon Josefsson  <jas@extundo.com>
19039
19040         * password.el (password-read-from-cache): Add.
19041         (password-read): Use it.
19042
19043 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * rfc2047.el (rfc2047-charset-to-coding-system):
19046         Recognize us-ascii as a MIME charset.
19047
19048         * mm-bodies.el (mm-decode-content-transfer-encoding):
19049         Protect against the case where the 2nd arg TYPE is nil.
19050
19051 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19052
19053         * pop3.el (pop3-stream-type): Fix custom version.
19054
19055         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19056
19057 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19058
19059         * mm-decode.el (mm-display-external): Add missing cdr.
19060
19061 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19064         RFC1524) if it is in mailcap or add a suffix according to
19065         mailcap-mime-extensions when generating a temp filename; postpone
19066         deleting a temp file for 2 seconds for some wrappers, shell
19067         scripts, and so on, which might exit right after having started a
19068         viewer command as a background job.
19069
19070 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19071
19072         * nntp.el (nntp-marks-directory): Fix custom group.
19073
19074         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19075         steps when < 10.
19076
19077         * gnus-start.el (gnus-no-server-1):
19078         Mention `gnus-level-default-subscribed' in doc string.
19079
19080 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19081
19082         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19083         parens.
19084
19085 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * gnus-xmas.el (gnus-use-toolbar): Revert.
19088         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19089         gnus-use-toolbar is default.
19090
19091         * messagexmas.el (message-use-toolbar): Revert.
19092         (message-setup-toolbar): Use global default-toolbar if
19093         message-use-toolbar is default.
19094
19095 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19096
19097         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19098         according to default-toolbar-visible-p.
19099
19100         * messagexmas.el (message-use-toolbar): Ditto.
19101
19102 2005-11-26  Dave Love  <fx@gnu.org>
19103
19104         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19105         (tls-program, tls-success): Provide openssl alternative.
19106
19107         * starttls.el: Doc fixes.
19108         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19109         SERVICE to PORT.
19110
19111         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19112         port null or service name.
19113         (starttls-negotiate): Autoload.
19114
19115 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * message.el (message-kill-to-signature): Fix interactive spec.
19118
19119 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * pop3.el (pop3-open-server): Recognize a string as a service name.
19122
19123 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19124
19125         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19126
19127 2005-11-23  Dave Love  <fx@gnu.org>
19128
19129         Add pop3s, pop3/starttls.
19130
19131         * pop3.el (pop3-authentication-scheme): Clarify doc.
19132         (open-tls-stream, starttls-open-stream): Autoload.
19133         (pop3-stream-type): New.
19134         (pop3-open-server): Use it.
19135
19136         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19137         for POP.
19138         (mail-source-keyword-map): Add :stream for POP.
19139         (mail-source-fetch-pop): Use pop3-stream-type.
19140
19141 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19142
19143         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19144         of current-time-string.
19145
19146 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19147
19148         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19149         date header.
19150
19151 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19152
19153         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19154         it can seriously impact performance as it bypasses the agent's
19155         local caches.
19156
19157 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19158
19159         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19160         must be explicitly online rather than "not explicitly offline" for
19161         its flags to be synchronized.
19162
19163         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19164         that gnus-uu-unmark-thread will function correctly.
19165
19166         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19167         1024K is instead displayed as 1M.
19168
19169 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19170
19171         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19172
19173 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19174
19175         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19176
19177 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19178
19179         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19180         error message to display actual error condition.
19181         (gnus-agent-save-local): Avoid saving symbols that are bound to
19182         nil as they simply result in a warning message in
19183         gnus-agent-read-local.
19184
19185 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19188         rather than make-variable-buffer-local for file-precious-flag.
19189
19190 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19191
19192         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19193         for duplicates which are removed.  The invalid sort check then
19194         triggers a rescan after the sort as sorting may have moved
19195         duplicate entries such that they can be cheaply detected.
19196
19197 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19200
19201 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19202
19203         * gnus-agent.el (gnus-agent-article-alist-save-format):
19204         Change internal variable to a custom variable.  Change default value
19205         from compressed(2) to uncompressed(1).
19206         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19207         support for uncompressed agentview files.  Taken together, reading
19208         the agentview file should now be 6-7 times faster.
19209
19210 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19211
19212         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19213         as a buffer-local variable.  This avoids creating truncated
19214         dribble files as a result of a hang up, eg.
19215
19216 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19217
19218         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19219         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19220         XEmacs.
19221
19222 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19223
19224         * gnus-start.el (gnus-start-draft-setup):
19225         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19226
19227         * gnus.el (gnus-splash): Change custom group.
19228         (gnus-group-get-parameter, gnus-group-parameter-value):
19229         Describe allow-list argument.
19230
19231         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19232         string.
19233
19234 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19235
19236         * gnus-art.el (gnus-default-article-saver): Add user-defined
19237         `function' to custom type.
19238
19239 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19240
19241         * imap.el (imap-open): Handle case where buffer is a buffer
19242         object.
19243
19244 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19245
19246         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19247         long lines.
19248         (gnus-cache-delete-group): Wrap doc strings.
19249
19250         * gnus-agent.el (gnus-agent-rename-group)
19251         (gnus-agent-delete-group): Wrap doc strings.
19252
19253 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * messagexmas.el (message-use-toolbar): Change the valid values
19256         into default, top, bottom, left, and right.
19257         (message-toolbar-thickness): New variable.
19258         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19259         well.
19260         (message-setup-toolbar): Make it work.
19261
19262         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19263         (gnus-use-toolbar): Change the valid values into default, top,
19264         bottom, left, and right.
19265         (gnus-toolbar-thickness): New variable.
19266         (gnus-xmas-setup-toolbar): New function.
19267         (gnus-xmas-setup-group-toolbar): Use it.
19268         (gnus-xmas-setup-summary-toolbar): Use it.
19269
19270 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19271
19272         * gnus-start.el (gnus-1): Add "native" to
19273         gnus-predefined-server-alist.
19274
19275         * gnus.el (gnus-method-to-server): Don't add "native" to the
19276         lists here, because that leads to problems when
19277         gnus-select-method is bound.
19278
19279 2005-11-09  Simon Josefsson  <jas@extundo.com>
19280
19281         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19282         use (not sort-by-date) instead.
19283
19284 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19285
19286         * gnus-delay.el (gnus-delay-group): Don't autoload.
19287         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19288         to be re-loaded when customizing the `gnus-delay' group.
19289
19290 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19291
19292         * message.el: Revert last changes.
19293         (message-insert-citation-line): Use newlines.
19294
19295 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19296
19297         * message.el (message-courtesy-message)
19298         (message-mark-insert-begin, message-mark-insert-end)
19299         (message-elide-ellipsis, message-cancel-message)
19300         (message-add-header, message-change-subject)
19301         (message-cross-post-followup-to-header)
19302         (message-cross-post-insert-note, message-reduce-to-to-cc)
19303         (message-widen-reply, message-delete-not-region)
19304         (message-kill-to-signature, message-insert-signature)
19305         (message-insert-importance-high, message-insert-importance-low)
19306         (message-insert-or-toggle-importance)
19307         (message-insert-disposition-notification-to)
19308         (message-indent-citation, message-yank-original)
19309         (message-cite-original-without-signature, message-cite-original)
19310         (message-insert-citation-line, message-position-on-field)
19311         (message-fix-before-sending, message-send-mail-partially)
19312         (message-send-mail, message-send-mail-with-sendmail)
19313         (message-send-mail-with-qmail, message-send-news)
19314         (message-check-news-header-syntax, message-generate-headers)
19315         (message-insert-courtesy-copy, message-fill-address)
19316         (message-fill-header, message-shorten-references)
19317         (message-setup-1, message-cancel-news)
19318         (message-forward-make-body-plain, message-forward-make-body-mime)
19319         (message-forward-make-body-mml, message-encode-message-body)
19320         (message-forward-make-body-digest-plain)
19321         (message-forward-make-body-digest-mime)
19322         (message-use-alternative-email-as-from): Insert `hard-newline'
19323         instead of ordinary newlines.
19324
19325 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * message.el (message-generate-headers): Downcase the argument
19328         given to message-check-element.
19329
19330 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19331
19332         * nntp.el (nntp-authinfo-rejected): New error condition.
19333         (nntp-wait-for): Use new error condition to signal authentication
19334         error.
19335         (nntp-retrieve-data): Rethrow new error condition to break out of
19336         recursive call to nntp-send-authinfo.
19337
19338 2005-11-08  Romain Francoise  <romain@orebokech.com>
19339
19340         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19341         (gnus-summary-exit-map): Bind to `Z p'.
19342         (gnus-summary-make-menu-bar): Add menu item.
19343
19344 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19345
19346         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19347         (gnus-treat-*): Add `first' in all doc strings.
19348
19349         * gnus-group.el (gnus-group-compact-group): Fix typo.
19350
19351 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * gnus.el (gnus-parameters-case-fold-search): New variable.
19354         (gnus-parameters-get-parameter): Use it.
19355
19356         * gnus-score.el (gnus-home-score-file): Doc fix.
19357
19358 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19359
19360         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19361
19362 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * mm-util.el (mm-special-display-p): New function.
19365
19366         * mml.el (mml-preview): Use it; doc fix.
19367
19368 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19369
19370         * imap.el (imap-open): Handle case where buffer is a buffer object.
19371
19372 2005-10-29  Romain Francoise  <romain@orebokech.com>
19373
19374         * message.el (message-fix-before-sending): Fix comment.
19375
19376 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19377
19378         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19379
19380 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19381
19382         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19383         Used in gnus-score.el.
19384
19385 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19386
19387         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19388
19389 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19390
19391         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19392         whitespace removed in revision 7.8.  Use concatenated string to
19393         protect trailing whitespace.
19394
19395 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19396
19397         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19398         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19399         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19400         Courier IMAP ("some version from 2004").  Mostly based on similar
19401         code in the same function.
19402
19403 2005-10-26  Didier Verna  <didier@xemacs.org>
19404
19405         * gnus-group.el (gnus-group-compact-group): Invalidate original
19406         article buffer.
19407         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19408         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19409         NOV database and in article itself.
19410         Invalidate article backlog.
19411
19412 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19413
19414         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19415
19416 2005-10-26  Simon Josefsson  <jas@extundo.com>
19417
19418         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19419         part of 2004-07-25 change.
19420
19421 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19422
19423         * message.el (message-display-completion-list): New function.
19424         (message-expand-group): Use it; make sure the Completions buffer
19425         is modifiable.
19426 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19427
19428         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19429         user-mail-name is an empty string.
19430
19431 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19432
19433         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19434         depending on gnus-score-decay-constant.
19435
19436         * encrypt.el (encrypt-insert-file-contents)
19437         (encrypt-write-file-contents): Don't use `gnus-message'.
19438
19439         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19440         arguments.
19441         (mm-uu-type-alist): Add message-marks and insert-marks.
19442         Pass arguments to mm-uu-verbatim-marks-extract.
19443         (mm-uu-hide-markers): New variable.
19444         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19445
19446         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19447         (gnus-convert-image-to-face-command): Use "convert" by default to
19448         allow other input image formats.
19449         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19450         accordingly.
19451
19452 2005-10-23  Simon Josefsson  <jas@extundo.com>
19453
19454         * imap.el (imap-gssapi-program): Align command line parameters
19455         with latest GNU SASL.
19456         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19457
19458 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19459
19460         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19461         HTML.
19462         (nnslashdot-request-article): Ditto.
19463
19464         * lpath.el (featurep): Add nobreak-char-display.
19465
19466 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19467
19468         * mail-source.el (mail-source-fetch-pop): Require pop3.
19469         (mail-source-check-pop): Ditto.
19470
19471 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19474         errors.
19475
19476 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19477
19478         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19479         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19480
19481         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19482
19483         * mm-bodies.el (mm-decode-string):
19484         Call `mm-charset-to-coding-system' with allow-override argument.
19485
19486 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19489         (rfc2047-charset-to-coding-system): New function.
19490         (rfc2047-decode-encoded-words): New function.
19491         (rfc2047-decode-region): Use them.
19492         (rfc2047-decode-cte): Remove.
19493         (rfc2047-parse-and-decode): Remove.
19494         (rfc2047-decode): Remove.
19495
19496 2005-10-15  Kenichi Handa  <handa@m17n.org>
19497
19498         * rfc2047.el (rfc2047-decode-cte): New function.
19499         (rfc2047-decode-region): Change the way to decode successive
19500         encoded-words: decode B- or Q-encoding in each encoded-word,
19501         concatenate them, and decode it as charset.
19502
19503 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * lpath.el: Fbind codepage-setup for XEmacs.
19506
19507 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19508
19509         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19510         widget-move-and-invoke.
19511         (gnus-custom-mode): Use gnus-custom-map.
19512
19513 2005-10-15  Bill Wohler  <wohler@newt.com>
19514
19515         * message.el (message-tool-bar-map): Rename image file from
19516         mail_send to mail/send.
19517
19518 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19519
19520         * message.el (message-expand-group): Pass the common
19521         prefix substring of completion to `display-completion-list'.
19522
19523 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19524
19525         * mml-sec.el (mml-secure-method): New internal variable.
19526         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19527         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19528         New functions using mml-secure-method.
19529
19530         * mml.el (mml-mode-map): Add key bindings for those functions.
19531         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19532         Harder <harder@myrealbox.com>.
19533         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19534         Goto end of message if point is the headers of the message.
19535
19536         * message.el (message-in-body-p): New function.
19537
19538         * assistant.el: Autoload gnus-util and netrc.
19539
19540         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19541         Use `mm-charset-override-alist' only when decoding.
19542
19543         * mm-bodies.el (mm-decode-body):
19544         Call `mm-charset-to-coding-system' with allow-override argument.
19545
19546         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19547         `filename' from Content-Disposition if Content-Type doesn't
19548         provide `name'.
19549         (gnus-mime-view-part-as-type): Set default instead of
19550         initial-input.
19551
19552 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19553
19554         * format-spec.el (format-spec): Propagate text properties of % spec.
19555
19556 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19557
19558         * gnus-art.el (gnus-treat-predicate): Add `first'.
19559
19560 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19561
19562         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19563         (mm-charset-override-alist): New variable.
19564         (mm-charset-to-coding-system): Use it.
19565         (mm-codepage-setup): New helper function.
19566         (mm-charset-eval-alist): New variable.
19567         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19568         Warn about unknown charsets.
19569
19570         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19571
19572 2005-10-04  David Hansen  <david.hansen@gmx.net>
19573
19574         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19575         (nnrss-check-group): Ditto.
19576
19577 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19578
19579         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19580         Rename x-gnus-verbatim to x-verbatim.
19581         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19582
19583         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19584         x-verbatim.
19585
19586         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19587
19588         * gnus-util.el (gnus-remove-duplicates): Remove.
19589
19590         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19591         instead of gnus-remove-duplicates.
19592
19593         * message.el (message-remove-duplicates): Remove.
19594         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19595         message-remove-duplicates.
19596
19597         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19598         available, else use implementation from `delete-dups'.
19599
19600         * message.el (message-insert-expires): New function.
19601         (message-mode-map): Add key binding.
19602         (message-mode-field-menu): Add menu entry.
19603         (message-mode): Document it.
19604         (message-make-expires-date): Use `message-make-date'.
19605
19606 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19607
19608         * message.el (message-make-expires-date): New function.
19609
19610 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19611
19612         * Makefile.in (list-installed-shadows): New entry.
19613         (install): Use it.
19614         (remove-installed-shadows): New entry.
19615
19616         * dgnushack.el (dgnushack-default-load-path): New variable.
19617         (dgnushack-find-lisp-shadows): New function.
19618         (dgnushack-remove-lisp-shadows): New function.
19619
19620 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * Makefile.in (install-el-elc): New entry.
19623         (install): Use it so that .el files are necessarily installed.
19624
19625 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19626
19627         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19628
19629 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19630
19631         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19632         function rather than the diff-mode.el package.
19633         (mm-display-external): Use with-current-buffer.
19634         (mm-viewer-completion-map, mm-viewer-completion-map):
19635         Move initialization inside declaration.
19636
19637 2005-09-29  Simon Josefsson  <jas@extundo.com>
19638
19639         * spam.el: Load hashcash when compiling, to avoid warnings.
19640         Don't autoload mail-check-payment.
19641         (spam-check-hashcash): Define unconditionally, since hashcash.el
19642         is part of Gnus now.  Ignore errors from payment checking.
19643
19644 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19645
19646         * message.el (message-bold-region, message-unbold-region):
19647         Rename from `bold-region' and `unbold-region'.
19648
19649         * message.el: Remove useless autoloads.
19650
19651 2005-09-28  Simon Josefsson  <jas@extundo.com>
19652
19653         * message.el (message-use-idna): Default to t.
19654         (message-use-idna): Test whether encoding works too.  Doc fix.
19655
19656 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19657
19658         * nntp.el (nntp-warn-about-losing-connection): Remove.
19659
19660 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19661
19662         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19663         customizable.  Change default value.
19664         (mm-uu-diff-groups-regexp): Change default value.
19665         (mm-uu-type-alist): Add doc string.
19666         (mm-uu-configure): Add doc string.  Make it interactive.
19667         (mm-uu-tex-groups-regexp): New variable.
19668         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19669         (mm-uu-type-alist): Add LaTeX documents.
19670         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19671         of "text/verbatim".
19672         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19673
19674         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19675         instead of "text/verbatim".
19676
19677         * message.el (message-mark-inserted-region)
19678         (message-mark-insert-file): Use slrn style marks when called with
19679         prefix argument.
19680
19681 2005-09-27  Simon Josefsson  <jas@extundo.com>
19682
19683         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19684
19685 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19686
19687         * message.el (message-remove-duplicates): New function.
19688         Implementation borrowed from `gnus-remove-duplicates'.
19689         (message-idna-to-ascii-rhs): Also encode idna addresses in
19690         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19691         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19692         only ask about the same idna domain once per header and also tell
19693         in what header to replace the idna domain.
19694
19695         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19696         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19697         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19698         a header is decoded and not just the last one.
19699
19700 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19703         has been decoded.
19704
19705         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19706         (mm-insert-part): Don't modify text if it has been decoded.
19707
19708         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19709         decoded.
19710
19711         * mm-view.el (mm-inline-text): Don't strip text props unless
19712         decoding enriched or richtext parts.
19713
19714 2005-09-25  Romain Francoise  <romain@orebokech.com>
19715
19716         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19717         * gnus-start.el (gnus-subscribe-interactively):
19718         * gnus-uu.el (gnus-uu-grab-articles):
19719         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19720         space.
19721
19722 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19723
19724         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19725         * mm-view.el (mm-view-pkcs7-decrypt):
19726         * gnus-sum.el (gnus-summary-limit-to-extra)
19727         (gnus-summary-respool-article, gnus-read-move-group-name):
19728         * gnus-score.el (gnus-summary-increase-score):
19729         * gnus-util.el (gnus-completing-read-with-default):
19730         * gnus-art.el (gnus-read-save-file-name)
19731         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19732         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19733         * message.el (message-check-news-header-syntax):
19734         Follow convention for reading with the minibuffer.
19735
19736 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19737
19738         * spam-report.el (spam-report-url-ping-plain):
19739         Use gnus-extended-version as User-Agent.
19740
19741         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19742         default value is nil.
19743
19744         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19745         (mm-uu-verbatim-marks-extract): New function.
19746         (mm-uu-extract): New face.
19747         (mm-uu-copy-to-buffer): Use it.
19748
19749         * spam-report.el (spam-report-gmane-ham): Rename from
19750         `spam-report-gmane-unspam'.
19751         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19752         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19753
19754         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19755         Autoload.
19756         (spam-report-gmane-unregister-routine):
19757         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19758
19759 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19760
19761         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19762         (spam-report-gmane-unregister-routine): Add support for gmane
19763         unregistration.
19764
19765         * spam-report.el (spam-report-gmane-unspam)
19766         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19767         (spam-report-gmane): Change to take a single article and do unspam
19768         registration.
19769
19770 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19771
19772         * mm-url.el (mm-url-decode-entities): Fix regexp.
19773
19774 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19775
19776         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19777         default to nil, to be able to use Gnus at all.  If the default
19778         switches to something else, then the function should be fixed not
19779         be exceedingly slow.
19780
19781 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19782
19783         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19784         fail hard.
19785
19786         * spam-report.el: Add better Keywords line.
19787
19788         * spam.el: Add Maintainer and better Keywords line.
19789
19790 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19791
19792         * gnus-art.el (gnus-article-replace-part)
19793         (gnus-mime-replace-part): New functions.
19794         (gnus-mime-action-alist, gnus-mime-button-commands)
19795         (gnus-mime-save-part-and-strip): Add file argument.
19796         (gnus-article-part-wrapper): Add interactive argument.
19797
19798         * gnus-sum.el (gnus-summary-mime-map):
19799         Add `gnus-article-replace-part'.
19800
19801 2005-09-19  Didier Verna  <didier@xemacs.org>
19802
19803         The nnml compaction feature:
19804         * nnml.el (nnml-request-compact-group): New function.
19805         * nnml.el (nnml-request-compact): New function.
19806         * gnus-int.el (gnus-request-compact-group): New function.
19807         * gnus-int.el (gnus-request-compact): New function.
19808         * gnus-group.el (gnus-group-compact-group): New function.
19809         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19810         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19811         * gnus-srvr.el (gnus-server-compact-server): New function.
19812         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19813         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19814
19815 2005-09-18  Deepak Goel  <deego@gnufans.org>
19816
19817         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19818         format spec.
19819
19820 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19821
19822         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19823
19824 2005-09-15  Romain Francoise  <romain@orebokech.com>
19825
19826         * message.el (message-fill-paragraph): Clarify docstring.
19827
19828 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19829
19830         * gnus-art.el (gnus-mime-display-part): Protect against broken
19831         MIME messages.
19832
19833 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19836         before parsing header.
19837
19838 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19839
19840         * html2text.el (html2text-replace-list): Add new entities.
19841
19842 2005-09-11  Romain Francoise  <romain@orebokech.com>
19843
19844         * message.el (message-alternative-emails): Improve docstring.
19845         (message-setup-1): Call `message-use-alternative-email-as-from'
19846         after `message-setup-hook' to give it precedence over posting
19847         styles, etc.
19848         (message-use-alternative-email-as-from): Add docstring.
19849         Remove the original From header if present.
19850
19851         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19852         (nnml-save-mail): Use it.
19853
19854         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19855         articles.  Add new argument `silent'.
19856         (gnus-uu-mark-all): Report the total number of marked articles.
19857
19858 2005-09-10  Romain Francoise  <romain@orebokech.com>
19859
19860         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19861         (gnus-uu-mark-series): Likewise.
19862
19863 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19864
19865         * spam-report.el (spam-report-gmane): Fix generation of spam
19866         report URL.
19867
19868 2005-09-10  Simon Josefsson  <jas@extundo.com>
19869
19870         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19871         t, based on discussion on the ding list with Robert Epprecht
19872         <epprecht@solnet.ch>.
19873
19874 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19875
19876         * spam-report.el (spam-report-gmane): Make it work without
19877         X-Report-Spam header.  Gmane now only provides Archived-At.
19878         This is only used if `spam-report-gmane-use-article-number' is nil.
19879         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19880
19881         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19882         make `gnus-summary-sort-by-recipient' work with threading.
19883
19884         * nnweb.el (nnweb-google-wash-article): Print a message if article
19885         is not available.
19886
19887 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19888
19889         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19890         change.  Decode text/* parts content before displaying.
19891
19892 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19893
19894         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19895
19896 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19899
19900         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19901         url-package-name, url-package-version,
19902         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19903         w3m-display-inline-images, and w3m-minor-mode-map.
19904
19905 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19906
19907         * message.el (message-tab-body-function): Fix mismatched custom type.
19908
19909         * gnus.el (gnus-group-change-level-function): Ditto.
19910
19911         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19912
19913         * gnus-art.el (gnus-signature-limit)
19914         (gnus-article-mime-part-function): Ditto.
19915
19916 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19917
19918         * mml.el (mml-mode): Silence the byte compiler.
19919
19920         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19921         using `(sit-for 0)' before moving the point to the specified part;
19922         skip unbuttonized parts.
19923         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19924         return to the summary window if gnus-auto-select-part is non-nil.
19925
19926 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19927
19928         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19929         New variables.
19930         (mml-dnd-attach-file, mml-mode): Use them.
19931
19932         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19933         Make fetching article by MID work again for Google Groups.
19934         Add FIXME concerning gnus-group-make-web-group.
19935
19936         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19937         Don't depend on Gnus by using mail-extract-address-components if
19938         gnus-extract-address-components is not bound.
19939
19940 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19941
19942         * gnus-art.el (gnus-mime-display-security): Don't display the
19943         signature, but only the signed part.
19944
19945 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19946
19947         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19948
19949         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19950         list, not listp.
19951
19952 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19953
19954         * mm-encode.el (mm-encode-content-transfer-encoding):
19955         Likewise when encoding.
19956
19957         * mm-bodies.el (mm-decode-content-transfer-encoding):
19958         De-canonicalize CRLF for all text content types, not just
19959         text/plain.
19960
19961 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19962
19963         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19964         valid article; point arrow and cursor at the MIME button.
19965
19966 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19969         Suggested by Dan Christensen <jdc@uwo.ca>.
19970
19971         * mm-decode.el (mm-save-part): Enable change of prompt.
19972
19973 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19974
19975         * gnus-msg.el (gnus-inews-add-send-actions):
19976         Make `message-post-method' lambda parameter ARG `&optional'.
19977
19978 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19979
19980         * gnus-sum.el (gnus-summary-mime-map):
19981         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19982         gnus-article-jump-to-part.
19983
19984         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19985         (gnus-article-edit-part): Use it.
19986         (gnus-article-part-wrapper): Add no-handle argument.
19987         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19988         New functions.
19989
19990 2005-08-29  Romain Francoise  <romain@orebokech.com>
19991
19992         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19993         docstring.
19994         (gnus-face-from-file): Likewise.
19995
19996 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19997
19998         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19999         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20000         non-nil.
20001         (gnus-auto-select-part): New variable.
20002         (gnus-article-jump-to-part): New function.
20003         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20004         (gnus-mime-delete-part): Allow selecting specified part after
20005         deleting or stripping parts.
20006         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20007         part if argument is bogus.
20008
20009 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20010
20011         * gnus-art.el (w3m-minor-mode-map):
20012         * gnus-spec.el (gnus-newsrc-file-version):
20013         * gnus-util.el (nnmail-active-file-coding-system)
20014         (gnus-original-article-buffer, gnus-user-agent):
20015         * gnus.el (gnus-ham-process-destinations)
20016         (gnus-parameter-ham-marks-alist)
20017         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20018         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20019         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20020         * mm-decode.el (gnus-current-window-configuration):
20021         * mm-extern.el (gnus-article-mime-handles):
20022         * mm-url.el (url-current-object, url-package-name)
20023         (url-package-version):
20024         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20025         (smime-keys, w3m-cid-retrieve-function-alist)
20026         (w3m-current-buffer, w3m-display-inline-images)
20027         (w3m-minor-mode-map):
20028         * mml-smime.el (gnus-extract-address-components):
20029         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20030         (gnus-newsrc-hashtb, message-default-charset)
20031         (message-deletable-headers, message-options)
20032         (message-posting-charset, message-required-mail-headers)
20033         (message-required-news-headers):
20034         * mml1991.el (mc-pgp-always-sign):
20035         * mml2015.el (mc-pgp-always-sign):
20036         * nnheader.el (nnmail-extra-headers):
20037         * rfc1843.el (gnus-decode-encoded-word-function)
20038         (gnus-decode-header-function, gnus-newsgroup-name):
20039         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20040
20041 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20042
20043         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20044         the end of the date treatments.
20045
20046 2005-08-15  Simon Josefsson  <jas@extundo.com>
20047
20048         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20049         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20050         Capello and Romain Francoise.
20051         (pgg-fetch-key-function): Remove, not used?
20052         (pgg-insert-url-with-w3): Require url, to get
20053         url-insert-file-contents regardless of where it is defined.
20054
20055 2005-08-13  Romain Francoise  <romain@orebokech.com>
20056
20057         * message.el (message-cite-original-1): New function.
20058         (message-cite-original): Use it.
20059         (message-cite-original-without-signature): Ditto.
20060
20061 2005-08-08  Romain Francoise  <romain@orebokech.com>
20062
20063         * message.el (message-yank-empty-prefix): New variable.
20064         (message-indent-citation): Use it.
20065         (message-cite-original-without-signature): Respect X-No-Archive.
20066
20067 2005-08-08  Simon Josefsson  <jas@extundo.com>
20068
20069         * pgg.el: Autoload url-insert-file-contents instead of loading
20070         w3/url.
20071         (pgg-insert-url-with-w3): Don't load url here.
20072
20073 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20074
20075         * message.el (message-kill-to-signature): Don't insert newline at
20076         bol.
20077         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20078
20079 2005-08-06  Romain Francoise  <romain@orebokech.com>
20080
20081         * message.el (message-user-fqdn): Fix typo in docstring.
20082
20083 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20084
20085         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20086
20087         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20088
20089 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20090
20091         * mm-bodies.el (mm-encode-body): Use coding system rather than
20092         charset to encode text.
20093
20094         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20095         number of charsets if utf-8 is available (XEmacs).
20096
20097 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20098
20099         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20100         taken from `gnus-button-mid-or-mail-regexp'.
20101         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20102         (gnus-button-alist): Improve regexp for domain part of the MIDs
20103         for news:localpart@domain buttons.
20104         (gnus-button-ctan-directory-regexp): Update.
20105
20106 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * sieve-manage.el (sieve-manage-interactive-login):
20109         Use make-local-variable rather than make-variable-buffer-local.
20110         (sieve-manage-open): Ditto.
20111         (sieve-manage-authenticate): Ditto.
20112
20113         * mml.el (mml-generate-mime-1): Make the content type default to
20114         text/plain if the filename is not specified.
20115
20116 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20117
20118         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20119         instead of insert-buffer.
20120
20121         * message.el (message-yank-original): Ditto; set the mark at the
20122         end of the yanked message.
20123
20124 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20125
20126         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20127         lines to scroll rather than to stop it.
20128
20129         * mml.el (mml-generate-default-type): Add doc string.
20130         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20131         default to application/octet-stream when determining the content
20132         type if it is not specified for the part or the mml contents; add
20133         a comment about mml-generate-default-type.
20134
20135 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20136
20137         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20138         make it default to application/octet-stream when determining the
20139         content type if it is not specified for the external contents.
20140
20141 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20142
20143         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20144         segmented parameter but also other parameters might be there.
20145
20146 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20147
20148         * mm-decode.el (mm-display-external): Delete temp file, directory
20149         and buffer immediately if the external process is exited.
20150
20151 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20152
20153         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20154         fewer lines than that of scroll-margin.
20155         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20156
20157 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20158
20159         * gnus-art.el (gnus-article-next-page): Revert.
20160         (gnus-article-beginning-of-window): New macro.
20161         (gnus-article-next-page-1): Use it.
20162         (gnus-article-prev-page): Ditto.
20163         (gnus-article-edit-part): Use insert-buffer-substring instead of
20164         insert-buffer.
20165         (gnus-article-edit-exit): Ditto.
20166
20167         * gnus-util.el (gnus-beginning-of-window): Remove.
20168         (gnus-end-of-window): Remove.
20169
20170         * lpath.el: Don't bind header-line-format and scroll-margin.
20171
20172 2005-07-25  Simon Josefsson  <jas@extundo.com>
20173
20174         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20175         to have the url package without w3.  Reported by Daiki Ueno
20176         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20177
20178 2005-07-20  Didier Verna  <didier@xemacs.org>
20179
20180         * gnus-diary.el: Remove the description comment (nndiary is now
20181         properly documented in the Gnus manual).
20182         Fix the spelling of "Back End".
20183         * nndiary.el: Ditto.
20184         Fix the copyright notice.
20185
20186 2005-07-18  Romain Francoise  <romain@orebokech.com>
20187
20188         * gnus-sum.el (gnus-summary-to-prefix)
20189         (gnus-summary-newsgroup-prefix): New variables.
20190         (gnus-summary-from-or-to-or-newsgroups): Use them.
20191
20192 2005-07-17  Romain Francoise  <romain@orebokech.com>
20193
20194         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20195         space as it's generally not especially interesting to the user.
20196
20197 2005-07-16  Romain Francoise  <romain@orebokech.com>
20198
20199         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20200         nil to avoid prompting and file modification if one of the
20201         messages at the top of the nnfolder file contains a copyright
20202         notice.
20203         Update copyright notice.
20204
20205         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20206         instead of `current-time-string' as the latter creates a time
20207         string that is not RFC 2822 compliant (it lacks the zone).
20208         Update copyright notice.
20209
20210 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20211
20212         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20213         for text/rtf.  Display default in prompt.  Pass default for M-n.
20214
20215         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20216
20217 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20218
20219         * gnus-msg.el (gnus-button-mailto):
20220         Remove save-selected-window-window hackery because it relies on
20221         save-selected-window internals.
20222
20223 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20226         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20227         (gnus-article-prev-page): Ditto.
20228
20229         * gnus-util.el (gnus-beginning-of-window): New function.
20230         (gnus-end-of-window): New function.
20231
20232         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20233
20234 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20235
20236         * gnus-score.el (gnus-score-edit-all-score):
20237         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20238         gnus-message.
20239
20240 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20241
20242         * gnus-msg.el (gnus-button-mailto):
20243         Remove save-selected-window-window hackery because it relies on
20244         save-selected-window internals.
20245
20246 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20247
20248         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20249         add-minor-mode.
20250         (gnus-binary-mode): Ditto.
20251
20252         * gnus-topic.el (gnus-topic-mode): Ditto.
20253
20254 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20255
20256         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20257         (gnus-article-prev-page): Take scroll-margin into consideration.
20258
20259 2005-07-04  Lute Kamstra  <lute@gnu.org>
20260
20261         Update FSF's address in GPL notices.
20262
20263 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20264
20265         * gnus.el (gnus-exit):
20266         * gnus-group.el (gnus-group-icons):
20267         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20268
20269         * gnus-nocem.el (gnus-nocem):
20270         * message.el (message-various, message-buffers, message-sending)
20271         (message-interface, message-forwarding, message-insertion)
20272         (message-headers, message-news, message-mail):
20273         * pgg-gpg.el (pgg-gpg):
20274         * pgg-parse.el (pgg-parse):
20275         * pgg-pgp.el (pgg-pgp):
20276         * pgg-pgp5.el (pgg-pgp5):
20277         * pop3.el (pop3): Finish `defgroup' description with period.
20278
20279 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20280
20281         * gnus-art.el (article-display-face): Improve the efficiency.
20282         (article-display-x-face): Ditto; remove gray x-face stuff.
20283
20284 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * gnus-art.el (article-display-face): Correct the position in
20287         which Faces are inserted.
20288
20289 2005-06-29  Didier Verna  <didier@xemacs.org>
20290
20291         * gnus-art.el (article-display-face): Display faces in correct
20292         order.
20293
20294 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20295
20296         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20297         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20298         (gnus-nocem-check-article): Fetch the Type header.
20299         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20300         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20301         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20302         make sure gnus-nocem-hashtb is initialized.
20303         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20304         (gnus-nocem-unwanted-article-p): Ditto.
20305
20306         * pgg.el (pgg-verify): Return the verification result.
20307
20308 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20309
20310         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20311         is ascii.
20312
20313 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20314
20315         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20316         `show-nonbreak-escape'.
20317
20318 2005-06-23  Lute Kamstra  <lute@gnu.org>
20319
20320         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20321
20322         * dig.el (dig-mode):
20323         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20324
20325 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20326
20327         * nnimap.el (nnimap-split-download-body): Fix spellings.
20328
20329 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20330
20331         * gnus-art.el (gnus-article-encrypt-body):
20332         * gnus-cus.el (gnus-score-customize):
20333         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20334         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20335
20336 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20337
20338         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20339         header by looking for magic "MII" at the beginning.
20340
20341 2005-06-16  Miles Bader  <miles@gnu.org>
20342
20343         * gnus-xmas.el (gnus-xmas-group-startup-message):
20344         Use renamed gnus-splash face.
20345
20346         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20347         (assistant-field-face): New backward-compatibility alias for renamed
20348         face.
20349         (assistant-render-text): Use renamed assistant-field face.
20350
20351         * spam.el (spam): Remove "-face" suffix from face name.
20352         (spam-face): New backward-compatibility alias for renamed face.
20353         (spam-face, spam-initialize): Use renamed spam face.
20354
20355         * message.el (message-header-to, message-header-cc)
20356         (message-header-subject, message-header-newsgroups)
20357         (message-header-other, message-header-name)
20358         (message-header-xheader, message-separator, message-cited-text)
20359         (message-mml): Remove "-face" suffix from face names.
20360         (message-header-to-face, message-header-cc-face)
20361         (message-header-subject-face, message-header-newsgroups-face)
20362         (message-header-other-face, message-header-name-face)
20363         (message-header-xheader-face, message-separator-face)
20364         (message-cited-text-face, message-mml-face):
20365         New backward-compatibility aliases for renamed faces.
20366         (message-font-lock-keywords): Use renamed message faces.
20367
20368         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20369         (sieve-test-commands, sieve-tagged-arguments):
20370         Remove "-face" suffix from face names.
20371         (sieve-control-commands-face, sieve-action-commands-face)
20372         (sieve-test-commands-face, sieve-tagged-arguments-face):
20373         New backward-compatibility aliases for renamed faces.
20374         (sieve-control-commands-face, sieve-action-commands-face)
20375         (sieve-test-commands-face, sieve-tagged-arguments-face):
20376         Use renamed sieve faces.
20377
20378         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20379         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20380         (gnus-group-news-3-empty, gnus-group-news-4)
20381         (gnus-group-news-4-empty, gnus-group-news-5)
20382         (gnus-group-news-5-empty, gnus-group-news-6)
20383         (gnus-group-news-6-empty, gnus-group-news-low)
20384         (gnus-group-news-low-empty, gnus-group-mail-1)
20385         (gnus-group-mail-1-empty, gnus-group-mail-2)
20386         (gnus-group-mail-2-empty, gnus-group-mail-3)
20387         (gnus-group-mail-3-empty, gnus-group-mail-low)
20388         (gnus-group-mail-low-empty, gnus-summary-selected)
20389         (gnus-summary-cancelled, gnus-summary-high-ticked)
20390         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20391         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20392         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20393         (gnus-summary-low-undownloaded)
20394         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20395         (gnus-summary-low-unread, gnus-summary-normal-unread)
20396         (gnus-summary-high-read, gnus-summary-low-read)
20397         (gnus-summary-normal-read, gnus-splash):
20398         Remove "-face" suffix from face names.
20399         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20400         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20401         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20402         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20403         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20404         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20405         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20406         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20407         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20408         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20409         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20410         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20411         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20412         (gnus-summary-normal-ticked-face)
20413         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20414         (gnus-summary-normal-ancient-face)
20415         (gnus-summary-high-undownloaded-face)
20416         (gnus-summary-low-undownloaded-face)
20417         (gnus-summary-normal-undownloaded-face)
20418         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20419         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20420         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20421         (gnus-splash-face):
20422         New backward-compatibility aliases for renamed faces.
20423         (gnus-group-startup-message): Use renamed gnus faces.
20424
20425         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20426         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20427         (gnus-server-agent): Remove "-face" suffix from face names.
20428         (gnus-server-agent-face, gnus-server-opened-face)
20429         (gnus-server-closed-face, gnus-server-denied-face)
20430         (gnus-server-offline-face):
20431         New backward-compatibility aliases for renamed faces.
20432         (gnus-server-agent-face, gnus-server-opened-face)
20433         (gnus-server-closed-face, gnus-server-denied-face)
20434         (gnus-server-offline-face): Use renamed gnus faces.
20435
20436         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20437         Remove "-face" suffix from face names.
20438         (gnus-picon-xbm-face, gnus-picon-face):
20439         New backward-compatibility aliases for renamed faces.
20440
20441         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20442         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20443         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20444         (gnus-cite-11): Remove "-face" suffix from face names.
20445         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20446         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20447         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20448         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20449         New backward-compatibility aliases for renamed faces.
20450         (gnus-cite-attribution-face, gnus-cite-face-list)
20451         (gnus-article-boring-faces): Use renamed gnus faces.
20452
20453         * gnus-art.el (gnus-signature, gnus-header-from)
20454         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20455         (gnus-header-content): Remove "-face" suffix from face names.
20456         (gnus-signature-face, gnus-header-from-face)
20457         (gnus-header-subject-face, gnus-header-newsgroups-face)
20458         (gnus-header-name-face, gnus-header-content-face):
20459         New backward-compatibility aliases for renamed faces.
20460         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20461
20462         * gnus-sum.el (gnus-summary-selected-face)
20463         (gnus-summary-highlight): Use renamed gnus faces.
20464         * gnus-group.el (gnus-group-highlight): Likewise.
20465
20466 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20467
20468         * gnus-sieve.el (gnus-sieve-article-add-rule):
20469         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20470         * spam-stat.el (spam-stat-buffer-change-to-spam)
20471         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20472
20473         * message.el (message-is-yours-p):
20474         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20475
20476 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20477
20478         * mm-view.el (mm-inline-text): Withdraw the last change.
20479
20480 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20481
20482         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20483         executing enriched-decode.
20484
20485 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20486
20487         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20488         charset of tar files.
20489
20490 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20491
20492         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20493
20494 2005-06-04  Lute Kamstra  <lute@gnu.org>
20495
20496         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20497         information is never recorded.
20498
20499 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20500
20501         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20502
20503 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20504
20505         * pop3.el (pop3-apop): Run md5 in the binary mode.
20506
20507         * starttls.el (starttls-set-process-query-on-exit-flag):
20508         Use eval-and-compile.
20509
20510 2005-05-31  Simon Josefsson  <jas@extundo.com>
20511
20512         * smime.el (smime-replace-in-string): Define.
20513         (smime-cert-by-ldap-1): Use it.
20514
20515 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20516
20517         * gnus-art.el (article-display-x-face): Replace
20518         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20519
20520         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20521         set-process-query-on-exit-flag or process-kill-without-query.
20522
20523         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20524         loop instead of replace-regexp.
20525
20526         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20527         instead of process-kill-without-query if it is available.
20528
20529         * lpath.el: Fbind ldap-search-entries.
20530
20531         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20532         instead of find-file-hooks if it is available.
20533
20534         * mml1991.el: Bind pgg-default-user-id when compiling.
20535
20536         * mml2015.el: Bind pgg-default-user-id when compiling.
20537
20538         * nndraft.el (nndraft-request-associate-buffer):
20539         Use write-contents-functions instead of write-contents-hooks if it is
20540         available.
20541
20542         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20543         instead of find-file-hooks if it is available.
20544
20545         * nntp.el (nntp-open-connection): Replace
20546         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20547         (nntp-open-ssl-stream): Ditto.
20548         (nntp-open-tls-stream): Ditto.
20549
20550         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20551         set-process-query-on-exit-flag or process-kill-without-query.
20552         (starttls-open-stream-gnutls): Use it instead of
20553         process-kill-without-query.
20554         (starttls-open-stream): Ditto.
20555
20556 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20557
20558         * smime.el (smime-cert-by-ldap-1): Don't use
20559         replace-regexp-in-string.
20560
20561 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20562
20563         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20564
20565         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20566         in PEM format.  Adjust to the XEmacs compatibility.
20567
20568 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20569
20570         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20571         by `string-to-number'.
20572         * gnus-agent.el (gnus-agent-regenerate-group)
20573         (gnus-agent-fetch-articles): Ditto.
20574         * gnus-art.el (gnus-button-fetch-group): Ditto.
20575         * gnus-cache.el (gnus-cache-generate-active)
20576         (gnus-cache-articles-in-group): Ditto.
20577         * gnus-group.el (gnus-group-set-current-level)
20578         (gnus-group-insert-group-line): Ditto.
20579         * gnus-score.el (gnus-score-set-expunge-below)
20580         (gnus-score-set-mark-below, gnus-summary-score-effect)
20581         (gnus-summary-score-entry): Ditto.
20582         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20583         (gnus-soup-pack): Ditto.
20584         * gnus-spec.el (gnus-xmas-format): Ditto.
20585         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20586         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20587         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20588         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20589         * nndb.el (nndb-get-remote-expire-response): Ditto.
20590         * nndiary.el (nndiary-parse-schedule-value)
20591         (nndiary-string-to-number, nndiary-request-replace-article)
20592         (nndiary-request-article): Ditto.
20593         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20594         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20595         * nneething.el (nneething-make-head): Ditto.
20596         * nnfolder.el (nnfolder-request-article)
20597         (nnfolder-retrieve-headers): Ditto.
20598         * nnheader.el (nnheader-file-to-number): Ditto.
20599         * nnkiboze.el (nnkiboze-request-article): Ditto.
20600         * nnmail.el (nnmail-process-unix-mail-format)
20601         (nnmail-process-babyl-mail-format): Ditto.
20602         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20603         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20604         (nnmh-request-create-group, nnmh-request-list-1)
20605         (nnmh-request-group, nnmh-request-article): Ditto.
20606         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20607         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20608         * nnsoup.el (nnsoup-make-active): Ditto.
20609         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20610         * nntp.el (nntp-find-group-and-number)
20611         (nntp-retrieve-headers-with-xover): Ditto.
20612         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20613         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20614         (pgg-format-key-identifier): Ditto.
20615         * pop3.el (pop3-last, pop3-stat): Ditto.
20616         * qp.el (quoted-printable-decode-region): Ditto.
20617
20618         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20619         of concat.
20620
20621 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20622
20623         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20624
20625         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20626
20627         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20628
20629         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20630
20631         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20632
20633         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20634
20635         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20636         (gnus-carpal-mode): Ditto.
20637
20638         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20639         (gnus-browse-mode): Ditto.
20640
20641         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20642
20643         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20644
20645 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20646
20647         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20648
20649 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20650
20651         * gnus-util.el (gnus-run-mode-hooks): New function.
20652
20653         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20654
20655         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20656         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20657
20658 2005-05-27  Lute Kamstra  <lute@gnu.org>
20659
20660         * dns-mode.el (dns-mode): Specify customization group.
20661
20662 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20663
20664         * gnus-agent.el (gnus-agent-make-mode-line-string):
20665         Use mode-line-highlight as mouse-face.
20666
20667 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * canlock.el (canlock): Change the parent group to news.
20670
20671         * deuglify.el (gnus-outlook-deuglify): Add :group.
20672
20673         * dig.el (dig): Add :group.
20674
20675         * dns-mode.el (dns-mode): Add :group.
20676
20677         * encrypt.el (encrypt): Add :group.
20678
20679         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20680         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20681         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20682         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20683         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20684
20685         * gnus-diary.el (gnus-diary): Add :group.
20686
20687         * gnus.el (gnus-group-news-1-face): Add :group.
20688         (gnus-group-news-1-empty-face): Ditto.
20689         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20690         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20691         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20692         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20693         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20694         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20695         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20696         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20697         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20698         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20699         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20700         (gnus-summary-high-ticked-face): Ditto.
20701         (gnus-summary-low-ticked-face): Ditto.
20702         (gnus-summary-normal-ticked-face): Ditto.
20703         (gnus-summary-high-ancient-face): Ditto.
20704         (gnus-summary-low-ancient-face): Ditto.
20705         (gnus-summary-normal-ancient-face): Ditto.
20706         (gnus-summary-high-undownloaded-face): Ditto.
20707         (gnus-summary-low-undownloaded-face): Ditto.
20708         (gnus-summary-normal-undownloaded-face): Ditto.
20709         (gnus-summary-high-unread-face): Ditto.
20710         (gnus-summary-low-unread-face): Ditto.
20711         (gnus-summary-normal-unread-face): Ditto.
20712         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20713         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20714
20715         * hashcash.el (hashcash): New custom group.
20716         (hashcash-default-payment): Add :group.
20717         (hashcash-payment-alist): Ditto.
20718         (hashcash-default-accept-payment): Ditto.
20719         (hashcash-accept-resources): Ditto.
20720         (hashcash-path): Ditto.
20721         (hashcash-extra-generate-parameters): Ditto.
20722         (hashcash-double-spend-database): Ditto.
20723         (hashcash-in-news): Ditto.
20724
20725         * message.el (message-minibuffer-local-map): Add :group.
20726
20727         * netrc.el (netrc): Add :group.
20728
20729         * sieve-manage.el (sieve-manage-log): Add :group.
20730         (sieve-manage-default-user): Diito.
20731         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20732         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20733         (sieve-manage-authenticators): Ditto.
20734         (sieve-manage-authenticator-alist): Ditto.
20735         (sieve-manage-default-port): Ditto.
20736
20737         * sieve-mode.el (sieve-control-commands-face): Add :group.
20738         (sieve-action-commands-face): Ditto.
20739         (sieve-test-commands-face): Ditto.
20740         (sieve-tagged-arguments-face): Ditto.
20741
20742         * smime.el (smime): Add :group.
20743
20744         * spam-report.el (spam-report): Add :group.
20745
20746         * spam.el (spam, spam-face): Add :group.
20747
20748 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20749
20750         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20751         return \n.\n.\n at the end of articles.  Protect against that.
20752         (nntp-with-open-group): Allow debugging.
20753
20754         * nnheader.el (mail-header-set-extra): Make into a function
20755         because I just could't understand how to quote the list properly.
20756
20757         * dns.el (query-dns-cached): New function.
20758
20759 2005-05-26  Lute Kamstra  <lute@gnu.org>
20760
20761         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20762
20763 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20764
20765         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20766
20767         * gnus-art.el: Don't autoload mail-extract-address-components.
20768
20769         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20770         eval-and-compile to evaluate it.
20771
20772         * hashcash.el: Don't autoload executable-find.
20773
20774         * nndb.el: Don't declare the nndb back end two or more times; don't
20775         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20776
20777         * nntp.el: Autoload format-spec instead of format; use
20778         eval-and-compile to evaluate autoload forms.
20779
20780 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20781
20782         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20783
20784 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20785
20786         * gnus.el (gnus-version-number): Bump version.
20787
20788 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20789
20790         * gnus.el: No Gnus v0.3 is released.
20791
20792 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20793
20794         * lpath.el (featurep): Bind show-nonbreak-escape.
20795
20796 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * gnus-art.el (gnus-article-edit-part): Disable undo.
20799
20800 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20801
20802         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20803         gnus-article-date-lapsed-new-header is t if date timer is active;
20804         skip headers in which the original date value is empty.
20805         (gnus-article-save-original-date): Redefine it as a macro.
20806         (gnus-display-mime): Use it.
20807
20808 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20809
20810         * gnus-art.el (article-date-ut): Support converting date in
20811         forwarded parts as well.
20812         (gnus-article-save-original-date): New function.
20813         (gnus-display-mime): Use it.
20814
20815 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20816
20817         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20818         enclosure element of <item>.
20819
20820 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20821
20822         * message.el (message-kill-buffer-query): Rename from
20823         `message-kill-buffer-query-if-modified'.  Add :version.
20824
20825 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20826
20827         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20828         window layout.
20829
20830 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20831
20832         * mml.el: Autoload dnd when compiling.
20833
20834 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20835
20836         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20837         x-dnd-*.
20838
20839 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20840
20841         * qp.el (quoted-printable-encode-region): Save excursion.
20842
20843 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20844
20845         * message.el (message-kill-buffer-query-if-modified): Add new variable
20846         so the user can kill a modified message buffer quickly.
20847         (message-kill-buffer): Use it.
20848
20849 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * lpath.el: Fbind display-time-event-handler; don't fbind
20852         string-to-multibyte.
20853
20854         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20855
20856 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20857
20858         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20859         contained in text because xml.el decodes entities) with LFs.
20860
20861 2005-04-11  Lute Kamstra  <lute@gnu.org>
20862
20863         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20864         differently.
20865
20866 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20867
20868         * mm-util.el (mm-detect-coding-region): Typo.
20869
20870 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20871
20872         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20873
20874 2005-04-06  Deepak Goel  <deego@gnufans.org>
20875
20876         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20877         user-function allow user modifications of the scores.
20878         (spam-stat-score-buffer-user): New function, to allow
20879         user-computed modifications to the score.
20880         (spam-stat-score-buffer-user-functions): List of additional
20881         scoring functions.
20882         (spam-stat-error-holder): Global temporary error holder.
20883         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20884         variable.
20885
20886 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20887
20888         * gnus-registry.el (gnus-registry-clean-empty-function)
20889         (gnus-registry-trim, gnus-registry-fetch-groups)
20890         (gnus-registry-delete-group): Groups that match
20891         `gnus-registry-ignored-groups' are removed from the registry
20892         entries, not just ignored for splitting.  This helps clean up the
20893         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20894         to get all the groups a message ID is in.
20895
20896         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20897         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20898         (spam-stat-score-buffer-user-functions): Add :number custom type.
20899
20900 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20901
20902         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20903         argument in XEmacs.
20904
20905         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20906         (nnrss-request-group): Decode group name first.
20907         (nnrss-request-article): Make a text/plain article if mml-to-mime
20908         failed.
20909         (nnrss-get-encoding): Return a compatible encoding according to
20910         nnrss-compatible-encoding-alist.
20911         (nnrss-find-el): Use consp instead of listp.
20912         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20913
20914 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20915
20916         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20917         which Emacs 20 doesn't support.
20918         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20919
20920 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20921
20922         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20923         silence the byte compiler inside the defun.
20924
20925         * gnus-demon.el (parse-time-string): Add autoload.
20926
20927         * gnus-delay.el (parse-time-string): Add autoload.
20928
20929         * gnus-art.el (parse-time-string): Add autoload.
20930
20931         * nnultimate.el (parse-time): Require for `parse-time-string'.
20932
20933 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20934
20935         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20936
20937         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20938
20939         * smime.el (smime-ldap-host-list): Add :version.
20940
20941 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20942
20943         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20944         pass it to `gnus-browse-read-group'.
20945         (gnus-browse-read-group): Add NUMBER argument and pass it to
20946         `gnus-group-read-ephemeral-group'.
20947
20948         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20949         argument and pass it to `gnus-group-read-group'.
20950
20951 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20952
20953         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20954         mm-xemacs-find-mime-charset-1 if we have the mule feature
20955         available at runtime.
20956
20957 2005-03-25  Werner Lemberg  <wl@gnu.org>
20958
20959         * nnmaildir.el: Replace `illegal' with `invalid'.
20960
20961 2005-03-23  Lute Kamstra  <lute@gnu.org>
20962
20963         * time-date.el: Add comment on time value formats.
20964         Don't require parse-time.
20965         (with-decoded-time-value): New macro.
20966         (encode-time-value): New function.
20967         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20968         (days-to-time): Return a valid time value when arg is huge.
20969         (time-since): Use time-subtract.
20970         (time-to-number-of-days): Use time-to-seconds.
20971
20972 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20973
20974         * gnus-start.el (gnus-display-time-event-handler):
20975         Check display-time-timer at runtime rather than only at load time
20976         in case display-time-mode is turned off in the mean time.
20977
20978 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20979
20980         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20981         used.
20982
20983         * nneething.el (nneething-map-file-directory): Derive from
20984         `gnus-directory'.
20985
20986         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20987         the To/Cc button.
20988
20989 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20990
20991         * nnmaildir.el (nnmaildir-request-accept-article):
20992         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20993
20994 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20995
20996         * gnus-async.el: Require timer-funcs at compile time when in
20997         XEmacs for `run-with-idle-timer'.
20998
20999 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21000
21001         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21002         autoloaded function.
21003
21004 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21005
21006         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21007
21008 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21009
21010         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21011
21012 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21013
21014         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21015         Add gnus-expert-user to default.
21016
21017 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21018
21019         * nnimap.el (nnimap-open-server): Ditto.
21020
21021         * imap.el (imap-authenticate): Fix typo.
21022
21023 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21024
21025         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21026         buffer (since IMAP server might return FETCH response out of
21027         order, and the nntp buffer must be sorted).
21028
21029 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21030
21031         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21032         comparison on string.
21033
21034         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21035         (gnus-agent-score): Rename category keywords to match gnus-cus.
21036         (gnus-agent-summary-fetch-series): Modify to protect against
21037         gnus-agent-summary-fetch-group clearing processable flags.
21038         (gnus-agent-synchronize-group-flags): Update live group buffer as
21039         synchronization may occur due to the user toggle the plugged
21040         status.
21041         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21042         successfully downloaded.
21043         (gnus-agent-expire-group-1): Avoid using markers when the overview
21044         is in ascending order; greatly improves performance.
21045         (gnus-agent-regenerate-group):
21046         Use gnus-agent-synchronize-group-flags to reset read status in both
21047         gnus and server.
21048         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21049
21050 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21051
21052         * message.el: Don't autoload former message-utils variables.
21053         (message-strip-subject-trailing-was): Change doc string.
21054
21055         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21056         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21057         (nnweb-google-search): Add "hl=en" here.
21058         (nnweb-google-parse-1, nnweb-google-create-mapping):
21059         Don't hardcode URL.
21060
21061 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21062
21063         * message.el (message-get-reply-headers, message-followup):
21064         Mention related variables `message-use-followup-to' and
21065         `message-use-mail-followup-to', in the information buffer.
21066
21067         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21068         of broken groups(-beta).google.com.
21069
21070 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21071
21072         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21073         parameter to invoked gnus-request-move-article; remove the
21074         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21075         all at once instead of once per article.
21076         (gnus-summary-remove-process-mark): Accept a list of articles as
21077         well as a single article for processing.
21078
21079         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21080         parameter.
21081
21082         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21083
21084         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21085
21086         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21087         parameter.
21088
21089         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21090         parameter.
21091
21092         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21093         parameter and remove the gnus-sum-hint-move-is-internal variable.
21094
21095         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21096         parameter.
21097
21098         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21099         parameter.
21100
21101         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21102         parameter.
21103
21104         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21105
21106         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21107         parameter.
21108
21109         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21110         parameter.
21111
21112 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21113
21114         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21115         a more conservative way.
21116
21117 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21118
21119         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21120         buffer, so it moves the window's cursor.
21121
21122 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21123
21124         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21125         `mm-dissect-multipart' and receive the from field as an (optional)
21126         argument from `mm-dissect-multipart'.
21127         (mm-dissect-multipart): Receive the from field as an argument and
21128         pass it on when we call `mm-dissect-buffer' on MIME parts.
21129         Fixes verification/decryption of signed/encrypted MIME parts.
21130
21131 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21132
21133         * gnus-sum.el (gnus-summary-move-article):
21134         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21135         whatever it calls (right now, only nnimap-request-move article
21136         respects it).
21137
21138         * nnimap.el (nnimap-request-move-article):
21139         When gnus-sum-hint-move-is-internal is set, don't do the extra
21140         nnimap-request-article.
21141
21142 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21143
21144         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21145
21146         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21147         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21148
21149         * gnus-sum.el (gnus-summary-caesar-message):
21150         Apply `gnus-treat-article' after rotation.
21151
21152         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21153         doc string.
21154
21155 2005-02-22  Simon Josefsson  <jas@extundo.com>
21156
21157         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21158         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21159         <arne@arnested.dk>.
21160         (encrypt): Add password-cache and password-cache-expiry as group
21161         members.
21162
21163 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21164
21165         * smime.el (smime-ldap-host-list): Doc fix.
21166         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21167         cache) password.
21168         (smime-sign-region): Use it.
21169         (smime-decrypt-region): Use it.
21170         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21171         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21172         fails.
21173         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21174         certificate from DER to PEM format rather than calling openssl.
21175
21176         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21177
21178         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21179         for signing/encryption.
21180
21181         * mml.el (mml-parse-1): Use them.
21182
21183 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21184
21185         * nnrss.el (nnrss-verbose): Remove.
21186         (nnrss-request-group): Use `nnheader-message' instead.
21187
21188 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21189
21190         * nnrss.el (nnrss-verbose): New variable.
21191         (nnrss-request-group): Make it say nnrss is requesting a group.
21192
21193 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21194
21195         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21196         Handle news URL with given port correctly.
21197
21198 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21201         containing special characters.
21202
21203         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21204
21205         * mml.el (mime-to-mml): Ditto.
21206
21207         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21208         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21209         (rfc2047-decode-region): Quote decoded words containing special
21210         characters when rfc2047-quote-decoded-words-containing-tspecials
21211         is non-nil.
21212
21213 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21214
21215         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21216
21217         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21218
21219 2005-02-15  Simon Josefsson  <jas@extundo.com>
21220
21221         * nnimap.el (nnimap-debug): Doc fix.
21222
21223         * imap.el (imap-debug): Doc fix.
21224
21225 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21226
21227         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21228
21229 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21230
21231         * gnus.el (spam-contents): Improve docs for spam-contents
21232         parameter in its variable incarnation.
21233
21234 2005-02-14  Simon Josefsson  <jas@extundo.com>
21235
21236         * smime-ldap.el: Use require instead of load-library for ldap.
21237         (smime-ldap-search): Indent.
21238         (smime-ldap-search-internal): Shorten line.
21239
21240         * smime.el (smime-cert-by-dns): Add doc-string.
21241         (smime-cert-by-ldap-1): Indent.
21242
21243         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21244         mml-smime-get-dns-ldap.
21245         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21246
21247 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21248
21249         * smime.el: Require smime-ldap.
21250         (smime-ldap-host-list): New variable.
21251         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21252
21253         * mml-smime.el (mml-smime-encrypt-query): New function.
21254         (mml-smime-encrypt-query): Use it.
21255
21256         * smime-ldap.el: New file.
21257
21258 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21259
21260         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21261
21262 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21263
21264         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21265         argument in doc string.  Make query for type more clear.
21266
21267 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21268
21269         * gnus.el (gnus-group-startup-message): Search for gnus images in
21270         etc/images/gnus.
21271         * mm-util.el (mm-image-load-path): Likewise.
21272         * smiley.el (smiley-data-directory): Search for smilies in
21273         etc/images/smilies.
21274
21275 2005-02-09  Kim F. Storm  <storm@cua.dk>
21276
21277         Change Emacs release version from 21.4 to 22.1 throughout.
21278         Change Emacs development version from 21.3.50 to 22.0.50.
21279
21280 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21281
21282         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21283
21284         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21285         non-Mule XEmacs as well.
21286         (mm-decompress-buffer): Signal an error intentionally if it does
21287         not decompress compressed data because auto-compression-mode is
21288         disabled.
21289
21290 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21291
21292         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21293         an ID in the registry even if it has no groups.
21294
21295 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21296
21297         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21298         merge it into mm-decompress-buffer.
21299         (gnus-mime-copy-part): Use the MIME part charset, the value which
21300         a user specified or gnus-newsgroup-charset for decoding, like
21301         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21302         save-buffer what was used.  Suggested by Kevin Ryde
21303         <user42@zip.com.au>.
21304         (gnus-mime-inline-part): Allow the name parameter as well as the
21305         filename parameter; force decompressing of compressed data; always
21306         display contents being not decoded as unibyte.
21307
21308         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21309         as well as the filename parameter.
21310
21311         * mm-util.el (mm-decompress-buffer):
21312         Merge gnus-mime-jka-compr-maybe-uncompress.
21313         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21314         of compressed data.
21315
21316 2005-02-08  Simon Josefsson  <jas@extundo.com>
21317
21318         * imap.el (imap-log): Doc fix.
21319
21320 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21321
21322         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21323         the coding cookies; decompress compressed parts.
21324
21325         * mml.el (mml-generate-mime-1): Add the charset parameter according
21326         to the value which a user specified manually or the coding cookie.
21327
21328         * mm-util.el (mm-string-to-multibyte): New function.
21329         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21330         (mm-coding-system-to-mime-charset): New function.
21331         (mm-decompress-buffer): New function.
21332         (mm-find-buffer-file-coding-system): New function.
21333
21334         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21335         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21336         parts.
21337
21338 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21339
21340         * mm-view.el (mm-display-inline-fontify): Decode a part according
21341         to the charset parameter.
21342
21343 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21344
21345         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21346         prefix arg is neither nil nor a number, as info specifies.
21347
21348 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21349
21350         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21351         timestamps.
21352
21353 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21354
21355         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21356         groups error checking and notify user.
21357
21358 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21359
21360         * message.el (message-send-mail-function): Check existence of
21361         sendmail-program first before using default value
21362         `message-send-mail-with-sendmail'.  Otherwise use more generic
21363         `smtpmail-send-it'.
21364
21365 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21366
21367         * nntp.el (nntp-request-update-info): Always return nil.
21368
21369 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21370
21371         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21372
21373 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21374
21375         * message.el (message-beginning-of-line): Change the behavior when
21376         invoked between BOL and : so that it first moves backward.
21377
21378 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21379
21380         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21381         article buffer when editing of the article is discarded.
21382         (gnus-article-prepare): Revert.
21383
21384 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21385
21386         * gnus-art.el (gnus-article-prepare):
21387         Remove message-strip-forbidden-properties from the local hook.
21388
21389 2005-01-27  Simon Josefsson  <jas@extundo.com>
21390
21391         * password.el (password-cache-add): Only start one timer per key.
21392         Reported by Derek Atkins <warlord@MIT.EDU>.
21393
21394 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21395
21396         * run-at-time.el: Remove.  It is no longer needed as
21397         timer-funcs.el in the xemacs-base package has a working version of
21398         `run-at-time'.
21399
21400         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21401
21402         * password.el: Require timer-funcs instead of run-at-time in
21403         XEmacs.
21404         Remove `password-run-at-time' macro.
21405         (password-cache-add): Use `run-at-time' instead of
21406         `password-run-at-time'.
21407
21408         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21409         Remove `nnheader-cancel-function-timers' alias,
21410         `cancel-function-timers' exists in XEmacs in timer-funcs.
21411
21412         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21413         for `run-with-idle-timer'.
21414
21415         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21416         for `run-at-time'.
21417
21418         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21419         for `with-timeout'.
21420
21421         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21422         the same as for XEmacs 21.4.
21423         No need to ignore `run-with-idle-timer', this function exists in
21424         XEmacs now in timer-funcs.el in the xemacs-base package.
21425         (dgnushack-compile): No need to delete
21426         run-at-time.el from the list of files to compile because it
21427         doesn't exist anymore.
21428
21429 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21430
21431         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21432         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21433
21434 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21435
21436         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21437         sensitively.
21438
21439 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21440
21441         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21442
21443 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21444
21445         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21446         which will be inserted according to the multibyteness of a buffer
21447         rather than the type of contents.  Suggested by ARISAWA Akihiro
21448         <ari@mbf.ocn.ne.jp>.
21449
21450         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21451         of string which old xml.el may return rather than a string.
21452
21453 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21454
21455         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21456
21457 2005-01-16  Simon Josefsson  <jas@extundo.com>
21458
21459         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21460         idn/idna.el isn't available.
21461         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21462         <michael@waxrat.com>.
21463
21464         * hashcash.el: Remove non-FSF copyright header.
21465
21466         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21467         (hashcash-generate-payment): Use it.
21468         (hashcash-generate-payment-async): Use it.
21469
21470 2005-01-15  Simon Josefsson  <jas@extundo.com>
21471
21472         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21473         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21474
21475         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21476         gnus-summary-idna-message.
21477         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21478         (gnus-summary-idna-message): New function.
21479
21480 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21481
21482         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21483         gnus-novice-user.
21484
21485 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21486
21487         * nnrss.el (nnrss-request-delete-group): Delete entries in
21488         nnrss-group-alist as well.
21489         (nnrss-save-server-data): Insert newline.
21490
21491 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21492
21493         * gnus.el (gnus-user-agent): Use list of symbols instead of
21494         symbols.  Display full version number for (S)XEmacs.
21495         Optionally display (S)XEmacs codename.
21496
21497         * gnus-util.el (gnus-emacs-version): Update for new
21498         `gnus-user-agent'.
21499
21500         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21501         Gnus version.
21502
21503 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21504
21505         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21506         which is unreadable in some setups.
21507
21508 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21509
21510         * gnus-spec.el (gnus-update-format-specifications): Flush the
21511         group format spec cache if it doesn't support decoded group names.
21512
21513 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21514
21515         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21516         Allow to apply decay on score files matching a regexp.
21517
21518 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21519
21520         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21521         compatibility in %g and %c.
21522
21523 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21524
21525         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21526         name for only %g and %c.
21527         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21528         of gnus-tmp-group to decoded group name.
21529         (gnus-group-make-rss-group): Exclude `/'s from group names.
21530
21531 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21532
21533         * nnrss.el (nnrss-get-encoding): Fix regexp.
21534
21535 2004-12-27  Simon Josefsson  <jas@extundo.com>
21536
21537         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21538         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21539         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21540
21541 2004-12-17  Kim F. Storm  <storm@cua.dk>
21542
21543         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21544
21545         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21546
21547 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21548
21549         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21550
21551 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21552
21553         * nnrss.el: Require rfc2047 and mml.
21554         (nnrss-file-coding-system): New variable.
21555         (nnrss-format-string): Redefine it as an inline function.
21556         (nnrss-decode-group-name): New function.
21557         (nnrss-string-as-multibyte): Remove.
21558         (nnrss-retrieve-headers): Decode group name; don't use
21559         nnrss-format-string.
21560         (nnrss-request-group): Decode group name.
21561         (nnrss-request-article): Decode group name; allow a Message-ID as
21562         well as an article number; don't use nnrss-format-string; encode a
21563         Message-ID string which may contain non-ASCII characters; use
21564         mml-to-mime to compose a MIME article.
21565         (nnrss-request-expire-articles): Decode group name.
21566         (nnrss-request-delete-group): Decode group name.
21567         (nnrss-fetch): Clarify error message.
21568         (nnrss-read-server-data): Use insert-file-contents instead of load;
21569         bind file-name-coding-system; use multibyte buffer.
21570         (nnrss-save-server-data): Bind coding-system-for-write to the
21571         value of nnrss-file-coding-system; bind file-name-coding-system;
21572         add coding cookie.
21573         (nnrss-read-group-data): Use insert-file-contents instead of load;
21574         bind file-name-coding-system; use multibyte buffer.
21575         (nnrss-save-group-data): Bind coding-system-for-write to the
21576         value of nnrss-file-coding-system; bind file-name-coding-system.
21577         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21578         make it work with non-ASCII text.
21579         (nnrss-find-el): Make it work with old xml.el as well.
21580
21581 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21582
21583         * nnrss.el (nnrss-get-encoding): New function.
21584         (nnrss-fetch): Use unibyte buffer initially; bind
21585         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21586         decode contents according to the encoding attribute.
21587         (nnrss-save-group-data): Add coding cookie.
21588         (nnrss-mime-encode-string): New function.
21589         (nnrss-check-group): Use it to encode subject and author.
21590
21591 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21592
21593         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21594         imaginary variable.
21595
21596 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21597
21598         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21599         correctly even if there are wide characters.
21600
21601 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21602
21603         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21604         downcased symbol names; make a new cache instead of reusing
21605         bbdb-hashtable.
21606
21607 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21608
21609         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21610         concatenating segments rather than before concatenating them.
21611         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21612
21613         * message.el (message-get-reply-headers): Bind `extra'.
21614
21615 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21616
21617         * message.el (message-extra-wide-headers): New variable.
21618         (message-get-reply-headers): Use it.
21619
21620 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21621
21622         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21623         (gnus-agent-group-pathname): Ditto.
21624
21625         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21626
21627         * gnus-group.el (gnus-group-make-group): Decode group name.
21628         (gnus-group-make-rss-group): Register the group data after opening
21629         the nnrss group.
21630
21631 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21632
21633         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21634         by expiry now get marked as read.
21635
21636 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21637
21638         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21639
21640 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21641
21642         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21643         unify Latin characters in XEmacs.
21644         (mm-find-mime-charset-region): Use it.
21645
21646 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21647
21648         * gnus-util.el (gnus-delete-directory): New function.
21649
21650         * gnus-agent.el (gnus-agent-delete-group): Use it.
21651
21652         * gnus-cache.el (gnus-cache-delete-group): Use it.
21653
21654 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21655
21656         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21657         names.
21658
21659 2004-12-16  Simon Josefsson  <jas@extundo.com>
21660
21661         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21662
21663 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21664
21665         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21666
21667         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21668         (gnus-group-set-current-level): Decode group name.
21669
21670 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21671
21672         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21673         failed.
21674
21675 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21676
21677         * gnus-group.el (gnus-group-delete-group): Decode group name.
21678         (gnus-group-make-rss-group): Encode group name.
21679         (gnus-group-catchup-current): Decode group name.
21680         (gnus-group-kill-group): Decode group name.
21681
21682 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21683
21684         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21685
21686 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * gnus-group.el (gnus-group-make-rss-group):
21689         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21690
21691         * gnus-start.el (gnus-setup-news): Honor user's setting to
21692         gnus-message-archive-method.  Suggested by Lute Kamstra
21693         <lute@gnu.org>.
21694
21695 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21696
21697         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21698         global counterparts of the buffer-local variables.
21699
21700 2004-11-16  Romain Francoise  <romain@orebokech.com>
21701
21702         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21703         counterparts of the buffer-local variables.
21704
21705 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21706
21707         * message.el (message-forbidden-properties): Fix typo in doc
21708         string.
21709
21710 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21711
21712         * gnus-util.el (gnus-replace-in-string): Add doc string.
21713
21714         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21715         to avoid problems when splitting mails with many recipients.
21716
21717 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21718
21719         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21720         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21721
21722 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21723
21724         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21725         if there is no hashtable in memory or file modification time is
21726         newer than cached timestamp.
21727
21728 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21729
21730         * gnus-sum.el (gnus-summary-limit-to-recipient):
21731         Implement not-matching option.
21732
21733 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21734
21735         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21736         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21737         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21738         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21739         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21740         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21741
21742 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * message.el (message-forward-make-body-mml): Remove headers
21745         according to message-forward-ignored-headers if a message is decoded.
21746
21747 2004-12-02  Romain Francoise  <romain@orebokech.com>
21748
21749         * message.el (message-forward-make-body-plain): Always remove
21750         headers according to message-forward-ignored-headers.
21751
21752 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21753
21754         * spam.el (spam-summary-prepare-exit): Remove the
21755         gnus-summary-limit pop for now, it has problems with ham marks for
21756         me.
21757
21758 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21759
21760         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21761         correctly.
21762
21763 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21764
21765         * format-spec.el (format-spec): Message the char.
21766
21767 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21768
21769         * gnus-art.el (gnus-split-methods): Reformat comments.
21770
21771         * spam.el (spam-summary-prepare-exit): Remove article limits
21772         before exiting the summary buffer.
21773
21774 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21775
21776         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21777         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21778
21779         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21780         order to silence the byte compiler.
21781
21782         * spam.el: Fix the way to silence the byte compiler, which
21783         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21784         bbdb-search-simple, spam-BBDB-register-routine,
21785         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21786         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21787         spam-stat-buffer-is-spam, spam-stat-load,
21788         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21789         spam-stat-save and spam-stat-split-fancy.
21790
21791 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21792
21793         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21794         which may confuse users.
21795         (canlock-password-for-verify): Ditto.
21796
21797         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21798
21799         * gnus-art.el (gnus-emphasis-alist): Ditto.
21800
21801         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21802
21803         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21804
21805         * gnus-start.el (gnus-save-killed-list): Ditto.
21806
21807         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21808         (gnus-sum-thread-tree-root): Ditto.
21809         (gnus-sum-thread-tree-false-root): Ditto.
21810         (gnus-sum-thread-tree-single-indent): Ditto.
21811
21812         * message.el (message-courtesy-message): Ditto.
21813         (message-archive-note): Ditto.
21814         (message-subscribed-address-file): Ditto.
21815         (message-user-fqdn): Ditto.
21816
21817         * spam-report.el (spam-report-gmane-regex): Ditto.
21818
21819         * spam.el (spam-blackhole-good-server-regex): Ditto.
21820
21821 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21822
21823         * mml.el (mml-preview): Widen the message buffer before copying
21824         the contents to the preview buffer; sort headers before previewing.
21825
21826         * message.el (message-hidden-headers): Fix the way to avoid a bug
21827         in the `repeat' widget in Emacs 21.3 or earlier.
21828
21829 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21830
21831         * message.el (message-hidden-headers): Default to "^References:".
21832         Improve customization type.  Suggested by Reiner Steib
21833         <Reiner.Steib@gmx.de>.
21834
21835 2004-11-25  Romain Francoise  <romain@orebokech.com>
21836
21837         * message.el (message-strip-forbidden-properties): Remove check for
21838         obsolete `message-hidden' text property, hidden headers are not
21839         accessible in the buffer anymore.
21840
21841 2004-11-22  Romain Francoise  <romain@orebokech.com>
21842
21843         * message.el (message-header-format-alist): Add `From' in list
21844         so that it can be sorted.
21845         (message-fix-before-sending): Widen and sort headers before
21846         sending.
21847         (message-hide-headers): Use narrowing to hide headers by moving
21848         them to the top of the buffer and narrowing to the region
21849         underneath.
21850
21851 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21852
21853         * message.el (message-strip-forbidden-properties):
21854         Bind buffer-read-only (etc) to nil.
21855
21856 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21857
21858         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21859         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21860
21861 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21862
21863         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21864
21865 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21866
21867         * dns.el (query-dns): Use sit-for to time instead of
21868         accept-process-output, since that doesn't seem to work on udp
21869         sockets.
21870
21871 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21872
21873         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21874
21875 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21876
21877         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21878         doc string.  Improve doc string.
21879
21880 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21881
21882         * nntp.el (nntp-request-update-info): Return nil if
21883         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21884         may not call gnus-activate-group which uselessly issues the GROUP
21885         commands for all nntp groups and wastes time.  Reported by Romain
21886         Francoise <romain@orebokech.com>.
21887
21888         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21889
21890 2004-11-15  Simon Josefsson  <jas@extundo.com>
21891
21892         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21893         headers separately.
21894         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21895         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21896
21897 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21898
21899         * gnus-start.el (gnus-convert-old-newsrc):
21900         Assign legacy-gnus-agent to 5.10.7.
21901
21902 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21903
21904         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21905         start of the lines.
21906
21907 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21908
21909         * hashcash.el (hashcash-default-payment): Change default to 20.
21910         (hashcash-default-accept-payment): Change default to 20.
21911         (hashcash-process-alist): New variable.
21912         (hashcash-generate-payment-async): Add.
21913         (hashcash-already-paid-p): Add.
21914         (hashcash-insert-payment): Don't generate payments twice.
21915         (hashcash-insert-payment-async): Add.
21916         (hashcash-insert-payment-async-2): Add.
21917         (hashcash-cancel-async): Add.
21918         (hashcash-wait-async): Add.
21919         (hashcash-processes-running-p): Add.
21920         (hashcash-wait-or-cancel): Add.
21921         (mail-add-payment): New optional argument.  Conditionally start
21922         asynchronous calculation.
21923         (mail-add-payment-async): Add.
21924
21925         * message.el (message-send-mail): Wait for asynchronous hashcash
21926         results.  Don't clobber existing X-Hashcash headers.
21927         (message-setup-1): Call mail-add-payment-async when
21928         message-generate-hashcash is non-nil.
21929
21930 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21931
21932         * message.el (message-use-alternative-email-as-from): Examine the
21933         From header as well; use message-make-from in order to include a
21934         user's full name.
21935
21936 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21937
21938         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21939         default; improve customization type.
21940         (gnus-emphasis-custom-with-format): New macro.
21941         (gnus-emphasis-custom-value-to-external): New function.
21942         (gnus-emphasis-custom-value-to-internal): New function.
21943
21944 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21945
21946         * dns.el (query-dns): Resolve reverse addresses.
21947
21948 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21949
21950         * gnus-group.el (gnus-group-get-new-news): Use it.
21951
21952         * gnus-start.el (gnus-check-reasonable-setup): New function.
21953
21954 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21955
21956         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21957         "Args out of range" error.  Reported by Arnaud Giersch
21958         <arnaud.giersch@free.fr>.
21959
21960 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21961
21962         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21963
21964 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21965
21966         * spam.el (spam group): Add :version.
21967
21968         * pgg-def.el (pgg group): Add :version.
21969
21970 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21971
21972         * gnus-art.el (gnus-article-edit-article): Don't associate the
21973         article buffer with a draft file.  This is a temporary measure
21974         against the 2004-08-22 change to gnus-article-edit-mode.
21975
21976 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21977
21978         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21979         (html2text-format-tags): Remove unused variable `attr'.
21980
21981 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21982
21983         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21984
21985         * tls.el (tls-process-connection-type, tls-success)
21986         (tls-certtool-program): Add :version.
21987
21988         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21989         (starttls-extra-arguments, starttls-process-connection-type)
21990         (starttls-connect, starttls-failure, starttls-success): Add :version.
21991
21992         * spam-stat.el (spam-stat): Add :version.
21993
21994         * sieve.el (sieve): Add :version.
21995
21996         * sha1.el (sha1): Add :version.
21997         (sha1-use-external): Remove redundant version.
21998
21999         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22000         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22001         (nnmail-split-fancy-match-partial-words)
22002         (nnmail-split-lowercase-expanded): Add :version.
22003
22004         * nndiary.el (nndiary): Add :version.
22005
22006         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22007
22008         * mml-sec.el (mml-default-sign-method)
22009         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22010         Add :version.
22011
22012         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22013
22014         * mm-url.el (mm-url-use-external, mm-url-program)
22015         (mm-url-arguments): Add :version.
22016
22017         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22018         (mm-attachment-file-modes, mm-decrypt-option)
22019         (mm-w3m-safe-url-regexp): Add :version.
22020
22021         * message.el (message-cite-prefix-regexp)
22022         (message-sendmail-envelope-from, message-minibuffer-local-map)
22023         (message-user-fqdn, message-completion-alist): Add :version.
22024
22025         * gnus-win.el (gnus-configure-windows-hook)
22026         (gnus-use-frames-on-any-display): Add :version.
22027
22028         * gnus-art.el (gnus-article-address-banner-alist)
22029         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22030         (gnus-treat-from-picon, gnus-treat-mail-picon)
22031         (gnus-treat-x-pgp-sig): Add :version.
22032
22033         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22034         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22035         (gnus-summary-article-delete-hook)
22036         (gnus-summary-display-while-building): Add :version.
22037
22038         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22039         (gnus-get-top-new-news-hook): Add :version.
22040
22041         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22042         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22043
22044         * gnus-registry.el (gnus-registry): Add :version.
22045
22046         * gnus-spec.el (gnus-use-correct-string-widths)
22047         (gnus-make-format-preserve-properties): Add :version.
22048
22049         * gnus.el (gnus-group-charter-alist)
22050         (gnus-group-fetch-control-use-browse-url)
22051         (gnus-install-group-spam-parameters): Add :version.
22052
22053         * gnus-diary.el (gnus-diary): Add :version.
22054
22055         * gnus-delay.el (gnus-delay): Add :version.
22056
22057         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22058         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22059         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22060         Add :version.
22061
22062         * gnus-agent.el (gnus-agent-max-fetch-size)
22063         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22064         (gnus-agent-prompt-send-queue): Add :version.
22065
22066         * deuglify.el (gnus-outlook-deuglify): Add :version.
22067
22068         * html2text.el: Beautify code.  Improve doc strings.
22069         Some checkdoc cleanup.
22070         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22071
22072 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22073
22074         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22075
22076 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22077
22078         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22079         when package is loaded.
22080
22081         * spam.el (spam-summary-score-preferred-header): Add global preference
22082         for people who want to override the default SpamAssassin over
22083         Bogofilter preference (when both are set).
22084         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22085         (spam-user-format-function-S):
22086         Check spam-summary-score-preferred-header.
22087         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22088         (spam-user-format-function-S): Format the score correctly.
22089
22090 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22091
22092         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22093         signature file.  Suggested by Manoj Srivastava
22094         <srivasta@golden-gryphon.com>.
22095
22096         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22097         iso-2022-jp even in the Japanese language environment.
22098         Suggested by Jason Rumney <jasonr@gnu.org>.
22099
22100 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22103         use the same characters as the dummy marks; make it free from
22104         getting affected by the language environment.
22105         (gnus-summary-read-group-1): Update mark positions only when the
22106         format spec is updated.
22107
22108         * gnus-spec.el (gnus-update-format-specifications): Return a list
22109         of updated types.
22110
22111 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22112
22113         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22114         of boundp to check if display-warning is available.
22115
22116 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22117
22118         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22119
22120 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22121
22122         * nnspool.el (nnspool-spool-directory): Use news-path if the
22123         news-directory variable is not bound.
22124
22125         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22126         function instead of display-warning if it is not available.
22127
22128 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22129
22130         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22131         v5-10: Use `point-at-bol'.
22132
22133 2004-10-26  Simon Josefsson  <jas@extundo.com>
22134
22135         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22136         <chenggao@gmail.com>.
22137
22138 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22139
22140         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22141         instead.
22142
22143 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22144
22145         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22146         to remove a server from the nnimap-server-buffer-alist.
22147         (nnimap-open-connection, nnimap-close-server): Use it.
22148
22149         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22150
22151 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22152
22153         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22154         running the major-mode function.
22155
22156 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22157
22158         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22159         dummy marks in the right way.
22160
22161 2004-10-18  David Edmondson  <dme@dme.org>
22162
22163         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22164         excessively.
22165
22166 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22167
22168         * gnus-util.el (gnus-split-references): Accept a nil references
22169         string and go on blissfully.
22170
22171         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22172         cases where the references string is non-nil but has no references.
22173
22174         * encrypt.el: Add autoload tags.
22175
22176         * spam.el (spam-resolve-registrations-routine): Remove article
22177         from unregistration list too.  Reported by David Hanak
22178         <dhanak@isis.vanderbilt.edu>
22179
22180 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22181
22182         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22183         nil.  Change custom type.
22184
22185 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22186
22187         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22188
22189         * gnus-sum.el (gnus-summary-move-article): Use it.
22190
22191 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22192
22193         * encrypt.el: Add autoload cookies.
22194
22195         * spam.el (spam-backend-article-list-property)
22196         (spam-backend-get-article-todo-list)
22197         (spam-backend-put-article-todo-list)
22198         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22199         Resolve registrations separately.
22200         (spam-register-routine): Format comments.
22201         (spam-unregister-routine, spam-register-routine): Always call with
22202         specific-articles, no default list.
22203         (spam-summary-prepare-exit): Use the spam-classifications function.
22204
22205         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22206         gnus-encrypt.el.
22207
22208         * encrypt.el: Copied from gnus-encrypt.el.
22209
22210         * gnus-encrypt.el: Commented that it's obsolete.
22211
22212 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22213
22214         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22215         (gnus-score-save): Use it.
22216
22217         * message.el (message-bury): Use `window-dedicated-p'.
22218
22219 2004-10-15  Simon Josefsson  <jas@extundo.com>
22220
22221         * pop3.el (top-level): Don't require nnheader.
22222         (pop3-read-timeout): Add.
22223         (pop3-accept-process-output): Add.
22224         (pop3-read-response, pop3-retr): Use it.
22225
22226 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22227
22228         * spam.el (spam-register-routine): Move comment.
22229         (spam-verify-bogofilter): Use 'unknown for the initial
22230         spam-bogofilter-valid state, not 'never.
22231
22232         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22233         for netrc-machine.
22234
22235         * nnimap.el (nnimap-open-connection):
22236         Use netrc-machine-user-or-password.
22237
22238 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22239
22240         * gnus-registry.el (gnus-registry-unload-hook):
22241         Set as a variable with add-hook.
22242
22243         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22244         of news-path.
22245
22246         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22247
22248         * spam.el: Delete duplicate `provide'.
22249         (spam-unload-hook): Set as a variable with add-hook.
22250
22251 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22252
22253         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22254         in the doc string.
22255
22256         * message.el (message-ignored-news-headers)
22257         (message-ignored-supersedes-headers)
22258         (message-ignored-resent-headers)
22259         (message-forward-ignored-headers): Improve custom type.
22260
22261 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22262
22263         * message.el (message-tokenize-header): Fix 2004-09-06 change
22264         which used point-min in the wrong place.
22265
22266 2004-10-12  Simon Josefsson  <jas@extundo.com>
22267
22268         * tls.el (tls-certtool-program): New variable.
22269         (tls-certificate-information): New function, based on
22270         ssl-certificate-information.
22271
22272 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22273
22274         * compface.el: Move the version of ELisp-based uncompface program
22275         to the contrib directory because of the copyright problem.
22276
22277 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22278
22279         * message.el (message-kill-buffer): Raise the current frame.
22280
22281 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22282
22283         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22284
22285         * gnus.el (message-y-or-n-p): Autoload.
22286
22287         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22288         (pop3-password-required, pop3-authentication-scheme)
22289         (pop3-leave-mail-on-server): Make customizable.
22290         (pop3): New custom group.
22291         (pop3-retr): Remove `sleep-for' statements.
22292         Suggested by Dave Love <fx@gnu.org>.
22293
22294         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22295         Windows/DOS.
22296
22297         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22298         (imap-parse-body): Fix incorrect use of `assert'.
22299         Suggested by Dave Love <fx@gnu.org>.
22300
22301         * mml.el (mml-minibuffer-read-disposition): Require match.
22302         Suggested by Dave Love <fx@gnu.org>.
22303
22304 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22305
22306         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22307         doc string.
22308
22309 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22310
22311         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22312
22313 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22314
22315         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22316         instead of calling `mm-insert-inline', to decode text/* parts
22317         before displaying them.
22318
22319 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22320
22321         * mm-uu.el (mm-uu-text-plain-type): New variable.
22322         (mm-uu-pgp-signed-extract-1): Use it.
22323         (mm-uu-pgp-encrypted-extract-1): Use it.
22324         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22325         bind mm-uu-text-plain-type with that value.
22326         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22327         mm-uu-dissect.
22328
22329 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22330
22331         * gnus-group.el (gnus-update-group-mark-positions):
22332         * gnus-sum.el (gnus-update-summary-mark-positions):
22333         * message.el (message-check-news-body-syntax):
22334         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22335         of string-as-multibyte.
22336
22337 2004-10-05  Juri Linkov  <juri@jurta.org>
22338
22339         * gnus-group.el (gnus-update-group-mark-positions):
22340         * gnus-sum.el (gnus-update-summary-mark-positions):
22341         * message.el (message-check-news-body-syntax):
22342         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22343         8-bit unibyte values to a multibyte string for search functions.
22344
22345 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22346
22347         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22348         (mm-uu-dissect-text-parts): New function.
22349
22350         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22351         dissect text parts.
22352
22353         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22354         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22355
22356         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22357
22358         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22359         Use gnus-current-topics instead of gnus-current-topic.
22360
22361 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22362
22363         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22364
22365 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22366
22367         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22368         where appropriate.
22369
22370         * nnml.el (nnml-generate-active-info): do.
22371
22372         * nndiary.el (nndiary-generate-active-info): do.
22373
22374         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22375         (gnus-topic-move): do.
22376
22377         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22378         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22379
22380         * gnus-srvr.el (gnus-server-prepare)
22381         (gnus-server-open-all-servers): do.
22382
22383         * gnus-msg.el (gnus-summary-cancel-article)
22384         (gnus-summary-resend-message)
22385         (gnus-summary-mail-crosspost-complaint): do.
22386
22387         * gnus-move.el (gnus-change-server): do.
22388
22389         * gnus-group.el (gnus-group-unmark-all-groups)
22390         (gnus-group-set-current-level): do.
22391
22392 2004-10-04  Simon Josefsson  <jas@extundo.com>
22393
22394         * message.el (message-generate-hashcash): Doc fix.
22395
22396 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22397
22398         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22399         avoid infinite recursion via gnus-get-function.
22400
22401 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22402
22403         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22404
22405         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22406
22407         * nnmail.el (nnmail-split-history): do.
22408
22409         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22410         (nnml-request-delete-group): do.
22411
22412         * nnslashdot.el (nnslashdot-read-groups): do.
22413
22414         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22415         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22416
22417         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22418         (nnspool-sift-nov-with-sed): Use last.
22419         (nnspool-retrieve-headers-with-nov): Use mapc.
22420         (nnspool-request-newgroups): Use dolist.
22421         (nnspool-request-group): Use last.
22422
22423         * nntp.el (nntp-read-server-type): Use dolist.
22424
22425         * nnvirtual.el (nnvirtual-create-mapping)
22426         (nnvirtual-update-read-and-marked): Use dolist.
22427         (nnvirtual-convert-headers): Simplify.
22428
22429 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22430
22431         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22432         Add support for sync'ing tick marks.
22433
22434 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22435
22436         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22437         there's no visible header.
22438
22439 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22440
22441         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22442         When necessary, pass full group name to gnus-request-set-marks.
22443
22444 2004-10-01  Simon Josefsson  <jas@extundo.com>
22445
22446         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22447         acroread.
22448
22449 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22450
22451         * spam-report.el (spam-report-gmane): Fix interactive.
22452
22453         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22454
22455         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22456         when writing file.
22457         (gnus-agent-synchronize-flags): Don't default to being
22458         interactive.
22459
22460 2004-09-30  Simon Josefsson  <jas@extundo.com>
22461
22462         * message.el (message-generate-hashcash): Add.
22463         (message-send-mail): Use it, call mail-add-payment.
22464
22465 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22466
22467         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22468
22469 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22470
22471         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22472         gnus-requst-update-info with explicit code to sync the in-memory
22473         info read flags with the marks being sync'd to the backend.
22474
22475         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22476
22477 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22478
22479         * spam.el (spam-verify-bogofilter): Add new function.
22480         (spam-check-bogofilter)
22481         (spam-bogofilter-register-with-bogofilter): Use it.
22482         (spam-verify-bogofilter): Add small fixes.
22483
22484 2004-09-28  Simon Josefsson  <jas@extundo.com>
22485
22486         * hashcash.el (hashcash-generate-payment): Revert.
22487
22488 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22489
22490         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22491         Use gnus-extract-references instead of gnus-split-references.
22492
22493         * gnus-util.el (gnus-extract-references): Add new function, analogous
22494         to gnus-split-references but extracts only the message-ID without
22495         anything extra.
22496
22497         * hashcash.el (hashcash-generate-payment)
22498         (hashcash-check-payment): Do the right thing if hashcash-path is
22499         nil (because the hashcash program could not be found).
22500
22501         * spam.el (spam-use-hashcash): Remove comment.
22502
22503 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22504
22505         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22506         (gnus-cache-enter-article, gnus-cache-remove-article)
22507         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22508
22509         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22510
22511         * gnus-art.el (article-hide-boring-headers)
22512         (article-translate-strings, article-display-face)
22513         (gnus-article-mime-match-handle-first)
22514         (gnus-article-highlight-headers)
22515         (gnus-article-add-buttons-to-head): do.
22516
22517 2004-09-27  Simon Josefsson  <jas@extundo.com>
22518
22519         * hashcash.el: New version, from
22520         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22521         ../contrib/.
22522
22523 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22524
22525         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22526
22527 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22528
22529         * gnus-dup.el (gnus-dup-open): Use mapc.
22530         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22531
22532         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22533         Reported by Stefan Wiens <s.wi@gmx.net>.
22534
22535         * gnus.el (gnus-shutdown): Use dolist.
22536
22537         * gnus-undo.el (gnus-undo): Use mapc.
22538
22539         * nnrss.el (nnrss-generate-active): do.
22540
22541         * message.el (message-cite-original-without-signature)
22542         (message-cite-original): Use mapc.
22543         (message-do-actions, message-make-forward-subject): Use dolist.
22544
22545 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22546
22547         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22548         deletion to remove entire duplicate line.  Fixes merged article
22549         number bug.
22550
22551 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22552
22553         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22554         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22555         first ask if you want to open a server and then, even when you
22556         responded with no, asking if you want to synchronize the server's
22557         flags.
22558         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22559         multi-line expressions.
22560         (gnus-agent-synchronize-group-flags): New internal function.
22561         Updates marks in memory (in the info structure) AND in the
22562         backend.
22563
22564         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22565
22566         * nnagent.el (nnagent-request-set-mark):
22567         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22568         method, to ensure that synchronization updates marks in the
22569         backend and in the info (in memory) structure.
22570
22571 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22572
22573         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22574         convention fully; don't miss the root article of a thread; make
22575         the X-Draft-From header with correct article numbers.
22576
22577 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22578
22579         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22580         unless plugged.  Disable the agent so that an open failure causes
22581         an error.
22582
22583         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22584         Revert 2004-09-21 change.  The backend must be opened while
22585         synchronizing flags even when the backend stores the flags
22586         locally.
22587
22588 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22589
22590         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22591         in `header' match.  Reported by Svend Tollak Munkejord.
22592
22593         * message.el (message-cite-original): Fix use of
22594         `message-cite-articles-with-x-no-archive'.
22595
22596 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22597
22598         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22599         (gnus-window-to-buffer): Ditto.
22600
22601         * mml.el (mml-preview-buffer): New variable.
22602         (mml-preview): Manage window layout with gnus-buffer-configuration.
22603
22604         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22605         X-Draft-From header even if those articles aren't quoted.
22606
22607 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22608
22609         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22610         (gnus-request-set-mark, gnus-request-update-mark): Use new
22611         g-s-t-u-l-m to decide to use backend even when unplugged.
22612
22613 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22614
22615         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22616         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22617
22618 2004-09-20  Simon Josefsson  <jas@extundo.com>
22619
22620         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22621         "utf-16-le".
22622
22623 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22624
22625         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22626
22627 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22628
22629         * uudecode.el (uudecode-use-external): Add :version.
22630
22631         * smime.el (smime-CA-file, smime-encrypt-cipher)
22632         (smime-dns-server): Add :version.
22633
22634         * smiley.el (gnus-smiley-file-types): Add :version.
22635
22636         * sha1.el (sha1-use-external): Add :version.
22637
22638         * pgg-def.el (pgg-query-keyserver): Add :version.
22639
22640         * nnmail.el (nnmail-fancy-expiry-targets)
22641         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22642         Add :version.
22643
22644         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22645         (nnimap-retrieve-groups-asynchronous): Add :version.
22646         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22647
22648         * mml.el (mml-content-disposition-parameters)
22649         (mml-insert-mime-headers-always): Add :version.
22650
22651         * mm-util.el (mm-coding-system-priorities): Add :version.
22652
22653         * mm-decode.el (mm-inline-text-html-with-images)
22654         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22655         (mm-verify-option): Add :version.
22656         (mm-text-html-renderer): Change :version.
22657
22658         * message.el (message-fcc-externalize-attachments)
22659         (message-required-headers, message-draft-headers)
22660         (message-subject-trailing-was-query)
22661         (message-subject-trailing-was-ask-regexp)
22662         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22663         (message-mark-insert-end, message-archive-header)
22664         (message-archive-note, message-cross-post-default)
22665         (message-cross-post-note, message-followup-to-note)
22666         (message-cross-post-note-function, message-use-mail-followup-to)
22667         (message-subscribed-address-functions)
22668         (message-subscribed-address-file, message-subscribed-addresses)
22669         (message-subscribed-regexps, message-allow-no-recipients)
22670         (message-yank-cited-prefix, message-signature-insert-empty-line)
22671         (message-hidden-headers, message-hierarchical-addresses)
22672         (message-mail-user-agent, message-use-idna)
22673         (message-valid-fqdn-regexp)
22674         (message-strip-special-text-properties, message-header-synonyms)
22675         (message-beginning-of-line, message-tab-body-function): Add :version.
22676         (message-insert-canlock, message-wide-reply-confirm-recipients):
22677         Change :version.
22678
22679         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22680         and :version.
22681         (mail-source-delete-old-incoming-confirm)
22682         (mail-source-movemail-program): Add :version.
22683
22684         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22685         (gnus-agent-cache, gnus-agent): Change :version.
22686
22687         * gnus-util.el (gnus-use-byte-compile): Change :version.
22688
22689         * gnus-sum.el (gnus-summary-make-false-root-always)
22690         (gnus-summary-default-high-score)
22691         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22692         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22693         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22694         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22695         (gnus-sum-thread-tree-single-indent)
22696         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22697         (gnus-sum-thread-tree-leaf-with-other)
22698         (gnus-sum-thread-tree-single-leaf): Add :version.
22699         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22700         (gnus-article-loose-mime): Change :version.
22701
22702         * gnus-start.el (gnus-backup-startup-file)
22703         (gnus-save-startup-file-via-temp-buffer): Add :version.
22704
22705         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22706         (gnus-server-offline-face): Add :version.
22707
22708         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22709
22710         * gnus-msg.el (gnus-gcc-externalize-attachments)
22711         (gnus-debug-files, gnus-debug-exclude-variables)
22712         (gnus-discouraged-post-methods): Change :version.
22713         (gnus-confirm-mail-reply-to-news)
22714         (gnus-confirm-treat-mail-like-news): Add :version.
22715
22716         * gnus-int.el (gnus-server-unopen-status): Add :version.
22717
22718         * gnus-group.el (gnus-group-jump-to-group-prompt)
22719         (gnus-large-ephemeral-newsgroup)
22720         (gnus-fetch-old-ephemeral-headers): Add :version.
22721
22722         * gnus-fun.el (gnus-x-face-directory)
22723         (gnus-convert-pbm-to-x-face-command)
22724         (gnus-convert-image-to-x-face-command)
22725         (gnus-convert-image-to-face-command): Add :version.
22726
22727         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22728
22729         * gnus-cite.el (gnus-cite-blank-line-after-header)
22730         (gnus-article-boring-faces): Add :version.
22731
22732         * gnus-art.el (gnus-buttonized-mime-types)
22733         (gnus-inhibit-mime-unbuttonizing)
22734         (gnus-treat-display-face)
22735         (gnus-treat-body-boundary): Change :version.
22736         (gnus-body-boundary-delimiter, gnus-picon-databases)
22737         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22738         (gnus-treat-date-english, gnus-treat-fold-headers)
22739         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22740         (gnus-treat-mail-picon, gnus-treat-wash-html)
22741         (gnus-article-encrypt-protocol)
22742         (gnus-use-idna, gnus-article-over-scroll)
22743         (gnus-mime-display-multipart-alternative-as-mixed)
22744         (gnus-mime-display-multipart-related-as-mixed)
22745         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22746         (gnus-ctan-url, gnus-button-ctan-handler)
22747         (gnus-button-handle-ctan-bogus-regexp)
22748         (gnus-button-ctan-directory-regexp)
22749         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22750         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22751         (gnus-button-man-level, gnus-button-emacs-level)
22752         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22753
22754         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22755         (gnus-agent-go-online): Change :version.
22756         (gnus-agent-expire-unagentized-dirs)
22757         (gnus-agent-auto-agentize-methods): Add :version.
22758
22759         * flow-fill.el (fill-flowed-display-column)
22760         (fill-flowed-encode-column): Add :version.
22761
22762         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22763         (gnus-outlook-deuglify-unwrap-max)
22764         (gnus-outlook-deuglify-cite-marks)
22765         (gnus-outlook-deuglify-unwrap-stop-chars)
22766         (gnus-outlook-deuglify-no-wrap-chars)
22767         (gnus-outlook-deuglify-attrib-cut-regexp)
22768         (gnus-outlook-deuglify-attrib-verb-regexp)
22769         (gnus-outlook-deuglify-attrib-end-regexp)
22770         (gnus-outlook-display-hook): Add :version.
22771
22772         * binhex.el (binhex-use-external): Add :version.
22773
22774 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22775
22776         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22777         and `invisible'.
22778
22779 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22780
22781         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22782         in gnus-registry-trim.
22783
22784 2004-09-13  Simon Josefsson  <jas@extundo.com>
22785
22786         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22787
22788         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22789
22790         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22791         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22792         <yamaoka@jpl.org>.
22793         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22794         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22795         <yamaoka@jpl.org>.
22796
22797         * sieve.el (sieve-manage-mode): Ditto.
22798
22799 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22800
22801         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22802
22803 2004-09-11  Simon Josefsson  <jas@extundo.com>
22804
22805         * dns-mode.el: Add.
22806
22807         * mm-view.el (mm-display-dns-inline): Add.
22808
22809         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22810         (mm-automatic-display): Ditto.
22811
22812         * mailcap.el (mailcap-mime-data): Add text/dns.
22813         (mailcap-mime-extensions): Map .soa to text/dns.
22814
22815 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22816
22817         * gnus-art.el (article-decode-mime-words, article-babel)
22818         (gnus-article-highlight-signature, gnus-article-add-buttons)
22819         (gnus-signature-toggle): Remove unnecessary bindings of
22820         `inhibit-read-only' inherited from v5.10 merge.
22821
22822 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22823
22824         * nntp.el (nntp): New customization group.
22825         (nntp-authinfo-file): Add customization group.
22826
22827         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22828
22829         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22830
22831         * gnus.el (to-address, to-list, subscribed)
22832         (large-newsgroup-initial): Ditto.
22833
22834         * flow-fill.el (fill-flowed-display-column)
22835         (fill-flowed-encode-column): Ditto.
22836
22837 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22838
22839         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22840         Use point-min rather than 1.
22841         (message-send-mail): Use buffer-size rather than point-max.
22842
22843         * gnus-sum.el (gnus-summary-search-article-forward):
22844         Signal a specific `search-failed' rather than a generic `error'.
22845
22846         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22847         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22848         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22849
22850 2004-09-10  Simon Josefsson  <jas@extundo.com>
22851
22852         * nndb.el (require): Remove tcp and duplicate cl.
22853
22854 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22855
22856         * gnus-agent.el (directory-files-and-attributes): Move forward.
22857
22858 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22859
22860         * gnus-agent.el (directory-files-and-attributes):
22861         Optionally defined to support XEmacs.
22862
22863 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22864
22865         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22866         to avoid run-time CL dependencies.
22867         (gnus-agent-unfetch-articles): New function.
22868         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22869         article numbers even when local .overview file is missing.
22870         (gnus-agent-read-article-number): New function.  Only accepts
22871         27-bit article numbers.
22872         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22873         Use gnus-agent-read-article-number.
22874         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22875         from backend while recognizing that article numbers in .overview
22876         must be valid.
22877         (gnus-agent-update-files-total-fetched-for):
22878         Use directory-files-and-attributes to improve performance.
22879         * gnus-int.el (gnus-request-move-article):
22880         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22881         improve performance.
22882
22883         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22884         some users confused by references to .newsrc when they only have a
22885         .newsrc.eld file.
22886         (gnus-convert-mark-converter-prompt)
22887         (gnus-convert-converter-needs-prompt): Fix use of property list.
22888         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22889         New function.  Used internally to only display 'gnus converting
22890         files' message when actually necessary.
22891
22892         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22893         methods now autoloaded.
22894
22895 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22896
22897         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22898         identifiers.
22899
22900 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22901
22902         * gnus-picon.el: Fix indentation and closing parenthesis.
22903
22904 2004-09-01  Simon Josefsson  <jas@extundo.com>
22905
22906         * message.el (message-canlock-generate): Require sha1, not
22907         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22908         to require within a function.  Sadly, if sha1.el isn't loaded, the
22909         let binding in m-c-g will hide the defcustom definition, which is
22910         bad.)
22911
22912         * canlock.el: Require sha1, not sha1-el.
22913
22914         * message.el: Don't autoload sha1 (there is a autoload cookie in
22915         sha1.el).
22916
22917         * sha1-el.el: Rename to sha1.el.
22918
22919 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22920
22921         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22922
22923 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22924
22925         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22926
22927 2004-08-30  Kim F. Storm  <storm@cua.dk>
22928
22929         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22930
22931         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22932         Add :group 'nnimap.
22933
22934 2004-08-30  Andreas Schwab  <schwab@suse.de>
22935
22936         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22937         ?* and ?\;.
22938
22939         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22940         and ?\' to symbol instead of whitespace.
22941
22942 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22943
22944         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22945
22946         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22947         instead of re-search-forward.
22948
22949         * gnus-uu.el (gnus-uu-save-article): Ditto.
22950         (gnus-uu-post-encode-uuencode): Ditto.
22951
22952         * html2text.el (html2text-clean-list-items): Ditto.
22953         (html2text-clean-dtdd): Ditto.
22954         (html2text-format-tags): Ditto.
22955
22956         * message.el (message-send-mail-with-sendmail): Fix regexp.
22957         (message-fill-field-general): Use search-forward instead of
22958         re-search-forward.
22959         (unbold-region): Ditto.
22960
22961         * nnrss.el (nnrss-request-article): Ditto.
22962
22963         * nnslashdot.el (nnslashdot-request-article): Ditto.
22964
22965         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22966
22967         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22968         "Unrecognized menu descriptor" error in XEmacs.
22969
22970 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22971
22972         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22973         parent article of a sparse article in the thread hashtb.
22974
22975 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22976
22977         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22978         (nnmail-expand-newtext): Lowercase expanded entries if
22979         nnmail-split-lowercase-expanded is non-nil.
22980
22981 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22984
22985         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22986         of gnus-tmp-news-method into string under XEmacs.  It will be
22987         passed to gnus-correct-length which takes only a string argument.
22988
22989 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22990
22991         * gnus-util.el (gnus-bind-print-variables): New macro.
22992         (gnus-prin1): Use it.
22993         (gnus-prin1-to-string): Use it.
22994         (gnus-pp): New function.
22995         (gnus-pp-to-string): New function.
22996
22997         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22998         Replace pp-to-string with gnus-pp-to-string.
22999         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23000         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23001         * gnus-msg.el (gnus-debug): Ditto.
23002         * gnus-score.el (gnus-score-save): Ditto.
23003         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23004         gnus-pp-to-string.
23005         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23006         with gnus-pp.
23007         * score-mode.el (gnus-score-pretty-print): Ditto.
23008         * webmail.el (webmail-debug): Ditto.
23009
23010 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23011
23012         * gnus-art.el (article-display-face, article-display-x-face):
23013         Use buffer-read-only.
23014
23015 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23016
23017         * gnus-art.el (article-hide-list-identifiers):
23018         Bind inhibit-read-only as t.
23019
23020 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23021
23022         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23023
23024 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23025
23026         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23027         (gnus-narrow-to-page): Don't assume point-min == 1.
23028         (gnus-article-edit-mode): Derive from message-mode.
23029
23030         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23031         point-min == 1.
23032
23033         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23034         Disable incorrect use of `assert'.
23035
23036         * message.el (message-mode): Set comment-start-skip.
23037
23038
23039 2004-08-22  Sam Steingold  <sds@gnu.org>
23040
23041         * pop3.el (pop3-leave-mail-on-server): New user variable.
23042         (pop3-movemail): Delete mail only when it is nil.
23043
23044 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23045
23046         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23047
23048         * mml.el (mml-preview): Use `pop-to-buffer'.
23049
23050         * message.el (message-goto-mail-followup-to): Insert after "To".
23051         (message-carefully-insert-headers): Add comment.
23052
23053         * gnus.el: Remove unused variable `gnus-article-check-size'.
23054
23055         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23056
23057         * gnus-art.el (gnus-button-alist):
23058         Improve `gnus-button-handle-library' entry.
23059
23060 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23061
23062         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23063         Use downcase, since XEmacs capitalizes error messages differently.
23064
23065 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23066
23067         * nntp.el: Add (require 'gnus) due to reference to
23068         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23069
23070 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23071
23072         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23073         Bind `mm-fill-flowed'.
23074
23075         * mm-decode.el (mm-dissect-singlepart): Check it.
23076
23077 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23078
23079         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23080         'imap' for netrc parsing.
23081
23082 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23083
23084         * mailcap.el (mailcap-mime-data): Mark as risky.
23085
23086 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23087
23088         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23089         may be included in the encoded word.
23090         (rfc2047-encode): Don't append a space if the encoded word
23091         includes close parenthesis.
23092
23093 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23094
23095         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23096         of text within parentheses.
23097
23098 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23099
23100         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23101         (gnus-encrypt-write-file-contents): Make the password key the file
23102         name PLUS the cipher, not just the cipher.  Also remove failed
23103         passwords from the cache.
23104
23105 2004-08-06  Simon Josefsson  <jas@extundo.com>
23106
23107         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23108         Doc fix.
23109
23110 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23111
23112         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23113         LWSP.
23114
23115 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23116
23117         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23118         Try to append in-reply-to: data to the references: header.
23119
23120         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23121         (netrc-parse): Use gnus-encrypt.el functions.
23122
23123         * gnus-encrypt.el: Add new file for encryption support; currently
23124         does only a few GPG ciphers and an internal XOR cipher.
23125
23126         * password.el: Add comments on using password-read-and-add.
23127         (password-read-and-add): Add function to read and add the
23128         password to the cache at once.
23129
23130 2004-07-28  Simon Josefsson  <jas@extundo.com>
23131
23132         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23133         parameter (but don't use it, for now).
23134
23135         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23136         instead of hard coding to nil.
23137
23138 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23139
23140         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23141         as mm-inline-image-xemacs does.
23142
23143 2004-07-26  Simon Josefsson  <jas@extundo.com>
23144
23145         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23146         Revert part of 2004-07-17 change below.
23147
23148 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23149
23150         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23151         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23152
23153 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23154
23155         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23156         quotes that actually start with ">" at the beginning of the
23157         lines.
23158
23159 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23160
23161         * rfc2047.el (rfc2047-encode-region): Fix last change.
23162         (rfc2047-encode-parameter): Remove useless concat.
23163
23164 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23165
23166         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23167         encode special characters; fix some kind of misconfigured headers;
23168         signal a real error if debug-on-quit or debug-on-error is non-nil.
23169         (rfc2047-encode-max-chars): New variable.
23170         (rfc2047-encode-1): Use it.
23171         (rfc2047-encode-parameter): New function.
23172
23173         * mml.el (mml-insert-parameter): Remove an excessive space.
23174
23175 2004-07-17  Simon Josefsson  <jas@extundo.com>
23176
23177         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23178         Kai Grossjohann <kai@emptydomain.de>.
23179         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23180         (gnus-group-make-menu-bar): Ditto.
23181
23182         * gnus-util.el (gnus-group-server): Add.
23183
23184 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23185
23186         * message.el (message-clone-locals): Clone sendmail and smtp
23187         variables.
23188
23189 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23190
23191         * rfc2047.el (rfc2047-encode-region): Fix last change.
23192
23193 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23194
23195         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23196         characters as non-special.
23197
23198 2004-07-09  Simon Josefsson  <jas@extundo.com>
23199
23200         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23201         Users will lose all flag changes made while unplugged with
23202         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23203         good default.  See numerous reports on ding mailing list.
23204
23205 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23206
23207         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23208         add generate-head-function and generate-article-function to the
23209         rfc822-forward entry.
23210         (nndoc-rfc822-forward-generate-article): New function.
23211         (nndoc-rfc822-forward-generate-head): New function.
23212
23213         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23214
23215 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23216
23217         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23218         respect display group parameter and gnus-summary-expunge-below.
23219         (gnus-articles-to-read): Remove unused reference to display group
23220         parameter.
23221
23222 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23223
23224         * nnheader.el (nnheader-uniquify-message-id): New experimental
23225         variable.
23226         (nnheader-nov-read-message-id): Use it.
23227
23228         * spam-report.el (spam-report-gmane): Add interactive.
23229
23230 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23231
23232         * mm-encode.el (mm-content-transfer-encoding-defaults):
23233         Use qp-or-base64 for the application/* types.
23234
23235 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23236
23237         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23238
23239 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23240
23241         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23242         trim value.
23243
23244 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23245
23246         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23247         New macro and function.
23248         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23249
23250 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23251
23252         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23253         after-load-alist.
23254
23255 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23256
23257         * gnus-group.el (gnus-group-get-new-news-this-group):
23258         Don't update info that isn't there.
23259
23260 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23261
23262         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23263         entry.
23264
23265 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23266
23267         * mm-view.el (mm-inline-render-with-function): Use multibyte
23268         buffer; decode html source by charset.
23269
23270         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23271
23272         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23273         Mule-UCS is loaded under XEmacs.
23274         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23275
23276 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23277
23278         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23279
23280 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23281
23282         * mm-util.el (mm-coding-system-p): Return a coding-system.
23283         (mm-mime-mule-charset-alist): Use shift_jis instead of
23284         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23285         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23286         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23287         instead of japanese-shift-jis and iso-latin-1 respectively in
23288         order to share the default value with both Emacs and XEmacs-mule.
23289         (mm-mule-charset-to-mime-charset):
23290         Make mm-coding-system-priorities effective.
23291         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23292         while predicating of candidates upon the priorities.
23293
23294 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23295
23296         * gnus-sum.el (gnus-summary-make-menu-bar):
23297         Add gnus-uu-invert-processable.
23298
23299         * gnus.el: Autoload gnus-uu-invert-processable.
23300
23301 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23302
23303         * mm-util.el (mm-with-multibyte-buffer): New macro.
23304
23305         * rfc2047.el (rfc2047-encode-string): Use it.
23306         (rfc2047-encode-region): Move point to the end of the region after
23307         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23308
23309 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23310
23311         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23312         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23313
23314 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23315
23316         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23317         (gnus-cite-parse): Ignore quoted envelope From_.
23318         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23319
23320 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23321
23322         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23323         invalid addresses.
23324
23325 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23326
23327         * spam.el: Change section markers, revise TODO list.
23328         (spam-backends): Make new master list of all installed backends.
23329         (spam-summary-exit-behavior): Add new variable to determine how
23330         messages moves are done at summary exit.
23331         (spam-move-spam-nonspam-groups-only)
23332         (spam-process-ham-in-nonham-groups)
23333         (spam-process-ham-in-spam-groups): Remove variables, the
23334         spam-summary-exit-behavior variable should be used to manage this
23335         behavior.
23336         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23337         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23338         and spam-old-spam-articles.
23339         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23340         Add empty variables, placeholders for the backends they represent.
23341         (spam-set-difference): Move, unchanged.
23342         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23343         unless the user has a processor variable.
23344         (spam-classifications, spam-classification-valid-p)
23345         (spam-backend-properties, spam-backend-property-valid-p)
23346         (spam-backend-function-type-valid-p)
23347         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23348         (spam-report-articles-gmane, spam-report-articles-resend):
23349         Remove functions, they are not needed.
23350         (spam-install-backend-super, spam-backend-list)
23351         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23352         (spam-backend-function, spam-backend-ham-registration-function)
23353         (spam-backend-spam-registration-function)
23354         (spam-backend-ham-unregistration-function)
23355         (spam-backend-spam-unregistration-function)
23356         (spam-backend-statistical-p, spam-backend-mover-p)
23357         (spam-install-backend-alias, spam-install-checkonly-backend)
23358         (spam-install-mover-backend, spam-install-nocheck-backend)
23359         (spam-install-backend, spam-install-statistical-backend)
23360         (spam-install-statistical-checkonly-backend): Add backend installation
23361         support.
23362         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23363         (spam-group-processor-p): Use the new backend code and respect the
23364         summary exit behavior.
23365         (spam-mark-spam-as-expired-and-move-routine): Remove.
23366         (spam-summary-prepare): Change to use the new spam-old-articles
23367         variable.
23368         (spam-copy-or-move-routine, spam-copy-spam-routine)
23369         (spam-move-spam-routine, spam-copy-ham-routine)
23370         (spam-move-ham-routine): Add code to copy/move ham or spam.
23371         (spam-fetch-field-fast): Improve doc and code, plus allow the
23372         'number request.
23373         (spam-list-of-checks, spam-list-of-statistical-checks):
23374         Remove variables.
23375         (spam-split, spam-find-spam): Use the new backend code.
23376         (spam-registration-functions): Remove variable.
23377         (spam-unregister-routine): Add convenience wrapper.
23378         (spam-log-undo-registration, spam-register-routine)
23379         (spam-log-processing-to-registry)
23380         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23381         where possible.
23382         (spam-check-gmane-xref, spam-check-regex-headers)
23383         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23384         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23385         (spam-check-bogofilter-headers, spam-check-spamoracle)
23386         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23387         (spam-check-crm114-headers): Use the spam-split-group that
23388         spam-split prepares, no need to determine it every time.
23389
23390         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23391         to the nnheader-parse-naked-head call.
23392
23393         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23394
23395         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23396         the nnheader-nov-read-message-id call.
23397
23398 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23399
23400         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23401         gnus-activate-group twice.  Suggested by Markus Peter
23402         <warp@spin.de>.
23403
23404 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23405
23406         * gnus-art.el (gnus-article-time-format): Exchange the order of
23407         day and month in the default value; fix customization type.
23408         (article-date-ut): Use add-text-properties.
23409         (article-make-date-line): Use message-make-date instead of
23410         current-time-string.
23411
23412         * message.el (message-fetch-field): Don't use set-text-properties.
23413         (message-make-date): Simplify.
23414
23415         * messagexmas.el (message-xmas-make-date): New function.
23416         (message-xmas-redefine): Defalias message-make-date to it.
23417
23418 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23419
23420         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23421         (rfc2047-encode-region): Treat text within parentheses as special;
23422         show the original text when error has occurred.
23423
23424         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23425         already-computed method to gnus-activate-group.
23426
23427         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23428         same select-methods identical Lisp objects.
23429
23430         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23431         object when modifying the info.
23432
23433 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23434
23435         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23436         gnus-opened-servers since it has never been opened with the new
23437         configuration yet.
23438
23439 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23440
23441         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23442         arg to nnheader-generate-fake-message-id.
23443
23444 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23445
23446         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23447         number and build a fake message ID localized to a group and
23448         article number (so it's repeatable from that point on).
23449         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23450         ID format.
23451
23452         * gnus-sum.el (gnus-get-newsgroup-headers):
23453         Call nnheader-generate-fake-message-id with the article number.
23454
23455 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23456
23457         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23458         end-of-buffer.
23459
23460 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23461
23462         * message.el (message-ignored-supersedes-headers): Add Approved.
23463
23464 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23465
23466         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23467         goto-char.
23468         (rfc2047-encode): Fold the line before encoding.
23469
23470 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23471
23472         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23473         folding -- not all headers can be folded, and this should be done
23474         by the message composition mode.  Probably.  I think.
23475
23476 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23477
23478         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23479         fast.
23480
23481         * gnus-ems.el (gnus-remove-image): Don't use
23482         message-text-with-property; remove only the image found first.
23483
23484         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23485         found first.
23486
23487 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23488
23489         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23490
23491 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23492
23493         * message.el (message-text-with-property): Make it fast and accept
23494         optional arguments.
23495         (message-strip-forbidden-properties): Use it.
23496         (message-fix-before-sending): Follow the m-t-w-p change.
23497
23498         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23499
23500 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23501
23502         * gnus-art.el (article-hide-headers): Don't change the buffer
23503         mistakenly when performing mml-preview even if
23504         gnus-single-article-buffer is nil.
23505
23506 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23507
23508         * message.el (message-expand-name-databases): New user option.
23509         (message-expand-name): Use it.
23510
23511 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23512
23513         * spam.el (spam-report-articles-resend)
23514         (spam-report-resend-register-routine): Allow ham reporting.
23515         (spam-report-resend-register-ham-routine): Add wrapper.
23516         (spam-registration-functions): Add ham resending functions.
23517         (spam-list-of-processors): Add ham resend processor.
23518
23519         * gnus.el (ham-resend-to): Add new group parameter.
23520         (spam-process): Add ham resend option.
23521
23522         * spam-report.el (spam-report-resend): Allow reporting ham.
23523         (spam-report-resend-ham): Add wrapper.
23524
23525 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23526
23527         * message.el (message-cite-articles-with-x-no-archive):
23528         New variable.
23529         (message-cite-original): Use it.
23530
23531 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23532
23533         * message.el (message-cite-original): Respect X-No-Archive.
23534
23535 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23536
23537         * gnus-art.el (article-hide-headers): Refer to the values for
23538         gnus-ignored-headers and gnus-visible-headers in the summary
23539         buffer since a user may have set them as group parameters.
23540
23541 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23542
23543         * assistant.el (assistant-node-name): Add convenience function.
23544         (assistant-render-text, assistant-render-node): Add error handling,
23545         plus handle multiple next nodes.
23546         (assistant-find-next-node): Comment out for now.
23547         (assistant-find-next-nodes): Add function, returns list of next
23548         nodes.
23549
23550 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23551
23552         * mail-source.el (mail-source-directory): Fix doc-string.
23553
23554 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23555
23556         * assistant.el (assistant-render-text, assistant-eval): Add :set
23557         widget type, which is different because it takes and returns a
23558         list.  Much hilarity ensues.
23559
23560 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23561
23562         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23563
23564         * gnus-group.el (gnus-group-get-new-news-this-group):
23565         Add doc-string.
23566
23567         * gnus-start.el (gnus-activate-group): Add doc-string.
23568
23569 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23570
23571         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23572
23573 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23574
23575         * assistant.el (assistant-render-text): Try to add a :set
23576         widget, more to come.
23577
23578         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23579         strings.
23580         (spam-report-articles-resend)
23581         (spam-register-routine): Do registration iff any articles warrant
23582         it.
23583         (spam-summary-prepare-exit): Change log message for nil group
23584         destinations.
23585
23586 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23587
23588         * spam.el (spam-report-resend-register-routine):
23589         Allow spam-report-resend-to to be a group parameter or a global value.
23590
23591 2004-05-26  Simon Josefsson  <jas@extundo.com>
23592
23593         * starttls.el: Merge with my GNUTLS based starttls.el.
23594         (starttls-gnutls-program, starttls-use-gnutls)
23595         (starttls-extra-arguments, starttls-process-connection-type)
23596         (starttls-connect, starttls-failure, starttls-success):
23597         New variables.
23598         (starttls-program, starttls-extra-args): Doc fix.
23599         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23600         New functions.
23601         (starttls-negotiate, starttls-open-stream):
23602         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23603         function if it is set.
23604
23605 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23606
23607         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23608         structured fields.
23609
23610 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23611
23612         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23613
23614 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23615
23616         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23617         Add variable.
23618         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23619         assigning the spam-mark to new messages.
23620
23621 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23622
23623         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23624
23625 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23626
23627         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23628
23629         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23630         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23631         default.
23632
23633 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23634
23635         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23636         correct data.
23637
23638 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23639
23640         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23641         (spam-group-processor-p): Fix function.
23642         (spam-group-processor-multiple-p)
23643         (spam-group-spam-processor-report-gmane-p)
23644         (spam-group-spam-processor-report-resend-p)
23645         (spam-group-spam-processor-bogofilter-p)
23646         (spam-group-spam-processor-blacklist-p)
23647         (spam-group-spam-processor-ifile-p)
23648         (spam-group-ham-processor-ifile-p)
23649         (spam-group-spam-processor-spamoracle-p)
23650         (spam-group-spam-processor-crm114-p)
23651         (spam-group-ham-processor-bogofilter-p)
23652         (spam-group-spam-processor-stat-p)
23653         (spam-group-ham-processor-stat-p)
23654         (spam-group-ham-processor-whitelist-p)
23655         (spam-group-ham-processor-BBDB-p)
23656         (spam-group-ham-processor-spamoracle-p)
23657         (spam-group-ham-processor-copy-p): Remove functions with some
23658         prejudice against unneeded code.
23659         (spam-report-articles-resend)
23660         (spam-report-resend-register-routine): Allow the group/topic
23661         spam-resend-to value to override spam-report-resend-to.
23662         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23663         properly now.
23664
23665         * gnus.el (spam-resend-to): Add group/topic parameter.
23666         (spam-process): Move the OBSOLETE processors to the end of the
23667         choices.
23668
23669 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23670
23671         * spam-report.el (spam-report-resend-to, spam-report-resend):
23672         Start with resend-to set to nil, and then ask the user if necessary.
23673         (spam-report-resend): spam-report-resend takes a list of articles, not
23674         separate article numbers.
23675
23676 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23677
23678         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23679         addition to emacs-w3m.
23680
23681 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23682
23683         * assistant.el (assistant-authinfo-data): New function.
23684         (assistant-eval): Eval for entire assistant.
23685
23686         * netrc.el (netrc-services-file): New variable.
23687         (netrc-parse-services): New function.
23688         (netrc-find-service-name): New function.
23689         (netrc-find-service-number): New function.
23690         (netrc-port-equal): New function.
23691         (netrc-machine): Use it.
23692
23693         * nnimap.el (nnimap-open-connection): Use netrc.
23694
23695         * gnus-util.el (gnus-netrc-get): Remove aliases.
23696
23697         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23698
23699         * assistant.el (wid-edit): Fix compilation.
23700
23701         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23702
23703 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23704
23705         * gnus-util.el (gnus-set-file-modes): New function.  (small
23706         patch).
23707
23708 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23709
23710         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23711
23712         * assistant.el (assistant-render-node): Fix up rendering and
23713         read-only text.
23714         (assistant-render-node): Reset.
23715         (assistant-make-read-only): Not sticky.
23716
23717 2004-05-20  Danny Siu  <dsiu@adobe.com>
23718
23719         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23720         centered even when gnus-auto-center-summary is t.
23721
23722 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23723
23724         * dns.el (dns-get-txt-answer): New function.
23725         (dns-read-txt): Ditto.
23726         (query-dns): Use it.
23727
23728 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23729
23730         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23731         active for foreign groups even if the group level is higher than
23732         the specified value.
23733
23734 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23735
23736         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23737         non-active groups.
23738
23739         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23740
23741 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23742
23743         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23744
23745 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23746
23747         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23748         (spam-crm114-header, spam-crm114-spam-switch)
23749         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23750         (spam-crm114-positive-spam-header)
23751         (spam-crm114-database-directory, spam-list-of-processors)
23752         (spam-group-spam-processor-crm114-p)
23753         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23754         (spam-generic-score, spam-list-of-checks)
23755         (spam-list-of-statistical-checks, spam-registration-functions)
23756         (spam-check-crm114-headers, spam-crm114-score)
23757         (spam-check-crm114, spam-crm114-register-with-crm114)
23758         (spam-crm114-register-spam-routine)
23759         (spam-crm114-unregister-spam-routine)
23760         (spam-crm114-register-ham-routine)
23761         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23762
23763 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23764
23765         * gnus.el: Add spam-use-crm114.
23766
23767         * spam.el (spam-list-of-processors, spam-registration-functions):
23768         Add spam-use-resend.
23769         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23770         (spam-report-articles-gmane): Add doc fix.
23771         (spam-report-articles-resend, spam-report-resend-register-routine):
23772         Add wrappers around spam-report-resend-to.
23773
23774         * spam-report.el (spam-report-resend-to, spam-report-resend):
23775         Add support for resending spam.
23776         (spam-report-gmane): Fix line length >80.
23777
23778         * gnus.el (spam-process): Add spam-use-resend.
23779
23780 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23781
23782         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23783         number of processed spam messages.
23784         (spam-ham-copy-or-move-routine): Return the number of processed
23785         ham messages.
23786         (spam-summary-prepare-exit): Use the above values to decide
23787         whether status messages shouled be displayed.
23788
23789 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23790
23791         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23792         `rfc2047-encoding-function-alist' in order to avoid conflicting
23793         with the old version.
23794         (rfc2047-encode-region): Concatenate words containing non-ASCII
23795         characters in structured fields; don't encode space-delimited
23796         ASCII words even in unstructured fields; don't break words at
23797         char-category boundaries.
23798         (rfc2047-encode-1): New function.
23799         (rfc2047-encode): Use it; encode text so that it occupies the
23800         maximum width within 76-column; work correctly on Q encoding for
23801         iso-2022-* charsets.
23802         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23803         sure not to break a line just after the header name.
23804         (rfc2047-b-encode-region): Remove.
23805         (rfc2047-b-encode-string): New function.
23806         (rfc2047-q-encode-region): Remove.
23807         (rfc2047-q-encode-string): New function.
23808
23809         * mm-util.el (mm-replace-in-string): New function.
23810
23811 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23812
23813         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23814         Really get it right.
23815         (gnus-inews-make-draft): Really.
23816
23817 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23818
23819         * nnmh.el (nnmh-request-list-1): Don't check the link count
23820         before descending.  (small patch)
23821
23822 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23823
23824         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23825         stuff.
23826
23827         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23828         Match on real group name.
23829
23830         * gnus-art.el (gnus-signature-limit): Doc fix.
23831
23832         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23833
23834         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23835
23836 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23837
23838         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23839         isn't a string.
23840
23841 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23842
23843         * gnus-draft.el (gnus-draft-send):
23844         Bind rfc2047-encode-encoded-words.
23845
23846         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23847         (rfc2047-encodable-p): Say that =? needs encoding.
23848         (rfc2047-encode-encoded-words): New variable.
23849
23850         * gnus-group.el (gnus-group-select-group): Doc fix.
23851
23852         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23853
23854         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23855         to nil.
23856
23857         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23858
23859         * nnheader.el (nnheader-get-lines-and-char): New function.
23860
23861 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23862
23863         * gnus-msg.el (gnus-summary-followup-with-original):
23864         Document yanking of region when active.
23865
23866 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23867
23868         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23869         groups if the group level is higher than the specified value.
23870
23871 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23872
23873         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23874         (gnus-group-jump-to-group): Add prefix argument using
23875         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23876         non-active group.
23877
23878         * compface.el (uncompface): Be verbose when changing
23879         `uncompface-use-external'.
23880
23881         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23882         handle manual section.
23883
23884 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23885
23886         * gnus-art.el (gnus-button-alist): Revert previous change.
23887
23888 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23889
23890         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23891
23892 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23893
23894         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23895         whether backend can accept message.
23896
23897         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23898
23899 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23900
23901         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23902         Avoid creating directory when nntp-marks-is-evil is true.
23903         Reported by Reiner Steib.
23904
23905 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23906
23907         * gnus-picon.el (gnus-picon-insert-glyph):
23908         Add optional `nostring' argument.
23909
23910 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23911
23912         * gnus-picon.el (gnus-picon-style): New variable.
23913         (gnus-picon-transform-address): Support `gnus-picon-style'.
23914
23915 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23916
23917         * message.el (message-fill-field): Return point.
23918         (message-generate-headers): Go to end of field.
23919
23920         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23921         stuff for non-living groups.
23922
23923 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23924
23925         * gnus-art.el (gnus-article-followup-with-original)
23926         (gnus-article-reply-with-original): gnus-mark-active-p ->
23927         gnus-region-active-p.
23928
23929 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23930
23931         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23932         only when there is spam or ham to be processed.
23933
23934 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23935
23936         * mail-source.el (mail-source-delete-crash-box): Refactor.
23937         (mail-source-fetch): Use it.
23938         (mail-source-fetch-file): Ditto.
23939         (mail-source-fetch-directory): Run postscript in loop.
23940         (mail-source-fetch-pop): Delete.
23941         (mail-source-fetch-maildir): Ditto.
23942         (mail-source-fetch-imap): Ditto.
23943
23944         * imap.el (imap-authenticators): Comment out sasl.
23945
23946         * message.el (message-skip-to-next-address): New function.
23947         (message-fill-header-address): Refactor.
23948         (message-fill-address): Use it.
23949         (message-delete-address): Use it.
23950         (message-fill-header-general): Refactor.
23951         (message-fill-field-address): Rename.
23952         (message-narrow-to-field): Find the start of the header.
23953         (message-header-format-alist): Don't pre-fill.
23954         (message-fill-header): Remove.
23955         (message-insert-header): New function.
23956         (message-shorten-references): Use it.
23957
23958         * rfc2047.el (rfc2047-field-value): Strip props.
23959
23960         * mail-parse.el (mail-header-make-address): New alias.
23961
23962         * ietf-drums.el (ietf-drums-make-address): New function.
23963
23964         * imap.el: Add compiler directives.
23965
23966         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23967
23968         * gnus-art.el (article-decode-idna-rhs): Don't use
23969         message-idna-inside-rhs-p.
23970
23971 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23972
23973         * message.el (message-idna-inside-rhs-p): Remove.
23974         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23975
23976         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23977         false positives.
23978
23979 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23980
23981         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23982
23983 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23984
23985         * nneething.el (nneething-file-name): Don't create spurious
23986         files.
23987
23988         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23989         (gnus-inews-do-gcc): Remove sleep.
23990
23991         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23992         part under point.
23993
23994         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23995         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23996
23997 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23998
23999         * spam.el (spam-summary-prepare-exit): Fix (length).
24000
24001 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24002
24003         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24004         as expired without moving it" message when there are spam
24005         messages left.
24006
24007 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24008
24009         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24010         header is not nil.
24011
24012 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24013
24014         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24015         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24016         (nntp-marks-changed-p): New arg SERVER.
24017         (nntp-request-update-info): Adjust caller.
24018
24019 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24020
24021         * nntp.el (nntp-save-marks): Pass missing arg.
24022
24023 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24024
24025         * nntp.el: Support marks.
24026         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24027         (nntp-marks-modtime, nntp-marks-directory): New variables.
24028         (nntp-request-set-mark, nntp-request-update-info)
24029         (nntp-possibly-create-directory, nntp-marks-changed-p)
24030         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24031         New functions.
24032
24033 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24034
24035         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24036         (gnus-xmas-redefine): Rename.
24037
24038         * gnus-score.el (gnus-score-insert-help):
24039         Use gnus-select-lowest-window.
24040
24041         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24042         appt-select-lowest-window and rename to gnus-select-lowest-window.
24043
24044         * gnus.el: do.
24045
24046 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24047
24048         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24049         encodings of MIME-encoded words, in order to improve
24050         interoperability with several broken MUAs.
24051
24052 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24053
24054         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24055         tags, only when charsets are not specified in headers.
24056         (mm-inline-text-html-render-with-w3m): Ditto.
24057
24058         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24059         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24060
24061 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24062
24063         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24064         instead of MIME-decoded from fields when checking
24065         `gnus-article-address-banner-alist'.
24066
24067 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24068
24069         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24070         description rather than subject.
24071
24072 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24073
24074         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24075
24076 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24077
24078         * gnus.el (gnus-version-number): Bump.
24079
24080 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24081
24082         * gnus.el: No Gnus v0.2 is released.
24083
24084 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24085
24086         * gnus-agent.el (gnus-agent-read-agentview):
24087         Inline gnus-uncompress-range.
24088
24089 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24090
24091         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24092         `exec-installed-p'.
24093
24094 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24095
24096         * gnus.el (spam-process, spam-autodetect-methods):
24097         Add bsfilter and bsfilter-headers.
24098
24099         * spam.el (spam-bsfilter): New customize group.
24100         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24101         (spam-bsfilter-header, spam-bsfilter-probability-header)
24102         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24103         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24104         (spam-bsfilter-database-directory): New options.
24105         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24106         (spam-list-of-statistical-checks, spam-registration-functions):
24107         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24108         (spam-bsfilter-score): New command.
24109         (spam-check-bsfilter-headers, spam-check-bsfilter)
24110         (spam-bsfilter-register-with-bsfilter)
24111         (spam-bsfilter-register-spam-routine)
24112         (spam-bsfilter-unregister-spam-routine)
24113         (spam-bsfilter-register-ham-routine)
24114         (spam-bsfilter-unregister-ham-routine): New functions.
24115         (spam-generic-score): Support bsfilter; Accept an optional argument
24116         to recalcurate spam score even if scoring header has already been
24117         added.
24118         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24119         optional argument to recalcurate spam score even if scoring header
24120         has already been added.
24121
24122 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24123
24124         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24125         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24126         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24127         link is missing.
24128
24129 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24130
24131         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24132         (html2text-get-attr): Rewrite.
24133
24134         * message.el (message-setup-1): Remove redundant put-text-property
24135         on mail-header-separator.
24136
24137 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24138
24139         * gnus-registry.el (gnus-registry-cache-whitespace)
24140         (gnus-registry-action, gnus-registry-spool-action)
24141         (gnus-registry-split-fancy-with-parent): Change message levels
24142         from 5 to 3 or 7, as needed.
24143
24144         * spam.el (spam-summary-prepare-exit)
24145         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24146         (spam-split, spam-find-spam, spam-log-undo-registration)
24147         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24148         level from 5 to 6.
24149
24150 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24151
24152         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24153         2004-03-04 change).
24154
24155 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24156
24157         * sieve-manage.el (sieve-manage-open):
24158         * nnweb.el (nnweb-insert-html):
24159         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24160         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24161         * nnspool.el (nnspool-request-group):
24162         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24163         * nnml.el (nnml-request-update-info):
24164         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24165         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24166         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24167         (nnimap-request-set-mark):
24168         * nnfolder.el (nnfolder-request-update-info):
24169         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24170         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24171         * gnus-uu.el (gnus-uu-find-articles-matching):
24172         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24173         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24174         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24175         * gnus-nocem.el (gnus-nocem-scan-groups):
24176         * gnus-int.el (gnus-start-news-server):
24177         * gnus-group.el (gnus-group-make-kiboze-group)
24178         (gnus-group-browse-foreign-server):
24179         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24180         Use mapc when appropriate.
24181
24182 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24183             Adam Sjøgren  <asjo@koldfront.dk>
24184             Wes Hardaker  <wes@hardakers.net>
24185             Michael Shields  <shields@msrl.com>
24186
24187         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24188         may need for spam sorting and scoring.
24189         (spam-user-format-function-S): Add user format function suitable for
24190         general use.
24191         (spam-article-sort-by-spam-status): Add sorting function for summary
24192         sorting.
24193         (spam-extra-header-to-number): Add function to get a score from a
24194         header.
24195         (spam-summary-score): Add function to get a numeric score from the
24196         headers.
24197         (spam-generic-score): Fix function doc, was in wrong place.
24198         (spam-initialize): Take symbols when it's run, and install the
24199         extra headers that spam-necessary-extra-headers thinks we need.
24200
24201 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24202
24203         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24204         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24205
24206 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24207
24208         * gnus-sum.el (gnus-set-global-variables)
24209         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24210         (gnus-article-get-xrefs, gnus-summary-best-group)
24211         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24212         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24213         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24214         Use with-current-buffer.
24215
24216 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24217
24218         * spam.el (spam-summary-prepare-exit): Simplify logic.
24219         (spam-fetch-article-header): Read the article header if it's not
24220         available.
24221         (spam-list-articles): Simplify logic.
24222         (spam-filelist-register-routine): Fix bug with unregister-list.
24223
24224         * gnus-registry.el: Fix comments at beginning.
24225
24226 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24227
24228         * message.el (message-cater-to-broken-inn): Remove.
24229         (message-shorten-references): Make sure the total folded length of
24230         References is shorter than 998 characters to cater to a bug in INN
24231         2.3.  Also, don't pretend that references aren't folded -- this
24232         hasn't worked for a while.
24233
24234 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24235
24236         * gnus-agent.el (gnus-agentize):
24237         gnus-agent-send-mail-real-function no longer set to current value
24238         of message-send-mail-function but rather a lambda that calls
24239         message-send-mail-function.  The change makes the agent real-time
24240         responsive to user changes to message-send-mail-function.
24241
24242 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24243
24244         * legacy-gnus-agent.el
24245         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24246         help from Florian Weimer <fw@deneb.enyo.de>
24247
24248 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24249
24250         * nnmail.el (nnmail-cache-insert): Revert last change.
24251
24252 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24253
24254         * nnmail.el (nnmail-cache-insert): Always check whether
24255         nnmail-cache-ignore-groups matches a group name.
24256
24257 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24258
24259         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24260         (spam-find-spam, spam-log-processing-to-registry)
24261         (spam-log-registered-p, spam-log-unregistration-needed-p)
24262         (spam-log-undo-registration): Use gnus-message instead of
24263         gnus-error, none of these errors are fatal.
24264
24265         * gnus-registry.el (gnus-registry-clean-empty-function)
24266         (gnus-registry-clean-empty): Remove only empty entries without
24267         extra data.
24268
24269 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24270
24271         * spam-stat.el (spam-stat-buffer-change-to-spam)
24272         (spam-stat-buffer-change-to-non-spam): Change (error) to
24273         (gnus-message 8) invocation.
24274
24275 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24276
24277         * nntp.el (nntp-via-netcat-command): New variable.
24278         (nntp-via-netcat-switches): New variable.
24279         (nntp-open-via-rlogin-and-netcat): New function.
24280         (nntp-open-connection-function): Doc fix.
24281         (nntp-telnet-command): Doc fix.
24282         (nntp-end-of-line): Doc fix.
24283         (nntp-via-rlogin-command): Doc fix.
24284         (nntp-via-user-name): Doc fix.
24285         (nntp-via-address): Doc fix.
24286
24287 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24288
24289         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24290         error in Emacs 21.1.
24291
24292 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24293
24294         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24295
24296 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24297
24298         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24299         (gnus-agent-with-refreshed-group): New macro.
24300         (gnus-agent-rename-group): New function.
24301         (gnus-agent-delete-group): New function.
24302         (gnus-agent-save-group-info): Use gnus-command-method when
24303         `method' parameter is nil.  Don't write nil entries into the
24304         active file.
24305         (gnus-agent-get-group-info): New function.
24306         (gnus-agent-fetch-articles):
24307         Use gnus-agent-update-files-total-fetched-for to increment disk space
24308         used.
24309         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24310         Use gnus-agent-update-view-total-fetched-for to increment disk space
24311         used.
24312         (gnus-agent-get-local): Add optional parameters to avoid calling
24313         gnus-group-real-name and gnus-find-method-for-group.
24314         (gnus-agent-set-local): Delete stored entry if either min, or max,
24315         are nil.
24316         (gnus-agent-fetch-session): Reworded error/quit messages.
24317         On quit, use gnus-agent-regenerate-group to record existance of any
24318         articles fetched to disk before the quit occurred.
24319         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24320         gnus-agent-update-view-total-fetched-for, and
24321         gnus-agent-update-files-total-fetched-for to decrement disk space
24322         used.
24323         (gnus-agent-retrieve-headers):
24324         Use gnus-agent-update-view-total-fetched-for to increment disk space
24325         used.
24326         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24327         with gnus-agent-update-files-total-fetched-for to decrement disk
24328         space and fresh group buffer.
24329         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24330         (gnus-agent-need-update-total-fetched-for): New variable.
24331         (gnus-agent-update-files-total-fetched-for): New function.
24332         (gnus-agent-update-view-total-fetched-for): New function.
24333         (gnus-agent-total-fetched-for): New function.
24334
24335         * gnus-cache.el (gnus-cache-save-buffers):
24336         Use gnus-cache-update-overview-total-fetched-for to change disk space
24337         used by this group.
24338         (gnus-cache-possibly-enter-article):
24339         Use gnus-cache-update-file-total-fetched-for to increment disk space
24340         used by this group.
24341         (gnus-cache-possibly-remove-article):
24342         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24343         used by this group.
24344         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24345         (gnus-cache-rename-group): New function.
24346         (gnus-cache-delete-group): New function.
24347         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24348         (gnus-cache-need-update-total-fetched-for): New variable.
24349         (gnus-cache-with-refreshed-group): New macro.
24350         (gnus-cache-update-file-total-fetched-for): New function.
24351         (gnus-cache-update-overview-total-fetched-for): New function.
24352         (gnus-cache-rename-group-total-fetched-for): New function.
24353         (gnus-cache-delete-group-total-fetched-for): New function.
24354         (gnus-cache-total-fetched-for): New function.
24355
24356         * gnus-group.el: Require gnus-sum and autoload functions to
24357         resolve warnings when gnus-group.el compiled alone.
24358         (gnus-group-line-format): Documented new %F.
24359         (size of Fetched data) group line format; identifies disk space
24360         used by agent and cache.
24361         (gnus-group-line-format-alist): Defined new F format.
24362         (gnus-total-fetched-for): New function.
24363         (gnus-group-delete-group): No longer update
24364         gnus-cache-active-altered as gnus-request-delete-group now keeps
24365         the cache in sync.
24366         (gnus-group-list-active): Let the agent store a server's active
24367         list if currently plugged.
24368
24369         * gnus-int.el (gnus-request-delete-group):
24370         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24371         local disk in sync with the server.
24372         (gnus-request-rename-group):
24373         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24374         local disk in sync with the server.
24375
24376         * gnus-start.el (gnus-get-unread-articles):
24377         Cosmetic simplification to logic.
24378
24379         * gnus-util.el (gnus-rename-file): New function.
24380
24381 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24382
24383         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24384
24385 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24386
24387         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24388         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24389
24390 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24391
24392         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24393         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24394
24395 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24396
24397         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24398
24399 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24400
24401         * spam.el (spam-set-difference): Add function to replace
24402         gnus-set-difference in spam.el.
24403         (spam-summary-prepare-exit): Use spam-set-difference.
24404
24405 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24406
24407         * gnus-registry.el (gnus-registry-cache-file): Update to use
24408         gnus-dribble-directory OR gnus-home-directory OR ~.
24409         (gnus-registry-split-fancy-with-parent): Fix doc.
24410
24411 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24412
24413         * message.el (message-exchange-point-and-mark):
24414         Use message-mark-active-p.  Suggested by Jesper Harder
24415         <harder@ifa.au.dk>.
24416
24417 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24418
24419         * message.el (message-exchange-point-and-mark): Don't activate
24420         region if it was inactive.  Suggested by Hiroshi Fujishima
24421         <pooh@nature.tsukuba.ac.jp>.
24422
24423 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24424
24425         * gnus-art.el (article-display-face): Display Faces in the same
24426         order as X-Faces.
24427
24428 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24429
24430         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24431
24432 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24433
24434         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24435         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24436         (gnus-article-mime-hierarchy): Remove.
24437         (gnus-article-mime-hierarchy-next): Remove.
24438         (gnus-article-mode): Revert 2004-03-19 change.
24439         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24440         (gnus-insert-mime-button): Revert 2004-03-19 change.
24441         (gnus-mime-accumulate-hierarchy): Remove.
24442         (gnus-mime-enter-multipart): Remove.
24443         (gnus-mime-leave-multipart): Remove.
24444         (gnus-mime-display-part): Revert 2004-03-19 change.
24445         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24446
24447         * mml.el (mml-preview): Revert 2004-03-19 change.
24448
24449 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24450
24451         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24452
24453 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24454
24455         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24456         t while entering a file name using the mm-with-multibyte macro.
24457         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24458
24459         * mm-util.el (mm-with-multibyte): New macro.
24460
24461 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24462
24463         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24464         New user option.
24465         (gnus-mime-multipart-functions): Doc and customization fix.
24466         (gnus-article-mime-hierarchy): New variable.
24467         (gnus-article-mime-hierarchy-next): New variable.
24468         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24469         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24470         gnus-article-mime-hierarchy-next to nil.
24471         (gnus-insert-mime-button): Show hierarchy numbers.
24472         (gnus-mime-accumulate-hierarchy): New function.
24473         (gnus-mime-enter-multipart): New function.
24474         (gnus-mime-leave-multipart): New function.
24475         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24476         (gnus-mime-display-alternative): Show hierarchy numbers.
24477
24478         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24479         gnus-article-mime-hierarchy-next to nil.
24480
24481 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24482
24483         * dns.el: Don't require gnus-xmas.
24484
24485 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24486
24487         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24488         inline PGP.
24489         (mml-menu): Disable mml-quote-region if mark is inactive.
24490
24491 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24492
24493         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24494         when the group's active is not available.
24495
24496 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24497
24498         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24499         error.
24500
24501 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24502
24503         * imap.el (imap-store-password): New variable.
24504         (imap-interactive-login): Use it.
24505         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24506
24507 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24508
24509         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24510         window-start and hscroll to summary window.
24511
24512 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24513
24514         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24515         conversion message to newsrc-dribble when an actual conversion is
24516         performed.
24517
24518 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24519
24520         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24521
24522 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24523
24524         * mm-decode.el (mm-complicated-handles): New function reviving
24525         former definition of mm-multiple-handles.
24526
24527         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24528         (gnus-mime-delete-part): Use it.
24529
24530 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24531
24532         * gnus-agent.el (gnus-agent-read-local):
24533         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24534         avoid the implicit assumption that they will always be equal.
24535         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24536         coding-system-for-write, as the with-temp-file macro first prints
24537         to a buffer then saves the buffer.
24538
24539 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24540
24541         * gnus-art.el (gnus-article-edit-part): New function.
24542         (gnus-mime-save-part-and-strip): Use it; do query instead of
24543         signaling an error; don't use mm-multiple-handles.
24544         (gnus-mime-delete-part): Ditto.
24545
24546 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24547
24548         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24549         old file versions.
24550         (gnus-group-prepare-hook): Remove function that converted list
24551         form of gnus-agent-expire-days to group properties.
24552
24553         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24554         (gnus-request-accept-article): Re-indented.
24555
24556         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24557         converters to handle old agent file formats.  Add logic for a
24558         "backup before upgrading warning".
24559         (gnus-convert-mark-converter-prompt): Developers can mark
24560         functions as needing (default), or not needing,
24561         gnus-convert-old-newsrc's "backup before upgrading warning".
24562         (gnus-convert-converter-needs-prompt): Tests whether the user
24563         should be protected from potentially irreversable changes by the
24564         function.
24565
24566         * legacy-gnus-agent.el: New.  Provides converters that are only
24567         loaded when gnus-convert-old-newsrc needs to call them.
24568
24569 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24570
24571         * mail-source.el (mail-source-touch-pop): Doc fix.
24572
24573         * message.el (message-smtpmail-send-it): Doc fix.
24574
24575 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24576
24577         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24578
24579         * nnmail.el (nnmail-split-fancy): do.
24580
24581         * gnus-kill.el (gnus-kill, gnus-execute): do.
24582
24583 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24584
24585         * gnus-sum.el (gnus-widget-reversible-match)
24586         (gnus-widget-reversible-to-internal)
24587         (gnus-widget-reversible-to-external): New functions.
24588         (gnus-widget-reversible): New widget.
24589         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24590
24591 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24592
24593         * gnus-sum.el (gnus-thread-sort-functions)
24594         (gnus-article-sort-functions): Document `(not F)' items.
24595
24596 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24597
24598         * spam.el (spam-use-gmane-xref): Add new backend.
24599         (spam-gmane-xref-spam-group): Add variable to control the name of the
24600         Gmane spam group.
24601         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24602         (spam-regex-headers-spam, spam-regex-headers-ham)
24603         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24604         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24605         backends and checks.
24606         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24607
24608         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24609         an autodetect method.
24610
24611 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24612
24613         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24614         articles are being added to a group.
24615         (gnus-request-replace-article): Inform the agent that articles
24616         need to be uncached as the cached contents are no longer valid.
24617
24618 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24619
24620         * binhex.el: Don't autoload executable-find.
24621
24622         * canlock.el: Don't autoload mail-fetch-field.
24623
24624         * dgnushack.el: Autoload c-mode for XEmacs.
24625
24626         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24627
24628         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24629         rmail-dont-reply-to and rmail-output.
24630
24631         * gnus-score.el: Don't autoload ffap-string-at-point.
24632
24633         * gnus-setup.el: Don't autoload sc-cite-original.
24634
24635         * imap.el: Don't autoload base64-decode-string,
24636         base64-encode-string and md5.
24637
24638         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24639         and rmail-msg-restore-non-pruned-header.
24640
24641         * mm-decode.el: Don't autoload executable-find.
24642
24643         * mm-url.el: Don't autoload executable-find.
24644
24645         * mm-view.el: Don't autoload diff-mode.
24646
24647         * nndb.el: Don't autoload news-reply-mode, news-setup,
24648         cancel-timer and telnet.
24649
24650         * password.el: Don't autoload run-at-time for Emacs.
24651
24652         * sha1-el.el: Don't autoload executable-find.
24653
24654         * sieve-mode.el: Don't autoload c-mode.
24655
24656         * uudecode.el: Don't autoload executable-find.
24657
24658 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24659
24660         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24661         (gnus-agent-possibly-alter-active): Avoid null in numeric
24662         comparison.
24663         (gnus-agent-set-local): Refuse to save null in local object table.
24664         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24665         list of articles that will be marked as unread.
24666
24667 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24668
24669         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24670
24671 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24672
24673         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24674         language tags.
24675
24676 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24677
24678         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24679         Don't bind "obarray".
24680
24681         * gnus-sum.el (gnus-thread-sort-functions):
24682         Add `gnus-thread-sort-by-most-recent-number' and
24683         `gnus-thread-sort-by-most-recent-date'.
24684         Reported by Kai Grossjohann <kai@emptydomain.de>.
24685
24686 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24687
24688         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24689
24690 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24691
24692         * gnus-cus.el (gnus-agent-customize-category):
24693         Remove ignore-errors macro reference that required cl to be loaded at
24694         run-time.
24695
24696         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24697         single-interval range of the form (min . max).  Previously the
24698         range had to look like ((min . max)).  Likewise, return
24699         (min . max) rather than ((min . max)).
24700         (gnus-range-map): Use gnus-range-normalize to accept
24701         single-interval range.
24702
24703         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24704         the cache, but not the agent, now appear with their usual face.
24705
24706         * dgnushack.el (loaddir): New variable that is bound to the
24707         directory containing the dgnushack.el file. Use loaddir, rather
24708         than srcdir, to update load-path. Change lets dgnushack compile
24709         code in directories other than GNUS/lisp.
24710
24711 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24712
24713         * lpath.el: Don't bind w3m-safe-url-regexp.
24714
24715         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24716         w3m-safe-url-regexp variable buffer-local.
24717
24718         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24719
24720 2004-02-27  Simon Josefsson  <jas@extundo.com>
24721
24722         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24723         gnus-group-real-prefix.
24724         (gnus-summary-move-article): Use it, instead of
24725         gnus-group-real-prefix.
24726
24727 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24728
24729         * lpath.el: Bind w3m-safe-url-regexp.
24730
24731         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24732         w3m-safe-url-regexp variable buffer-local and set it as the value
24733         of mm-w3m-safe-url-regexp.
24734
24735         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24736
24737         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24738         parsing gnus-posting-styles when the message is not for replying.
24739
24740         * dgnushack.el: Autoload sgml-mode for XEmacs.
24741
24742         * nnrss.el (nnrss-opml-export):
24743         Use mm-set-buffer-file-coding-system instead of
24744         set-buffer-file-coding-system.
24745
24746 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24747
24748         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24749         of checkdoc.el).
24750         * nnrss.el: do.
24751         * gnus-mlspl.el: do.
24752         * gnus-ml.el: do.
24753         * gnus-srvr.el: do.
24754
24755         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24756
24757 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24758
24759         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24760         Corrections to custom-manual links.
24761
24762         * gnus-art.el (gnus-article): Ditto.
24763
24764         * mm-decode.el (mime-display, mime-security): Ditto.
24765
24766 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24767
24768         * flow-fill.el: Typo.
24769
24770 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24771
24772         * spam-wash.el: New file.
24773
24774 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24775
24776         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24777
24778 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24779
24780         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24781         to be run with new-articles as LIST1, not LIST2.
24782         (spam-registration-functions): Add spam-use-ham-copy as a nil
24783         registration backend.
24784
24785 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24786
24787         * spam-stat.el (spam-stat-washing-hook): New option.
24788         (spam-stat-buffer-words): Use it.
24789         (spam-stat-process-directory, spam-stat-test-directory):
24790         Use insert-file-contents-literally.
24791         (spam-stat-coding-system): New variable.
24792         (spam-stat-load, spam-stat-save): Use it.
24793
24794 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24795
24796         * spam-report.el (spam-report-plug-agent):
24797         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24798
24799 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24800
24801         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24802         Allow / in mailto URLs.
24803
24804 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24805
24806         * spam-report.el (spam-report-process-queue): Fix interactive use.
24807         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24808         (spam-report-unplug-agent): Doc fixes.
24809         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24810         (spam-report-agentize, spam-report-deagentize): Autoload.
24811
24812 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24813
24814         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24815
24816         * message.el (message-setup-fill-variables): Add mml tags to
24817         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24818         <ajk@iu.edu>.
24819         (message-mode): Don't modify paragraph-separate there.
24820
24821 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24822
24823         * compface.el (uncompface-use-external): Default to undecided.
24824         (uncompface-use-external-threshold): New variable.
24825         (uncompface-float-time): New macro.
24826         (uncompface): Determine whether to use the external decoder if
24827         uncompface-use-external is undecided.
24828
24829 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24830
24831         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24832         after images.
24833
24834         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24835
24836 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24837
24838         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24839
24840         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24841
24842         * gnus-sum.el (gnus-summary-limit-to-age)
24843         (gnus-summary-limit-children): do.
24844
24845         * gnus-int.el (gnus-request-scan): do.
24846
24847         * gnus-group.el (gnus-group-suspend): do.
24848
24849         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24850
24851         * gnus-cite.el (gnus-cite-parse-attributions): do.
24852
24853         * gnus-agent.el (gnus-summary-set-agent-mark)
24854         (gnus-agent-regenerate-group): do.
24855
24856         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24857
24858         * binhex.el (binhex-decode-region-internal): do.
24859
24860 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24861
24862         * gnus-fun.el (gnus-face-properties-alist): New user option.
24863         (gnus-display-x-face-in-from): Use it.
24864
24865         * gnus-art.el (article-display-face): Ditto.
24866
24867         * compface.el (uncompface-use-external): Default to nil.
24868
24869 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24870
24871         * nntp.el (nntp-erase-buffer): New function.
24872         (nntp-retrieve-data, nntp-send-command)
24873         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24874         (nntp-possibly-change-group): Use it.
24875
24876         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24877         Use with-current-buffer.
24878
24879 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24880
24881         * compface.el: Merge the ELisp-based uncompface program.
24882         (compface): New customization group.
24883         (uncompface-use-external): New user option.
24884         (uncompface): Call uncompface-internal if uncompface-use-external
24885         is nil.
24886         (uncompface-internal): New function.  Note that there are also
24887         some other functions and variables added for this function.
24888
24889 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24890
24891         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24892         if necessary.
24893
24894 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24895
24896         * spam-report.el (spam-report-unplug-agent)
24897         (spam-report-plug-agent, spam-report-deagentize)
24898         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24899         Add support for the Agent in spam-report: when unplugged, report to a
24900         file; when plugged, submit all the requests.
24901
24902         * spam.el (spam-register-routine): Fix message about
24903         registration.
24904
24905 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24906
24907         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24908         dependencies.
24909         (rfc2047-encode): Use it.
24910
24911         * gnus-art.el (gnus-button-marker-list): Move before first
24912         reference.
24913
24914         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24915         (imap-parse-body): Fix format string mismatch.
24916
24917         * gnus-score.el (gnus-summary-increase-score): do.
24918
24919         * nnrss.el (nnrss-close): New function.
24920
24921 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24922
24923         * nnrss.el (nnrss-make-filename): New function.
24924         (nnrss-request-delete-group, nnrss-read-server-data)
24925         (nnrss-save-server-data, nnrss-read-group-data)
24926         (nnrss-save-group-data): Use it.
24927         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24928         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24929         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24930
24931 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24932
24933         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24934
24935 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24936
24937         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24938         files.
24939
24940         * message.el (message-generate-headers-first): Don't quote nil
24941         and t in docstrings.
24942
24943         * imap.el (imap-id): do.
24944
24945         * gnus-agent.el (gnus-agent-consider-all-articles)
24946         (gnus-agent-queue-mail): do.
24947
24948 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24949
24950         * spam-report.el (spam-report-process-queue): New function.
24951         Process requests from `spam-report-requests-file'.
24952         (spam-report-process-queue): Doc fix.
24953
24954 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24955
24956         * spam.el (spam-register-routine)
24957         (spam-log-processing-to-registry, spam-log-registered-p)
24958         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24959         Change "check" to "spam-check" for semi-clarity.
24960
24961 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24962
24963         * pop3.el: Require nnheader.
24964
24965         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24966
24967         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24968
24969         * gnus-picon.el: Require cl.
24970
24971         * gnus-fun.el: Require gnus-ems and gnus-util.
24972
24973         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24974
24975         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24976
24977         * gnus-art.el (gnus-article-edit-mode): Define before first
24978         reference.
24979
24980 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24981
24982         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24983         (gnus-uu-post-encoded): Use point-at-bol.
24984
24985         * gnus-topic.el (gnus-group-active-topic-p): do.
24986
24987         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24988
24989         * gnus-group.el (gnus-group-kill-region): do.
24990
24991         * gnus-art.el (article-date-ut): do.
24992
24993         * message.el (message-fetch-field): Remove redundant
24994         case-fold-search binding.
24995         (message-narrow-to-field): Simplify.
24996
24997 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24998
24999         * spam.el (spam-directory): Derive from `gnus-directory'.
25000
25001         * spam-report.el (spam-report-url-to-file)
25002         (spam-report-requests-file): New function and variable for offline
25003         reporting.
25004         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25005         and user defined function.
25006         (spam-report-url-ping-mm-url): Remove doubled slash.
25007
25008 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25009
25010         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25011
25012 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25013
25014         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25015         Fix format string mismatch.
25016
25017         * sieve.el (sieve-deactivate-all): do.
25018
25019         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25020
25021         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25022
25023         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25024
25025         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25026
25027 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25028
25029         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25030         the list of checks.
25031
25032 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25033
25034         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25035         padding.
25036
25037 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25038
25039         * mm-view.el (mm-fill-flowed): New variable.
25040         (mm-inline-text): Use it.
25041
25042 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25043
25044         * spam.el (spam-spamassassin-register-ham-routine)
25045         (spam-spamassassin-register-spam-routine): Fix function names.
25046
25047 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25048
25049         * gnus.el (gnus-tmp-grouplens): Remove.
25050         (gnus-summary-line-format): Remove grouplens.
25051
25052         * gnus-group.el (gnus-group-line-format): Ditto.
25053
25054         * gnus-spec.el (gnus-format-specs): Ditto.
25055         (gnus-update-format-specifications): Flush the group format spec
25056         cache if there's the grouplens stuff.
25057         (gnus-parse-simple-format): Replace %l with the empty string.
25058
25059 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25060
25061         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25062         omission.
25063
25064 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25065
25066         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25067         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25068
25069 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25070
25071         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25072         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25073         New macros and functions.
25074         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25075         Handle > NLINK_MAX messages.
25076         * nnmaildir.el (nnmaildir-request-set-mark):
25077         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25078
25079 2004-01-25  Alex Schroeder  <alex@gnu.org>
25080
25081         * spam-stat.el (spam-stat-process-directory-age): New option.
25082         (spam-stat-process-directory): Use it.
25083
25084 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25085
25086         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25087         (spam-stat-save): Accept prefix argument.
25088
25089 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25090
25091         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25092         links" error.
25093
25094 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25095
25096         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25097         the rest of the and/or forms.
25098
25099 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25100
25101         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25102         compatibility with old .newsrc.eld files.
25103
25104         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25105
25106         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25107
25108         * gnus-start.el (gnus-1): do.
25109
25110         * gnus-group.el (gnus-group-line-format-alist): do.
25111
25112         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25113
25114         * gnus-gl.el: Remove.
25115
25116 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25117
25118         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25119         marks consisting of a single range {for example, (3 . 5)} rather
25120         than a list of a single range { ((3 . 5)) }.
25121
25122 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25123
25124         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25125         Use with-current-buffer.
25126         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25127         avoid consing a string.
25128
25129         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25130         Remove obsolete entries for big5 and gb2312.
25131
25132 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25133
25134         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25135         uncompressed list.
25136
25137 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25138
25139         * spam-stat.el (spam-stat-strip-xref): New function.
25140         (spam-stat-process-directory): Use it.
25141
25142         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25143         here -- it's done in message-fetch-field.
25144
25145 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25146
25147         * gnus-agent.el (gnus-agent-queue-mail)
25148         (gnus-agent-prompt-send-queue): New variables.
25149         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25150         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25151         "nndraft:queue" along to gnus-draft-send.
25152         Use gnus-agent-prompt-send-queue.
25153         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25154         is "nndraft:queue".  Suggested by Gaute Strokkenes
25155         <gs234@srcf.ucam.org>
25156
25157         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25158         (agent-enable-undownloaded-faces): Add.
25159         (gnus-agent-cat-groups): Use eval-and-compile, not
25160         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25161         method of gnus-agent-cat-groups even when the buffer has been
25162         evaled.
25163         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25164         delete gnus-agent-save-active-1.
25165         (gnus-agent-save-groups): Delete.  Identical to
25166         gnus-agent-save-active.
25167         (gnus-agent-write-active): No longer adjust agent's copy of active
25168         file as agent's adjustments are now stored in their own
25169         file.  Remove optional parameter.
25170         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25171         servers.  Add use of min/max range limits from server's local
25172         file.
25173         (gnus-agent-save-alist): Remove unused optional argument.
25174         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25175         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25176         (gnus-agent-set-local): A per-server file that keeps min/max range
25177         limits for articles known to the agent.  Provides a fast mechanism
25178         for altering many active ranges.
25179         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25180         active file (local makes it unnecessary).
25181         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25182
25183         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25184         (agent-enable-undownloaded-faces): Add.
25185
25186         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25187         disable it when sending to "nndraft:queue".
25188         (gnus-group-send-queue): Add safety check to avoid sending queue
25189         when unplugged.
25190
25191         * gnus-group.el (gnus-group-catchup): Use new
25192         gnus-sequence-of-unread-articles, not
25193         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25194         numbers of articles.  Use gnus-range-map to avoid having to
25195         uncompress the unread list.
25196         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25197         Fix invalid ange-ftp reference.
25198
25199         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25200         (gnus-sorted-range-intersection): Intersection of two ranges
25201         without requiring that they first be uncompressed.
25202
25203         * gnus-start.el (gnus-activate-group): Unless blocked by the
25204         caller, possibly expand the active range to include both cached
25205         and agentized articles.
25206         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25207         multiple version-dependent converters.
25208         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25209         gnus-agent-save-active.
25210         (gnus-save-newsrc-file): Save dirty agent range limits.
25211
25212         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25213         gnus-agent-possibly-alter-active.
25214         (gnus-adjust-marked-articles): Faster handling of simple lists.
25215
25216 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25217
25218         * spam-stat.el (spam-stat-test-directory): New optional argument
25219         displays a list of files detected.  Suggested by Andrew Cohen
25220         <cohen@andy.bu.edu>.
25221         (spam-stat-buffer-words-with-scores): Don't narrow and change
25222         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25223
25224 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25225
25226         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25227         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25228         (spam-spamassassin-arguments)
25229         (spam-spamassassin-spam-flag-header)
25230         (spam-spamassassin-positive-spam-flag-header)
25231         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25232         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25233         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25234         (spam-list-of-processors, spam-list-of-checks)
25235         (spam-list-of-statistical-checks, spam-registration-functions)
25236         (spam-check-spamassassin-headers, spam-check-spamassassin)
25237         (spam-spamassassin-score)
25238         (spam-spamassassin-register-with-sa-learn)
25239         (spam-spamassassin-register-spam-routine)
25240         (spam-spamassassin-register-ham-routine)
25241         (spam-assassin-register-spam-routine)
25242         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25243         (spam-bogofilter-score): Fix to show article before scoring.
25244
25245 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25246
25247         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25248         default scoring function.
25249         (spam-generic-score): Call spam-spamassassin-score if
25250         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25251         spam-bogofilter-score otherwise.
25252
25253         * gnus.el (spam-process, spam-autodetect-methods):
25254         Add spamassassin and spamassassin-headers.
25255
25256 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25257
25258         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25259         Suppress unnecessary messages.
25260
25261 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25262
25263         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25264         make-hash-table.
25265
25266 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25267
25268         * canlock.el (base64-encode-string): Don't autoload it.
25269
25270 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25271
25272         * run-at-time.el: Remove useless (require 'itimer),
25273         eval-and-compile and (featurep 'xemacs).
25274
25275 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25276
25277         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25278         GROUP is a virtual group.
25279
25280 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25281
25282         * gnus.el: Autoload `message-y-or-n-p'.
25283
25284 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25285
25286         * pgg-parse.el: Remove unnecessary (require 'custom).
25287
25288         * pgg-def.el: do.
25289
25290         * nnmail.el: do.
25291
25292         * gnus-undo.el: do.
25293
25294         * gnus-picon.el: do.
25295
25296         * gnus-util.el: do.
25297
25298 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25299
25300         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25301
25302 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25303
25304         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25305         handle, as well as a list.
25306
25307         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25308         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25309         (mm-w3m-cid-retrieve): Simplify.
25310
25311 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25312
25313         * message.el (message-kill-to-signature): Allow prefix arg to
25314         specify number of lines to keep before signature.
25315
25316 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25317
25318         * message.el (message-kill-to-signature): Change docstring.
25319
25320 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25321
25322         * canlock.el: Always require sha1-el.
25323         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25324
25325         * message.el: Autoload sha1 only when compiling.
25326
25327         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25328         eudc-expand-inline for XEmacs.
25329
25330 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25331
25332         * message.el (message-canlock-generate): Require sha1-el.
25333
25334 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25335
25336         * message.el (message-expand-name): Silence the byte compiler.
25337
25338         * lpath.el: Add detect-coding-system.
25339
25340         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25341         cus-edit.
25342
25343 2004-01-13  Simon Josefsson  <jas@extundo.com>
25344
25345         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25346         Invoke gnus-score-mode.
25347         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25348
25349         * gnus-range.el (gnus-compress-sequence): Doc fix.
25350         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25351
25352 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25353
25354         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25355
25356 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25357
25358         * spam.el (spam-get-article-as-string): Update to use
25359         gnus-request-article-this-buffer, much simpler.
25360         (spam-get-article-as-buffer): Remove.
25361
25362 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25363
25364         * message.el (message-expand-name): Use EUDC if the user uses that.
25365
25366 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25367
25368         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25369         character for the encoding to avoid consing a string.
25370
25371         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25372         unnecessarily.
25373
25374         * mm-util.el (mm-replace-chars-in-string): Remove.
25375
25376         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25377         of mm-replace-chars-in-string.
25378
25379 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25380
25381         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25382
25383         * mm-util.el (mm-subst-char-in-string): Support inplace.
25384
25385         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25386         a new string in every iteration.  Use shy groups.
25387
25388 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25389
25390         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25391         * gnus-soup.el (gnus-soup-group-brew):
25392         * gnus-msg.el (gnus-put-message):
25393         * gnus-move.el (gnus-group-move-group-to-server):
25394         * gnus-kill.el (gnus-batch-score):
25395         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25396         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25397         (gnus-group-update-group, gnus-group-read-group)
25398         (gnus-group-make-group, gnus-group-make-help-group)
25399         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25400         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25401         (gnus-group-sort-by-unread, gnus-group-catchup)
25402         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25403         (gnus-group-yank-group, gnus-group-set-info)
25404         (gnus-group-list-groups):
25405         * gnus.el (gnus-generate-new-group-name):
25406         * gnus-delay.el (gnus-delay-send-queue):
25407         * nnvirtual.el (nnvirtual-catchup-group):
25408         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25409         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25410         (gnus-group-prepare-topics, gnus-topic-check-topology):
25411         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25412         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25413         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25414         (gnus-group-make-articles-read):
25415         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25416         (gnus-group-change-level, gnus-kill-newsgroup)
25417         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25418         (gnus-get-unread-articles, gnus-make-articles-unread)
25419         (gnus-make-ascending-articles-unread): Use accessor
25420         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25421         to get group information for improved readability.
25422
25423
25424 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25425
25426         * gnus-art.el (article-decode-mime-words, article-babel)
25427         (gnus-article-highlight-signature, gnus-article-add-buttons)
25428         (gnus-signature-toggle): Use gnus-with-article-buffer.
25429
25430         * gnus-art.el (gnus-article-highlight-headers)
25431         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25432
25433         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25434         (gnus-article-set-globals, gnus-request-article-this-buffer)
25435         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25436         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25437         (gnus-mime-display-alternative): Use with-current-buffer.
25438
25439 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25440
25441         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25442         also under 80 char limit, and call gnus-error if needed.
25443         (spam-fetch-article-header): Fix - it was a
25444         buffer-local variable (gnus-newsgroup-data).
25445         (spam-find-spam): Use spam-generate-fake-headers, forget about
25446         spam-insert-fake-headers.
25447         (spam-insert-fake-headers): Remove.
25448
25449 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25450
25451         * deuglify.el (gnus-article-outlook-unwrap-lines)
25452         (gnus-outlook-rearrange-article)
25453         (gnus-outlook-repair-attribution-outlook)
25454         (gnus-outlook-repair-attribution-block)
25455         (gnus-outlook-repair-attribution-other): Remove redundant
25456         save-excursion.
25457
25458 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25459
25460         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25461         (spam-fetch-field-subject-fast)
25462         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25463         (spam-fetch-article-header): Add functions to deal with Gnus
25464         internals for fast retrieval of article header data.
25465         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25466
25467 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25468
25469         * pop3.el (pop3-md5): Remove.
25470         (pop3-apop): Replace pop3-md5 with md5.
25471
25472         * mm-bodies.el: base64 is always built-in.
25473
25474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25475         Use with-current-buffer.
25476
25477 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25478
25479         * canlock.el (canlock-insert-header): Remove excessive grouping in
25480         regexp.
25481
25482         * gnus-sum.el (gnus-summary-read-document): Ditto.
25483
25484         * gnus-uu.el (gnus-uu-part-number): Ditto.
25485
25486         * html2text.el (html2text-remove-tags): Ditto.
25487         (html2text-format-tags): Ditto.
25488         (html2text-format-single-elements): Ditto.
25489
25490         * mml.el (mml-parse-1): Ditto.
25491
25492 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25493
25494         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25495
25496         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25497
25498         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25499
25500         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25501
25502 2003-11-15  Simon Josefsson  <jas@extundo.com>
25503
25504         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25505         (pgg-gpg-lookup-key): Use regexp match instead of
25506         split-string (split-string is different between emacs 21.2 and
25507         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25508
25509 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25510
25511         * gnus-art.el (gnus-mime-view-all-parts)
25512         (gnus-article-part-wrapper, gnus-article-view-part):
25513         Use with-current-buffer.
25514
25515 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25516
25517         * spam.el (spam-disable-spam-split-during-ham-respool)
25518         (spam-spamoracle-database, spam-cache-lookups)
25519         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25520         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25521         (spam-group-ham-marks, spam-group-spam-marks)
25522         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25523         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25524         also add spam-use-blackholes to the statistical checks.
25525         (spam-fetch-field-fast): Add interface to fetching fields, may
25526         become a macro.
25527         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25528         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25529         (spam-insert-fake-headers): Fake an article when needed.
25530         (spam-find-spam): Fake article when possible.
25531         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25532         (spam-check-bogofilter-headers): Use message-fetch-field instead
25533         of nnmail-fetch-field.
25534
25535 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25536
25537         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25538
25539 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25540
25541         * spam.el (spam-split): Do not require spam-use-CHECK to be
25542         enabled if that check is passed to spam-split explicitly; also
25543         fix so 'spam doesn't get converted to spam-split-group when
25544         spam-split-symbolic-return is t.
25545         (spam-find-spam): Find registrations of the article and use those
25546         instead of re-running spam-split to find the spam/ham
25547         classification of the article.
25548         (spam-log-processing-to-registry, spam-log-registered-p)
25549         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25550         Use gnus-error instead of gnus-message.
25551         (spam-log-registration-type): Add function to determine the
25552         classification of a message based on registry entries; will
25553         return nil if both 'spam and 'ham are found.
25554         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25555         a reasonably fast local cache without the loading errors.
25556         (spam-cache-lookups): Set to t by default.
25557         (spam-find-spam): Don't try to guess spam-cache-lookups.
25558         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25559         spam-caches entry.
25560         (spam-filelist-build-cache, spam-filelist-check-cache):
25561         Fix caching of whitelist/blacklist entries.
25562         (spam-check-whitelist, spam-check-blacklist):
25563         Invoke spam-from-listed-p with a type, not a cache variable.
25564         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25565
25566 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25567
25568         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25569
25570         * nnmail.el (nnmail-split-fancy): do.
25571
25572         * mml.el (mml-parse): do.
25573
25574         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25575         (gnus-score-adaptive): do.
25576
25577 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25578
25579         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25580         (gnus-mime-button-map): Don't set keymap parent.
25581         (gnus-button-ctan-directory-regexp): Use shy grouping.
25582         (gnus-prev-page-map): Don't set keymap parent.
25583         (gnus-prev-page-map): Remove duplicated one.
25584         (gnus-next-page-map): Don't set keymap parent.
25585         (gnus-mime-security-button-map): Ditto.
25586
25587         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25588         version number.
25589
25590         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25591
25592 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25593
25594         * canlock.el (canlock-sha1-function): Remove.
25595         (canlock-sha1-function-for-verify): Remove.
25596         (canlock-openssl-program): Remove.
25597         (canlock-openssl-args): Remove.
25598         (canlock-ignore-errors): Remove.
25599         (canlock-sha1-with-openssl): Remove.
25600         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25601         (canlock-verify): Don't use canlock-ignore-errors.
25602
25603         * sha1-el.el (sha1-string-external): Make it can return a string
25604         in binary form.
25605         (sha1-region-external): Ditto.
25606         (sha1-string-internal): Ditto.
25607         (sha1-region-internal): Ditto.
25608         (sha1-region): Ditto.
25609         (sha1-string): Ditto.
25610         (sha1): Ditto.
25611
25612 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25613
25614         * spam.el (spam-report-articles-gmane): New command.
25615
25616 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25617
25618         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25619
25620         * run-at-time.el (run-at-time-saved): Remove.
25621         (run-at-time): Doc fix.
25622
25623 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25624
25625         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25626         (gnus-summary-limit-map): Add it.
25627         (gnus-summary-make-menu-bar): do.
25628
25629 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25630
25631         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25632         Make attempt at some caching support (done for BBDB only now).
25633         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25634         addresses to be checked.
25635         (spam-clear-cache-BBDB): Add function, to be invoked by
25636         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25637         (spam-check-BBDB): Check and use the caches, if
25638         spam-cache-lookups is on, remove superfluous (provide).
25639
25640 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25641
25642         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25643
25644 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25645
25646         * run-at-time.el (run-at-time-saved): Move to after the definition
25647         of `run-at-time'.
25648
25649         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25650
25651 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25652
25653         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25654         mm-w3m-local-map-property.
25655
25656         * mm-view.el (mm-w3m-mode-map): Remove.
25657         (mm-w3m-local-map-property): Remove.
25658         (mm-inline-text-html-render-with-w3m): Don't use
25659         mm-w3m-local-map-property.
25660
25661 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25662
25663         * run-at-time.el: New file.
25664
25665         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25666         under Emacs.
25667
25668         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25669         of gnus-set-text-properties.
25670
25671         * gnus-uu.el (gnus-uu-save-article): Ditto.
25672
25673         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25674
25675         * gnus-cite.el (gnus-cite-parse): Ditto.
25676
25677         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25678         of gnus-.
25679
25680         * gnus-xmas.el (run-at-time): Require run-at-time.
25681
25682         * gnus.el: Change calls to nnheader-run-at-time and
25683         password-run-at-time throughout to use run-at-time directly.
25684
25685         * password.el: Remove definition of run-at-time.
25686
25687         * nnheaderxm.el: Remove definition of run-at-time.
25688
25689 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25690
25691         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25692         in prompt.
25693
25694 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25695
25696         * messagexmas.el (message-xmas-redefine): Alias
25697         `message-make-caesar-translation-table' to
25698         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25699         version.
25700
25701         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25702         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25703         `gnus-xmas-set-text-properties'.
25704         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25705         `gnus-xmas-completing-read'.
25706         (gnus-xmas-completing-read): Removed.
25707         (gnus-xmas-open-network-stream): Removed.
25708
25709         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25710         XEmacs version.
25711
25712         * dns.el (dns-make-network-process): Use `open-network-stream'
25713         instead of `gnus-xmas-open-network-stream'.
25714
25715         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25716
25717         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25718
25719 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25720
25721         * gnus-art.el (gnus-mime-display-alternative)
25722         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25723         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25724         Don't use gnus-local-map-property.
25725
25726         * gnus-util.el (gnus-local-map-property): Remove.
25727
25728         * mm-view.el (mm-view-pkcs7-decrypt):
25729         Replace gnus-completing-read-maybe-default with completing-read.
25730
25731         * gnus-util.el (gnus-completing-read): do.
25732         (gnus-completing-read-maybe-default): Remove.
25733
25734 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25735
25736         * password.el: Only autoload `run-at-time' if not XEmacs.
25737         Only autoload the itimer functions if XEmacs.
25738
25739 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25740
25741         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25742         XEmacsen.
25743
25744         * dgnushack.el: Autoload executable-find for XEmacs.
25745
25746 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25747
25748         * gnus-art.el (gnus-read-string): Remove.
25749         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25750         read-string.
25751
25752 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25753
25754         * netrc.el: Autoload password-read.
25755         (netrc): Add configuration group.
25756         (netrc-encoding-method, netrc-openssl-path):
25757         Add variables for encoding and decoding of files with symmetric
25758         ciphers.
25759         (netrc-encode): Add assistant function to encode a file with
25760         netrc-encoding-method.
25761         (netrc-parse): Add interactive parameter, added optional
25762         decoding if netrc-encoding-method is non-nil but otherwise
25763         behavior is standard.
25764         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25765         Do s/encode/encrypt/ everywhere.
25766
25767         * spam.el: Remove executable-find autoload.
25768
25769 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25770
25771         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25772
25773         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25774
25775 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25776
25777         * gnus-art.el (gnus-treat-ansi-sequences)
25778         (article-treat-ansi-sequences): New variable and function.
25779         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25780
25781         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25782         Use it.
25783
25784 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25785
25786         * mm-util.el (mm-quote-arg): Remove.
25787
25788         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25789         shell-quote-argument.
25790
25791         * gnus-uu.el (gnus-uu-command): do.
25792
25793         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25794
25795         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25796         with make-char.
25797
25798         * mm-util.el (mm-make-char): Remove.
25799
25800         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25801         add-minor-mode.
25802
25803         * gnus-undo.el (gnus-undo-mode): do.
25804
25805         * gnus-topic.el (gnus-topic-mode): do.
25806
25807         * gnus-sum.el (gnus-dead-summary-mode): do.
25808
25809         * gnus-start.el (gnus-slave-mode): do.
25810
25811         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25812
25813         * gnus-ml.el (gnus-mailing-list-mode): do.
25814
25815         * gnus-gl.el (gnus-grouplens-mode): do.
25816
25817         * gnus-draft.el (gnus-draft-mode): do.
25818
25819         * gnus-dired.el (gnus-dired-mode): do.
25820
25821         * gnus-ems.el (gnus-add-minor-mode): Remove.
25822
25823         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25824         Replace gnus-char-width with char-width.
25825
25826         * gnus-ems.el (gnus-char-width): Remove.
25827
25828         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25829         Replace gnus-char-width with char-width.
25830
25831         * gnus-ems.el (gnus-char-width): Remove.
25832
25833         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25834         definition.
25835         Remove Emacs 20 hash table compatibility code.
25836
25837         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25838         20 compatibility code.
25839
25840         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25841
25842         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25843
25844         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25845         Replace with point-at-{eol,bol}.
25846
25847         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25848
25849         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25850
25851         * flow-fill.el (fill-flowed-point-at-bol)
25852         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25853
25854         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25855         Replace with point-at-{eol,bol} throughout all files.
25856
25857 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25858
25859         * ntlm.el (ntlm-string-as-unibyte): New macro.
25860         (ntlm-build-auth-response): Use it.
25861
25862         Remove Emacs 20 stuff:
25863         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25864         (butlast, mapc, remove): Remove the compiler macros.
25865         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25866         of delq and copy-sequence.
25867         * gnus-art.el (popup-menu): Remove the compiler macro.
25868         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25869         Emacs 20.
25870
25871 2004-01-05  Simon Josefsson  <jas@extundo.com>
25872
25873         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25874         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25875         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25876         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25877         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25878         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25879         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25880         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25881         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25882         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25883         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25884         string-xor into ntlm-string-xor.
25885         Suggested by Jesper Harder <harder@myrealbox.com>.
25886
25887         * ntlm.el: Don't include poem.
25888
25889         * md4.el (print-int32, print-string-hexa): Remove.
25890         Suggested by Jesper Harder <harder@myrealbox.com>.
25891
25892         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25893
25894         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25895         probably breaks emacs with DL patch, but do we care? Is anyone
25896         still using the DL stuff?)
25897
25898         * sieve-manage.el: Use the password package.
25899         (sieve-manage-read-passwd): Remove.
25900         (sieve-manage-interactive-login): Use password.  Re-add
25901         condition-case around loop.
25902
25903         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25904         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25905         Use the password package.
25906
25907 2003-02-19  Simon Josefsson  <jas@extundo.com>
25908
25909         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25910         token.
25911
25912 2002-08-07  Simon Josefsson  <jas@extundo.com>
25913
25914         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25915         (sieve-manage-authenticators):
25916         (sieve-manage-authenticator-alist): Add some SASL mechs.
25917         (sieve-sasl-auth): New function.
25918         (sieve-manage-cram-md5-auth):
25919         (sieve-manage-plain-auth): Rewrite using SASL library.
25920         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25921         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25922         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25923         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25924
25925 2004-01-05  Simon Josefsson  <jas@extundo.com>
25926
25927         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25928         New files.
25929
25930 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25931
25932         * gnus-group.el (gnus-no-groups-message): Update.
25933
25934         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25935
25936 2003-11-09  Simon Josefsson  <jas@extundo.com>
25937
25938         * imap.el: Support for ID IMAP extension (RFC 2971).
25939         (imap-local-variables): Add imap-id.
25940         (imap-id): New variable.
25941         (imap-id): New function.
25942         (imap-parse-response): Parse untagged ID response.
25943         * nnimap.el (nnimap-id): New variable.
25944         (nnimap-open-connection): Use it.
25945
25946 2003-12-28  Simon Josefsson  <jas@extundo.com>
25947
25948         * gnus-score.el (gnus-score-edit-all-score): New.
25949         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25950
25951 2004-01-04  Simon Josefsson  <jas@extundo.com>
25952
25953         * password.el: Add.
25954
25955 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25956
25957         * dns.el (dns-query-types): Fix typo.
25958         (dns-query-types): New function.
25959         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25960         PTR and SOA replies, see RFC 1035.
25961
25962 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25963
25964         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25965
25966         * Move to Changelog.2.
25967
25968 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25969
25970         * gnus.el (gnus-version-number): Bump version.
25971
25972 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25973
25974         * gnus.el: No Gnus v0.1 is released.
25975
25976 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25977
25978         * gnus.el: No Gnus v0.0 is released.
25979
25980 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25981
25982         * gnus.el (gnus-version-number): Bump.
25983         (gnus-version): No.
25984
25985 See ChangeLog.2 for earlier changes.
25986
25987   Copyright (C) 2004-2013 Free Software Foundation, Inc.
25988
25989   This file is part of GNU Emacs.
25990
25991   GNU Emacs is free software: you can redistribute it and/or modify
25992   it under the terms of the GNU General Public License as published by
25993   the Free Software Foundation, either version 3 of the License, or
25994   (at your option) any later version.
25995
25996   GNU Emacs is distributed in the hope that it will be useful,
25997   but WITHOUT ANY WARRANTY; without even the implied warranty of
25998   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25999   GNU General Public License for more details.
26000
26001   You should have received a copy of the GNU General Public License
26002   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26003
26004 ;; Local Variables:
26005 ;; coding: utf-8
26006 ;; fill-column: 79
26007 ;; add-log-time-zone-rule: t
26008 ;; End: