mml2015.el (mml2015-epg-sign): Add name="signature.asc" (Bug#13465)
[gnus] / lisp / ChangeLog
1 2013-05-06  Glenn Morris  <rgm@gnu.org>
2
3         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
4
5 2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6
7         * message.el (message-bury): Make `buffer' optional.
8         (message-send-and-exit): Don't pass `buf' so as to hide the buffer
9         (bug#14085).
10
11 2013-05-04  Andrew Cohen  <cohen@bu.edu>
12
13         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
14         entering into the registry.
15
16 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17
18         * gnus.el: Ma Gnus v0.7 is released.
19
20 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
23         (Bug#14304)
24
25 2013-04-27  Glenn Morris  <rgm@gnu.org>
26
27         * gnus.el (gnus-list-debbugs):
28         Use require rather than autoload.  (Bug#14262)
29
30 2013-04-27  Julien Danjou  <julien@danjou.info>
31
32         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
33         port to "sieve" now that it has an official IANA port assigned.
34
35 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
38         Don't set the MAILHOST environment variable permanently (Bug#14271).
39
40 2013-04-26  Glenn Morris  <rgm@gnu.org>
41
42         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
43
44 2013-04-25  Andrew Cohen  <cohen@bu.edu>
45
46         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
47         string values of 'gcc-self. Thanks to Saroj Thirumalai.
48
49 2013-04-24  Andrew Cohen  <cohen@bu.edu>
50
51         * nnir.el (nnir-close-group): Make sure we are in the right group.
52
53         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
54         dependency table from all newly retrieved headers.
55
56 2013-04-16  David Edmondson  <dme@dme.org>
57
58         Support <img src="data:...">.
59
60         * shr.el (shr-image-from-data): New function.
61         (shr-tag-img): Use it.
62
63 2013-04-14  Andrew Cohen  <cohen@bu.edu>
64
65         * nnir.el (nnir-request-set-mark): Make sure we are in the right
66         group.
67
68 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
71         corresponding to any existing group (Bug#14166).
72
73 2013-04-10  Andrew Cohen  <cohen@bu.edu>
74
75         * nnir.el (number-sequence): No longer used.
76         (nnir-request-set-mark): New function.
77         (nnir-request-update-info): Improve marks updating.
78         (nnir-request-scan): Don't duplicate marks updating.
79         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
80         Use 'assq rather than 'assoc. Quote anonymous function.
81         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
82         Use 'gnus-group-prefixed-p.
83         (gnus-summary-create-nnir-group): Make sure server for method is open.
84
85 2013-04-04  Andrew Cohen  <cohen@bu.edu>
86
87         * nnir.el (gnus-nnir-group-p): New function.
88         (nnir-possibly-change-group): Use it.
89
90         * gnus-msg.el (gnus-setup-message): Use it.
91
92 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * mml.el (mml-minibuffer-read-description): Use `default' insted of
95         `initial-input' for the argument name.
96         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
97
98 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
99
100         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
101         (used by MH-E).
102
103 2013-04-01  Andrew Cohen  <cohen@bu.edu>
104
105         * nnir.el (nnir-request-update-mark): Improve mark updating in original
106         group.
107
108         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
109         fix compilation.
110
111 2013-03-31  Andrew Cohen  <cohen@bu.edu>
112
113         * nnir.el (nnir-method-default-engines): And another typo.
114
115 2013-03-30  Andrew Cohen  <cohen@bu.edu>
116
117         * nnir.el (nnir-method-default-engines): Fix typo.
118
119 2013-03-29  Andrew Cohen  <cohen@bu.edu>
120
121         * nnir.el: Define 'number-sequence for xemacs.
122         (gnus-summary-create-nnir-group): New function to create an nnir group
123         from an nnir summary buffer based on the current query.
124         (nnir-request-create-group): Update to allow nnir group creation based
125         on the current query.
126
127 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * nndraft.el (nndraft-request-expire-articles):
130         Make expiry target always `delete'.
131
132 2013-03-27  Andrew Cohen  <cohen@bu.edu>
133
134         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
135         buffer use the posting-style and gcc of the original article group.
136         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
137
138         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
139         after other deffoos.
140
141 2013-03-25  Andrew Cohen  <cohen@bu.edu>
142
143         * nnir.el: Major rewrite. Cleaner separation between searches and group
144         management. Marks are now shown in nnir summary buffers. Rudimentary
145         support for real (i.e. not ephemeral) nnir groups.
146         (gnus-summary-make-nnir-group): New function for initiating searches
147         from a summary buffer.
148
149 2013-03-18  Sam Steingold  <sds@gnu.org>
150
151         * message.el (message-bury): Minor cleanup.
152
153 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
154
155         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
156
157 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * nndir.el (nndir-request-list): Remove 2nd argument passed to
160         nnml-request-list.  (Bug#13873)
161         (nndir-request-newsgroups): Remove, unused.
162
163         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
164
165 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
166
167         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
168         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
169         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
170
171 2013-03-03  Ted Phelps  <phelps@gnusto.com>
172
173         * shr.el: Make all the overlays set the `evaporate' property so that
174         they're removed properly.
175
176 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
177
178         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
179         shell-quote-argument.
180
181 2013-02-22  David Engster  <deng@randomsample.de>
182
183         * gnus-registry.el (gnus-registry-save): Provide class name when
184         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
185         `condition-case' to stay compatible with older EIEIO versions which
186         only accept one argument.
187
188 2013-02-17  Daiki Ueno  <ueno@gnu.org>
189
190         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
191         (epg-user-id-validity): Autoload.
192         (mml2015-epg-check-user-id): New function.
193         (mml2015-epg-check-sub-key): New function split from
194         mml2015-epg-find-usable-key.
195         (mml2015-epg-find-usable-key): Accept context, name, usage, and
196         optional name-is-key-id, to handle the case when user-id is unusable.
197         Reported by Łukasz Stelmach <stlman@poczta.fm>.
198
199 2013-02-17  Glenn Morris  <rgm@gnu.org>
200
201         * shr.el (shr-put-image): Use image-multi-frame-p if available.
202
203 2013-02-16  Glenn Morris  <rgm@gnu.org>
204
205         * shr.el (shr-put-image): Only animate images that specify a delay.
206         This is consistent with the old image-animated-p behavior.
207
208 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
211         for XEmacs.
212
213 2013-02-13  Juri Linkov  <juri@jurta.org>
214
215         * gnus-art.el (gnus-article-mode-map):
216         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
217         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
218
219 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
220
221         * auth-source.el (auth-source-format-prompt): Don't get confused by
222         any "\" in replacement text.  (Bug#13637)
223
224 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
225
226         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
227         (gnus-backend-trace): Honour gnus-backend-trace.
228
229         * mml.el (mml-insert-part): Insert closing tag.
230
231         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
232
233 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
236         able to find the article, which can happen in debbugs groups,
237         apparently.
238
239 2013-01-16  Glenn Morris  <rgm@gnu.org>
240
241         * smiley.el (smiley-style): Make the file loadable in batch mode.
242
243 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
244
245         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
246         imap process running.
247
248 2013-01-14  Julien Danjou  <julien@danjou.info>
249
250         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
251         Compare addresses against addresses, not against the full From field.
252
253 2013-01-13  Richard Stallman  <rms@gnu.org>
254
255         * message.el (message-forward-make-body-mime): New args BEG, END
256         specify what part of FORWARD-BUFFER to use.  Do the work directly
257         instead of calling `mml-insert-buffer'.
258
259 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
260
261         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
262         cross-reference(s).
263
264         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
265         cross-reference(s).
266
267 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
268
269         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
270         and point-max-marker.
271         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
272
273 2013-01-11  Julien Danjou  <julien@danjou.info>
274
275         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
276         max are almost equal. Also return the correct value for V which is
277         already between 0 and 1.
278
279 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
280
281         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
282         to mml2015-encrypt-to-self.
283         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
284
285 2013-01-09  Daiki Ueno  <ueno@gnu.org>
286
287         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
288         mml-smime-epg-find-usable-secret-key.
289
290 2013-01-08  Glenn Morris  <rgm@gnu.org>
291
292         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
293
294 2013-01-07  Daiki Ueno  <ueno@gnu.org>
295
296         * mml-smime.el: Support signing by sender.
297         Requested by Uwe Brauer.
298         (mml-smime-sign-with-sender): New user option analogous
299         to mml2015-sign-with-sender.
300         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
301         (mml-smime-epg-find-usable-secret-key): New helper function copied from
302         mml2015.el.
303
304 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
307         isn't running, because Gnus will probably not know how to handle the
308         Gcc header (bug#11941).
309
310         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
311         articles.
312
313 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * nnfolder.el (nnfolder-recursive-directory-files): New function.
316         (nnfolder-generate-active-file): Make this function work with recursive
317         folder names.
318
319 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
320
321         * nntp.el (nntp-open-connection): Use HELP as the capability command
322         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
323         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
324
325 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
326
327         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
328         place holder since this gives `Invalid face reference: nil' messages.
329         Use the `default' face instead.  It has the same effect here, even
330         though it is not no-op.
331
332         * gnus-util.el
333         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
334
335 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
338         non-string posting styles (bug#13285).
339
340 2012-12-27  Glenn Morris  <rgm@gnu.org>
341
342         * plstore.el (plstore-passphrase-callback-function):
343         Use plstore-get-file.
344
345 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
346
347         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
348         stderr.
349
350 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
353
354         * gnus-compat.el (set-buffer-multibyte): Remove.
355
356 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
357
358         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
359         temporary file to get PGP key image. Pass no-show-photos when extracting
360         image to avoid having it pop up twice.
361
362 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
365         eligible for treatment.
366
367         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
368         lines.  This makes summary commands with hidden threads work more
369         reliably.
370
371         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
372         button to mark the hidden citations (bug#9395).
373
374 2012-12-26  Daiki Ueno  <ueno@gnu.org>
375
376         * mml2015.el (mml2015-epg-signature-to-string): New function.
377         (mml2015-epg-verify-result-to-string): New function.
378         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
379         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
380         instead of epg-verify-result-to-string.
381         (epg-signature-key-id, epg-signature-to-string): Autoload.
382         (epg-verify-result-to-string): Remove autoload.
383
384 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
385
386         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
387         ID image from GPG public key.
388         (mml2015-epg-key-image-to-string): New function.
389
390 2012-12-25  Leo Liu  <sdl.web@gmail.com>
391
392         * plstore.el (plstore-passphrase-callback-function): Fix error when
393         error when plstore-cache-passphrase-for-symmetric-encryption is set
394         (bug#13264).
395
396 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
397
398         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
399         buffer to the article buffer here, because that clobbers multiple
400         article buffers.
401
402         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
403         buffer always points to the right summary buffer.
404
405 2012-12-25  John Wiegley  <jwiegley@gmail.com>
406
407         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
408         the password (bug#12097).
409
410 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
411
412         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
413         (bug#13263).
414
415         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
416         buffer exists before using it (bug#12475).
417
418         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
419         offline groups (bug#11937).
420
421         * message.el (message-yank-original): When using customize to set the
422         value of `message-cite-style', the variable it set to a symbol that's
423         the name of the variable, which must then be dereferenced (bug#12616).
424
425 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
426
427         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
428         the `face' property with a list whose car is the face specified in the
429         format string and whose cdr is (nil).
430         * lisp/gnus-util.el
431         (gnus-put-text-property-excluding-characters-with-faces):
432         Change accordingly.
433         (gnus-get-text-property-excluding-characters-with-faces): New function.
434         * lisp/gnus-sum.el (gnus-summary-highlight-line):
435         * lisp/gnus-salt.el (gnus-tree-highlight-node):
436         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
437
438 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
439
440         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
441         login methods.
442         (nnimap-login): Respect the `nnimap-authenticator' variable.
443
444         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
445         mark state when moving articles.  Otherwise unticked articles will get
446         their ticks back after moving.
447
448 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
451
452         * message.el (message-ignored-news-headers): Always remove
453         X-Message-SMTP-Method to avoid information leakage if the user
454         mistakenly inserts the header into news messages.
455
456         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
457
458         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
459         right than four characters, this command would move point to
460         `point-max'.  Don't do that.
461
462         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
463         to nil to allow re-selecting groups that gain articles.
464         (gnus-bug-group-download-format-alist): Update the URL.
465
466 2012-12-23  Andreas Schwab  <schwab@suse.de>
467
468         * shr.el (shr-tag-em): Render em as italic, not bold.
469
470 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
471
472         * gnus-int.el (gnus-backend-trace): Factor out into its own function
473         for reuse.
474         (gnus-open-server): Use it to add more tracing.
475         (gnus-finish-retrieve-group-infos): Add backend tracing.
476         (gnus-backend-trace): Also note the elapsed seconds.
477
478 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
479
480         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
481         Set epa-file-encrypt-to from variable to avoid querying.
482
483 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
484
485         * sieve-mode.el (sieve-font-lock-keywords):
486         Keywords should be word delimited.  (Bug#13173)
487
488 2012-12-13  Andreas Schwab  <schwab@suse.de>
489
490         * tls.el (tls-program): Update customize type.
491
492 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
495         instead of <pre> to align message header.
496
497 2012-12-12  Sam Steingold  <sds@gnu.org>
498
499         * gnus.el (gnus-other-frame-resume-function): Add user option.
500         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
501
502 2012-12-06  Sam Steingold  <sds@gnu.org>
503
504         * gnus-start.el (gnus-before-resume-hook): Add.
505         (gnus-1): Run it when Gnus is alive.
506
507 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
510         * gnus-art.el (article-unsplit-urls)
511         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
512         * gnus-registry.el (gnus-registry-get-article-marks)
513         * message.el (message-goto-body): Use it.
514         (message-called-interactively-p): Remove.
515
516         * spam-stat.el (spam-stat-called-interactively-p): New macro.
517         (spam-stat-score-buffer): Use it.
518
519         * spam.el: Silence the warnings against BBDB functions when compiling.
520
521         * gnus-score.el (gnus-score-decode-text-parts):
522         Use append+mapcar instead of the cl function mapcan.
523
524 2012-12-05  Sam Steingold  <sds@gnu.org>
525
526         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
527         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
528         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
529
530 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gmm-utils.el (gmm-called-interactively-p): Revert.
533         This seems to cause Emacs to get stuck!
534         * gnus-art.el (article-unsplit-urls)
535         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
536         * gnus-registry.el (gnus-registry-get-article-marks)
537         * message.el (message-goto-body)
538         (message-called-interactively-p): Revert.
539
540         * gmm-utils.el (gmm-called-interactively-p): New function.
541         * gnus-art.el (article-unsplit-urls)
542         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
543         * gnus-registry.el (gnus-registry-get-article-marks)
544         * message.el (message-goto-body): Use it.
545         (message-called-interactively-p): Remove.
546
547         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
548         * gnus-sync.el (gnus-sync-lesync-call)
549         * message.el (message-read-from-minibuffer): Use it.
550
551 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * gmm-utils.el (gmm-flet): Remove.
554         * gnus-sync.el (gnus-sync-lesync-call)
555         * message.el (message-read-from-minibuffer): Don't use it.
556
557 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * gmm-utils.el (gmm-labels): Use cl-labels if available.
560
561 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
564
565         * gnus-sync.el (gnus-sync-lesync-call)
566         * message.el (message-read-from-minibuffer): Use gmm-flet.
567
568         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
569
570         * gnus-util.el (gnus-macroexpand-all): Remove.
571
572 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
573
574         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
575         to TAB, not [tab].
576         (gnus-summary-article-map): Likewise.
577
578         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
579         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
580
581 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
582
583         * time-date.el: Commentary fix.
584
585 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
586
587         * color.el: Don't require cl.
588         (color-complement): `caddr' -> `nth 2'.
589
590         * time-date.el (time-to-seconds): De-obsolete.
591
592 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * message.el (message-get-reply-headers):
595         Make sure the reply goes to the author if it is a wide reply.
596
597 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
598
599         * gnus-score.el (gnus-score-body):
600         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
601         scoring by body.
602
603 2012-11-16  Glenn Morris  <rgm@gnu.org>
604
605         * gnus-diary.el (nndiary-request-create-group-functions)
606         (nndiary-request-update-info-functions)
607         (gnus-subscribe-newsgroup-functions)
608         (nndiary-request-accept-article-functions):
609         Use new names for hooks rather than obsolete aliases.
610
611 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * dgnushack.el (define-obsolete-variable-alias): Simplify.
614
615 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
618         in meta tag with the one the part specifies in its header.
619
620 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
621
622         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
623         by default.
624
625 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
628         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
629
630 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
633         and a runtime function for it, of which the XEmacs version takes only
634         two arguments.
635
636 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
637
638         * nndiary.el (nndiary-request-create-group-functions)
639         (nndiary-request-update-info-functions)
640         (nndiary-request-accept-article-functions):
641         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
642         "-hooks" suffix.
643
644 2012-10-19  Julien Danjou  <julien@danjou.info>
645
646         * gnus-art.el: Require gnus-util because it uses
647         `gnus-timer--function'.
648
649 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
650
651         * starttls.el (starttls-extra-arguments): Doc fix.
652
653 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
656         it.
657
658 2012-10-06  Glenn Morris  <rgm@gnu.org>
659
660         * gnus-notifications.el (gnus-notifications):
661         Add missing group :version tag.
662         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
663         (gnus-gcc-post-body-encode-hook):
664         * gnus-sync.el (gnus-sync-lesync-name)
665         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
666
667 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
668
669         * color.el (color-hsl-to-rgb): Fix incorrect results for
670         small and large hue values.  (Bug#12559)
671
672 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         New UIDL implementation.
675
676         * mail-source.el (mail-sources, mail-source-keyword-map):
677         Add :leave as a pop3 keyword.
678         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
679
680         * pop3.el (pop3-leave-mail-on-server): Allow number.
681         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
682         (pop3-movemail): Add UIDL support.
683         (pop3-send-streaming-command): Take a list of mail numbers instead of
684         the number of mails.
685         (pop3-write-to-file): Add X-UIDL header.
686         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
687         (pop3-uidl-add-xheader): New functions.
688
689         * message.el (message-ignored-resent-headers):
690         Add X-Content-Length and X-UIDL headers.
691
692 2012-10-05  Glenn Morris  <rgm@gnu.org>
693
694         * color.el (color-name-to-rgb, color-rgb-to-hex)
695         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
696         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
697         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
698         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
699
700 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
703         a user about whether to delete temp files if once a user answered as n.
704
705 2012-09-25  Chong Yidong  <cyd@gnu.org>
706
707         * password-cache.el (password-read-and-add): Use a declare form to mark
708         this function obsolete.
709
710 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * lpath.el: Bind mail-encode-mml for old Emacsen.
713
714 2012-09-17  Richard Stallman  <rms@gnu.org>
715
716         * message.el (message-in-body-p): Don't set mark or modify buffer.
717
718         * mml.el (mml-attach-file): Doc fix.
719         (mml-attach-external, mml-attach-buffer, mml-attach-file):
720         Set mail-encode-mml when in Mail mode.
721         Simplify code to set HEAD and move back to HEAD.
722         (mml-insert-multipart, mml-insert-part):
723         Set mail-encode-mml when in Mail mode.
724
725 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-util.el (gnus-timer--function): New function.
728
729         * gnus-art.el (gnus-article-stop-animations): Use it.
730
731 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
732
733         Fix glitches caused by addition of psec to timers.
734         * gnus-art.el (gnus-article-stop-animations): Use timer--function
735         rather than raw access to timer vector.
736
737 2012-09-11  Julien Danjou  <julien@danjou.info>
738
739         * gnus-notifications.el (gnus-notifications): Check for nil values in
740         ignored addresses check.
741
742 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
743
744         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
745
746 2012-09-07  Chong Yidong  <cyd@gnu.org>
747
748         * gnus-util.el
749         (gnus-put-text-property-excluding-characters-with-faces): Restore.
750
751         * gnus-salt.el (gnus-tree-highlight-node):
752         * gnus-sum.el (gnus-summary-highlight-line):
753         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
754
755 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
756
757         * gnus-util.el: Fix compilation error on XEmacs 21.4.
758
759 2012-09-06  Juri Linkov  <juri@jurta.org>
760
761         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
762         scheme for buffer names to be more consistent with other group and
763         article buffer names in Gnus.
764
765 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-util.el
768         (gnus-put-text-property-excluding-characters-with-faces): Removed.
769
770         * gnus-compat.el: Define compat function `add-face' from Wolfgang
771         Jenkner.
772
773         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
774
775         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
776
777         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
778
779 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
782         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
783
784         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
785         string-prefix-p in Emacs >=23.2.
786
787         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
788         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
789         instead of string-match-p.
790         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
791
792 2012-09-06  Kenichi Handa  <handa@gnu.org>
793
794         * qp.el (quoted-printable-decode-region): Fix previous change; handle
795         lowercase a..f.
796
797 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
798
799         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
800
801 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
802
803         * nnimap.el (nnimap-request-move-article): Decode the group name when
804         doing internal moves to avoid charset issues.
805
806         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
807         TIME is set.
808
809 2012-09-05  Juri Linkov  <juri@jurta.org>
810
811         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
812         than one group at a time (bug#11961).
813
814 2012-09-05  Julien Danjou  <julien@danjou.info>
815
816         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
817         this hide the real reason with a message giving absolutely no hint.
818
819 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
822         to the backend (bug#11804).
823
824         * message.el (message-insert-newsgroups): Don't insert newsgroup
825         duplicates (bug#12275).
826
827 2012-09-05  John Wiegley  <johnw@newartisans.com>
828
829         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
830         sieve rules.
831
832 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
833
834         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
835         function.
836
837         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
838
839         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
840
841 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
842
843         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
844         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
845         This should make nnmaildir more usable with offlineimap.
846
847 2012-09-05  Julien Danjou  <julien@danjou.info>
848
849         * nnimap.el (nnimap-request-list): Revert change that made listing
850         synchronous.
851         (nnimap-get-responses): Restore.
852
853 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
854
855         * dgnushack.el: XEmacs 21.5 compilation fix.
856
857         * gnus-notifications.el (gnus-notifications-notify): Use it.
858
859         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
860         warnings on XEmacs.
861
862 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
863
864         Better seeds for (random).
865         * gnus-sync.el (gnus-sync-lesync-setup):
866         * message.el (message-canlock-generate, message-unique-id):
867         Change (random t) to (random), now that the latter is more random.
868
869 2012-08-31  Dave Abrahams  <dave@boostpro.com>
870
871         * nnimap.el (nnimap-change-group): Document result value
872
873         * auth-source.el (auth-sources): Fix macos keychain access.
874
875         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
876         allow the backend `request-head' function to determine the group
877         name on its own.
878         (gnus-request-expire-articles): Filter out negative article numbers
879         during expiry (Bug#11980).
880
881         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
882         O(N^2) to O(N).  This makes warping into huge groups tolerable.
883
884         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
885         you've found the article when you haven't.
886
887         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
888         that nnimap-change-group can return t.
889
890 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
891
892         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
893
894 2012-08-30  Julien Danjou  <julien@danjou.info>
895
896         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
897         `gnus-notifications-timeout'.
898         (gnus-notifications-timeout): Add.
899         (gnus-notifications-action): New function.
900         (gnus-notifications-notify): Add :action using
901         `gnus-notifications-action'.
902         (gnus-notifications-id-to-msg): New variable.
903         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
904         notifications id to messages.
905
906 2012-08-30  Kenichi Handa  <handa@gnu.org>
907
908         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
909         once.
910
911 2012-08-29  Julien Danjou  <julien@danjou.info>
912
913         * gnus-notifications.el: New file.
914         (gnus-notifications-notify): New function.
915         (gnus-notifications): Use `gnus-notifications-notify'.
916
917 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
918
919         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
920         transfer encoding first; bind gnus-newsgroup-charset to the charset
921         that the article specifies (Bug#12209).
922
923 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
926         (gnus-group-customize-done): Encode values posting-style holds.
927
928         * gnus-msg.el (gnus-summary-resend-message)
929         (gnus-configure-posting-styles): Decode values posting-style group
930         parameter holds.
931
932 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
935         `name' and `address' in Resent-From header.
936
937 2012-08-14  Chong Yidong  <cyd@gnu.org>
938
939         * gnus-art.el (article-display-face): Handle failure in
940         gnus-create-image (Bug#11802).
941
942 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
943
944         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
945         Use defsetf.
946
947 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
948
949         * auth-source.el: (auth-source-plstore-search)
950         (auth-source-secrets-search): Ignore :require and :type in search spec.
951
952 2012-08-06  Julien Danjou  <julien@danjou.info>
953
954         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
955         `nnimap-request-move-article'.
956
957         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
958         Remove autoload, already handled by gnus.el.
959
960         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
961
962         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
963         supported by nnimap actually. Reverts previous change.
964
965         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
966         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
967         to-buffer argument that is already supported.
968
969 2012-08-05  Julien Danjou  <julien@danjou.info>
970
971         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
972         Add autoload.
973
974 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus.el (gnus-valid-select-methods): Fix custom type.
977
978 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
979
980         * auth-source.el (auth-sources, auth-source-backend-parse)
981         (auth-source-macos-keychain-search)
982         (auth-source-macos-keychain-search-items)
983         (auth-source-macos-keychain-result-append)
984         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
985         auth-source.el through the /usr/bin/security utility.
986         (auth-sources): Fix syntax error.
987         (auth-source-macos-keychain-result-append): Fix variable name.
988         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
989
990 2012-07-27  Julien Danjou  <julien@danjou.info>
991
992         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
993         Emacs < 24.1
994
995 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * message.el (message-kill-address): Don't kill last newline.
998         (message-skip-to-next-address): Don't move to the next header.
999         (message-fill-field-address): Work properly.
1000
1001 2012-07-25  Julien Danjou  <julien@danjou.info>
1002
1003         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1004
1005 2012-07-24  Julien Danjou  <julien@danjou.info>
1006
1007         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1008
1009         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1010         (nntp-async-timer-handler): Remove, unused.
1011
1012         * nnimap.el (nnimap-get-responses): Remove, unused.
1013
1014         * nnheader.el (mail-header-set-extra): Remove, unused.
1015
1016         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1017         unused.
1018
1019         * mm-view.el (mm-view-sound-file): Remove, unused.
1020
1021         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1022         (mm-url-encode-multipart-form-data): Remove, unused.
1023
1024         * message.el (message-remove-signature, message-make-host-name)
1025         (message-fill-address): Remove, unused.
1026
1027         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1028         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1029         unused.
1030
1031         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1032         (gnus-xmas-call-region): Remove, unused.
1033
1034         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1035
1036         * gnus-util.el (gnus-extract-address-component-name)
1037         (gnus-extract-address-component-email, gnus-sortable-date)
1038         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1039         (gnus-process-live-p): Remove, unused.
1040
1041         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1042
1043         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1044         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1045         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1046         function.
1047
1048         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1049
1050         * gnus-score.el (gnus-summary-score-crossposting)
1051         (gnus-score-regexp-bad-p): Remove, unused.
1052
1053         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1054
1055         * gnus-range.el (gnus-sublist-p): Remove, unused.
1056
1057         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1058         unused.
1059
1060         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1061
1062         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1063         (gnus-request-associate-buffer): Remove, unused.
1064
1065         * gnus-group.el (gnus-group-set-method-info)
1066         (gnus-group-set-params-info): Remove, unused.
1067
1068         * gnus-fun.el (gnus-shell-command-to-string)
1069         (gnus-shell-command-on-region): Remove, unused.
1070
1071         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1072
1073         * gnus-art.el (gnus-article-text-type-exists-p)
1074         (article-translate-characters, gnus-article-hide-text-of-type)
1075         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1076         Remove, unused.
1077
1078 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1079
1080         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1081
1082 2012-07-21  Julien Danjou  <julien@danjou.info>
1083
1084         * message.el (message-dont-reply-to-names): Replace deprecated
1085         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1086         (message-get-reply-headers): Ditto.
1087
1088 2012-07-18  Julien Danjou  <julien@danjou.info>
1089
1090         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1091         `sieve-upload-and-kill'.
1092
1093         * sieve.el (sieve-bury-buffer): Remove function.
1094         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1095         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1096
1097 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1098
1099         * shr.el (shr-expand-url): Handle URL starting with `//'.
1100
1101 2012-07-13  Chong Yidong  <cyd@gnu.org>
1102
1103         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1104         instead of calling toggle-read-only with a (bogus) argument.
1105
1106 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1107
1108         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1109         of initial input when reading the author to restrict the summary to.
1110
1111 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * mm-decode.el (mm-shr):
1114         Allow overriding charset by mm-charset-override-alist.
1115
1116 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-art.el (gnus-article-view-part):
1119         Toggle subparts of multipart/alternative part.
1120
1121 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1122
1123         * shr.el (shr-render-buffer): New command.
1124         (shr-visit-file): Use it.
1125
1126 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1129         Set no-byte-compile and no-update-autoloads.
1130
1131 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1134
1135 2012-06-25  Julien Danjou  <julien@danjou.info>
1136
1137         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1138         `nnimap-request-move-articles-find-limit' since we do not use it only
1139         for move operations.
1140         (nnimap-request-accept-article): Use
1141         `nnimap-request-articles-find-limit' to limit search by message-id.
1142
1143 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1144
1145         Support higher-resolution time stamps (Bug#9000).
1146
1147         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1148         VARLIST.  It's optional, for backward compatibility.
1149         (encode-time-value): New optional arg PICO.  New type 3.
1150         (time-to-seconds) [!float-time]: Support the new picoseconds
1151         component if it's used.
1152         (seconds-to-time, time-subtract, time-add):
1153         Support ps-resolution time stamps as well.
1154
1155 2012-06-19  Julien Danjou  <julien@danjou.info>
1156
1157         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1158
1159         * nnimap.el (nnimap-log-buffer): Check that
1160         `window-point-insertion-type' is boundp, since it's not available in
1161         XEmacs.
1162
1163 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1164
1165         * nnimap.el (nnimap-log-buffer): Add this, setting
1166         `window-point-insertion-type' in the buffer to t.
1167         (nnimap-log-command): Use nnimap-log-buffer.
1168
1169 2012-06-19  Julien Danjou  <julien@danjou.info>
1170
1171         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1172         argument to be able to limit the search.
1173         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1174         (nnimap-request-move-articles-find-limit): Add this to limit the search
1175         by Message-Id after a message move.
1176         (nnimap): Add defgroup.
1177
1178 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1179
1180         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1181
1182 2012-06-15  Julien Danjou  <julien@danjou.info>
1183
1184         * nnimap.el (nnimap-find-article-by-message-id): Use
1185         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1186         (nnimap-possibly-change-group): Add read-only argument.
1187         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1188         issuing EXAMINE manually.
1189         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1190         with read-only argument.
1191         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1192         cannot possibly change because we need to be sure that it's either
1193         read-write or read-only.
1194
1195 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1198         being bound to a lambda form.
1199
1200 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1201
1202         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1203         articles when fetch-old is non-nil (bug#11370).
1204
1205 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1206
1207         * gnus-picon.el (gnus-picon-properties): New defcustom.
1208         (gnus-picon-create-glyph): Use it.
1209
1210 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-group.el (gnus-group-get-new-news): Respect
1213         `gnus-group-use-permanent-levels', as documented (bug#11638).
1214
1215 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1216
1217         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1218         groups (bug#11641).
1219
1220 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1221
1222         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1223         is an integer to avoid later problems.
1224
1225 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1228         locales.
1229
1230         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1231         on a handle.
1232
1233         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1234         address as the default.
1235         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1236
1237         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1238         makes no sense to query the user about internal files.
1239
1240         * gnus-spec.el: Remove all the byte-compilation stuff, since
1241         benchmarking shows that it doesn't help when entering large summary
1242         buffers.
1243
1244         * gnus-xmas.el (gnus-xmas-define): Remove.
1245
1246         * gnus-util.el (gnus-byte-code): Remove.
1247
1248         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1249         grouplens stuff.
1250
1251 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1254         (bug#11514).
1255
1256 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1257
1258         * message.el (message-buffers): Return all buffers derived from Message
1259         to make `gnus-dired-attach' work with mu4e.
1260
1261 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1262
1263         * nntp.el: Stop the `letf' madness.
1264         (nntp--report-1): New var.
1265         (nntp-report): Merge nntp-report-1 into it.
1266         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1267         the nntp-report function.
1268
1269         * auth-source.el: Fix comment-style to follow the convention.
1270
1271 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1272
1273         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1274         (mm-dissect-singlepart): Don't guess the MIME type of
1275         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1276         set.
1277         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1278         toplevel MIME type is multipart/encrypted.
1279
1280 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1283         a string so that Gcc works (bug#11514).
1284
1285 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1286
1287         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1288         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1289
1290 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1291
1292         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1293         jumping to *Server* from a dedicated *Group* window.
1294         (gnus-configure-frame): CSE.
1295
1296         * gnus-registry.el: Minor style cleanup.
1297         (gnus-registry--set/remove-mark): New function, extracted from
1298         gnus-registry-install-shortcuts.
1299         (gnus-registry-install-shortcuts): Use it.
1300
1301 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * nnspool.el (news-path): Use eval-and-compile.
1304
1305 2012-05-24  Glenn Morris  <rgm@gnu.org>
1306
1307         * nnspool.el (news-directory, news-path, news-inews-program):
1308         Move here from paths.el.  Don't see a need for these to be autoloaded.
1309
1310         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1311         Merge in doc from paths.el version.  Don't see any need for this to be
1312         autoloaded, or for the warning about users not setting it.
1313
1314 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1315
1316         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1317         format.  In particular, add an optional argument and a docstring.
1318
1319         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1320
1321         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1322         current before calling `gnus-groups-to-gnus-format'.
1323         Note that this was already the case for `gnus-active-to-gnus-format'.
1324
1325 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1326
1327         Fix minor Y10k bug.
1328         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1329
1330 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1331
1332         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1333         message once it's actually open.
1334
1335 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1336
1337         * gnus.el: Ma Gnus v0.5 is released.
1338
1339 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1340
1341         * auth-source.el (auth-source--aput-1, auth-source--aput)
1342         (auth-source--aget): New functions and macros.
1343         Use them instead of aput/aget.
1344
1345 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1346
1347         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1348
1349 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1350
1351         * plstore.el (plstore-called-interactively-p): New compat macro copied
1352         from message.el.
1353         (plstore-mode): Use it.
1354
1355 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1356
1357         * plstore.el: Revive the editing feature.
1358         (plstore-mode): New mode to edit plstore file.
1359         (plstore-mode-toggle-display, plstore-mode-original)
1360         (plstore-mode-decoded): New command.
1361         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1362         (plstore--insert-buffer, plstore--make): New function.
1363         (plstore-open, plstore-save): Simplify by using them.
1364
1365 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1368
1369 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1370
1371         * tls.el (open-tls-stream): Remove unused binding.
1372
1373 2012-04-16  Glenn Morris  <rgm@gnu.org>
1374
1375         * nndraft.el (nndraft-request-list): Fix declaration.
1376
1377 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * mm-decode.el (mm-dissect-buffer): Doc fix.
1380
1381         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1382         don't have a current group.
1383
1384         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1385         buffer if it doesn't exist.
1386
1387         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1388         given, mark the group as ephemeral with the current window conf.
1389
1390         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1391         buffer exists, which it doesn't if we haven't started Gnus.
1392         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1393
1394 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1397         type is.
1398
1399         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1400         `unexists' entries.
1401         (gnus-clean-old-newsrc): Fix last checkin.
1402
1403         * nnimap.el (nnimap-update-info): None of the articles below the active
1404         low-water mark exist.
1405
1406         * dgnushack.el: Get rid of XEmacs compilation warning.
1407
1408         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1409         would have gotten if we posted to the group, and use that to compare
1410         against the message we want to cancel (bug#10808).
1411
1412         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1413         on XEmacs.
1414
1415 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1416
1417         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1418         `scroll-margin'.
1419
1420 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1421
1422         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1423         citation prefix within a block of cited text should be considered part
1424         of that block *only* if it is a blank line.
1425
1426 2012-04-09  Chong Yidong  <cyd@gnu.org>
1427
1428         * binhex.el, hashcash.el, uudecode.el:
1429         Remove * characters from the front of variable docstrings.
1430
1431 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1434         before kinsoku-bol characters nor within kinsoku-eol characters.
1435
1436 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1439         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1440         (gnus-sync-read): Use mapc instead of mapcar.
1441
1442         * mm-archive.el: Require mm-decode for some macros.
1443         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1444         the byte compiler.
1445         (mm-archive-decoders): New function that returns the value of
1446         the mm-archive-decoders variable.
1447
1448         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1449         instead.
1450         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1451
1452         * nnimap.el (gnus-refer-thread-use-nnir):
1453         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1454
1455 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1458
1459 2012-03-12  Peter Münster  <pmrb@free.fr>
1460
1461         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1462         (gnus-demon-cancel): Ditto.
1463         (gnus-demon-run-callback): When function cannot be called due to low
1464         idleness, call it when idleness reaches the expected value, instead of
1465         waiting another timer period.
1466         (gnus-demon-init): Add `time' to arguments of call-back.
1467
1468 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1471
1472         * gnus.el: Register gnus-registry functions.
1473
1474         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1475         indent.
1476
1477         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1478         enabled before warping.
1479
1480 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1481
1482         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1483         registry about each article retrieved.
1484
1485         * gnus-int.el (gnus-select-group-with-message-id): New function.
1486         (gnus-try-warping-via-registry): Ditto.
1487         (gnus-warp-to-article): Fall back on the registry.
1488
1489 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1490
1491         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1492         inboxes.
1493
1494 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1497
1498 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1501         gnus-gcc-self-resent-messages may be a group parameter.
1502         (gnus-summary-resend-message): Don't encode encoded words in header
1503         when Gcc'ing resent message.
1504
1505 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * shr.el (shr-insert): Treat non-breaking space just like normal
1508         space.  This seems to produce more pleasing results.
1509         (shr-insert): Only insert a blank line if we're starting from an image.
1510         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1511         (shr-ensure-paragraph): Consider lines with white space to be blank.
1512
1513 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1514
1515         * Makefile.in: Respect DESTDIR.
1516
1517 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1518
1519         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1520         and gnus-gcc-post-body-encode-hook.
1521
1522 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1525         messages that don't exist.
1526
1527         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1528
1529 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1532         Remove.
1533
1534         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1535
1536         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1537
1538 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1541         have a group name.
1542
1543         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1544         a multibyte buffer (bug#7410).
1545         (article-wash-html): Parse the original article buffer to get the
1546         unencoded data (bug#7410).
1547
1548         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1549         .newsrc.el files.
1550
1551 2012-04-05  Bastien Guerry  <bzg@altern.org>
1552
1553         * color.el (color-lighten-name): Fix typo.
1554
1555 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1558         "#" to avoid having them interpreted as comments.
1559
1560 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * shr.el (shr-insert): Update the text state properly to avoid
1563         inserting spurious paragraph starts.
1564
1565 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * shr.el (shr-table-widths): Divide the extra width more fairly over
1568         the TDs (bug#10973).
1569         (shr-render-td): Don't delete too much padding.
1570         (shr-natural-width): Compute the natural width more correctly.
1571         (shr-insert): Allow the natural width to be computed for tables again.
1572         (shr-tag-table-1): Rework how the natural widths are computed by
1573         rendering the table a third time.
1574         (shr-natural-width): Removed.
1575         (shr-buffer-width): New function.
1576         (shr-expand-newlines): Use it.
1577
1578         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1579         using a `gnus-use-full-window' setup (bug#11013).
1580
1581 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1584         24.1 release.
1585
1586 2012-03-10  David Edmondson  <dme@dme.org>
1587
1588         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1589         'Forwarded Message' header and the start of the message.
1590
1591 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1592
1593         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1594         isn't running (bug#10897).
1595
1596 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1599         This is inconsistent with all the other stream functions, which leave
1600         the setting up to the higher levels (if so wanted) (bug#10931).
1601
1602 2012-02-28  Glenn Morris  <rgm@gnu.org>
1603
1604         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1605         mm-decode.el: Standardize possessive apostrophe usage.
1606
1607 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1610
1611 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1612
1613         * parse-time.el (parse-time-string): Allow extractor to return nil.
1614
1615 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1618
1619 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1620
1621         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1622
1623 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1624
1625         * mm-decode.el (mm-shr): Remove "soft hyphens".
1626
1627         * nnimap.el (nnimap-request-list): Return the group names encoded as
1628         utf8.  Otherwise non-European group names don't work.
1629         (nnimap-request-newgroups): Ditto.
1630
1631         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1632         the default in `read-string' (bug#10757).
1633
1634         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1635         topics (bug#10843).
1636
1637         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1638         buffer.  Suggested by Herbert Valerio Riedel.
1639         (nnimap-request-move-article): Delete the message from the correct IMAP
1640         server.
1641
1642 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1643
1644         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1645         Reported by Peter Münster.
1646
1647 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1648
1649         * shr.el (shr-image-fetched): Make sure we really kill the right
1650         buffer.
1651
1652 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1653
1654         * gnus-start.el (gnus-1): Avoid duplicate entries.
1655
1656 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1657
1658         * imap.el: Remove.
1659
1660         * nntp.el (nntp-coding-system-for-read): Remove.
1661         (nntp-coding-system-for-write): Ditto.
1662         (nntp-open-connection): Just use `binary' directly.
1663
1664         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1665         Gnus 0.3.
1666
1667 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1668
1669         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1670         application/octet-stream parts really is.
1671
1672         * gnus-sum.el (gnus-propagate-marks): Remove.
1673
1674 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1675
1676         * shr.el (shr-rescale-image): Undo previous change; see
1677         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1678
1679 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1680
1681         * gnus.el: Ma Gnus v0.3 is released.
1682
1683 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-sum.el (gnus-summary-local-variables): Make
1686         `gnus-newsgroup-unexist' into a local variable.
1687
1688 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1689
1690         * registry.el (registry-usage-test, registry-persistence-test): Move to
1691         tests/gnustest-registry.el.
1692         (registry-make-testable-db, registry-match-test)
1693         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1694
1695         * gnus-registry.el (gnus-registry-misc-test)
1696         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1697
1698         * tests/gnustest-registry.el: New file with the registry and
1699         gnus-registry ERT tests.
1700
1701 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * gnus-msg.el (gnus-summary-resend-message): Make
1704         gnus-summary-resend-message-insert-gcc be last item in
1705         message-header-setup-hook.
1706
1707 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1708
1709         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1710         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1711         Remove.
1712         (nnfolder-open-server): Don't use marks.
1713         (nnfolder-request-delete-group): Ditto.
1714         (nnfolder-request-rename-group): Ditto.
1715         (nnfolder-request-set-mark, nnfolder-request-marks)
1716         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1717         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1718
1719         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1720         (nnml-marks-modtime): Remove.
1721         (nnml-request-delete-group): Don't use marks.
1722         (nnml-request-rename-group): Ditto.
1723         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1724         (nnml-save-marks, nnml-open-marks): Remove.
1725
1726         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1727         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1728         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1729         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1730         (nntp-server-to-method-cache): Remove.
1731
1732         * shr.el (shr-rescale-image): Fix wrong merge.
1733
1734 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1735
1736         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1737         too-wide lines.
1738
1739 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1740
1741         * nnimap.el (nnimap-record-commands): New variable.
1742         (nnimap-log-command): Use it.
1743         (nnimap-make-process-buffer): Add a space to the process buffer.
1744         (nnimap-transform-headers): Don't bug out on header lines containing
1745         stuff that look like IMAP length encodings.
1746
1747         * shr.el (shr-rescale-image): Allow viewing large images.
1748
1749 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1750
1751         * nnml.el (nnml-request-compact-group): Delete the marks file after
1752         compaction (bug#10800).
1753
1754         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1755         group exit.
1756
1757         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1758         QRESYNC/FETCH output.
1759
1760 2012-02-11  Glenn Morris  <rgm@gnu.org>
1761
1762         * sieve-manage.el (sieve-manage-default-stream):
1763         * shr.el (shr):
1764         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1765         (nnir-retrieve-headers-override-function)
1766         (nnir-imap-default-search-key, nnir-notmuch-program)
1767         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1768         (nnir-method-default-engines):
1769         * message.el (message-cite-reply-position):
1770         * gssapi.el (gssapi-program):
1771         * gravatar.el (gravatar):
1772         * gnus-sum.el (gnus-refer-thread-use-nnir):
1773         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1774         (gnus-registry-max-pruned-entries):
1775         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1776         * gnus-int.el (gnus-after-set-mark-hook)
1777         (gnus-before-update-mark-hook):
1778         * gnus-async.el (gnus-async-post-fetch-function):
1779         * auth-source.el (auth-source-cache-expiry):
1780         Add missing :version tags to new defcustoms and defgroups.
1781
1782 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1783
1784         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1785         `gnus-newsgroup-unexist'.
1786
1787         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1788         marks.
1789         (gnus-article-special-mark-lists): Put the `unexist' in the special
1790         marks list instead.
1791
1792         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1793         articles in the list of articles to be selected.
1794
1795         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1796         articles.
1797         (nnimap-update-info): Keep track of unexisting articles.
1798         (nnimap-update-qresync-info): Ditto.
1799
1800 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1801
1802         * message.el (message-default-send-mail-function): Made into own
1803         function for reuse by emacsbug.el.
1804
1805 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1806
1807         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1808         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1809
1810 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1811
1812         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1813         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1814
1815         * gnus-compat.el: Define `timer-set-function'.
1816
1817         * mm-decode.el (mm-display-external): Output the text from the command
1818         in the buffer after the command finished.  This makes text-based
1819         commands behave better.
1820
1821 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1822
1823         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1824
1825 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1826
1827         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1828         23.1.
1829
1830 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1833
1834 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1835
1836         * message.el (smtpmail-smtp-user): Silence compiler warning.
1837
1838 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1839
1840         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1841         SMTP user name.
1842
1843 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-sum.el (gnus-summary-show-thread):
1846         next-single-char-property-change may return nil in XEmacs.
1847         (gnus-summary-article-map): Fix typo.
1848
1849 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1852         running.
1853
1854         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1855
1856         * gnus.el (gnus-server-extend-method): Don't add an -address component
1857         if the method already has one (bug#9676).
1858
1859 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1860
1861         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1862         of an initial-input for consistency (bug#10757).
1863
1864         * dgnushack.el: Fix XEmacs compilation warning.
1865
1866         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1867
1868         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1869
1870 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1871
1872         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1873         lines that are narrower than the window width.  Otherwise background
1874         "blocks" will look less readable.
1875
1876 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1877
1878         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1879         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1880         have newlines within the strings, and where the UID comes after the
1881         BODYSTRUCTURE element (bug#10537).
1882
1883         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1884         (bug#10732).
1885
1886         * shr.el (shr-insert-document): Add doc string.
1887         (shr-visit-file): Ditto.
1888         (shr-remove-trailing-whitespace): New function.
1889         (shr-insert-document): Use it to clean up trailing whitespace as the
1890         final step (bug#10714).
1891
1892 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1895         buffer if `gnus-kill-summary-on-exit' is nil.
1896
1897 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1900         when just reading a single group from "without" Gnus.
1901
1902 2012-02-06  Chong Yidong  <cyd@gnu.org>
1903
1904         * gnus-sum.el (gnus-summary-show-thread):
1905         next-single-char-property-change never returns nil (Bug#8657).
1906
1907 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1908
1909         * message.el (message-multi-smtp-send-mail): New function.
1910         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1911         header to implement multi-SMTP functionality.
1912
1913         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1914         (gnus-agentize): Don't set it.
1915         (gnus-agent-send-mail): Don't use it.
1916
1917         * gnus-sum.el (gnus-summary-widget-backward): New function and
1918         keystroke.
1919
1920         * gnus-compat.el: More the compat functions more compatible.
1921
1922         * shr.el (shr-put-image): Remove underlines from sliced images.
1923         (shr-zoom-image): Compute the region to be replaced more correctly.
1924
1925 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1928         (gnus-summary-resend-message-insert-gcc): New function.
1929         (gnus-summary-resend-message): Modify message-header-setup-hook and
1930         message-sent-hook to make it work for Gcc.
1931         (gnus-inews-do-gcc): Update the number of unread articles of groups
1932         that messages are Gcc'd to.
1933
1934         * message.el (message-resend): Run message-sent-hook to do Gcc.
1935
1936 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1937
1938         * lpath.el: Fix an XEmacs compilation warning.
1939
1940         * gnus-compat.el: Require `help-fns' to fix compilation error.
1941
1942         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1943         a higher level to silence compilation.
1944
1945         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1946         parameter to allow controlling the scaling.
1947
1948         * shr.el (shr-zoom-image): New command and keystroke.
1949         (shr-put-image): Take a `size' flag to say how to scale the image.
1950
1951         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1952         deletion unless already defined.
1953
1954         * gnus.el (gnus-compat): Require it.
1955
1956         * gnus-compat.el: New file.
1957
1958         * gnus-start.el (gnus-clean-old-newsrc): New function.
1959         (gnus-read-newsrc-file): Use it.
1960
1961         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1962         Use recursive deletion.
1963         (mm-dissect-archive): Add support for zip files.
1964
1965         * gnus-util.el (gnus-recursive-directory-files): New function.
1966
1967         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1968         (mm-archive-decoders): Add tgz support.
1969
1970         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1971         Otherwise inserting text into the Gnus buffer can look odd.
1972
1973         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1974
1975         * mm-archive.el (mm-archive-decoders): Add support for tar.
1976
1977         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1978
1979         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1980
1981 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1982
1983         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1984
1985         * mm-archive.el: New file.
1986
1987         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1988
1989         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1990
1991         * message.el (message-goto-*): Make all the `message-goto-*' commands
1992         push the mark before moving point.  This makes it easier to go back to
1993         where you came from after editing whatever you jumped to.
1994
1995 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1996
1997         * gnus.el: Ma Gnus v0.1 is released.
1998
1999 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2000
2001         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2002         without reconnecting.
2003         (nnimap-possibly-change-group): Ditto.
2004         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2005         connection has died before being called.
2006
2007 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2008
2009         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2010         an initial sync unless we're really doing one.
2011
2012         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2013         address parameter if one already exists (bug#9676).
2014
2015         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2016         not the prefix, as documented (bug#10689).
2017
2018 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2019
2020         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2021         the "server".
2022
2023         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2024         the real error message with the useless "previously known to be down".
2025         Which isn't even correct.
2026
2027         * nntp.el (nntp-open-connection): Report the error message if the nntp
2028         server can't be reached.
2029
2030         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2031         groups we do a total scan for.
2032         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2033         doing that.
2034
2035 2012-01-31  Jim Meyering  <jim@meyering.net>
2036
2037         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2038         Correct a comment (insert "not") and hide nominally-doubled "to".
2039
2040 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus.el (gnus-version): Change name to "Ma Gnus".
2043
2044 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2045
2046         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2047         section in the manual.
2048
2049 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2050
2051         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2052         words.
2053         (rfc2047-encode-string): Ditto.
2054         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2055         understand folded filename="..." parameters, for instance.
2056
2057         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2058         the message for greater debuggability.
2059
2060 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2061
2062         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2063         instead of setting it locally, since the latter doesn't seem to have
2064         any effect (most of the time).
2065
2066 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2067
2068         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2069         function call.
2070
2071 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2072
2073         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2074         seconds, and make the repeat clause with HH:MM specs work as
2075         documented.
2076
2077 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2078
2079         * proto-stream.el (proto-stream-capability-open): Fall back on
2080         :end-of-command if :end-of-capability doesn't exist.
2081
2082 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2085         bound globally in old Emacsen and XEmacsen.
2086
2087 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2088
2089         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2090         so that previous errors don't prohibit getting new news.
2091
2092         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2093
2094         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2095
2096 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2097
2098         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2099         buffer, not of the string which is its name.
2100
2101 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2102
2103         * proto-stream.el (proto-stream-capability-open): Wait for
2104         :end-of-capability, not :end-of-command.
2105
2106         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2107         non-server-marks groups.
2108         (gnus-group-make-articles-read): Ditto.
2109
2110         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2111         methods (bug#9676).
2112
2113         * gnus.el (gnus-method-ephemeral-p): New function.
2114
2115 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2118         left-to-right.
2119
2120 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2121
2122         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2123         warning.
2124
2125 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2128         macroexpand the nnir things, since they haven't been defined yet, and
2129         nnir requires gnus-sum.
2130
2131 2012-01-24  Julien Danjou  <julien@danjou.info>
2132
2133         * color.el (color-rgb-to-hsl): Fix value computing.
2134         (color-hue-to-rgb): New function.
2135         (color-hsl-to-rgb): New function.
2136         (color-clamp, color-saturate-hsl, color-saturate-name)
2137         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2138         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2139
2140 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2143
2144 2012-01-19  Julien Danjou  <julien@danjou.info>
2145
2146         * color.el (color-name-to-rgb): Use the white color to find the max
2147         color component value and return correctly computed values.
2148         (color-name-to-rgb): Add missing float conversion for max value.
2149
2150 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2151
2152         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2153         logical server name in addition to the actual machine address.
2154
2155         * auth-source.el (auth-source-user-and-password): Add convenience
2156         wrapper to search by just host and optionally user.
2157
2158 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2161         after rendering.
2162
2163 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2164
2165         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2166         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2167         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2168
2169 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2172         (bug#9693).
2173         (gnus-summary-setup-buffer): Document return value (bug#9697).
2174
2175         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2176         since ido doesn't work on symbols (bug#9632).
2177
2178         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2179         when getting a single value as when getting all the values.  This means
2180         that atoms like `gcc-self' work cumulatively, like variable settings,
2181         instead of getting the value from the last matching clause.
2182         (gnus-group-find-parameter): Protect against the group buffer not
2183         existing (bug#9585).
2184
2185 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-start.el (gnus-activate-group): Document more parameters
2188         (bug#9694).
2189
2190         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2191         (bug#9692).
2192
2193         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2194         article was fetched, so that it can be expired later (bug#9958).
2195         (gnus-agent-summary-fetch-series): Add doc string.
2196         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2197         (bug#9517).
2198
2199         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2200         retrieval is happening.
2201
2202         * gnus.el (gnus-parameters): Doc fix.
2203
2204 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2205
2206         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2207         show the thread after expansion.
2208
2209 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * gnus-art.el (article-narrow-to-head): If the head is completely
2212         empty, narrow to the empty region (bug#9764).
2213
2214         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2215         read, and then mark them as unread only when the unread mark is used.
2216         This makes `C-- T k' actually work, even though it's confusing.
2217
2218         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2219         alive before we try to find its window.
2220
2221 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2222
2223         * mm-decode.el (mm-display-external): Use a longer timeout for the
2224         deletion to allow slow programs to display the file.
2225
2226 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2229         prompt to be less confusing.
2230
2231         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2232         argument to `message-reply'.  This broke `special-display-*' frame
2233         pop-uping (bug#10238).
2234
2235 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2236
2237         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2238         systems, since these allegedly don't work there.
2239
2240 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2241
2242         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2243         live buffer.
2244
2245 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * nnir.el (nnir-retrieve-headers): Protect against the article not
2248         existing on the server (bug#10335).
2249
2250 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2251
2252         * gnus-agent.el (gnus-agent-load-local): Recompute
2253         gnus-agent-article-local on changing method.
2254
2255 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * gnus.el (gnus-parameters): Note precedence.
2258
2259 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2260
2261         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2262         in the group buffer.
2263
2264 2012-01-04  Julien Danjou  <julien@danjou.info>
2265
2266         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2267         change.
2268
2269 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2272         too.
2273
2274         * nntp.el (nntp-retrieve-group-data-early): Use it.
2275
2276 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * nntp.el (nntp-retrieval-in-progress): New variable.
2279         (nntp-make-process-buffer): Make it buffer-local.
2280
2281         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2282         2010.
2283         (gnus-demon-init): Use it to compute the time if time is on the form
2284         "04:23".
2285
2286         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2287
2288         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2289         status in the correct buffer.
2290
2291 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2292
2293         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2294         when opening topics (bug#10407).
2295
2296 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2297
2298         * gnus-cus.el (gnus-score-customize):
2299         * gnus-sum.el (gnus-sort-gathered-threads):
2300         * message.el (message-shorten-references):
2301         * nnmairix.el (nnmairix-request-group):
2302         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2303
2304 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2305
2306         * gnus-agent.el (gnus-agent-regenerate-group):
2307         * gnus-int.el (gnus-retrieve-group-data-early):
2308         * mm-util.el (mm-codepage-ibm-list):
2309         * nndiary.el (Commentary, nndiary-get-new-mail):
2310         * nnir.el (nnir):
2311         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2312
2313 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * mm-view.el (mm-display-inline-fontify): Add comment.
2316
2317 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2318
2319         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2320         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2321
2322 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2323
2324         * gnus-art.el (gnus-split-methods):
2325         * gnus-msg.el (gnus-configure-posting-styles):
2326         * gnus-spec.el (gnus-parse-simple-format):
2327         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2328         * message.el (message-do-actions): Spelling fix.
2329
2330 2011-12-15  Juri Linkov  <juri@jurta.org>
2331
2332         * mm-decode.el (mm-inline-media-tests): Add missing
2333         `mm-handle-media-subtype'.
2334
2335 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2336
2337         * gnus-group.el (gnus-group-tool-bar):
2338         * gnus-sum.el (gnus-summary-tool-bar):
2339         * message.el (message-tool-bar):
2340         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2341
2342 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2343
2344         * plstore.el (plstore--insert-buffer): Spelling fix.
2345
2346 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2347
2348         * message.el (message-valid-fqdn-regexp): Update with newly approved
2349         top-level domain names ".tel" and ".asia".
2350
2351 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2354         unconditionally.
2355
2356 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2359         pop-to-buffer-same-window for old Emacsen.
2360
2361 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2362
2363         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2364
2365 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2366
2367         * netrc.el (netrc-credentials): Spelling fix.
2368
2369 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2370
2371         * gnus-fun.el (gnus-fun-ppm-change-string):
2372         * gnus-msg.el (gnus-inews-do-gcc):
2373         * gnus-sum.el (gnus-summary-find-for-reselect):
2374         * gnus.el (gnus-summary-cancelled):
2375         * message.el (message-cancel-hook, message-send-news):
2376         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2377         * nnir.el (nnir-run-hyrex):
2378         * nntp.el (nntp-with-open-group-function):
2379         * pgg.el (pgg-pending-timers): Spelling fix.
2380
2381 2011-12-04  Chong Yidong  <cyd@gnu.org>
2382
2383         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2384         change (Bug#10200).
2385
2386 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * compface.el (uncompface):
2389         * gnus-art.el (gnus-article-x-face-command): Update the header format
2390         of icon data for the most recent icontopbm program.
2391
2392 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * gnus-msg.el (gnus-inews-do-gcc):
2395         * message.el (message-send-mail):
2396         * mml.el (mml-generate-mime): Share the value of the buffer-local
2397         `message-options' variable between a draft buffer and temprary working
2398         buffers.
2399
2400 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2401
2402         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2403
2404 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2407         for Cygwin.
2408
2409 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2410
2411         * gnus-group.el (gnus-group-prepare-flat):
2412         * mm-bodies.el (mm-encode-body):
2413         * mml.el (mml-preview):
2414         * nnml.el (nnml-request-compact-group):
2415         * pop3.el (pop3-stream-type): Spelling fix.
2416
2417 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2418
2419         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2420
2421 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2422
2423         * color.el (color-rgb-to-hsl):
2424         * gmm-utils.el (gmm-tool-bar-style):
2425         * gnus-group.el (gnus-group-prepare-flat):
2426         * gnus-topic.el (gnus-topic-prepare-topic):
2427         * mm-decode.el (mm-discouraged-alternatives):
2428         * rfc2047.el (rfc2047-encode-1):
2429         * starttls.el: Spelling fix.
2430
2431 2011-11-24  Glenn Morris  <rgm@gnu.org>
2432
2433         * binhex.el (binhex-begin-line): Give it basic doc-string.
2434
2435         * starttls.el, tls.el: Fix case of "GnuTLS".
2436
2437 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2438
2439         * gnus-group.el (gnus-group-highlight): Fix typo.
2440
2441 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2442
2443         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2444         value of `delete-file', that returns nil for a local file but returns t
2445         for a remote file using ssh.
2446
2447 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2448
2449         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2450
2451 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2454         avoid later breakage.
2455
2456 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2459         article buffers' name.
2460
2461 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2464         by Paul Eggert's spellfixes two days ago.
2465
2466 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2469         doesn't have it.
2470
2471         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2472         buffer-local instead of binding them to avoid warnings.  Also demote
2473         errors (bug#10063).
2474         (font-lock-mode-hook): Shut up byte compiler.
2475
2476 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2477
2478         * mm-util.el (mm-charset-after):
2479         * nnir.el (nnir-run-hyrex):
2480         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2481         (ntlm-get-password-hashes, ntlm-md4hash):
2482         * smime.el: Fix typo.
2483
2484 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2485
2486         * gnus-agent.el (gnus-agent-expire-group-1):
2487         * nndiary.el (nndiary-last-occurence):
2488         * nnimap.el (nnimap-request-set-mark):
2489         * nnmairix.el (nnmairix-only-use-registry):
2490         * gnus-group.el (gnus-group-prepare-flat):
2491         * gnus-sum.el (gnus-decode-encoded-word-methods):
2492         * message.el (message-wash-subject):
2493         * nntp.el (nntp-retrieve-headers-with-xover):
2494         * smime.el (smime-certificate-directory): Spelling fix.
2495
2496 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2497
2498         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2499
2500         * color.el:
2501         * gnus-agent.el (gnus-agent-possibly-alter-active):
2502         * gnus-dired.el (gnus-dired-print):
2503         * mail-parse.el:
2504         * nnmairix.el (nnmairix-request-group):
2505         * shr.el (shr-image-displayer):
2506         * sieve-manage.el:
2507         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2508
2509 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2510
2511         * gnus-sum.el (gnus-auto-select-subject):
2512         * spam-report.el (spam-report-resend): Spelling fix.
2513
2514 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2515
2516         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2517         * gnus-art.el (gnus-default-article-saver):
2518         * gnus-srvr.el (gnus-server-copy-server):
2519         * gnus.el (gnus-sloppily-equal-method-parameters):
2520         * html2text.el (html2text-format-tag-list):
2521         * message.el (message-narrow-to-head):
2522         * nndiary.el:
2523         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2524         * sieve.el: Spelling fix.
2525
2526 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2527
2528         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2529         * gnus-sum.el (gnus-summary-make-menu-bar):
2530         * gnus-uu.el (gnus-uu-decode-postscript)
2531         (gnus-uu-decode-postscript-and-save):
2532         * mailcap.el (mailcap-print-command):
2533         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2534         Fix typos.
2535
2536 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2537
2538         * gnus-art.el (gnus-article-part-wrapper):
2539         * html2text.el (html2text-fix-paragraphs):
2540         * mm-decode.el (mm-image-fit-p):
2541         * rfc2047.el (rfc2047-encode-message-header):
2542         * shr-color.el (shr-color-visible-distance-min)
2543         (shr-color-relative-to-absolute, set-minimum-interval)
2544         (shr-color-visible): Fix typos.
2545
2546 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2547
2548         * gmm-utils.el (gmm-tool-bar-item):
2549         * gnus-art.el (gnus-treat-body-boundary):
2550         * gnus-diary.el (gnus-user-format-function-d):
2551         * gnus-start.el (gnus-get-unread-articles):
2552         * pgg-gpg.el (pgg-gpg-update-agent):
2553         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2554
2555 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2556
2557         * gnus-topic.el (gnus-group-prepare-topics):
2558         * gnus-uu.el (gnus-extract-view):
2559         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2560
2561 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2562
2563         * spam.el: Move BBDB autoloads.
2564         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2565         BBDB 2 and 3.
2566         (spam-check-BBDB): Use it.
2567         (spam-enter-ham-BBDB): Use it.
2568
2569 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2570
2571         * smime.el (smime-draw-buffer): Spelling fix.
2572
2573 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2574
2575         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2576         for scanning exactly one level.
2577         * gnus-start.el (gnus-get-unread-articles): Ditto.
2578
2579 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2582         slightly clearer.
2583
2584 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2585
2586         * gnus-sync.el: More commentary about setup.
2587
2588 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * message.el (message-send-and-exit): Document `arg'.
2591
2592 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2593
2594         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2595
2596 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2597
2598         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2599
2600         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2601         we don't use `bound-and-true-p'.
2602
2603 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2604
2605         * gnus-util.el (gnus-bound-and-true-p): Remove.
2606         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2607         * nnir.el: Use it.
2608         * nnmairix.el: Use it.
2609
2610 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2611
2612         * gnus-sync.el: Improve docs about CouchDB admins.
2613
2614         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2615         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2616         for reasons unknown.
2617         * nnir.el: Use it.
2618         * nnmairix.el: Use it.
2619
2620         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2621         * nnir.el: Ditto.
2622         * nnmairix.el: Ditto.
2623
2624         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2625
2626 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2627
2628         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2629         not needed.  Provide xmlplistread list function to produce XML plist
2630         output for non-Gnus LeSync clients.
2631
2632 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2633
2634         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2635
2636         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2637         and save against it.  Group subscriptions, read marks, other marks,
2638         subscription levels, topic names, and topic offsets (the group's
2639         position within the topic) are saved.  This is an experimental backend
2640         and may change significantly.  Load json.el from the gnus-fallback-lib
2641         if it's not available otherwise.
2642         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2643
2644 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2645
2646         * message.el (message-completion-function): Make sure
2647         message-tab-body-function is not attempted if one of
2648         message-completion-alist fails to find a completion (bug#9158).
2649
2650 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2651
2652         * mml.el (mml-quote-region): Quote <#secure> tag.
2653         (mml-generate-mime-1): Unquote <#secure> tag.
2654
2655 2011-10-20  Chong Yidong  <cyd@gnu.org>
2656
2657         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2658         calling a minor mode from Lisp with nil arg enables it, so we have to
2659         make the wording a bit ambiguous here).
2660
2661 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2662
2663         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2664         * nnir.el (nnir-mode): Use it.
2665         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2666         Use it.
2667
2668         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2669         * nnmairix.el (gnus-registry-enabled): Ditto.
2670
2671 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2672
2673         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2674         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2675         only while we need to find out if it should be t or nil.
2676         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2677         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2678         the registry is installed.  Set it to nil when it's unloaded.
2679         (gnus-registry-install-p): Provide user guidance for the initial value
2680         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2681         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2682         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2683         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2684         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2685         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2686         `gnus-registry-install'.
2687
2688 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2689
2690         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2691         previous change.
2692         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2693         primary key is marked as disabled.
2694
2695 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2696
2697         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2698         primary key is marked as disabled.
2699
2700 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2701
2702         * html2text.el (html2text-clean-anchor): Check for quotes around
2703         `href' value.
2704
2705 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2706
2707         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2708         searching.  Drop `bbdb-cache'.
2709
2710 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * message.el (message-signed-or-encrypted-p): Exclude header when
2713         checking if there is signed or encrypted body in text/plain message.
2714
2715 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2716
2717         * html2text.el (html2text-get-attr): Correctly handle attribute values
2718         containing "=".
2719
2720 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2721
2722         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2723         handle bindings.
2724
2725 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus-win.el (gnus-configure-windows): Protect against reading
2728         ephemeral groups outside of Gnus.
2729
2730 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * shr.el (shr-tag-img): Don't get images displayed in tables.
2733
2734 2011-10-03  Glenn Morris  <rgm@gnu.org>
2735
2736         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2737         the "maintainer" version of debbugs.gnu.org reports.
2738
2739 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2742         make asynchronous adjacent image insertion work better.
2743
2744 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2745
2746         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2747         documentation.
2748
2749 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2752         `gnus-asynchronous' isn't shadowed.
2753
2754 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2757
2758         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2759         (nnimap-insert-partial-structure): The charset parameter isn't
2760         case-sensitive.
2761
2762         * nnheader.el (nnheader-message-maybe): New function.
2763
2764         * shr.el (shr-tag-table): Render totally broken tables better.
2765
2766         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2767         computing the boundary.
2768
2769 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * pop3.el (pop3-number-of-responses): Remove.
2772         (pop3-wait-for-messages): Rewrite to take linear time instead of
2773         exponential time.
2774
2775 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2778         re-fetch images.
2779
2780         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2781         re-fetch images when hitting `g' in Gnus.
2782
2783 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2786         (mml-compute-boundary): Don't check collision if it is non-nil.
2787         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2788         before checking collision.
2789
2790 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * message.el (message-indent-citation): Really make sure there's a
2793         newline at the end.
2794
2795         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2796         Fix suggested by John Wiegley.
2797
2798         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2799
2800         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2801
2802         * message.el (message-default-send-rename-function): Break out into its
2803         own function.
2804
2805         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2806         doesn't work under XEmacs.
2807
2808         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2809         of "imaps" to word around Windows problems.
2810         (nnimap-open-connection-1): Use it.
2811
2812         * message.el (message-indent-citation): Revert last change which made
2813         `F' not work.
2814
2815 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2816
2817         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2818         terminal as well.
2819
2820 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2823         because it displays images using overlays that aren't easy to copy to
2824         the article buffer.
2825
2826 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2827
2828         * message.el (message-indent-citation): Fix empty line removal at the
2829         end of the citation.
2830
2831 2011-09-20  Julien Danjou  <julien@danjou.info>
2832
2833         * auth-source.el (auth-source-netrc-create): Use default value for
2834         password if specified.  Evaluate default.
2835         (auth-source-plstore-create): Ditto.
2836         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2837         value evaluation.
2838         (auth-source-netrc-create): Typo fix.
2839         (auth-source-plstore-create): Ditto.
2840
2841         * password-cache.el (password-cache-remove): Remove entries even if the
2842         value is nil, so that password with a nil value (negative caching) is
2843         possible to invalidate.
2844
2845         * auth-source.el (auth-source-format-cache-entry): New function.
2846
2847 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2850
2851 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2854
2855 2011-09-19  Julien Danjou  <julien@danjou.info>
2856
2857         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2858         which work with things that are not ASCII.
2859
2860 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2863
2864 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2867         message level.
2868
2869 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2872
2873 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2876
2877 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2878
2879         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2880         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2881
2882 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2883
2884         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2885         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2886         articles.
2887
2888 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2889
2890         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2891         (message-mail-other-window, message-mail-other-frame)
2892         (message-news-other-window, message-news-other-frame):
2893         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2894         instead of setting buffer display varibles.
2895
2896 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2899
2900         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2901
2902 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2905         duplicates" to a higher level.
2906
2907         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2908         most egregious messages.
2909
2910 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2913
2914 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2915
2916         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2917         up the file (bug#9351).
2918
2919 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2922         it does with all other backends, but decode the names immediately after
2923         getting them.
2924
2925         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2926         decoding nnimap groups.
2927
2928         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2929         newsrc file.  It doesn't seem like an important optimization any more.
2930
2931 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2932
2933         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2934         overflows.
2935
2936 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2939         (gnus-interactive-exit): Extend to `quiet'.
2940
2941         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2942
2943         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2944         string.
2945
2946         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2947         renaming function arguments from `this'.
2948
2949         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2950
2951         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2952         has been renamed.
2953         (gnus-lrm-string-p): Include RLM and PDF, too.
2954
2955         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2956         (bug#9225).
2957
2958 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2959
2960         Add autoload cookies for functions used by sendmail.el.
2961         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2962
2963         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2964
2965 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * gnus-art.el (article-date-ut): Work properly even when there are
2968         things like Date header in the body; work for forwarded parts.
2969
2970 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2971
2972         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2973         original-article-buffer.
2974
2975 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2976
2977         * nnir.el (nnir-compose-result): Fix matching of server type.
2978         (nnir-run-swish++): Ditto.
2979         (nnir-run-namazu): Ditto.
2980         (nnir-run-notmuch): Ditto.
2981
2982 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983
2984         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2985         (bug#9405).
2986
2987         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2988         (bug#9421).
2989
2990         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2991         (bug#9425).
2992
2993         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2994         thing (bug#9426).
2995
2996 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2999         the error message.
3000
3001 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3002
3003         * message.el (message-setup-1): Return t (Bug#9392).
3004
3005 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3006
3007         * gnus-sum.el: When adding article headers to a summary buffer also
3008         update gnus-newsgroup-articles (bug#9386).
3009
3010 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * auth-source.el: Autoload help-mode.
3013
3014 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3017         names.
3018
3019 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3020
3021         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3022         mm-replace-in-string for compatibility issues.
3023         * mml2015.el (mml2015-epg-verify): Ditto.
3024
3025 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3028
3029         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3030
3031 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3034         continue on and do the clean-up phase (bug#9188).
3035
3036         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3037         just ignore groups that can't be opened instead of erroring out
3038         (bug#9225).
3039
3040         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3041         nil since some many people are fuddy-duddies.
3042
3043         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3044         images.
3045
3046         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3047         instead.
3048
3049         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3050
3051         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3052
3053         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3054         processing.
3055
3056         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3057         buffer to avoid warnings.
3058
3059 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3060
3061         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3062         specified to reduce precision.
3063
3064 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3067         bodystructures (bug#9314).
3068
3069 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3072         Make button keymap non-sticky after buttons.
3073
3074 2011-08-18  David Engster  <dengste@eml.cc>
3075
3076         * nnmairix.el (nnmairix-request-set-mark)
3077         (nnmairix-goto-original-article): Remove adding of article to registry,
3078         since `gnus-registry-add-group' isn't available anymore.
3079         (nnmairix-determine-original-group-from-registry):
3080         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3081         available anymore.
3082
3083 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3084
3085         * starttls.el (starttls-any-program-available): Define as obsolete
3086         function.
3087
3088 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3091         versions which Gnus use when appropriate.
3092
3093         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3094         a pretty destructive command.
3095
3096         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3097
3098 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * message.el (message-fix-before-sending): Make a different warning
3101         about NUL characters (bug#9270).
3102
3103         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3104         from custom (bug#9260).
3105
3106         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3107         things work in Emacs 22 and XEmacs, too.
3108
3109         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3110         default From.
3111
3112         * gnus-spec.el (gnus-lrm-string-p): New macro.
3113         (gnus-lrm-string): New constant.
3114         (gnus-summary-line-format-spec): LRM-ify the from.
3115         (gnus-tilde-max-form): LRM-ify string chopping.
3116
3117         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3118
3119         * message.el (message-is-yours-p): Allow disabling canlock checking
3120         (bug#9295).
3121         (message-shoot-gnksa-feet): Add `canlock-verify'.
3122         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3123         message directory isn't writable (bug#9304).
3124
3125         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3126         non-world-readable.
3127
3128 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3131         articles.
3132
3133 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3134
3135         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3136         copy-list.
3137
3138 2011-08-12  Sam Steingold  <sds@gnu.org>
3139
3140         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3141         in the reverse order to avoid modifying the cache with `nreverse'.
3142         (gnus-all-score-files): Do not modify the value returned by
3143         `gnus-score-find-alist' because it lives in a cache variable.
3144         (gnus-current-home-score-file): No need to `nreverse' the return value
3145         of `gnus-score-find-alist', it is already in the correct order.
3146
3147 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3148
3149         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3150         type MESSAGE and subtype RFC822 is slightly different from those of
3151         type TEXT.
3152
3153 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3154
3155         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3156         This allows article-referral to work from an nnir group.
3157
3158 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3159
3160         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3161
3162 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3163
3164         * mml1991.el (mml1991-epg-find-usable-key)
3165         (mml1991-epg-find-usable-secret-key): New function.
3166         (mml1991-epg-sign): Check if signing key is usable.
3167         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3168
3169 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3170
3171         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3172         server-variables only.  This should fix a bug introduced with commit
3173         e1889675b7f4adf057833c5513c9374134c4e053.
3174         (nnir-run-query): 'nnir-search-engine should not be set from the global
3175         environment.
3176
3177 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3178
3179         * nnir.el (nnir-search-thread): Position point on referring article
3180         line.
3181         (nnir-warp-to-article): Clean up summary buffers.
3182
3183         * nnimap.el (nnimap-request-thread): Whitespace fix.
3184
3185 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3186
3187         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3188
3189 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * starttls.el (starttls-available-p): Rename from
3192         `starttls-any-program-available' and changed return convention.
3193
3194 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3195
3196         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3197         `unix-sync' unless it's defined.
3198
3199 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3200
3201         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3202         `aref' for XEmacs compatibiltiy.
3203
3204 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3207
3208 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3209
3210         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3211         closures, quote the form properly (bug#9194).
3212
3213 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3216         (gnus-summary-insert-new-articles): Protect against servers that are
3217         down.
3218
3219 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3220
3221         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3222         in mm handle if none is specified.
3223
3224 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3225
3226         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3227
3228 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3229
3230         * nnir.el (nnir-search-thread): New function to make an nnir group
3231         based on a thread query.
3232
3233         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3234         of nnir in thread referral.
3235         (gnus-summary-refer-thread): Use it.
3236
3237         * nnimap.el (nnimap-request-thread): Use it.
3238
3239 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * shr.el (shr-tag-comment): Ignore HTML comments.
3242
3243 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3244
3245         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3246         argument.
3247         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3248         Use `nnir-address' to handle server info rather than passing an arg.
3249
3250         * nnimap.el (nnimap-make-thread-query): New utility function to format
3251         an imap thread search query.
3252         (nnimap-request-thread): Use it.
3253
3254         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3255         right select-method if we are not going back to the group buffer.
3256
3257 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3260         enter invalid buffer configurations into the quit form (bug#9107).
3261         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3262         unplugged/plugged.
3263
3264         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3265         keep track of which ones are unread (bug#9061).
3266
3267         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3268         (bug#9055).
3269
3270         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3271         (bug#9041).
3272
3273         * gnus-html.el (mm-util): Require (bug#9073).
3274
3275         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3276         (gnus-summary-refer-thread): Use it to remove duplicates in the
3277         un-threaded view (bug#9053).
3278         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3279
3280 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3281
3282         * nnir.el (nnir-read-server-parm): Use default value from global
3283         variable.  Without this the default search engine parameters aren't
3284         used at all.
3285
3286 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * message.el (message-unique-id): Don't use the undocumented return
3289         value from (random t) (bug#9118).
3290
3291 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * message.el (message-auto-save-directory): If the ~/Mail directory
3294         doesn't exist, use ~ as the auto-save directory (bug#4432).
3295
3296         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3297         hasn't already been started.
3298
3299 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3302
3303         * message.el (message-reply): Work around mysterious bug where
3304         `message-mode' seems to overwrite the locally bound `subject' variable.
3305
3306 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3307
3308         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3309         correct group.
3310
3311         * gnus-int.el (gnus-request-thread): Add group argument.
3312
3313         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3314
3315 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3318
3319         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3320         renamed to `debbugs-gnu-*'.
3321
3322 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3323
3324         * plstore.el: Revert the editing feature since it is not urgent.
3325         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3326         (plstore-mode-decoded): Remove.
3327
3328 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3331         isn't very interesting any more, and it leaks potentially secret data.
3332         (gnus-debug): Remove.
3333
3334         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3335         use of :custom-show.
3336
3337 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3338
3339         * plstore.el: Add documentation.
3340         (plstore-mode): New mode to edit plstore file.
3341         (plstore-mode-toggle-display, plstore-mode-original)
3342         (plstore-mode-decoded): New command.
3343         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3344         (plstore--insert-buffer, plstore--make): New function.
3345         (plstore-open, plstore-save): Simplify by using them.
3346
3347 2011-07-06  Glenn Morris  <rgm@gnu.org>
3348
3349         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3350
3351 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3354         no longer is much used.
3355         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3356         Articles".
3357
3358 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3359
3360         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3361         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3362         `notmuch' backend.
3363
3364 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * mm-decode.el (mm-text-html-renderer): Doc fix.
3367
3368         * gnus-msg.el (gnus-bug): Fix the MML tag.
3369
3370         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3371
3372 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3373
3374         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3375         secondary methods if started with `gnus-no-server'.
3376
3377 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3378
3379         * message.el (message-return-action): Fix typo in docstring.
3380
3381 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3384         bug reports at once.
3385
3386         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3387
3388 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * nndraft.el: Require gnus-group.
3391         (nndraft-request-list): Declare.
3392
3393         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3394         no unread article unless it matches gnus-permanently-visible-groups.
3395
3396         * nndraft.el (nndraft-update-unread-articles): New function.
3397         (nndraft-request-associate-buffer): Use it to update the number of
3398         unread articles for the nndraft groups in the group buffer when saving
3399         or killing a draft message.
3400
3401 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3404         systems to binary before writing and reading the mbox files.
3405
3406         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3407         instead of trying to list them all (bug#8978).
3408
3409 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3410
3411         * pop3.el (pop3-open-server): Use :end-of-capability.
3412
3413 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3416         the id is always a number.
3417
3418         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3419
3420         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3421         debbugs mode, if possible.
3422
3423 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3424
3425         * auth-source.el (auth-source-token-passphrase-callback-function):
3426         Reindent.
3427         (epg-context-operation): Remove unnecessary autoload.
3428
3429 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus.el (gnus-list-debbugs): New command.
3432
3433         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3434         mboxstat instead of the maintbox, since the stat seems to be fuller.
3435
3436         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3437         summary buffers.
3438
3439         * message.el (message-get-reply-headers): Delete all duplicates,
3440         instead of the first.
3441         (message-get-reply-headers): Ensure that we have progress while
3442         deleting duplicates.
3443
3444         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3445         gnus-posting-style value from the summary buffer to make it easier to
3446         make that a per-buffer conf.
3447
3448 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3449
3450         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3451         found by setting `shortcut' in 'query.
3452         (nnir-request-article): Use `shortcut' setting when requesting article
3453         by Message-ID.
3454
3455 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3456
3457         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3458         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3459         Bring the pseudo-headers back too.
3460
3461 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3462
3463         * auth-source.el (auth-source-token-passphrase-callback-function):
3464         Simplify and remove EPA dependency.
3465
3466 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3467
3468         * nnir.el (nnir-request-article): Fix error message text.
3469
3470 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3471
3472         * auth-source.el (plstore-delete): Autoload.
3473         (auth-source-plstore-search): Support delete operation.
3474         * plstore.el (plstore-delete): New function.
3475
3476 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3479         mark actually existing articles as unread rather than the ones that
3480         active asserts.
3481
3482 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3483
3484         * nntp.el (nntp-record-command):
3485         * gnus-util.el (gnus-message-with-timestamp-1):
3486         Use format-time-string rather than decoding time stamps by hand.
3487         This is simpler and insulates the code from potential changes to
3488         current-time format.
3489
3490 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3493
3494 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3495
3496         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3497         (plstore-save): Support public key encryption.
3498         (plstore--init-from-buffer): New function.
3499         (plstore-open): Use it; fix error when opening a non-existent file.
3500         (plstore-revert): Use plstore--init-from-buffer.
3501
3502 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3503
3504         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3505
3506 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3509         for old Emacsen.
3510
3511 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3512
3513         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3514         is not fully working.
3515
3516 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3517
3518         * dgnushack.el: Autoload sha1 on XEmacs.
3519
3520         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3521         quit window configuration.
3522
3523         * auth-source.el (epg-context-set-passphrase-callback):
3524         Remove duplicate autoload.
3525
3526 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3527
3528         * nnir.el (nnir-request-article): Allow requesting articles by
3529         Message-ID with nnimap.
3530
3531         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3532         current server.
3533
3534 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * auth-source.el: Autoload EPA/EPG functions.
3537         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3538         changed when EPA/EPG is not available.
3539         (auth-source-backend): Rename "arg" member to "data".
3540         (auth-source-backend-parse, auth-source-plstore-search)
3541         (auth-source-plstore-create): Use it.
3542
3543 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3544
3545         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3546         `gnus-refer-article-methods'.
3547
3548 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3549
3550         * auth-source.el: Require EPA and EPG.
3551         (auth-source-passphrase-alist): New variable.
3552         (auth-source-passphrase-callback-function)
3553         (auth-source-token-passphrase-callback-function): Callbacks for the
3554         netrc field encryption (GPG tokens).
3555         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3556         Symmetric encryption and decryption of the netrc GPG tokens.
3557         (auth-source-netrc-normalize): Use them, simplifying the closure.
3558
3559 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3562         is available.
3563
3564 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3567         non-nil, and `nnimap-split-methods' is nil, use the former.
3568
3569 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3570
3571         * plstore.el (plstore-revert): New function.
3572         (plstore-open): Use it; hide the buffer from user.
3573
3574 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3575
3576         * auth-source.el (auth-source-backend): New member "arg".
3577         (auth-source-backend-parse): Handle new backend 'plstore.
3578         * plstore.el: New file.
3579
3580 2011-06-30  Glenn Morris  <rgm@gnu.org>
3581
3582         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3583
3584 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3587         expiring articles to.
3588
3589         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3590         variations as ASCII (bug#5458).
3591
3592 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3595
3596 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * message.el (message-point-in-header-p): Tweak the function to default
3599         to saying that we're not in the headers if there is no separator at
3600         all.  This makes it possible to use the Message version of `M-q' in
3601         buffers with no headers (bug#7987).
3602         (message-point-in-header-p): Fix last checkin to work with an empty
3603         mail-header-separator, too.
3604
3605         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3606         again, save the choice via customize.
3607
3608 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3611
3612         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3613         ended the connection, bail out before waiting infinitely on a new
3614         connection.
3615
3616 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3617
3618         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3619         reports.
3620
3621         * gnus.el (gnus-bug-package): Use "gnus."
3622         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3623
3624 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * dgnushack.el: Make the timer warning go away on XEmacs.
3627
3628         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3629         animations going on at article exit time.
3630
3631         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3632         since removing it breaks people upgrading.
3633
3634         * shr.el (shr-put-image): Use the new interface for animating images.
3635         (shr-put-image): Animate for 60 seconds.
3636
3637         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3638         avoid compiler warnings.
3639
3640         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3641         error with `find-file-hooks' on Emacs 22.
3642         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3643         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3644         on all architectures.
3645
3646         * spam.el (spam-stat): Require in a normal fashion without binding
3647         `spam-stat-install-hooks' to avoid compilation warnings.
3648
3649         * spam-stat.el (spam-stat-install-hooks): Remove.
3650         (spam-stat-install-hooks): Don't run automatically.
3651
3652 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3653
3654         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3655         and keystroke.
3656
3657 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * auth-source.el (auth-source-netrc-cache): Move forward.
3660
3661 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * proto-stream.el (proto-stream-open-starttls): Use
3664         `gnutls-available-p' to see whether we have built-in support.
3665
3666         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3667         we already know.
3668         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3669         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3670
3671 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3674         %S format, since that looks odd.
3675         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3676         file, especially when saving.
3677
3678 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3679
3680         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3681         article found.
3682
3683 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3684
3685         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3686         `auth-source-save-secrets' with a more sensitive alist that can be
3687         configured per file.  Experimental, so defaults to 'never.
3688         (auth-source-netrc-create): Use it.  Still experimental code.
3689         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3690         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3691
3692 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3693
3694         * auth-source.el (auth-source-save-secrets): New variable to control if
3695         secret tokens should be saved encrypted.
3696         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3697         to `auth-source-netrc-normalize'.
3698         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3699         on the EPA variables being defined.
3700         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3701         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3702         the lexical-let closure.
3703         (auth-source-netrc-create): Create "gpg:" tokens according to
3704         `auth-source-save-secrets'.
3705
3706 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gnus-group.el (gnus-group-update-group): Add new argument
3709         `info-unchanged' that stops updating dribble buffer.
3710
3711         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3712         deletes lines matching to it in dribble buffer.
3713
3714         * gnus-agent.el (gnus-agent-fetch-group-1):
3715         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3716         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3717         * gnus-start.el (gnus-group-change-level):
3718         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3719
3720         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3721         if newsgroup info is not changed.
3722
3723         * gnus-group.el (gnus-group-get-new-news-this-group):
3724         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3725         Don't update dribble buffer.
3726
3727 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3728
3729         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3730         remove entries with groups we ignore.
3731
3732 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3735         the underline comes at the bottom.
3736
3737 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3738
3739         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3740         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3741         (gnus-registry-article-marks-to-names): Rename from
3742         `gnus-registry-user-format-function-M2'.
3743
3744 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3747         ephemeral group.
3748
3749 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * shr.el (shr-browse-image): Copy the URL if called interactively.
3752
3753 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3756         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3757         done, then unselected articles may be marked as read.
3758
3759         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3760         since not doing this seems to lead to a race condition in pop3-logon.
3761
3762         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3763         so that the call chain it correct when we call "upwards".
3764
3765         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3766         in read-only groups.
3767
3768         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3769
3770         * message.el (message-cite-reply-position): Doc string fix.
3771
3772         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3773         avoid regexp overflow.
3774         (nnimap-transform-split-mail): Ditto.
3775
3776         * pop3.el (pop3-retr): Error out if the server closes the connection.
3777
3778 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3779
3780         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3781         mm-with-unibyte-current-buffer.  The buffer should not contain any
3782         multibyte chars anyway at this stage.
3783
3784 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3787         at the end of lines.
3788
3789 2011-05-29  Julien Danjou  <julien@danjou.info>
3790
3791         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3792
3793 2011-05-27  Glenn Morris  <rgm@gnu.org>
3794
3795         * gnus-group.el (gnus-bug-group-download-format-alist):
3796         Use the "maintainer" version of debian reports as well.
3797
3798 2011-05-26  Glenn Morris  <rgm@gnu.org>
3799
3800         * gnus-group.el (gnus-bug-group-download-format-alist):
3801         Use the "maintainer" version of debbugs.gnu.org reports.
3802
3803 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3806
3807 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3808
3809         * gnus-cus.el (gnus-agent-customize-category):
3810         * gnus-delay.el (gnus-delay-send-queue):
3811         * gnus.el (gnus-other-frame):
3812         Don't quote lambda expressions with `quote'.
3813
3814 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3815
3816         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3817         the thread moves us backwards and so we loop forever.
3818
3819 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3822         whitespace in base64 data lines.
3823
3824 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         * gnus-registry.el (gnus-registry-user-format-function-M):
3827         Use `mapconcat'.
3828         (gnus-registry-user-format-function-M2): Use to see the full text of
3829         the marks.  Make "," the mark text separator.
3830
3831         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3832         authentication with auth-source.
3833
3834 2011-05-17  Glenn Morris  <rgm@gnu.org>
3835
3836         * gnus-group.el (gnus-import-other-newsrc-file):
3837         Use insert-file-contents.
3838
3839 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3840
3841         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3842         1000 iterations.
3843
3844 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * nntp.el (nntp-open-connection): Check if process-type is available.
3847
3848 2011-05-16  Julien Danjou  <julien@danjou.info>
3849
3850         * shr.el (shr-tag-del): Add support for del tag.
3851
3852 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * gnus-html.el (gnus-html-put-image): Register a displayer.
3855
3856         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3857
3858 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3859
3860         * registry.el (prune-factor): New initialization parameter defaulting
3861         to 0.1.
3862         (registry-prune-hard): Use it.
3863
3864         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3865         0.1 expicitly.
3866
3867 2011-05-13  Glenn Morris  <rgm@gnu.org>
3868
3869         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3870         is bound, since this function requires sendmail.
3871
3872 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3873
3874         * registry.el (registry-usage-test): Disable pruning test.
3875
3876 2011-05-11  David Engster  <dengste@eml.cc>
3877
3878         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3879         Bind set-network-process-option for XEmacs.
3880
3881 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3882
3883         * registry.el (registry-prune-hard-candidates)
3884         (registry-prune-soft-candidates): Helper methods for registry pruning.
3885         (registry-prune): Use them.  Make the sort function optional.
3886
3887 2011-05-10  Jim Meyering  <meyering@redhat.com>
3888
3889         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3890
3891 2011-05-10  Julien Danjou  <julien@danjou.info>
3892
3893         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3894         symbol and not a list.
3895
3896 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-art.el (gnus-article-mode): Move binding of
3899         shr-put-image-function here from gnus-article-prepare-display.
3900
3901         * shr.el (shr-put-image-function): New variable.
3902         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3903         (shr-put-image): Return scaled image.
3904
3905         * gnus-art.el (gnus-shr-put-image): New function.
3906         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3907
3908         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3909         original ones, as deletable.
3910
3911 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3912
3913         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3914
3915 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3916
3917         * registry.el (registry-full): Add convenience method.  Fix logic.
3918         (registry-insert): Use it.  Fix logic here too.
3919
3920         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3921         `registry-prune' if `registry-full' returns t.
3922         (gnus-registry-handle-action)
3923         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3924         (gnus-registry-usage-test): Use it.
3925
3926 2011-05-07  Julien Danjou  <julien@danjou.info>
3927
3928         * shr.el (shr-link): Make shr-link inherit from link by default.
3929
3930 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3933
3934 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3935
3936         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3937         error out because the face is not a list.
3938
3939 2011-05-05  Glenn Morris  <rgm@gnu.org>
3940
3941         * proto-stream.el (gnutls-negotiate): Fix declarations.
3942
3943         * gnus-start.el (gnus-propagate-marks): Declare.
3944
3945 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3946
3947         * registry.el (registry-reindex): Fix percentage message.
3948
3949         * proto-stream.el (network-stream-open-starttls): Adjust to call
3950         `gnutls-negotiate' with :process and :hostname arguments.
3951
3952 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * shr.el: Add shr-link face for links.
3955         (shr-urlify): Use it.
3956
3957         * registry.el (registry-insert): Make error message more helpful.
3958
3959 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * gnus-html.el (gnus-html-schedule-image-fetching):
3962         Use url-queue-retrieve, if it exists.
3963
3964         * shr.el (shr-tag-img): Ditto.
3965
3966         * gnus.el: Autoload more gnus-agent functions.
3967
3968         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3969         agent if we haven't already (bug#8502).
3970
3971         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3972         into the Agent, too.
3973
3974         * gnus-agent.el (gnus-agent-store-article): New function.
3975
3976         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3977         and moved from that file for reuse.
3978
3979         * pop3.el (pop3-open-server): Error messages are "-ERR".
3980
3981 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3984         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3985
3986 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3987
3988         * gnus.el: No Gnus v0.17 is released.
3989
3990 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3991
3992         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3993         buffer has moved to a different frame.
3994
3995 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3998         to get the conversion from unibyte to multibyte buffers to work on
3999         Emacs 22.
4000
4001         * nntp.el (nntp-request-article): Slight clean-up.
4002
4003 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * shr.el (shr-strike-through): New face.
4006         (shr-tag-s): Use it to provide <s> support.
4007         (shr-tag-s): Remove duplicate definition.
4008
4009 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4012         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4013
4014 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4015
4016         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4017         `gnutls-negotiate'.
4018         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4019
4020 2011-04-23  Glenn Morris  <rgm@gnu.org>
4021
4022         * gnus-sum.el (gnus-extra-headers): Bump :version.
4023
4024 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * shr.el (shr-tag-sup): New function.
4027         (shr-tag-sub): Ditto.
4028
4029 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4030
4031         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4032         for the case where `gnus-registry-ignored-groups' is a list of lists,
4033         and don't call `gnus-parameter-registry-ignore' otherwise.
4034
4035 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4036
4037         * nnimap.el (nnimap-user): New backend variable.
4038         (nnimap-open-connection-1): Use it.
4039         (nnimap-credentials): Accept user parameter so it's explicit what user
4040         name is desired.
4041
4042         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4043         default.
4044
4045         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4046         not gnus-registry.el.
4047
4048         * gnus-registry.el: Mention in comments how to modify
4049         `gnus-extra-headers' for proper recipient tracking and that it may
4050         already have To and Cc recently, which it does as of this commit.
4051         (gnus-registry-ignored-groups): Remove defcustom.
4052         Explain why in comments.
4053         (gnus-registry-action): Fix data-header reference to use the extra
4054         headers.  Explain in package commentary how to add To and Cc headers to
4055         the gnus-extra-headers.
4056         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4057         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4058         parameter list or a string list in `gnus-registry-ignored-groups'.
4059         Fix logic error.
4060
4061 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * shr.el (shr-expand-url): Protect against null urls.
4064
4065 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * shr.el (shr-base): New binding.
4068         (shr-tag-base): Keep track of <base>.
4069         (shr-expand-url): New function used throughout.
4070
4071 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4072
4073         * gnus-registry.el
4074         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4075         (gnus-registry-ignored-groups): New variable.
4076         (gnus-registry-ignore-group-p): Use it.
4077         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4078         set the destination group to nil (same as delete) if it's ignored.
4079
4080 2011-04-20  David Engster  <dengste@eml.cc>
4081
4082         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4083
4084         * Makefile.in (test-nntp): New rule.
4085         (check): Add it.
4086         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4087
4088 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * gnus-registry.el (gnus-registry-action)
4091         (gnus-registry-fetch-header-fast):
4092         Don't use mail-header that looks an internal function of mailheader.el.
4093
4094 2011-04-19  Glenn Morris  <rgm@gnu.org>
4095
4096         * time-date.el (time-to-days): Remove unused local variables.
4097
4098 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus-registry.el: Eliminate cl functions.
4101         (gnus-registry-sort-addresses): New function that replaces mapcan.
4102         (gnus-registry-action, gnus-registry-spool-action)
4103         (gnus-registry-split-fancy-with-parent)
4104         (gnus-registry-fetch-recipients-fast): Use it.
4105         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4106
4107         * registry.el (initialize-instance, registry-lookup)
4108         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4109         (registry-lookup-secondary-value, registry-search, registry-delete)
4110         (registry-insert, registry-reindex, registry-size, registry-prune):
4111         Use eval-and-compile.
4112
4113 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * registry.el (registry-reindex): New method to recreate the secondary
4116         registry indices.
4117
4118         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4119         tracked field changes.
4120         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4121         (gnus-registry-action, gnus-registry-spool-action)
4122         (gnus-registry-handle-action)
4123         (gnus-registry--split-fancy-with-parent-internal)
4124         (gnus-registry-split-fancy-with-parent)
4125         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4126         move, and delete actions, and for fancy splitting with parent.
4127         (gnus-registry-extract-addresses)
4128         (gnus-registry-fetch-recipients-fast)
4129         (gnus-registry-fetch-header-fast): Convenience functions.
4130         (gnus-registry-misc-test): ERT test of
4131         `gnus-registry-extract-addresses'.
4132
4133 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4134
4135         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4136         Track by subject first, then sender.
4137
4138 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4139
4140         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4141
4142         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4143         Lisp.
4144
4145         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4146         (gnus-draft-send): Use it to avoid popping
4147         up frames from gnus-group-send-queue.
4148
4149 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4150
4151         * gnus-registry.el: Updated gnus-registry docs.
4152
4153 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4154
4155         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4156         Fix logic bug.
4157         (gnus-registry-post-process-groups): Fix logging of no results and
4158         quote sender and subject.
4159
4160 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4163         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4164         gnutls-cli are too slow to be done opportunistically.
4165
4166         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4167         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4168         we had no early-data returned.
4169         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4170         two async commands to the same server at the same time.
4171
4172 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4173
4174         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4175
4176 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4179         "warning" level.
4180
4181         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4182         (mm-url-insert-file-contents): Don't set the package names.
4183
4184 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4185
4186         * gnus-registry.el (gnus-registry-action): Remove properties and
4187         simplify subject in `gnus-registry-handle-action'.
4188         (gnus-registry-spool-action): Get subject and sender from message if
4189         they are not passed in.
4190         (gnus-registry-handle-action): Remove properties and simplify subject
4191         consistently.
4192
4193 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4194
4195         * registry.el: Require CL before using defmacro*.
4196
4197 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-art.el (article-treat-date): Assume that
4200         gnus-article-date-headers may be a group parameter.
4201
4202 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4205
4206         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4207         interactively so the newsrc file can contain foreign groups too.
4208         Useful for debugging but not much for users.
4209
4210 2011-04-07  David Engster  <dengste@eml.cc>
4211
4212         * registry.el (registry-usage-test): Only do
4213         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4214         lexical binding.
4215
4216 2011-04-07  David Engster  <dengste@eml.cc>
4217
4218         * Makefile.in (check, test-registry): New rules for test-suite.
4219
4220 2011-04-06  David Engster  <dengste@eml.cc>
4221
4222         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4223         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4224
4225 2011-04-06  David Engster  <dengste@eml.cc>
4226
4227         * registry.el (initialize-instance): Change :after to :AFTER to be
4228         compatible with old EIEIO version in XEmacs.
4229
4230 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4231
4232         * gnus-registry.el (gnus-registry-post-process-groups)
4233         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4234         and provide better messaging.
4235
4236 2011-04-06  David Engster  <dengste@eml.cc>
4237
4238         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4239         errors.
4240
4241         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4242         dgnushack-compile with error-on-warn enabled, and to signal an error if
4243         clean compilation failed.
4244         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4245         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4246
4247 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4248
4249         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4250         unconditionally anyway, discarding errors.
4251         (gnus-registry-delete-entries): New convenience function.
4252         (gnus-registry-import-eld): Import from old .eld registry.
4253
4254         * registry.el: Don't use ERT if it's not available.  Load it
4255         unconditionally anyway, discarding errors.
4256
4257         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4258         version from the Claudio Bley GnuTLS patch (extra optional parameters
4259         and host name).
4260
4261 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4262
4263         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4264         fixup the parameters that can be customized by the user between
4265         save/read cycles.
4266         (gnus-registry-read): Use it.
4267         (gnus-registry-make-db): Use it.
4268         (gnus-registry-spool-action, gnus-registry-handle-action):
4269         Fix messaging.
4270         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4271         Map references to actual group names with sender and subject tracking.
4272         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4273         (gnus-registry-usage-test): Add subject lookup test.
4274
4275         * registry.el (registry-db, initialize-instance): Set up constructor
4276         instead of :initform arguments for the sake of older Emacsen.
4277         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4278         pre-lexbind merge bug.
4279         (registry-usage-test): Use it.
4280         (initialize-instance, registry-db): Move the non-function initforms
4281         back to the class definition.
4282
4283 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         * registry.el: New library to manage gnus-registry-style data.
4286
4287         * gnus-registry.el: Use it (major rewrite).
4288
4289         * nnregistry.el: Use it.
4290
4291         * spam.el: Use it.
4292
4293 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4296         marks on non-selected articles.
4297
4298 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4299
4300         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4301         parameter to open-protocol-stream.
4302
4303 2011-04-01  Julien Danjou  <julien@danjou.info>
4304
4305         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4306         fundamental-mode.
4307
4308 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4311         servers.
4312
4313 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4316         made marks not propagate, again.
4317
4318 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4319
4320         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4321         Make this the default type.
4322         (proto-stream-open-plain): Rename from proto-stream-open-default.
4323         (open-protocol-stream, proto-stream-open-starttls)
4324         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4325         with `plain'.
4326
4327         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4328         value.
4329
4330         * nntp.el (nntp-open-connection-function): Document the fact that some
4331         values are not functions but are instead handled specially.
4332         Recognize nntp-open-plain-stream value.
4333         (nntp-open-connection): Recognize that value.
4334
4335 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4338         where it seems to be needed.
4339
4340 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4343         stuff.
4344
4345         * gnus-score.el (gnus-score-string): Fix calling convention of
4346         `gnus-simplify-buffer-fuzzy' after last patches.
4347
4348         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4349         server for articles we didn't get any headers for.  This is a sanity
4350         check.
4351
4352 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4353
4354         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4355         new CAPABILITY, use it.
4356
4357 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4360         downloading anything.
4361
4362         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4363
4364 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4365
4366         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4367         colors.
4368         (gnus-splash-svg-color-symbols): New function.
4369
4370 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4373         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4374         (gnus-simplify-subject-fuzzy): Use the local
4375         gnus-simplify-subject-fuzzy-regex instead of the global one.
4376         This makes using this variable in group parameters work.
4377
4378 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * gnus-registry.el (gnus-registry-unfollowed-groups):
4381         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4382         archive:sent-YYYY-MM-DD groups).
4383         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4384         tracking if there are more than `gnus-registry-max-track-groups'
4385         matches.
4386
4387 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4388
4389         * message.el (message--yank-original-internal): New function to do the
4390         insertion cleanly inside eval in `message-yank-original'.
4391         (message-yank-original): Use it.
4392
4393 2011-03-29  Julien Danjou  <julien@danjou.info>
4394
4395         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4396         local variables disabled rather than `normal-mode'.
4397
4398 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4399
4400         * imap.el (imap-shell-open, imap-process-connection-type):
4401         Use imap-process-connection-type for 'shell' streams as well as
4402         Kerberos, SSL, other subprocesses.
4403
4404 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4405
4406         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4407         with open-network-stream.
4408         (proto-stream-always-use-starttls): Option removed.
4409         (open-protocol-stream): Return a process object by default.  Provide a
4410         new parameter :return-list specifying a list-type return value, which
4411         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4412         :type `network' to `try-starttls', and `network-only' to `default'.
4413         Make `default' the default, for compatibility with open-network-stream.
4414         Handle the no-parameter case exactly as open-network-stream, with no
4415         additional stream processing.  Search plists using plist-get.
4416         Explicitly add :end-of-commend parameter if it is missing.
4417         (proto-stream-open-default): Rename from
4418         proto-stream-open-network-only.  Return 'default as the type.
4419         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4420         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4421         failed.  Always return a list with a (possibly dead) process as the
4422         first element, for compatibility with open-network-stream.
4423         (proto-stream-open-tls): Use plist-get.  Always return a list.
4424         (proto-stream-open-shell): Return `default' as connection type.
4425         (proto-stream-capability-open): Use plist-get.
4426         (proto-stream-eoc): Function deleted.
4427
4428         * nnimap.el (nnimap-stream, nnimap-open-connection)
4429         (nnimap-open-connection-1): Handle renaming of :type parameter for
4430         open-protocol-stream.
4431         (nnimap-open-connection-1): Pass a :return-list parameter
4432         open-protocol-stream to obtain a list return value.  Parse this list
4433         using plist-get.
4434
4435         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4436         for open-protocol-stream.  Accept open-protocol-stream return value
4437         that is a subprocess object instead of a list.  Handle the case of a
4438         dead returned process.
4439
4440 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4441
4442         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4443
4444         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4445
4446 2011-03-21  Julien Danjou  <julien@danjou.info>
4447
4448         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4449         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4450         query.
4451         (mm-inline-text): Render normal text with fontification whenever
4452         possible.
4453
4454         * gnus-sum.el (gnus-summary-save-parts-1):
4455         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4456         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4457         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4458         Use `mm-handle-filename'.
4459
4460         * mm-util.el (mm-handle-filename): New function, return the filename of
4461         an handle.
4462
4463 2011-03-18  Julien Danjou  <julien@danjou.info>
4464
4465         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4466         (gnus-buffer-live-p): Check that buffer is not nil.
4467
4468 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4469
4470         * gnus.el: No Gnus v0.15 is released.
4471
4472 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4475         avoid warning on XEmacs.
4476
4477         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4478         on XEmacs.
4479
4480         * gnus-art.el: Require mouse, which the build bot seems to say is
4481         needed.
4482
4483         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4484
4485         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4486         XEmacs, since it doesn't have url-retrieve-synchronously.
4487
4488         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4489         since assoc-string doesn't exist in XEmacs.
4490
4491 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4492
4493         * gnus-group.el (gnus-group-list-ticked): New function.
4494         (gnus-group-make-menu-bar): Provide a menu entry for it.
4495         (gnus-group-list-map): Provide a binding for it.
4496
4497 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * shr.el (shr-visit-file): New command.
4500
4501         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4502
4503 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4504
4505         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4506         servers.
4507
4508 2011-03-16  Julien Danjou  <julien@danjou.info>
4509
4510         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4511         inline.
4512
4513         * gnus-art.el (article-hide-list-identifiers):
4514         Use gnus-group-get-list-identifiers.
4515
4516         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4517         (gnus-summary-remove-list-identifiers):
4518         Use gnus-group-get-list-identifiers to get regexp.
4519         (gnus-select-newsgroup, gnus-summary-insert-subject)
4520         (gnus-summary-insert-articles):
4521         Call gnus-summary-remove-list-identifiers unconditionally.
4522
4523 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4526         we're selecting a group with unread articles.
4527
4528         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4529
4530         * gssapi.el: New file separated out from imap.el to provide a general
4531         Kerberos 5 connection facility for Emacs.
4532
4533         * message.el (message-elide-ellipsis): Document the format spec
4534         ellipsis.
4535
4536 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * message.el (message-elide-region): Allow the ellipsis to say how many
4539         lines were removed.
4540
4541 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4544         window configurations containing buffers that are now dead.
4545
4546         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4547         parsing to avoid integer overflows.
4548         (nnimap-parse-flags): Simplify the last change.
4549         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4550         too large for 32-bit Emacsen.
4551
4552 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4553
4554         * auth-source.el (auth-source-netrc-create):
4555         * message.el (message-yank-original): Fix use of `case'.
4556
4557 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4558
4559         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4560         XEmacs, which was one character too wide.
4561
4562 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4563
4564         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4565         default number of articles to display.
4566         (gnus-articles-to-read): Use pretty names for prompt.
4567
4568 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * gnus-int.el (gnus-open-server): Ditto.
4571
4572         * gnus-start.el (gnus-activate-group): Give a backtrace if
4573         debug-on-quit is set and the user hits `C-g'.
4574         (gnus-read-active-file): Ditto.
4575
4576         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4577
4578 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4579
4580         * message.el (message-yank-original): Use cond instead of CL case.
4581
4582 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4583
4584         * auth-source.el (auth-source-netrc-create): Use usual format for the
4585         default in prompts.
4586
4587 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * lpath.el: Fbind read-char-choice for XEmacs.
4590
4591 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * auth-source.el (auth-source-netrc-create): Show the default in the
4594         prompt when prompting for token creation.
4595
4596 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4597
4598         * auth-source.el (auth-source-format-prompt): Always convert the value
4599         to a string to avoid evaluating non-string arguments.
4600         (auth-source-netrc-create): Offer default properly, not as initial
4601         content in `read-string'.
4602         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4603         of line to determine if we've been run before.  If so, don't run again,
4604         but print a trivial message to indicate the cache was hit instead.
4605
4606 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4609         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4610         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4611         Gnus.
4612
4613 2011-03-11  Julien Danjou  <julien@danjou.info>
4614
4615         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4616         modified file".
4617
4618 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * auth-source.el (auth-source-read-char-choice): New function to read a
4621         character choice using `dropdown-list', `read-char-choice', or
4622         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4623         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4624         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4625         (auth-source-netrc-saver): Use it.
4626         (auth-source-pick-first-password): New convenience function.
4627
4628 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4629
4630         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4631         parameter in the credentials.
4632         (nnimap-open-connection-1): Use it after a successful login.
4633         (nnimap-credentials): Add IMAP-specific user and password prompt.
4634
4635         * auth-source.el (auth-source-search): Add :require parameter, taking a
4636         list.  Document it and the :save-function return token.  Pass :require
4637         down.  Change the CREATED message from a warning to a debug statement.
4638         (auth-source-search-backends): Pass :require down.
4639         (auth-source-netrc-search): Pass :require down.
4640         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4641         Change save prompt to indicate all modifications saved here are
4642         deletions.
4643         (auth-source-netrc-create): Take user login name as default in user
4644         prompt.  Move all the save functionality to a lexically bound function
4645         under the :save-function token in the returned list.  Set up clearer
4646         default prompts for user, host, port, and secret.
4647         (auth-source-netrc-saver): New function, intended to be wrapped for
4648         :save-function.
4649
4650 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4653         lines to be spaces instead.
4654
4655 2011-03-07  Julien Danjou  <julien@danjou.info>
4656
4657         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4658         (sieve-sasl-auth): Check that auth-source-search did return something,
4659         or just return an empty string.
4660
4661 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4662
4663         * gnus.el (gnus-interactive): Use read-directory-name.
4664
4665         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4666         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4667         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4668         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4669         Likewise.
4670
4671         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4672
4673 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4676         onto the list of killed groups, too.  This makes killed nnimap groups,
4677         for instance, more reliably not reappear.
4678
4679         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4680         the parent.
4681
4682         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4683
4684         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4685         really have server-side marks.
4686
4687         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4688         since most backends do not usefully have server-side marks.
4689         (gnus-update-read-articles): Propagate marks to all backends that
4690         really have server-side marks.
4691
4692 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4693
4694         * message.el (message-cite-reply-position, message-cite-style):
4695         New variables.
4696         (message-yank-original): Use the new citation styles.
4697
4698 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4699
4700         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4701         buffer-local issue); don't mark it buffer-local when running under
4702         XEmacs.
4703
4704 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4705
4706         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4707         numbers too big to be `read'.
4708
4709 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * password-cache.el (password-in-cache-p): Add autoload.
4712
4713         * message.el (message-options): Make buffer-local two ways to attempt
4714         to fix a XEmacs bug.
4715
4716 2011-03-02  Julien Danjou  <julien@danjou.info>
4717
4718         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4719
4720 2011-03-01  Julien Danjou  <julien@danjou.info>
4721
4722         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4723         group.
4724         (article-hide-list-identifiers): Use list-identifier group parameter.
4725
4726 2011-02-28  Julien Danjou  <julien@danjou.info>
4727
4728         * sieve.el (sieve-buffer-script-name): New local variable to store
4729         sieve script name.
4730         (sieve-edit-script): Store sieve script name.
4731         (sieve-upload): Use sieve script name when uploading.
4732         (sieve-upload): Use substitute-command-keys.
4733         (sieve-edit-script): Use substitute-command-keys.
4734         (sieve-refresh-scriptlist): Use substitute-command-keys.
4735         (sieve-manage-mode-map): Define keymap properly.
4736         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4737         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4738         Remove commented code about cvs.
4739         (sieve-manage-quit): New function.
4740         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4741
4742 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4745
4746 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * auth-source.el (auth-source-search): Cache empty result sets.
4749
4750         * password-cache.el (password-in-cache-p): Convenience function to
4751         check if a key is in the cache, even if the value is nil.
4752
4753         * auth-source.el (auth-source-save-behavior): New variable to replace
4754         `auth-source-never-create'.
4755         (auth-source-netrc-create): Use it.
4756         (auth-source-never-save): Remove.
4757
4758 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4759
4760         * nnimap.el (nnimap-stream): Doc fix.
4761         (nnimap-open-connection-1): Reverse the order of the ports to that the
4762         prompted-for port is first.
4763
4764         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4765         retrieval by the no-group selection.
4766
4767         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4768         numerical parameters.
4769
4770 2011-02-25  Julien Danjou  <julien@danjou.info>
4771
4772         * gnus-gravatar.el: Use gnus-with-article-buffer.
4773
4774         * gnus-art.el (gnus-with-article-buffer): Check that the
4775         gnus-article-buffer is alive.
4776
4777 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * auth-source.el (auth-source-creation-prompts): New variable to manage
4780         creation-time prompts.
4781         (auth-source-search): Document it.
4782         (auth-source-format-prompt): Add utility function.
4783         (auth-source-netrc-create): Don't default the user name to
4784         user-login-name.  Use `auth-source-creation-prompts' and some default
4785         prompts for user, host, port, and password (the default generic prompt
4786         remains ugly).
4787         (auth-source-never-save): Add customizable option to never save info.
4788         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4789         mode excursion.
4790
4791 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4794         argument that XEmacs doesn't support.
4795
4796         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4797         compiled for Emacsen having no `libxml-parse-html-region' support.
4798
4799         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4800
4801         * lpath.el: Bind buffer-save-without-query for XEmacs.
4802
4803 2011-02-23  Julien Danjou  <julien@danjou.info>
4804
4805         * gnus-art.el (article-make-date-line): Ignore errors if time is
4806         invalid and not convertible.
4807         (article-make-date-line): Only add lapsed time if time is not nil.
4808
4809 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4810
4811         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4812         `read-char-choice' for backwards compatibility.
4813         (auth-source-netrc-element-or-first): New function to DTRT for
4814         parameter extraction.
4815         (auth-source-netrc-create): Use it and fix multiple parameter print
4816         bug.  Use the default passed from above (given-default) or the
4817         built-in (user-login-name for :user).
4818
4819 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-start.el (gnus-dribble-read-file):
4822         Set buffer-save-without-query, since we always want to save the dribble
4823         file, probably.
4824
4825         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4826         nnimap.
4827
4828         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4829         -summary- since it's a user-visible variable.
4830
4831         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4832         first time you use the new Gnus.
4833
4834 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4835
4836         * auth-source.el: Don't load netrc.el.
4837         (auth-sources): Search ~/.netrc as well by default.
4838         (auth-source-debug): Add 'trivia option for extra output.
4839         (auth-source-do-trivia): Use it.
4840         (auth-source-search): Simplify logic to use
4841         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4842         appropriate.  Don't keep a running count at this level.  Layer :create
4843         and :delete options appropriately on the first and second passes.
4844         Don't track the backend with the search results.
4845         (auth-source-search-backends): New function to search a list of
4846         backends for a processed spec.
4847         (auth-source-netrc-parse): Cache all netrc files, making
4848         auth-source-netrc-cache an alist keyed by the file name and using the
4849         file mtime as the caching criterion.  Keep the obfuscated data secret
4850         with a lexical bind.
4851         (auth-source-netrc-search): Don't calculate the length of the results
4852         unnecessarily.
4853         (auth-source-search-backends): Fix bug.
4854         (auth-source-netrc-create): Rework prompts.
4855
4856 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4857
4858         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4859         Lower case names of search constraints.
4860         (nnir-run-query): Cache and reuse search constraints for all imap
4861         servers.
4862
4863 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4864
4865         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4866         after exit.
4867         (gnus-setup-message): Define missing variable from last checkin.
4868
4869         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4870         value, show the raw article.
4871
4872 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4873
4874         * gnus.el: No Gnus v0.13 is released.
4875
4876 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4877
4878         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4879         auth-source now accepts numbers.
4880
4881         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4882         spec, too.
4883         (auth-source-ensure-strings): New function.
4884
4885         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4886         (gnus-article-setup-buffer): Always restart the date timer so that user
4887         changes to the frequency is respected.
4888
4889         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4890         port numbers, so make sure it gets that if nnimap-server-port is
4891         explicit.
4892
4893 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4894
4895         * nnimap.el (nnimap-inbox): Doc fix.
4896
4897 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4898
4899         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4900         Autoload.  Add optional arg FRAME, and pass it to color-values.
4901         (color-complement): Caller changed.  Doc fix.
4902         (color-gradient): Rewrite for better clarity and efficiency.
4903
4904 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4905
4906         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4907         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4908         color-lab-to-srgb.
4909
4910 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4911
4912         * color.el: First part of merge from hexrgb.el.
4913         (color-rgb-to-hex): Rename from color-rgb->hex.
4914         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4915         saturation to zero if the value is too small.
4916         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4917         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4918         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4919         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4920         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4921         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4922         (color-cie-de2000): Doc fix.
4923
4924 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4925
4926         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4927         given method as in the group name if we're using an extended method.
4928         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4929         command, if we're using that, instead of waiting for the beginning.
4930
4931         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4932         we're sure to get unique server names, and we don't output two async
4933         commands in the same buffer.  This fixes an NNTP hang for some users.
4934
4935 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4936
4937         * gnus.el: No Gnus v0.11 is released.
4938
4939 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4940
4941         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4942         summary buffer before reading going to the next buffer.  This avoids
4943         putting the point in the group buffer if you `C-g' the command.
4944
4945         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4946         cache (for now) to make ~/.authinfo.gpg files usable.
4947
4948         * nnfolder.el (copyright-update): Define for the compiler.
4949
4950         * auth-source.el (auth-source-search): Fix unbound variable.
4951
4952 2011-02-19  Glenn Morris  <rgm@gnu.org>
4953
4954         * gnus.el (gnus-meta): Doc fix.
4955
4956 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4957
4958         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4959         in case it's not yet loaded.
4960
4961 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4962
4963         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4964         line we're waiting for.
4965
4966 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4967
4968         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4969         face with line-width greater than zero will cause RET in gnus summary
4970         buffer to scroll down article page-wise because auto vscroll happens,
4971         it should be temporally disabled when doing a scroll-up.
4972
4973 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4974
4975         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4976         outputs from the server.
4977
4978 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4979
4980         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4981         later so that bbdb can hook in easier.
4982
4983 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4984
4985         * auth-source.el (auth-source-search): Don't try to create credentials
4986         if the caller doesn't want that.
4987         (auth-source-search): If we don't find a match, don't bug out on
4988         non-bound variables.
4989         (auth-source-search): Only ask a single backend to create the
4990         credentials.
4991
4992         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4993         logging.
4994         (nnimap-credentials): Protect against auth-source-search returning nil.
4995         (nnimap-request-list): Protect against not being able to open the
4996         server.
4997
4998 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4999
5000         * auth-source.el (auth-source-search): Do a two-phase search, one with
5001         no :create to get the responses from all backends.
5002
5003         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5004         when getting credentials.
5005
5006         * gnus-util.el (gnus-delete-duplicates): New function.
5007
5008 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5009
5010         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5011         a creation default, pass the whole port list down.  It will be
5012         completed.
5013
5014         * auth-source.el (auth-source-search): Updated docs to talk about
5015         multiple creation choices.
5016         (auth-source-netrc-create): Accept a list as a value (from the search
5017         parameters) and do completion on that list.  Keep a separate netrc line
5018         with the password obscured for showing the user.
5019
5020         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5021         first choice to `auth-source-search' so it will be used for entry
5022         creation instead of the server's Gnus-specific name.
5023         (nnimap-credentials): Rely on the auth-source library to select which
5024         port is actually wanted in the new netrc entry, so don't override
5025         `auth-source-creation-defaults'.
5026
5027         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5028         :protocol and accept a missing user, host, or port as a wildcard match.
5029         (auth-source-debug): Default to off.
5030
5031         (auth-source-netrc-search, auth-source-netrc-create)
5032         (auth-source-secrets-search, auth-source-secrets-create)
5033         (auth-source-user-or-password, auth-source-backend, auth-sources)
5034         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5035         instead of :protocol.
5036
5037         * nnimap.el (nnimap-credentials): Pass a port default to
5038         `auth-source-search' in case an entry needs to be created.
5039         (nnimap-open-connection-1): Use :port instead of :protocol.
5040
5041 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * auth-source.el: Bind load-path when loading EIEIO from
5044         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5045         21.4 doesn't support, to `require'.
5046         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5047         delete-dups that is not available in XEmacs 21.4.
5048
5049 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5050
5051         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5052         as EIEIO must also be loaded when auth-source.el is being
5053         byte-compiled.
5054
5055 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5056
5057         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5058
5059         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5060
5061         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5062
5063         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5064
5065         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5066
5067         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5068
5069         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5070
5071         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5072         necessary.
5073
5074 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5075
5076         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5077         nil means that nnimap doesn't get updated.
5078
5079 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5080
5081         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5082         result when the user doesn't want to write to the file.
5083         (auth-source-netrc-search): Expect a synthetic result and proceed
5084         accordingly.
5085         (auth-source-cache-expiry): New variable to override
5086         `password-cache-expiry'.
5087         (auth-source-remember): Use it.
5088
5089         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5090         parameter.  Create entry if necessary by using :create t.
5091         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5092
5093 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5094
5095         * auth-source.el (auth-source-debug): Enable by default and don't
5096         mention the obsolete `auth-source-hide-passwords'.
5097         (auth-source-do-warn): New function to debug unconditionally.
5098         (auth-source-do-debug): Use it.
5099         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5100         and for Secrets API entries when the secrets.el library is not
5101         available.
5102
5103 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5106         (gnus-summary-exit): Kill the correct article buffer on exit from a
5107         `C-d' group.
5108
5109         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5110         gnus-propagate-marks.
5111
5112         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5113         before killing the buffers so that a non-full window conf gets handled
5114         correctly.
5115         (gnus-summary-exit): Ditto.
5116         (gnus-summary-read-group-1): Ditto.
5117
5118         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5119         async code again so that we can debug it properly.
5120
5121         * message.el (message-reply): Take an optional switch-buffer parameter
5122         so that Gnus window confs are respected better.
5123
5124 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5125
5126         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5127         `plist-get' to accept non-list parameters (XEmacs issue).
5128         Fix docstring.
5129         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5130         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5131         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5132         Login collection is "Login" and not "login".
5133
5134 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5135
5136         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5137         multiple headers.
5138
5139         * nnimap.el (nnimap-inhibit-logging): New variable.
5140         (nnimap-log-command): Don't log login commands.
5141
5142         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5143         to have more parameters.
5144
5145         * nnimap.el (nnimap-send-command): Mark the command time for each
5146         command, so that we don't get NOOPs stepping on our toes.
5147
5148         * gnus-art.el (article-date-ut): Get the date from the Date header on
5149         `t'.
5150
5151 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * auth-source.el (auth-source-search): Use copy-sequence instead of
5154         the cl.el copy-list.
5155
5156 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * imap.el: Bring it back (revert
5159         84d800cd31de3064f0ed39617d725709a2f8f42f).
5160
5161 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5162
5163         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5164         Improve prompt.
5165
5166 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5167
5168         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5169         washing status from the default format.  It isn't very informative.
5170
5171 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5172
5173         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5174         Fix Gcc processing on imap.
5175
5176 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5177
5178         * imap.el: Remove file.  All the functionality is in nnimap.el.
5179
5180 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5181
5182         * message.el (message-bury): Don't pop up a new window when selected
5183         window is dedicated.
5184
5185 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5186
5187         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5188
5189 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5190
5191         * sieve-manage.el: Autoload `auth-source-search'.
5192         (sieve-sasl-auth): Use it.
5193
5194 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5195
5196         * nnimap.el: Autoload `auth-source-forget+'.
5197         (nnimap-open-connection-1): Use it if the connection fails.
5198
5199         * auth-source.el: Require `password-cache'.
5200         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5201         obsolete.
5202         (auth-source-magic): Marker for `password-cache' keys.
5203         (auth-source-do-cache): Update docstring.
5204         (auth-source-search): Use and check cache.
5205         (auth-source-forget-all-cached, auth-source-remember)
5206         (auth-source-recall, auth-source-forget, auth-source-forget+)
5207         (auth-source-specmatchp): Caching support functions.
5208         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5209         Remove and obsolete.
5210         (auth-source-user-or-password): Remove caching to further discourage
5211         using it.  Always hide passwords.
5212
5213         * password-cache.el (password-cache-remove): Accept secrets that are
5214         not strings.
5215
5216 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5217
5218         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5219         code for now, since it doesn't work for all users.
5220
5221 2011-02-09  Julien Danjou  <julien@danjou.info>
5222
5223         * message.el (message-options): Make message-options really buffer
5224         local.
5225
5226 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5227
5228         * mail-source.el: Autoload `auth-source-search'.
5229         (mail-source-keyword-map): Note order matters.
5230         (mail-source-set-1): Get all the mail-source source values and
5231         defaults and search auth-source on those if needed.  This can all
5232         probably be simplified.
5233
5234         * nnimap.el: Autoload `auth-source-search'.
5235         (nnimap-credentials): Use it.
5236         (nnimap-open-connection-1): Ask for the virtual server and physical
5237         address in one shot.
5238
5239         * nntp.el: Autoload `auth-source-search'.
5240         (nntp-send-authinfo): Use it.  Note TODO.
5241
5242 2011-02-08  Julien Danjou  <julien@danjou.info>
5243
5244         * shr.el (shr-tag-body): Add support for text attribute in body
5245         markups.
5246
5247         * message.el (message-options): Make message-options a local variable.
5248
5249 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5250
5251         * auth-source.el (auth-source-secrets-search)
5252         (auth-source-user-or-password): Use `append' instead of `nconc'.
5253         (auth-source-user-or-password): Build return list better and protect
5254         against nil :secret.
5255
5256 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5257
5258         * nnimap.el (nnimap-update-info): Refactor slightly.
5259         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5260         (nnimap-update-info): Clean up slightly.
5261         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5262         characters.
5263         (nnimap-process-quirk): Rename function to avoid collision.
5264         (nnimap-update-info): Fix macrology bug-out.
5265         (nnimap-update-info): Simplify split history test.
5266
5267 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5268
5269         * auth-source.el (top): Require 'eieio unconditionally.
5270         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5271         (auth-source-secrets-search): Limit search when `max' is greater than
5272         number of results.
5273
5274 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5275
5276         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5277         part not returning any data.
5278
5279         * proto-stream.el (open-protocol-stream): Document the return value.
5280
5281 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * auth-source.el (auth-source-secrets-search): Add examples.
5284
5285 2011-02-06  Julien Danjou  <julien@danjou.info>
5286
5287         * message.el (message-setup-1): Handle message-generate-headers-first
5288         set to t.
5289
5290 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5291
5292         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5293         API with a string "secrets:collection-name" and with 'default.
5294         (auth-source-backend-parse): Parse "secrets:collection-name" and
5295         'default.  Recurse on parses instead of repeating code.  Use the
5296         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5297         message when ignoring a source.
5298         (auth-source-search): List ignored search keys at the top level.
5299         (auth-source-netrc-create): Use `case' instead of `cond'.
5300         (auth-source-secrets-search): Created with TODOs.
5301         (auth-source-secrets-create): Created with TODOs.
5302         (auth-source-retrieve, auth-source-create, auth-source-delete)
5303         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5304         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5305         (auth-source-user-or-password-sftp)
5306         (auth-source-user-or-password-smtp): Remove.
5307         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5308         around `auth-source-search'.  Not tested thoroughly.
5309
5310 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5311
5312         * auth-source.el: Bring in assoc and eioeio libraries.
5313         (secrets-enabled): New variable to track the status of the Secrets API.
5314         (auth-source-backend): New EIOEIO class to represent a backend.
5315         (auth-source-creation-defaults): New variable to set prompt defaults
5316         during token creation (see the `auth-source-search' docstring for
5317         details).
5318         (auth-sources): Simplify to allow a simple string as a netrc backend
5319         spec.
5320         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5321         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5322         (auth-source-search): Main auth-source API entry point.
5323         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5324         (auth-source-search-collection): Helper function for searching.
5325         (auth-source-netrc-parse, auth-source-netrc-normalize)
5326         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5327         Supports search, create, and delete.
5328         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5329         backend stubs.
5330         (auth-source-user-or-password): Call `auth-source-search' but it's not
5331         ready yet.
5332
5333 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5334
5335         * message.el (message-setup-1): Remove the read-only stuff, since it
5336         doesn't work under XEmacs, for some reason.
5337
5338         * gnus-sum.el (gnus-user-date): Rename back from
5339         gnus-summary-user-date since user code refers to it.
5340
5341         * shr.el (shr-render-td): Store the actual background color used.
5342
5343         * message.el (message-setup-1): Don't bind the constant
5344         -forbidden-properties.
5345         (message-setup-1): Revert previous change, since it needs to bind the
5346         props to insert them.
5347         (message-resend): Allow removing the read-only separator line.
5348
5349 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5350
5351         * nnimap.el (nnimap-request-accept-article): Give an error message if
5352         the APPEND wasn't successful.
5353
5354 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5355
5356         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5357         that have no groups.
5358
5359 2011-02-03  Julien Danjou  <julien@danjou.info>
5360
5361         * gnus-draft.el: Remove progn around gnus-draft-setup.
5362
5363 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5364
5365         * gnus-start.el (gnus-read-active-for-groups): This function is never
5366         called with a nil `infos', so clean that up.
5367         (gnus-get-unread-articles): Request active files from primary/secondary
5368         methods that have no groups (yet).
5369
5370 2011-02-03  Julien Danjou  <julien@danjou.info>
5371
5372         * message.el (message-setup-1): Always generate References first.
5373         (message-mail): Return the return value of message-setup, not always t.
5374         (message-setup-1): Insert mail-header-separator with read-only and
5375         intangible properties set.
5376
5377         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5378         user-date in docstring.
5379
5380         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5381
5382         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5383         docstring.
5384
5385         * gnus.el (gnus-user-date-format-alist): Change default value.
5386         Use defcustom, with type and group. Move from gnus-util.el.
5387         Rename to gnus-summary-user-date-format-alist.
5388
5389 2011-02-03  Glenn Morris  <rgm@gnu.org>
5390
5391         * nnimap.el (gnus-fetch-headers): Declare.
5392
5393         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5394
5395 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5396
5397         * message.el (message-forward-make-body-digest-plain)
5398         (message-followup, message-reply): Clean up things noted by Stefan.
5399
5400         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5401         gnus-article-update-date-headers is nil.
5402         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5403         it didn't really work with defcustom.
5404         (article-update-date-lapsed): Make sure the window start doesn't move,
5405         either.
5406
5407 2011-02-01  Julien Danjou  <julien@danjou.info>
5408
5409         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5410         format.
5411
5412         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5413         standard in Emacs nowadays.
5414
5415         * color.el (color-gradient): Add a color-gradient function.
5416
5417 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5418
5419         * message.el (message-expand-name): Don't trust the return value of
5420         bbdb-complete-name.
5421         (message-check-news-header-syntax): Remove unused var `start'.
5422         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5423         (message-inhibit-body-encoding): Move to before first use.
5424         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5425         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5426         (Organization, Message-ID, Date, mh-previous-window-config):
5427         Defvar the vars using dynamic scoping.
5428
5429 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5430
5431         * shr.el (shr-render-td): Only do colors at the final rendering.
5432         Should be slightly faster.
5433         (shr-insert-table): Fix up TD background colors when doing the
5434         vertical padding.
5435
5436         * gnus-art.el (article-date-ut): Protect against articles with no Date
5437         header.
5438         (article-update-date-lapsed): Don't use current-column to find the
5439         horizontal position.  It's fragile in the presence of \003 characters.
5440
5441         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5442
5443 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5444
5445         * gnus-art.el (article-transform-date): Rewrite to still work when
5446         there are several rfc2822 parts.
5447         (article-transform-date): Fix infinite recursion.
5448         (article-date-ut): Replace infinitely many Date headers with a single
5449         one when called interactively.
5450
5451         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5452         secure manner.
5453
5454         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5455         move around by not using save-window-excursion.  It seems to work...
5456
5457 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-art.el (article-make-date-line): Work for user-defined format.
5460
5461 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5462
5463         * nntp.el (nntp-retrieve-group-data-early)
5464         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5465         fetching functions.
5466
5467         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5468         thoroughly for all backends that have no known groups.  This should
5469         allow new nnml methods to retrieve mail.
5470
5471         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5472         that Gnus doesn't know exists again.
5473
5474         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5475         (gnus-treat-date-ut): Ditto.
5476         (gnus-article-update-date-header): Rename.
5477         (gnus-treat-date-local): Remove.
5478         (gnus-treat-date-english): Remove.
5479         (gnus-treat-date-lapsed): Remove.
5480         (gnus-treat-date-combined-lapsed): Remove.
5481         (gnus-treat-date-original): Remove.
5482         (gnus-treat-date-iso8601): Remove.
5483         (gnus-treat-date-user-defined): Remove.
5484         (gnus-article-date-headers): New variable to control all the date
5485         header options.
5486         (article-date-ut): Rewrite to allow using the new way to format date
5487         headers(s).
5488
5489 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5490
5491         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5492         method.
5493         (nnmail-article-group): A better test for fanciness.
5494
5495         * nnimap.el (nnimap-request-head): Protect against not finding the
5496         article by Message-ID.
5497
5498 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5499
5500         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5501         keep point at the "same place".
5502
5503 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5504
5505         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5506         data if the group is inactive.
5507
5508 2011-01-28  Julien Danjou  <julien@danjou.info>
5509
5510         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5511         (gnus-all-windows-visible-p): Remove old compatibility code.
5512         (gnus-window-top-edge): Add docstring.
5513
5514         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5515
5516 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5517
5518         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5519         older request-update-info.
5520
5521         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5522
5523 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5524
5525         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5526         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5527
5528 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5529
5530         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5531         groups.  This makes the nndraft:queue group pop up if it's not already
5532         there.
5533
5534         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5535         messages" logic, which was reversed.
5536
5537         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5538         the "same place" even if point is on the line being replaced.
5539         (article-update-date-lapsed): Allow updating both the combined lapsed
5540         and the lapsed headers.
5541         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5542         (article-make-date-line): Limit the number of segments dynamically to
5543         avoid too-long lines.
5544
5545 2011-01-27  Julien Danjou  <julien@danjou.info>
5546
5547         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5548         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5549
5550 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5553         Use plist-get instead of the cl function getf.
5554
5555 2011-01-27  Glenn Morris  <rgm@gnu.org>
5556
5557         * gnus-util.el (float-time): Get rid of compiler warning, again.
5558
5559 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5560
5561         * shr.el (shr-put-color): Special-case background colors: Do put them
5562         at the blank parts at the front of the lines.
5563
5564         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5565         exit hook to nix out all data on readedness on group exit.
5566
5567         * gnus-util.el (float-time): If float-time is bound, always use it on
5568         all Emacsen.  It's unclear why the subrp check was there.
5569         (time-date): Require to make some autoload issues on XEmacs go away.
5570
5571         * shr.el (shr-put-color): Don't do the box padding in tables, since
5572         they're already padded.
5573
5574 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5575
5576         * gnus-art.el (gnus-article-next-page): When the last line of the
5577         article is displayed, scroll down once more instead of going to the
5578         next article at once.
5579         (article-lapsed-string): Refactor out and allow specifying how many
5580         segments you want.
5581         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5582         (gnus-article-update-lapsed-header): New variable.
5583
5584         * shr.el: Revert change that made headings use different-sized faces.
5585         The Emacs display engine isn't advanced enough that, for instance,
5586         tables can comfortably use differently-sized faces.
5587
5588 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5589
5590         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5591         used.
5592         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5593         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5594         we're using an encrypted connection.
5595
5596         * proto-stream.el: Alter the interface functions to also return the
5597         actual stream type used: network or tls.
5598
5599 2011-01-25  Julien Danjou  <julien@danjou.info>
5600
5601         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5602         (mm-display-javascript-inline): New function.
5603
5604         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5605         viewing function.
5606
5607 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * shr.el (shr-expand-newlines): Fix variable name.
5610
5611 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5612
5613         * shr.el (shr-expand-newlines): Make nested boxes work.
5614
5615 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5616
5617         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5618         backgrounds.
5619         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5620         in a more sensible manner.
5621
5622 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5625         if EPG is loaded.
5626
5627 2011-01-24  Julien Danjou  <julien@danjou.info>
5628
5629         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5630         tags.
5631
5632 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5633
5634         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5635         commands.
5636
5637         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5638         in the article buffer.
5639         (gnus-gravatar-insert): Use blank space from the current buffer to
5640         avoid breaking text properties.  This makes X-Sent updating work again.
5641
5642         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5643
5644 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5645
5646         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5647         fix the bug in url-http.el instead.
5648
5649         * shr.el (shr-image-fetched): Ditto.
5650
5651         * shr.el (shr-image-fetched): Avoid having point move in the article
5652         buffer.
5653
5654         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5655         buffer after being called.  It's apparently being killed by url.el, and
5656         killing it made point move to end-of-buffer in a random buffer.
5657
5658         * shr.el (shr-image-fetched): Ditto.
5659
5660 2011-01-23  Julien Danjou  <julien@danjou.info>
5661
5662         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5663
5664         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5665         text/x-org.
5666
5667 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5668
5669         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5670         (i.e., nnimap) returning nil as the article number.
5671
5672 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5673
5674         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5675         "DelSp" parameter in RFC3676.
5676
5677 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5678
5679         * message.el (message-check-recipients): Display the encoded version of
5680         the bogus address if they differ.
5681
5682         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5683         after sending.
5684
5685         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5686
5687         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5688
5689         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5690         group buffer after sending the queue.
5691
5692         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5693
5694 2011-01-22  Julien Danjou  <julien@danjou.info>
5695
5696         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5697
5698 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5699
5700         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5701         nested related parts.
5702
5703         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5704         unexpired articles.  This fixes the regression that led expiry marks to
5705         disappear from nnfolder groups.
5706
5707 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5708
5709         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5710         Don't confuse the "ret" of "retrograde" with RET.
5711
5712 2011-01-21  Julien Danjou  <julien@danjou.info>
5713
5714         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5715         than mm-insert-inline.
5716
5717 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5720         Widen article buffer.
5721
5722 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5725         the temp buffer.
5726         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5727
5728 2011-01-20  Julien Danjou  <julien@danjou.info>
5729
5730         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5731
5732         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5733         than mm-insert-inline to insert inline part: this respect
5734         mm-inline-media-tests displayers.
5735
5736         * mm-view.el (mm-display-shell-script-inline): New function.
5737
5738         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5739
5740         * mm-uu.el (mm-uu-type-alist): Add org block.
5741         (mm-uu-org-src-code-block-extract): New function.
5742
5743         * mm-view.el (mm-display-org-inline): New function.
5744
5745         * mm-decode.el (mm-automatic-display): Add text/org.
5746
5747         * mailcap.el (mailcap-mime-extensions): Add .org.
5748
5749 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5752         gnus-article-add-buttons.
5753
5754 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5755
5756         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5757         From header with a date and "nobody" as the sender.
5758
5759 2011-01-19  Julien Danjou  <julien@danjou.info>
5760
5761         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5762         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5763         if you have the same regexp several times.
5764         (gnus-button-push): Fix matching when regexp is symbol.
5765
5766 2011-01-15  Glenn Morris  <rgm@gnu.org>
5767
5768         * message.el (message-mail): A compose-mail function should
5769         accept headers as strings.
5770
5771 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5772
5773         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5774         Add :vert-only tags.
5775         (message-mail): New arg RETURN-ACTION.
5776         (message-return-action): New var.
5777         (message-bury): Use it.
5778         (message-mode): Make it buffer-local.
5779         (message-send-and-exit): Always call message-bury.
5780
5781         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5782         message-mail.
5783
5784 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * nnimap.el (nnimap-convert-partial-article): Protect against
5787         zero-length body parts.
5788
5789         * mm-decode.el (mm-preferred-alternative-precedence):
5790         Discourage showing empty parts.
5791
5792         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5793         and stuff if the backend didn't return the article number.  This fixes
5794         an Exchange-related nnimap bug.
5795
5796         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5797         group window, because it does the wrong thing when a separate frame
5798         displays the group buffer.
5799
5800         * proto-stream.el (open-protocol-stream): Protect against the low-level
5801         transport functions returning nil.
5802
5803 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5804
5805         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5806         (mml2015-epg-find-usable-secret-key): New function.
5807         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5808         mml2015-epg-find-usable-key (Bug#7797).
5809         (mml2015-epg-encrypt): Ditto.
5810
5811 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * dgnushack.el (rot13-string): Fix the way to get the argument.
5814
5815 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5816
5817         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5818
5819 2011-01-03  Glenn Morris  <rgm@gnu.org>
5820
5821         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5822
5823         * sieve.el (sieve-open-server): Give a more explicit error if
5824         sieve-manage-open returns nil.  (Bug#7720)
5825
5826 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5827
5828         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5829
5830 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5833         This avoids sending passwords in plain text over non-encrypted
5834         channels.
5835
5836         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5837
5838         * nnimap.el (nnimap-login): Refactored out into own function, and
5839         implement CRAM-MD5.
5840         (nnimap-wait-for-line): Refactored out.
5841
5842         * mm-view.el (mml-smime): Require.
5843
5844 2010-12-20  David Engster  <deng@eml.cc>
5845
5846         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5847         use EPG to decrypt S/MIME messages instead of openssl.
5848
5849 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5852
5853         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5854         status is the group clearly is unreachable.
5855
5856         * auth-source.el (auth-source-create): Add the optional second
5857         parameter to `local-variable-p' to be compatible with XEmacs.
5858
5859 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5860
5861         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5862         work when using a compressed nnml folder.
5863
5864 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5865
5866         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5867         backends after sanitising on entry, because this never makes sense:
5868         If the articles have gone missing, then the data no longer exists on
5869         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5870         overwrite anything anyway.
5871
5872         * shr.el (shr-insert-document): Bind shr-width dynamically to
5873         window-width if it's nil.
5874
5875 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5876
5877         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5878         with the meaning of using the full emacs window width for rendering.
5879
5880 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5881
5882         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5883         case when sender is not given.
5884
5885 2010-12-23  Julien Danjou  <julien@danjou.info>
5886
5887         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5888         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5889         the addresses, otherwise we might misplaced the gravatar.
5890
5891 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5892
5893         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5894         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5895         obsolete in Emacs.
5896
5897 2010-12-20  Julien Danjou  <julien@danjou.info>
5898
5899         * gnus-util.el (gnus-rescale-image): Revert last change.
5900
5901 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5902
5903         * binhex.el: Improve commentary (Bug#7482).
5904
5905 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5906
5907         * gnus-group.el (gnus-group-delete-articles): New command.
5908
5909 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5910
5911         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5912
5913 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5916         here, since it's up to the backends to do CRLF removal if their
5917         protocol has it.
5918
5919         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5920
5921 2010-12-17  Julien Danjou  <julien@danjou.info>
5922
5923         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5924         they are from file.  Can also scale up.
5925
5926 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5927
5928         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5929         Restore gnus-use-agent.
5930         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5931
5932         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5933
5934 2010-12-17  Julien Danjou  <julien@danjou.info>
5935
5936         * gravatar.el (gravatar-retrieve-synchronously): New function.
5937         (gravatar-get-data): Make more robust.
5938
5939 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5942
5943 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5946         to really consider the last line.
5947
5948 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5949
5950         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5951         list of recipient keys, or use symmetric encryption if not a list.
5952         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5953         EPA override, replacing the call to `netrc-store-data'.
5954
5955 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5956
5957         * gnus-srvr.el: Avoid passing nil regexp argument to
5958         delete-matching-lines.
5959
5960 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5963         fetching stops when Gnus exits.
5964
5965         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5966         function.
5967         (nnfolder-request-expire-articles): Save all the buffers after doing
5968         expiry.
5969
5970         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5971         the last article", since that led to serious performance regressions
5972         when expiring nnml groups.
5973
5974 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5975
5976         * nnir.el: Improve customizations.
5977
5978 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5979
5980         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5981
5982         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5983         group has been killed.
5984         (gnus-group-yank-group): Ditto.
5985
5986         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5987
5988         * nnimap.el (nnimap-request-update-group-status): New function.
5989
5990         * gnus-int.el (gnus-request-update-group-status): New interface
5991         function.
5992
5993         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5994         copying read-ness to the backends.
5995
5996         * nnimap.el (nnimap-quirk): New function.
5997         (nnimap-retrieve-group-data-early): Use it.
5998         (nnimap-quirks): New alist.
5999
6000 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6003         don't delete it within indentation.
6004
6005 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006
6007         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6008         previous line.
6009
6010 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6013         QRESYNC command by deleting a superfluous space which broke Cyrus
6014         servers.  This change will break other servers that are buggy the other
6015         way around.
6016
6017 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6018
6019         * spam.el: Reindent and fix long lines.
6020         (spam-copy-or-move-routine): Exclude invalid move destinations.
6021
6022 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6023
6024         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6025         installed the registry.
6026
6027 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6030
6031 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6032
6033         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6034         groupname doesn't contain "gmane".
6035
6036 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6039         and netrc-bound-and-true-p bindings.
6040         (netrc-parse): Cache the netrc contents.
6041
6042         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6043         (gnus-1): Don't create the nndrafts group twice.
6044         (gnus-setup-news): There's no need to read the active file here, since
6045         that's done again later on a per-backend basis.
6046         (gnus-start-draft-setup): Make sure that the new group is started out
6047         empty.
6048
6049         * gnus-agent.el (gnus-agentize): Don't create the queue group
6050         automatically on startup.  It'll be created later, if needed.
6051
6052         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6053         of automatically subscribed groups.
6054         (gnus-auto-subscribed-categories): New variable.
6055         (gnus-matches-options-n): Use it.
6056         (gnus-default-subscribed-newsgroups): Remove unused variable.
6057         (gnus-start-draft-setup): Message a bit less.
6058
6059 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6060
6061         * nnir.el (nnir-run-imap): Return article list in order of increasing
6062         UID.
6063
6064 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * gnus-sum.el (gnus-summary-enter-digest-group):
6067         Mention gnus-auto-select-on-ephemeral-exit.
6068
6069         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6070         convention of the network-only option.
6071
6072 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * proto-stream.el (proto-stream-open-network-only): New function to
6075         have a way to specify non-STARTTLS upgrade connections.
6076
6077 2010-12-10  Julien Danjou  <julien@danjou.info>
6078
6079         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6080         email address is nil.
6081
6082         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6083
6084 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6085
6086         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6087         deletion.
6088         (nnir-run-imap): Only need to parse list once.
6089
6090 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6091
6092         * shr.el (shr-tag-script): Ignore <script>.
6093         (shr-tag-label): Add <label> support.
6094
6095 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6098
6099         * shr.el (shr-image-displayer): Work for images lined side by side.
6100
6101 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6102
6103         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6104         parameter, since XEmacs doesn't accept t as a parameter.
6105
6106 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6107
6108         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6109         ids.
6110         (nnir-run-gmane): Simplify groupspec formatting.
6111         (nnir-request-expire-articles): New function.
6112
6113 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6116         overflow, possibly.
6117
6118         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6119         (shr-render-td): Handle td style="" better.
6120         (shr-tag-table): Use the color from the style sheet.
6121         (shr-render-td): Make sure we copy over all the overlays, too.
6122
6123 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6124
6125         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6126         (nnir-request-article): Improve article retrieval.
6127
6128 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * mm-util.el (mm-extra-numeric-entities): New variable.
6131
6132         * mm-url.el (mm-url-decode-entities):
6133         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6134
6135         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6136
6137 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6138
6139         * message.el: Use completion-at-point.
6140         (message-completion-function): New fun, extracted from message-tab.
6141         (message-mode): Use it for completion-at-point-functions.
6142         (message-tab): Use it and completion-at-point.
6143
6144 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6147         character if a non-breakable character follows.
6148
6149 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6150
6151         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6152         any stream.
6153
6154         * shr.el (shr-tag-font): Colorize the region.
6155         (shr-tag-body): Ditto.
6156         (shr-tag-font): Actually let the styles be inherited instead of
6157         overwriting them.
6158         (shr-tag-font): Get the background color right.
6159         (shr-tag-style): Ignore all <style> tags for the moment.
6160
6161         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6162         a Message-ID to avoid having nnimap depend on gnus-sum.
6163
6164         * shr.el (shr-descend): Only colorize something if we have a node that
6165         sets colors.
6166
6167 2010-12-06  Julien Danjou  <julien@danjou.info>
6168
6169         * shr.el (shr-render-td): Render td content with shr-descend, so style
6170         will be applied to <td> too.
6171         (shr-colorize-region): Colorize region even if we only have a background.
6172         (shr-tag-body): Fix color and background color inheritance.
6173         Do not recolorize after shr-generic.
6174         (shr-tag-font): Let shr-generic colorize via inheritance.
6175
6176 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6179
6180 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6181
6182         * nnir.el (nnir-request-move-article): Remove obsolete code.
6183
6184 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6187
6188 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6189
6190         * gnus-sum.el (gnus-summary-respool-article): The completion function
6191         expects a list instead of an alist.
6192
6193         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6194         string as the parameter.
6195
6196         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6197
6198         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6199         styles.
6200         (shr-colorize-region): New function.
6201         (shr-insert-background-overlay): Remove.
6202         (shr-render-td): Background setting should be taken care of on a higher
6203         level.
6204         (shr-tag-body): Use post-hoc colorizations.
6205         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6206         (shr-put-color-1): Don't overwrite old colors.
6207         (shr-colorize-region): When the background color isn't explicit, use
6208         a fixed background.
6209
6210         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6211         nnmail variables.
6212
6213 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6214
6215         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6216         unless necessary.
6217
6218 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6219
6220         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6221         server.
6222
6223 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6226         so that TAB works.
6227
6228         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6229         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6230
6231         * shr.el (shr-urlify): Show the URL before the title to avoid
6232         misleading URLs.
6233
6234 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6235
6236         * shr.el (shr-urlify): Display the title in <a> tags.
6237
6238 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6239
6240         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6241
6242 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6243
6244         * nnir.el: Rearrange code to allow macros to be autoloaded by
6245         gnus-sum.el.
6246         (nnir-retrieve-headers-override-function): Make this variable
6247         customizable.
6248         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6249
6250         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6251         from nnir.el.
6252
6253 2010-12-03  Julien Danjou  <julien@danjou.info>
6254
6255         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6256
6257 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6260         allow optional argument `environment'.
6261
6262 2010-12-03  Glenn Morris  <rgm@gnu.org>
6263
6264         * mm-extern.el (message-goto-body): Update declaration.
6265
6266 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * gnus-util.el (gnus-macroexpand-all): New function.
6269
6270         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6271         instead of macroexpand-all that is unavailable in XEmacs.
6272
6273 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6274
6275         * nnir.el (nnir-summary-line-format): New variable.
6276         (nnir-mode): Use it.
6277         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6278         (nnir-article-ids): Reimplement as defsubst.
6279         (nnir-retrieve-headers): Don't mangle the subject header.
6280         (nnir-run-imap): Use 100 as RSV score.
6281         (nnir-run-find-grep): Fix for full server searching.
6282         (nnir-run-gmane): Better restriction to gmane groups.
6283
6284         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6285         summary buffers.
6286
6287 2010-12-02  Julien Danjou  <julien@danjou.info>
6288
6289         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6290
6291         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6292
6293         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6294         support.
6295
6296 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6297
6298         * nnir.el: Update to handle the registry better.
6299         (autoload): Silence byte-compiler.
6300         (nnir-open-server): Add a hook for nnir groups.
6301         (nnir-request-move-article): Don't mangle the header.  Better to use
6302         formatting variables (which will be added in the future).
6303         (nnir-registry-action): Update the registry using the original article
6304         group name.
6305         (nnir-mode): Install nnir-specific hooks for updating the registry.
6306
6307         * gnus-sum.el
6308         (gnus-article-original-subject,gnus-newsgroup-original-name):
6309         Remove obsolete variables.
6310         (gnus-summary-move-article): Remove use of obsolete variables.
6311         (gnus-summary-local-variables): Make move and delete hooks local to
6312         summary buffers.
6313
6314 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6315
6316         * rtree.el: New file.
6317
6318 2010-12-01  Julien Danjou  <julien@danjou.info>
6319
6320         * message.el (message-user-organization): Do not use
6321         gnus-local-organization.
6322
6323         * gnus.el: Remove gnus-local-organization.
6324
6325         * gnus-msg.el: Remove nastygram thing.
6326
6327 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6330         funcall.
6331
6332 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6335         names.
6336
6337         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6338         characters.
6339
6340         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6341         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6342         Suggested by Štěpán Němec <stepnem@gmail.com>.
6343         (gnus-gravatar-transform-address): Use mail-extract-address-components
6344         that supports non-ASCII names rather than mail-header-parse-addresses.
6345
6346 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * proto-stream.el (open-protocol-stream): All starttls connections are
6349         handled by the network handler.
6350
6351 2010-11-30  Julien Danjou  <julien@danjou.info>
6352
6353         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6354         (nnimap-open-connection-1): Fix PREAUTH.
6355
6356         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6357
6358 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6361         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6362         (shr-insert): Use them.
6363         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6364
6365 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6366
6367         * nnir.el (nnir-request-move-article): Bail out if original group
6368         doesn't support article moves.
6369         (nnir-get-active): Improve active list retrieval.
6370
6371 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6372
6373         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6374
6375 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6376
6377         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6378         seem to accept strings-with-numbers as port numbers.
6379
6380 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6381
6382         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6383         change the registry.
6384
6385 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6388         delete-dups that is not available in XEmacs 21.4.
6389
6390         * mm-util.el (mm-delete-duplicates): Add comment.
6391
6392 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6393
6394         * nnir.el (nnir-ignored-newsgroups): New variable.
6395         (nnir-get-active): Use it.
6396
6397 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6398
6399         * proto-stream.el (proto-stream-open-network): Add some comments.
6400
6401         * nntp.el (nntp-open-connection): Provide a :success condition.
6402
6403         * nnimap.el (nnimap-open-connection-1): Ditto.
6404
6405         * proto-stream.el (proto-stream-open-network): See what the response to
6406         the STARTTLS command is.
6407
6408         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6409         backwards compatibility).
6410         (nnimap-open-connection-1): Really respect nnimap-server-port.
6411
6412         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6413         TLS upgrades we don't really care about the identity of the peer.
6414         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6415         that what we've checked for.
6416         (proto-stream-always-use-starttls): Only default to t if
6417         open-gnutls-stream exists.
6418         (proto-stream-open-network): If STARTTLS failed, then just open a
6419         normal connection.
6420         (proto-stream-open-network): Wait until the greeting before doing
6421         STARTTLS.
6422
6423         * nntp.el (nntp-open-connection): Report what the connection error is.
6424
6425         * proto-stream.el (open-protocol-stream): Rename from
6426         open-proto-stream.
6427
6428 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * nnimap.el (nnimap-stream): Change default to `undecided'.
6431         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6432         first, and then network.
6433         (nnimap-open-connection-1): Respect nnimap-server-port.
6434         (nnimap-open-connection): Be more backwards-compatible.
6435
6436         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6437         (proto-stream-open-starttls): De-duplicate the starttls code.
6438         (proto-stream-open-starttls): Folded back into the main function.
6439         (proto-stream-open-network): Fix typo in the gnutls path.
6440         (proto-stream-command): Refactor out.
6441
6442         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6443
6444         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6445         starttls.el STARTTLS.
6446
6447         * color.el (color-lab->srgb): Fix function call name.
6448
6449         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6450         if we're using tls.el.
6451         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6452         built in, then don't try to establish a STARTTLS connection.
6453
6454         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6455         servers.
6456
6457         * proto-stream.el (open-proto-stream): Use network, not stream.
6458         (open-proto-stream): Add a way to specify what the end of a command is.
6459
6460         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6461         connections types.
6462         (nntp-open-network-stream): Remove.
6463         (nntp-open-ssl-stream): Remove.
6464         (nntp-open-tls-stream): Remove.
6465         (nntp-ssl-program): Remove.
6466
6467         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6468
6469 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6470
6471         * nnir.el: Fix typos.
6472         (nnir-retrieve-headers-override-function): Rename variable to reflect
6473         new semantics.
6474         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6475         macros.
6476         (nnir-request-article, nnir-request-move-article): Use them.
6477         (nnir-categorize): New function.
6478         (nnir-run-query): Use it.
6479         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6480         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6481         sorted.
6482         (nnir-group-full-name): Use gnus-group-full-name instead.
6483         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6484         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6485
6486 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6487
6488         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6489
6490         * proto-stream.el: New library to provide protocol-specific
6491         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6492         protocols.
6493         (open-proto-stream): Complete the documentation.
6494         (proto-stream-open-network): Fix some typos.
6495
6496         * nnimap.el (nnimap-open-connection): Use it.
6497
6498 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6499
6500         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6501         negotiation.
6502
6503 2010-11-26  Julien Danjou  <julien@danjou.info>
6504
6505         * color.el: Rename various rgb functions to srgb.
6506
6507 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6508
6509         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6510         names.
6511
6512 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * shr.el (shr-insert): Revert last change.
6515         (shr-find-fill-point): Never leave point being at bol;
6516         relax the kinsoku limitation when rendering tables.
6517
6518 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6521         results from -accept-article.
6522
6523         * shr-color.el: Require cl when compiling.
6524
6525         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6526         checkin.
6527
6528         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6529
6530         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6531
6532         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6533         'add and 'delete to set backend marks.
6534
6535         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6536
6537         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6538
6539         * nntp.el (nntp-request-set-mark): Use it.
6540
6541         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6542
6543         * nnml.el (nnml-request-set-mark): Ditto.
6544
6545         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6546         introduces regressions in article selection.
6547         (nnimap-find-uid-response): New function.
6548         (nnimap-request-accept-article): Use the UID returned, if any.
6549         (nnimap-request-move-article): Use the UID returned, if any.
6550         (nnimap-get-groups): Reimplement to work with folded lines.
6551         (nnimap-find-uid-response): The UID is the last element in the list.
6552         (nnimap-request-set-mark): Extend syntax with 'set.
6553
6554         * nnml.el (nnml-request-set-mark): Ditto.
6555
6556         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6557
6558         * nntp.el (nntp-request-set-mark): Ditto.
6559
6560 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * message.el (message-called-interactively-p): A temporary macro.
6563         (message-goto-body): Use it temporarily.
6564
6565 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566
6567         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6568         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6569         (nnimap-last-response-string): Fix last unfolding fix.
6570
6571 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * shr.el (shr-insert): Fix the way to fold lines.
6574
6575 2010-11-25  Julien Danjou  <julien@danjou.info>
6576
6577         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6578
6579         * color.el: Rename from color-lab.el
6580         (color-rgb->hex): Add.
6581         (color-complement): Add.
6582         (color-complement-hex): Add.
6583
6584         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6585
6586 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * shr-color.el (shr-color-visible): Don't bug out if the color names
6589         don't exist.
6590
6591 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6594         assuming that article displaying or another mml-preview may be
6595         interrupted for an error or for the like.
6596
6597         * shr.el (shr-get-background): Fix argument name.
6598
6599 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600
6601         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6602
6603         * gnus-sum.el (gnus-summary-include-articles): New function.
6604
6605         * message.el (message-goto-body): called-interactively-p needs a
6606         parameter, so use `any'.
6607
6608         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6609         clear marks before moving, since they're synced from the Gnus side
6610         first.
6611
6612         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6613         (gnus-summary-move-article): Copy over all marks before moving, so that
6614         IMAP doesn't think a new article has arrived.
6615
6616 2010-11-24  Julien Danjou  <julien@danjou.info>
6617
6618         * shr.el (shr-insert-background-overlay): Fix typo.
6619         (shr-render-td): Copy the background before rendering.
6620
6621         * shr-color.el (shr-color-visible): Fix docstring.
6622
6623         * shr.el (shr-tag-table): Add bgcolor support.
6624         (shr-render-td): Add bgcolor support.
6625         (shr-get-background): Add.
6626         (shr-insert-foreground-overlay): Use shr-get-background.
6627
6628         * message.el (message-goto-body): Use called-interactively-p.
6629         (message-in-body-p): message-goto-body returns point.
6630
6631 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6634         Fixes something or other in Emacs 23, and is backwards compatible.
6635
6636         * message.el (message-goto-body): Remove the <#secure special-casing,
6637         which is too special.
6638
6639         * shr.el (shr-parse-style): Drop !important from styles.
6640
6641 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6642
6643         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6644         this function to return incorrect results when calling it with an
6645         explicit article argument different from
6646         (gnus-summary-article-number).
6647
6648 2010-11-24  Julien Danjou  <julien@danjou.info>
6649
6650         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6651         (shr-tag-body): Add background support.
6652         (shr-descend): Add background support.
6653         (shr-tag-title): Add.
6654
6655         * shr-color.el (shr-color-visible): Really return original background
6656         if fixed.
6657
6658 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * shr.el (shr-color-check): Protect against non-existent color names.
6661
6662 2010-11-24  Julien Danjou  <julien@danjou.info>
6663
6664         * color-lab.el: Require 'cl when compiling.
6665
6666         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6667
6668         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6669         matched part.
6670
6671         * color-lab.el: Fix all expt calls to use float type.
6672
6673 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6676         expression to shr-color-check as is.
6677
6678         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6679
6680         * color-lab.el: Add coding cookie.
6681         (float-pi): Use eval-and-compile.
6682
6683         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6684         compiled for Emacsen having no `libxml-parse-html-region' support.
6685
6686 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * shr.el (shr-insert-color-overlay): Split stuff like
6689         "#444444 !important" to find the real color.
6690         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6691         parse <font color="red"> entries.
6692
6693 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6694
6695         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6696         point when parsing headers.
6697
6698         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6699         is positioned properly when parsing headers.
6700
6701 2010-11-23  Julien Danjou  <julien@danjou.info>
6702
6703         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6704
6705         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6706
6707         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6708
6709         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6710         Use shr-color-hue-to-rgb.
6711         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6712
6713 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6714
6715         * shr.el (shr-color->hexadecimal): Autoload.
6716         (shr-descend): Add color to all tags.
6717
6718 2010-11-22  Julien Danjou  <julien@danjou.info>
6719
6720         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6721         shr-color->hexadecimal.
6722
6723         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6724         RGB() or HSL() color representation.
6725
6726         * shr.el (shr-tag-font): Add.
6727         (shr-tag-color-check): New function to get better colors.
6728         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6729         tag-span.
6730
6731         * shr-color.el: New file.
6732
6733         * color-lab.el: New file.
6734
6735         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6736
6737 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6738
6739         * nnir.el: Fix typo in comments.
6740         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6741         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6742
6743 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6744
6745         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6746
6747         * nnimap.el (nnimap-get-capabilities): Refactor out.
6748         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6749
6750 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6751
6752         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6753         appearing when `mm-uu-hide-markers' is nil.
6754
6755 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * nnimap.el (nnimap-unselect-group): Make into its own function.
6758         (nnimap-request-rename-group): Unselect group before renaming.
6759         This had gotten lost somewhere.
6760         (nnimap-request-accept-article): Keep track of examined groups, and
6761         unselect the group before APPENDing to read-only groups.
6762         (nnimap-request-move-article): Clear flags before moving so that they
6763         can be re-set later.
6764
6765 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6768         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6769
6770 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-art.el (gnus-mime-display-single):
6773         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6774         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6775         parameter.
6776
6777 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6778
6779         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6780         (shr-table-vertical-line): New variable.
6781         (shr-insert-table): Use it.
6782
6783 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-html.el (gnus-html-wash-images): Don't display images if
6786         gnus-inhibit-images is non-nil; register displayer for cid images.
6787         (gnus-html-display-image): Work for cid image.
6788         (gnus-html-insert-image): Allow arguments.
6789         (gnus-html-put-image): Inhibit read-only.
6790         (gnus-html-prefetch-images): Don't prefetch images if
6791         gnus-inhibit-images is non-nil.
6792
6793 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * shr.el (shr-put-image): Break lines when inserting big pictures.
6796
6797 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6798
6799         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6800         sender, thanks Katsumi Yamaoka.
6801
6802 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6803
6804         * nnir.el (nnir-run-imap): Reverse the article list for each group
6805         rather than the whole list.
6806
6807 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * shr.el (shr-image-displayer): Protect function against non-existent
6810         image source.
6811
6812         * gnus-art.el (gnus-inhibit-images): New user option.
6813         (gnus-mime-display-single): Don't display image if it is non-nil.
6814
6815         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6816         gnus-inhibit-images.
6817
6818         * shr.el (shr-image-displayer): New function.
6819         (shr-tag-img): Use it.
6820
6821 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6822
6823         * mml2015.el (mml2015-epg-sign): Use From header.
6824
6825 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6826
6827         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6828
6829         * gnus-util.el (gnus-find-text-property-region): Return markers.
6830
6831         * shr.el (shr-tag-img): Put a displayer in the text property.
6832
6833         * gnus-util.el (gnus-find-text-property-region): New utility function.
6834
6835         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6836         (gnus-html-show-images): Remove.
6837
6838         * gnus-art.el (gnus-article-show-images): New, more general function.
6839
6840         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6841         image url text properties.
6842
6843         * shr.el: Ditto.
6844
6845         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6846         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6847
6848 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6851         work for two or more articles.
6852
6853 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6856         divide an image that's in an html article to two or more when washing
6857         non-ASCII characters in alt text of it.
6858
6859 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6862         smime-decrypt-region using function argument.
6863         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6864
6865         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6866
6867         * smime.el (smime-decrypt-region): Catch it.
6868
6869 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * smime.el (smime-mode-map): Move initialization into declaration.
6872         (gnus-run-mode-hooks): Don't autoload.
6873         (smime-mode): Use define-derived-mode.
6874
6875 2010-11-11  Glenn Morris  <rgm@gnu.org>
6876
6877         * smime.el (from): Restrict declaration to XEmacs.
6878
6879         * nnir.el (gnus-group-topic-name): Autoload.
6880
6881 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * shr.el (shr-insert): Don't break long line if it is because of
6884         kinsoku-bol characters in the line end.
6885
6886 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6887
6888         * nnir.el (nnir-request-move-article): Fix to provide original group
6889         and subject.
6890         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6891         been retrieved.
6892
6893         * gnus-sum.el (gnus-summary-move-article): Use original group and
6894         subject for virtual articles such as those in an nnir summary buffer.
6895
6896 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6899         least 21.5).
6900
6901         * smime.el (from): Declare it again for XEmacs.
6902
6903 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * message.el (message-resend): Don't disable encoding unless it's
6906         already encoded.
6907
6908         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6909         low-numbered articles.
6910
6911 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * rfc2047.el (rfc2047-syntax-table): Simplify.
6914
6915         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6916
6917         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6918         set-char-table-range for XEmacs.
6919
6920 2010-11-10  Glenn Morris  <rgm@gnu.org>
6921
6922         * time-date.el (time-to-seconds): Always an alias on Emacs,
6923         never a real function.
6924         (with-no-warnings): Remove compat stub, now unused.
6925         (time-less-p): Doc fix.
6926         (time-to-number-of-days): Simplify.
6927
6928         * smime.el (from): Remove unused declaration.
6929
6930         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6931         (gnus-float-time): On Emacs, always an alias.
6932
6933         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6934         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6935
6936 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * dgnushack.el: Don't use ignore-errors in the top level form since it
6939         is unavailable in XEmacs even if cl is loaded.
6940
6941         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6942
6943 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * shr.el (browse-url-mailto): Autoload.
6946
6947         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6948
6949         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6950         regexp doesn't need quoting.
6951
6952 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6953
6954         * message.el (message-subject-trailing-was-ask-regexp)
6955         (message-subject-trailing-was-regexp): Match was: in addition to was.
6956
6957 2010-11-09  Glenn Morris  <rgm@gnu.org>
6958
6959         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6960         (nnbabyl-check-mbox): Use point-at-bol.
6961
6962 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6965
6966         * message.el (message-mailto): New function.
6967         (message-mailto): Should accept other parameters.
6968         (message-mailto): Remove since it duplicates browse-url-mailto
6969         functionality.
6970
6971 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972
6973         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6974         methods.
6975         (gnus-read-active-file): Ditto.
6976
6977         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6978         ": " from the prompt.
6979         (gnus-group-make-group): Ditto.
6980
6981 2010-11-07  Glenn Morris  <rgm@gnu.org>
6982
6983         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6984         (gnus-bookmark-kill-line): Use point-at-eol.
6985
6986 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6989         asterisks in From header.
6990
6991 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6994         string to avoid making the From headers syntactically invalid.
6995
6996         * message.el (message-send-mail): Don't insert courtesy messages if the
6997         message already has List-Post and List-ID messages.
6998
6999 2010-11-06  Glenn Morris  <rgm@gnu.org>
7000
7001         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7002         `condition', `type', `length' a prefix.
7003         (gnus-treat-predicate): Update for above name changes.
7004
7005 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7006
7007         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7008         binding.  Handled by `gnus-summary-refer-thread' instead.
7009         (nnir-warp-to-article): New backend function.
7010
7011         * nnimap.el (nnimap-request-thread): Force dependency updating.
7012
7013         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7014         (gnus-summary-refer-thread): Rework to improve thread-referral.
7015
7016         * gnus-int.el (gnus-warp-to-article): New function.
7017
7018         * gnus-sum.el (gnus-summary-article-map): Bind it.
7019
7020 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7021
7022         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7023         gnus-summary-refer-thread.
7024
7025         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7026         headers.
7027         (gnus-summary-limit-include-thread): Prevent articles in thread from
7028         being cut in gnus-cut-threads.
7029         (gnus-summary-refer-thread): Limit retrieved headers to those in
7030         thread.
7031
7032 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * message.el (message-send-mail): Use the value of
7035         message-courtesy-message from the message buffer.
7036
7037         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7038
7039         * shr.el (shr-browse-url): Implement mailto: URLs.
7040
7041         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7042         "raw".
7043
7044         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7045         if it's already selected.
7046
7047         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7048
7049 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7052         to measure the length and truncate alt text.
7053
7054 2010-11-03  Glenn Morris  <rgm@gnu.org>
7055
7056         * nndiary.el (nndiary-generate-nov-databases-1)
7057         (nndiary-generate-active-info): Rename dynamic variable `files' to
7058         something less generic.
7059
7060 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7061
7062         * nnir.el (nnir-request-move-article): Call the underlying backend to
7063         move articles from nnir.
7064
7065 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7066
7067         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7068
7069 2010-11-02  Julien Danjou  <julien@danjou.info>
7070
7071         * nnir.el: Remove wais support.
7072
7073 2010-11-02  Glenn Morris  <rgm@gnu.org>
7074
7075         * gnus-html.el: Reorder requirements to quieten compiler.
7076
7077 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7080         properly for XEmacs as well.
7081         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7082         (gnus-article-natural-long-line-p): Use window-width rather than
7083         frame-width.
7084
7085 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7086
7087         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7088         (nnir-read-parms): Don't modify query.
7089         (nnir-run-query): Add ability to search topic on current line.
7090         (nnir-get-active): Clean up.
7091
7092 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7095         degenerate articles.
7096
7097         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7098         (gnus-print-buffer): Just print the buffer as is, without any copying
7099         to a buffer and then re-highlighting.
7100
7101         * nnimap.el (nnimap-request-group): Store the new updated info.
7102         (nnimap-request-group): Select the group when we don't know whether it
7103         exists or not.
7104
7105         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7106         groups.
7107
7108         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7109         groups.
7110
7111         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7112         groups.
7113
7114         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7115         long-lines case by only filling the long lines.
7116
7117         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7118         (bug #7311).
7119
7120 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * shr.el: No need to declare `declare-function' since shr.el is for
7123         only Emacsen that provide `libxml-parse-html-region'.
7124
7125         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7126         effective only in a file it is referred to.
7127
7128 2010-11-01  Glenn Morris  <rgm@gnu.org>
7129
7130         * mm-util.el (gnus-completing-read): Autoload.
7131         (mm-read-coding-system): Simplify Emacs definition.
7132
7133         * nnmail.el (gnus-activate-group):
7134         * nnimap.el (gnutls-negotiate):
7135         * nntp.el (netrc-parse): Fix declarations.
7136
7137 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7140         string-match-p in Emacs >=23.
7141
7142         * gnus-msg.el (gnus-configure-posting-styles):
7143         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7144
7145 2010-11-01  Glenn Morris  <rgm@gnu.org>
7146
7147         * nnir.el (declare-function): Add compat stub.
7148         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7149         (nnir-run-gmane): Require 'mm-url.
7150
7151         * mm-util.el (mm-string-to-multibyte): Simplify.
7152
7153         * shr.el (declare-function): Add compat stub.
7154         (url-cache-create-filename): Declare.
7155         (mm-disable-multibyte, widget-convert-button): Autoload.
7156
7157         * smime.el (ldap-search): Declare.
7158         (smime-cert-by-ldap-1): Require ldap on Emacs.
7159
7160         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7161         (nnimap-keepalive): Use gnus-float-time.
7162
7163         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7164         (mail-source-delete-crash-box): Use gnus-float-time.
7165
7166         * gnus-dired.el (gnus-completing-read): Autoload.
7167
7168         * mm-view.el (gnus-rescale-image): Autoload.
7169
7170         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7171
7172         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7173
7174         * sieve-manage.el: Require 'cl when compiling.
7175
7176         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7177         (gnus-iswitchb-completing-read): Require iswitchb.
7178         (gnus-select-frame-set-input-focus): Silence compiler.
7179
7180 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * message.el (message-subject-trailing-was-query): Change default to t,
7183         since I think that's what most people want.
7184
7185         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7186         appending for easier debugging.
7187         (nnimap-wait-for-connection): Take a regexp.
7188         (nnimap-request-accept-article): Wait for the continuation line before
7189         sending anything unless we're streaming.
7190
7191         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7192         leave the header washing to take place.
7193
7194 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7195
7196         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7197         regular expression match and replace in posting styles.
7198
7199 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7200
7201         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7202         an entire server.
7203         (nnir-get-active): New function.
7204         (nnir-run-imap): Use it.
7205         (nnir-run-gmane): Who knew, gmane search returns an article score!
7206
7207         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7208         server on the current line with nnir.
7209
7210 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7211
7212         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7213         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7214         left edge.
7215         (gnus-article-foldable-buffer): Skip past the prefix when determining
7216         raggedness.
7217
7218         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7219         the raw article, and change `C-u g' to show the article without doing
7220         treatments.
7221
7222         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7223         on to `gnus-treat-article'.
7224         (gnus-inhibit-article-treatments): New variable.
7225
7226         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7227
7228         * gnus-art.el (gnus-treatment-function-alist): Have
7229         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7230         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7231         sections.
7232
7233         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7234         parameter.
7235         (gnus-article-fill-cited-long-lines): New function.
7236         (gnus-article-fill-cited-article): Allow filling only long sections.
7237
7238         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7239         and non-punctuation (like after the apostrophe in "'We").
7240
7241         * gnus-sum.el (gnus-summary-select-article): Make sure
7242         gnus-original-article-buffer is alive.
7243
7244         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7245         reflect the order they're in in the digest.
7246
7247         * gnus.el (gnus-group-startup-message): Move point to the start of the
7248         buffer.
7249
7250         * nnimap.el (nnimap-capability): New function.
7251         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7252         is set.
7253
7254 2010-10-31  David Engster  <dengste@eml.cc>
7255
7256         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7257         conform with changes to gnus-completing-read.
7258
7259 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7260
7261         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7262
7263 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7264
7265         * nnir.el: Move defvar, defcustom around to keep file organized
7266         and keep byte-compiler quiet.
7267         (nnir-read-parms): Accept search-engine as arg.
7268         (nnir-run-query): Pass search-engine as arg.
7269         (nnir-search-engine): Remove.
7270
7271 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * shr.el (shr-generic): The text nodes should be text, not :text.
7274
7275         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7276         later in the file.
7277
7278 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7279
7280         * nnir.el: General clean up.  Allow searching with multiple engines.
7281         Allow separate extra-parameters for each engine.
7282         Batch queries when possible.
7283         (nnir-imap-default-search-key,nnir-method-default-engines):
7284         Add customize interface.
7285         (nnir-run-gmane): New engine.
7286         (nnir-engines): Use it.  Qualify all prompts with engine name.
7287         (nnir-search-engine): Remove global variable.
7288         (nnir-run-hyrex): Restore for now.
7289         (nnir-extra-parms,nnir-search-history): New variables.
7290         (gnus-group-make-nnir-group): Use them.
7291         (nnir-group-server): Remove in favor of gnus-group-server.
7292         (nnir-request-group): Avoid searching twice.
7293         (nnir-sort-groups-by-server): New function.
7294
7295 2010-10-30  Julien Danjou  <julien@danjou.info>
7296
7297         * gnus-group.el: Remove gnus-group-fetch-control.
7298
7299         * gnus-start.el (gnus-find-new-newsgroups):
7300         Remove gnus-check-first-time-used.
7301
7302         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7303
7304 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7305
7306         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7307         set on groups that don't have \* permanentflags.
7308
7309 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7312         control the background color.
7313         (shr-tag-img): Ignore very small web bug type images.
7314         (shr-put-image): Add help-echo alt texts to the images.
7315         (shr-tag-video): Show the video poster image.
7316
7317 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * shr.el (shr-table-depth): New variable.
7320         (shr-tag-table-1): Only insert the images after the top-level table.
7321
7322         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7323
7324         * gnus-util.el (gnus-list-memq-of-list): New function.
7325
7326         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7327         selected.
7328         (nnimap-unsplittable-articles): New slot.
7329         (nnimap-new-articles): Use it.
7330
7331 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7332
7333         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7334         move to the previous line on `M-g'.
7335
7336 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7339         *-request-group, which seems unnecessary.
7340
7341         * nnimap.el (nnimap-quote-specials): Function copied over from
7342         imap.el.
7343         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7344         they support that.  Suggested by Tom Regner.
7345
7346 2010-10-29  Julien Danjou  <julien@danjou.info>
7347
7348         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7349         defalias.
7350         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7351
7352         * gnus.el: Remove `gnus-nntp-service' variable.
7353         (gnus-secondary-servers): Make obsolete.
7354         (gnus-nntp-server): Make obsolete.
7355
7356         * gnus-start.el (gnus-1): Remove x-splash calls.
7357
7358         * gnus-ems.el (gnus-x-splash): Remove.
7359
7360         * gnus.el (gnus-group-startup-message): Simplify/update code.
7361
7362         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7363         definition.
7364
7365         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7366         capability before doing anything.
7367         (gnus-group-insert-group-line): Remove useless
7368         gnus-group-remove-excess-properties.
7369
7370 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7373
7374 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7377         config after reselecting.
7378
7379 2010-10-28  Julien Danjou  <julien@danjou.info>
7380
7381         * shr.el (shr-put-image): Use point even if only inserting text.
7382         (shr-put-image): Save excursion when inserting alt text on non-graphic
7383         display, so the behavior is the same when we are on a graphic display.
7384
7385         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7386
7387 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7390         (gnus-mime-copy-part): Check coding system, not charset.
7391         (gnus-mime-view-part-externally): Never remove part.
7392         (gnus-mime-view-part-internally): Don't remove part here.
7393         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7394         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7395         multipart/alternative.
7396
7397         * mm-decode.el (mm-display-part): Take optional arg `force'.
7398
7399 2010-10-26  Julien Danjou  <julien@danjou.info>
7400
7401         * gnus-group.el (gnus-group-default-list-level): Add this function to
7402         compute the default list level.
7403         (gnus-group-default-list-level): Add possibility to use a function.
7404
7405 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7408
7409         * gnus-group.el (gnus-group-completing-read)
7410         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7411         gnus-replace-in-string.
7412
7413 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * shr.el (shr-tag-div): Add.
7416
7417         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7418
7419 2010-10-25  Julien Danjou  <julien@danjou.info>
7420
7421         * gnus-util.el: Remove `gnus-with-local-quit'.
7422
7423         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7424
7425 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7428         the original article buffer.
7429
7430 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431
7432         * nnimap.el (nnimap-request-head): New function.
7433         (nnimap-request-move-article): Try to be slightly faster by not
7434         requesting the entire message when moving.
7435         (nnimap-transform-headers): Don't bug out on bodiless articles.
7436         (nnimap-send-command): Have no outstanding messages if the IMAP server
7437         doesn't support streaming.
7438         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7439
7440 2010-10-24  Julien Danjou  <julien@danjou.info>
7441
7442         * message.el (message-default-headers): Fix type.
7443
7444 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445
7446         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7447         prefetching images.
7448
7449         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7450         backend for unknown groups.  This is mainly useful for nnimap groups.
7451
7452         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7453         group isn't covered by the agent.
7454
7455 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7456
7457         * nnir.el (nnir-method-default-engines): New variable.
7458         (nnir-run-query): Use it.
7459         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7460         (gnus-summary-nnir-goto-thread): Change group if needed.
7461
7462         * gnus-group.el (gnus-group-group-map): Add key binding for
7463         gnus-group-make-nnir-group.
7464
7465 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * shr.el (shr-tag-object): Add.
7468
7469         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7470         original article buffer live.
7471         (gnus-summary-select-article-buffer):
7472         Mention gnus-widen-article-buffer.
7473
7474 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7475
7476         * shr.el (shr-tag-strong): Add.
7477
7478 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7479
7480         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7481         group names.  They mess up the group buffer badly.
7482
7483         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7484
7485         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7486         instead of the summary one.
7487
7488 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * mml.el (mml-preview): Work properly when editing article.
7491
7492         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7493         gnus-have-read-active-file if it's already been in.
7494
7495 2010-10-22  Tom Tromey  <tromey@redhat.com>
7496
7497         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7498         gnus-group-completing-read.
7499
7500 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501
7502         * message.el (message-mode-map): Don't bind M-; to comment region, to
7503         allow the global comment-dwim to work.
7504
7505 2010-10-21  Julien Danjou  <julien@danjou.info>
7506
7507         * message.el (message-setup-1): Allow message-default-headers to be a
7508         function.
7509
7510 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * shr.el (shr-tag-table): Simplify.
7513
7514 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7517         to avoid trying to snarf invalid stuff.
7518
7519         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7520
7521         * gnus.el (gnus-message-archive-group): Quote value.
7522         (gnus-message-archive-group): Mark as changed.
7523
7524         * shr.el (shr-add-font): Don't put the font properties on the newline
7525         or the indentation.
7526
7527         * message.el (message-fix-before-sending): Change options when sending
7528         non-printable characters.
7529
7530         * gnus.el (gnus-message-archive-method): Change the default to
7531         monthly outgoing groups.
7532
7533         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7534         that have gotten new numbers.
7535
7536         * nnimap.el (nnimap-request-replace-article): New function.
7537
7538 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7541         (nnrss-request-article): Don't use special html washing code.
7542
7543 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * shr.el (shr-tag-table): Remove useless nconc.
7546
7547 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * gnus-art.el (article-wash-html): Simplify and remove the charset
7550         stuff.  Use the normal html rendering code instead of the special html
7551         washing code.
7552
7553         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7554         `gnus-w3m' symbols.
7555         (mm-text-html-washer-alist): Remove.
7556
7557         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7558         (mm-inline-media-tests): Remove use.
7559         (mm-text-html-renderer): Change default to the `shr' symbol.
7560
7561         * mm-view.el (mm-inline-text-html): Remove use.
7562
7563         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7564         `gnus-blocked-images' to be a function.
7565         (gnus-article-wash-function): Remove.
7566
7567 2010-10-20  Julien Danjou  <julien@danjou.info>
7568
7569         * spam.el (spam-list-of-processors): Mark as obsolete.
7570
7571         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7572         (nnimap-insert-partial-structure): Fix boundary detection.
7573
7574 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7575
7576         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7577         run file-truename on remote files.  This can be expensive and even
7578         prevent one from editing drafts if some unrelated buffer has a stale
7579         connection.
7580
7581 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7584         kinsoku-eol regardless of shr-kinsoku-shorten.
7585         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7586         (shr-tag-table): Support caption, thead, and tfoot.
7587
7588 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7591         lines.
7592         (shr-save-contents): New command and keystroke.
7593
7594         * nndoc.el (nndoc-type-alist): Add git support.
7595         (nndoc-git-type-p): New function.
7596         (nndoc-transform-git-article): Ditto.
7597         (nndoc-transform-git-headers): Ditto.
7598         (nndoc-transform-git-headers): Generate Subject headers.
7599
7600         * shr.el (shr-parse-style): New function.
7601         (shr-tag-span): Ditto.
7602
7603         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7604         to `G G' to avoid collisions.
7605
7606 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * shr.el: Load kinsoku if necessary.
7609         (shr-kinsoku-shorten): New internal variable.
7610         (shr-find-fill-point): Make kinsoku shorten text line if
7611         shr-kinsoku-shorten is bound to non-nil.
7612         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7613         shr-indentation too when testing if table is wider than frame width.
7614         (shr-insert-table): Use `string-width' instead of `length' to measure
7615         text width.
7616         (shr-insert-table-ruler): Make sure indentation is done at bol.
7617
7618 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7619
7620         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7621         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7622         undecoded network data.
7623
7624 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7625
7626         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7627         name in the mode line spec so that the mode line menu works
7628         (bug #2431).
7629
7630         * message.el (message-get-reply-headers): If we're fed `to-address',
7631         then always use that.
7632
7633         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7634         aren't so wide as to need to switch off the edit menu.
7635
7636         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7637         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7638
7639         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7640         `M-g'.
7641         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7642         the permanent marks.
7643
7644 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7645
7646         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7647         Splitting according to references/in-reply-to obeys the ignore-groups
7648         variable, while splitting by sender and subject do not.
7649
7650 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7651
7652         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7653         alist, so that we can look for non-Unicode chars.
7654         (article-translate-strings): Allow both character and string maps.
7655
7656 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * shr.el (shr-insert): Don't insert space behind a wide character
7659         categorized as kinsoku-bol, or between characters both categorized as
7660         nospace.
7661
7662 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7663
7664         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7665         headers to gnus-newsgroup-headers.
7666
7667 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7668
7669         * shr.el (shr-tag-img): Don't align images -- since we're not
7670         rescaling, this often leads to ugly displays.
7671
7672 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7673
7674         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7675         duplicates.
7676
7677 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7678
7679         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7680         call.
7681
7682 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7683
7684         * gnus.el: Autoload gnus-html-show-images.
7685
7686         * nnimap.el: Use nnheader-message throughout.
7687
7688         * shr.el (shr-tag-img): Ignore images with no data.
7689
7690 2010-10-15  Julien Danjou  <julien@danjou.info>
7691
7692         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7693         a possibility to disable format=flow encoding when using hard newlines.
7694
7695 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * shr.el (shr-insert): Remove space inserted before or after a
7698         breakable character or at the beginning or the end of a line.
7699         (shr-find-fill-point): Do kinsoku; find the second best point or give
7700         it up if there's no breakable point.
7701
7702 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7703
7704         * nnimap.el (nnimap-open-connection): Message when opening connection
7705         for debugging purposes.
7706
7707         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7708         on every setup buffer call to allow this to change from article to
7709         article.
7710
7711         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7712         buffers where we have a wide table.
7713
7714 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7715
7716         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7717         uses *-request-thread.
7718
7719 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7722         incantation, which is no longer valid.
7723
7724 2010-10-14  Julien Danjou  <julien@danjou.info>
7725
7726         * shr.el: Fix defcustom type (char -> character).
7727
7728 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7731         programs.
7732
7733 2010-10-14  Julien Danjou  <julien@danjou.info>
7734
7735         * shr.el (shr-tag-a): Use url-link as widget type.
7736
7737         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7738         `gnus-group-get-icon'.
7739
7740 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7741
7742         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7743         This should make server editing work better.
7744
7745         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7746
7747         * tls.el (tls-program): Remove spurious %s from openssl.
7748
7749         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7750         (nnimap-parse-flags): Fix regexp.
7751
7752         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7753         probably work for CJVK text, too.
7754
7755         * nnimap.el (nnimap-extend-tls-programs): Remove.
7756         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7757
7758         * tls.el (tls-starttls-switches): Remove starttls hack.
7759         (open-tls-stream): Ditto.
7760         (tls-find-starttls-argument): Ditto.
7761
7762 2010-10-13  Julien Danjou  <julien@danjou.info>
7763
7764         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7765         responses.
7766
7767 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768
7769         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7770
7771         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7772         anything in Emacs.
7773
7774         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7775
7776 2010-10-13  Julien Danjou  <julien@danjou.info>
7777
7778         * shr.el (shr-width): Make shr-width a defcustom with default to
7779         fill-column.
7780         (shr-tag-img): Use shr-width rather than fill-column.
7781
7782 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * dgnushack.el (byte-optimize-apply):
7785         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7786
7787         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7788         position when (X-)Faces exist.
7789         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7790         avatars when called interactively.
7791
7792 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7795         gnus-article-x-face-too-ugly is bound.
7796
7797 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7800
7801         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7802         mailbox that doesn't exist.
7803
7804 2010-10-12  Julien Danjou  <julien@danjou.info>
7805
7806         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7807         (shr-get-image-data): Encode URL properly when fetching from cache.
7808         (shr-tag-img): Use aligned-to spaces to align correctly images.
7809
7810         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7811         before inserting the Gravatar.
7812
7813         * shr.el (shr-tag-img): Add align attribute support for <img>.
7814
7815 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * gnus-gravatar.el (gnus-art): Require.
7818
7819         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7820         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7821         Remove long obsoleted functions.
7822
7823 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7826
7827         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7828
7829         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7830         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7831         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7832         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7833         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7834         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7835         * sieve-manage.el, smime.el, spam.el:
7836         Fix comment for declare-function.
7837
7838 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839
7840         * nnimap.el (nnimap-request-rename-group): Select group read-only
7841         before renaming it.
7842
7843         * shr.el (shr-insert): Fix up the white space only regexp.
7844
7845         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7846         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7847
7848         * shr.el (shr-current-column): New function.
7849         (shr-find-fill-point): New function.
7850
7851 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7852
7853         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7854         numbers.
7855
7856 2010-10-11  Julien Danjou  <julien@danjou.info>
7857
7858         * shr.el (shr-hr-line): Add.
7859         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7860         display hr lines.
7861         (shr-max-columns): Do not change state to nil if we just inserting
7862         spaces.
7863
7864 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7867         select the last group.
7868
7869 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7872
7873 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7874
7875         * dig.el (dig-mode-map): Declare and define in one step.
7876
7877 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7880         for Gnus.
7881         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7882         (nnimap-update-qresync-info): Mark \Seen articles as read.
7883
7884         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7885         non-variable, too.
7886
7887         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7888         available.
7889         (nnimap-update-info): Rely more on the current active than the param
7890         active to avoid marking articles as read too much.
7891
7892         * auth-source.el (auth-source-create): Use (user-login-name) for the
7893         user name default.
7894
7895         * nnimap.el (nnimap-update-info): If the server doesn't return any
7896         useful info, just use the previous info.
7897         (nnimap-update-info): Prefer old info over start-article.
7898         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7899
7900 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7901
7902         * nnir.el (autoload): Clean up autoloads.
7903         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7904         Use key rather than value.
7905         (nnir-imap-search-other): New variable.
7906         (nnir-read-parm): Use it.
7907         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7908         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7909
7910 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7911
7912         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7913         the process, too.
7914
7915 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * spam.el (gnus-summary-mode-map): Bind to "$".
7918         Suggested by Russ Allbery.
7919
7920         * shr.el: Rework the way things are indented by <li> slightly.
7921
7922         * gnus.el (gnus-group-set-parameter): Fix typo.
7923
7924         * nnimap.el: Start implementing QRESYNC support.
7925
7926 2010-10-09  Julien Danjou  <julien@danjou.info>
7927
7928         * nnir.el (nnir-engines): Fix too many arguments.
7929
7930 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7931
7932         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7933         group is the "last", so that the backends like nnfolder actually save
7934         their folders.
7935
7936         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7937         try to use that for the tls stream.
7938         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7939         UIDVALIDITY and find out which groups are read-only and not.
7940         (nnimap-get-flags): Use the same marks parsing code as the rest of
7941         nnimap.
7942
7943 2010-10-09  Julien Danjou  <julien@danjou.info>
7944
7945         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7946
7947         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7948         retrieving gravatars.
7949
7950         * shr.el (shr-table-corner): Add.
7951         (shr-table-line): Add.
7952         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7953
7954 2010-10-08  Julien Danjou  <julien@danjou.info>
7955
7956         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7957
7958 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7959
7960         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7961
7962         * gnus-sum.el (gnus-mark-article-as-unread)
7963         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7964         (gnus-summary-set-bookmark): Use it.
7965
7966         * gnus-msg.el (gnus-setup-message): Use it.
7967
7968         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7969
7970         * gnus.el (gnus-group-remove-parameter): Use it.
7971
7972         * gnus-group.el (gnus-group-make-web-group): Use it.
7973
7974         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7975
7976         * nnregistry.el: Update docs to mention manual.
7977
7978         * gnus-registry.el: Update docs to mention nnregistry.el.
7979         (gnus-registry-initialize): Don't install nnregistry refer method
7980         automatically.
7981         (gnus-registry-install-nnregistry): Remove it.
7982
7983 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * shr.el (shr-insert): Don't insert double spaces.
7986
7987 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * gnus-gravatar.el (gnus-treat-from-gravatar)
7990         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7991         called interactively.
7992
7993         * gnus-art.el (gnus-mime-view-part-externally)
7994         (gnus-mime-view-part-internally): Make predicate function passed to
7995         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7996         of a mime type.
7997
7998         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7999
8000 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * shr.el (require): Require cl when compiling.
8003         (shr-tag-hr): New function.
8004
8005         * nnimap.el (nnimap-update-info): Remove double setting of high.
8006         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8007         This makes nnimap work properly on Courier again.
8008
8009         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8010         the variable for backwards compatibility.
8011
8012         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8013         the file name before using to avoid setting mm-default-directory to
8014         nil.
8015
8016         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8017         bidning gnus-agent variables.
8018
8019         * shr.el (shr-render-td): Use a cache for the table rendering function
8020         to avoid getting an exponential rendering behavior in nested tables.
8021         (shr-insert): Rework the line-breaking algorithm.
8022         (shr-insert): Don't leave trailing spaces.
8023         (shr-insert-table): Also insert empty TDs.
8024         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8025
8026 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8027
8028         * gnus-sum.el (gnus-number): Rename from `number'.
8029         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8030         (gnus-summary-limit-children): Update uses correspondingly.
8031
8032 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8035         (gnus-gravatar-transform-address): Don't show avatars of people of
8036         which mail addresses match gnus-gravatar-too-ugly.
8037
8038 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8039
8040         * shr.el (shr-table-widths): Expand TD elements to fill available
8041         space.
8042
8043 2010-10-07  Julien Danjou  <julien@danjou.info>
8044
8045         * nnimap.el (nnimap-request-rename-group): Add this method.
8046
8047 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8050         name from XEmacs' function-arglist.
8051
8052         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8053         gravatar under XEmacs.
8054
8055 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8056
8057         * auth-source.el: Update docs with TODO items.
8058
8059         * gnus-sync.el: Update docs to explain state and plans.
8060
8061         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8062         Hooks for mark updates.
8063         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8064
8065         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8066         hooks with arguments, which is needed for mark update hooks.
8067
8068 2010-10-06  Julien Danjou  <julien@danjou.info>
8069
8070         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8071         was matched.
8072
8073         * sieve-manage.el: Update example in `Commentary'.
8074
8075         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8076
8077         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8078         not 2000.
8079         (sieve-manage-authenticate): Re-add function.
8080
8081 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * shr.el (shr-insert): Get 'space transition right.
8084         (shr-render-td): Only delete space at the end of the TD.
8085
8086         * nnimap.el (nnimap-open-connection): Prepare to support
8087         open-gnutls-stream.
8088
8089         * shr.el: Rearrange function order to be more logical.
8090
8091 2010-10-06  Julien Danjou  <julien@danjou.info>
8092
8093         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8094         (nnrss-discover-feed): Remove 404 URL in docstring.
8095
8096         * nnir.el: Fix Swish-E URL.
8097         Fix Namazu URL.
8098
8099         * message.el (message-change-subject): Remove 404 URL in a comment.
8100
8101 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8104         called interactively.
8105
8106         * gnus-util.el (gnus-remove-if): Allow hash table.
8107         (gnus-remove-if-not): New function.
8108
8109         * gnus-art.el (gnus-mime-view-part-as-type):
8110         * gnus-score.el (gnus-summary-score-effect):
8111         * gnus-sum.el (gnus-read-move-group-name):
8112         Replace remove-if-not with gnus-remove-if-not.
8113
8114         * gnus-group.el (gnus-group-completing-read):
8115         Regard collection as a hash table if it is not a list.
8116
8117 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8118
8119         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8120
8121         * shr.el: Document the table-rendering algorithm.
8122
8123 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8126         for Emacsen having no `libxml-parse-html-region' support.
8127
8128 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8131         invalid URLs.
8132
8133         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8134         line-broken.
8135         (shr-tag-img): Ignore image fetching errors.
8136         (shr-overlays-in-region): Compute overlay positions correctly.
8137
8138         * mm-decode.el (mm-shr): Require shr.
8139
8140         * gnus-art.el (gnus-blocked-images): Move variable here.
8141
8142         * shr.el (shr-insert-table): Bind free variable.
8143
8144         * mm-decode.el (mm-shr): Bind shr-content-function.
8145
8146         * shr.el (shr-content-function): New variable.
8147
8148         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8149         added for symmetry.
8150
8151         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8152
8153         * gnus-group.el (gnus-group-make-group): Doc fix.
8154
8155         * nnimap.el (nnimap-request-newgroups): Return success.
8156
8157         * shr.el (shr-find-elements): New function.
8158         (shr-tag-table): Put all the images after the table.
8159         (shr-tag-table): Really inhibit images inside the table.
8160         (shr-collect-overlays): Copy over overlays from the TD elements to the
8161         main document.
8162
8163         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8164         gnus-blocked-images.
8165
8166 2010-10-05  Julien Danjou  <julien@danjou.info>
8167
8168         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8169
8170         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8171         (gnus-html-maximum-image-size): Add this function.
8172         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8173
8174         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8175         server-value of the capability is nil.
8176
8177 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * shr.el (shr-tag-em): Add <EM> tag.
8180
8181 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8182
8183         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8184         customizable.
8185
8186         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8187         handing broken links to browse-url.
8188
8189 2010-10-05  Julien Danjou  <julien@danjou.info>
8190
8191         * gnus-util.el (gnus-emacs-completing-read)
8192         (gnus-iswitchb-completing-read): Use autoload rather than require.
8193
8194 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8197         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8198         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8199         iswitchb-temp-buflist for XEmacs.
8200
8201         * gnus-util.el (gnus-completing-read-function): Exclude
8202         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8203         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8204         XEmacs.
8205
8206         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8207         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8208
8209         * gnus-html.el: Don't require help-fns under XEmacs.
8210         (gnus-html-schedule-image-fetching): Work for XEmacs.
8211
8212         * mm-decode.el (mm-shr): Decode contents by charset.
8213
8214 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8215
8216         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8217         unknown.
8218
8219         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8220         (shr-get-image-data): Ensure against the cache file missing.
8221
8222         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8223         for data.
8224
8225         * spam-report.el (spam-report-url-ping-plain): Don't query about
8226         killing the process.
8227
8228         * shr.el (shr-render-td): Protect against too-wide text.
8229
8230 2010-10-04  Julien Danjou  <julien@danjou.info>
8231
8232         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8233         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8234
8235         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8236         retrieved.
8237
8238 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8239
8240         * shr.el (browse-url): Require.
8241         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8242         lines.
8243         (shr-show-alt-text, shr-browse-image): New commands.
8244         (shr-browse-url, shr-copy-url): New commands.
8245
8246         * gnus-sum.el (gnus-widen-article-window): New variable.
8247         (gnus-summary-select-article-buffer): Use it.
8248
8249         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8250         without @ signs.
8251
8252 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8253
8254         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8255
8256 2010-10-04  Julien Danjou  <julien@danjou.info>
8257
8258         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8259         for XEmacs.
8260
8261 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262
8263         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8264
8265         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8266         (nnimap-close-server): Implement.
8267
8268         * dgnushack.el (iswitchb): Require to shut up the compiler.
8269
8270         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8271         (shr-insert): Tweak line breaking.
8272         (shr-insert): Handle <pre> better.
8273         (shr-tag-li): Get <li> indentation right.
8274         (shr-tag-li): Get <li> indentation even righter.
8275         (shr-tag-blockquote): Ensure paragraph start.
8276         (shr-make-table): Tweak table generation.
8277         (shr-make-table): Fix typo.
8278
8279         * shr.el: Implement table rendering.
8280
8281 2010-10-04  Julien Danjou  <julien@danjou.info>
8282
8283         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8284
8285 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * shr.el (shr-insert): Use string anchors instead of line anchors.
8288
8289 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * shr.el: Add headings.
8292         (shr-ensure-paragraph): Actually work.
8293         (shr-tag-li): Make <ul> prettier.
8294         (shr-insert): Get white space at the beginning/end of elements right.
8295         (shr-tag-p): Collapse subsequent <p>s.
8296         (shr-ensure-paragraph): Don't insert double line feeds after blank
8297         lines.
8298         (shr-insert): \t is also space.
8299         (shr-tag-s): Fix "s" tag name function.
8300         (shr-tag-s): Fix face prop name.
8301
8302 2010-10-03  Julien Danjou  <julien@danjou.info>
8303
8304         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8305
8306         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8307         gnus-window-inside-pixel-edges.
8308
8309         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8310         gnus-ems.
8311
8312         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8313
8314         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8315         function.
8316
8317         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8318         resize choice.
8319
8320 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8323         beginning of the buffer.
8324
8325         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8326         article buffer again.
8327
8328         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8329
8330         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8331         when it's at the start of the buffer.
8332
8333         * shr.el (shr-tag-blockquote): Convert name.
8334         (shr-rescale-image): Use the right image-size variant.
8335
8336         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8337         buffer isn't shown, then select the current article first instead of
8338         bugging out.
8339         (gnus-summary-select-article-buffer): Show both the article and summary
8340         buffers again.
8341
8342         * shr.el (shr-fontize-cont): Protect against regions with no text.
8343         Rename tag functions to shr-tag-* for enhanced security.
8344         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8345
8346 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8347
8348         * shr.el (shr-insert):
8349         * pop3.el (pop3-movemail):
8350         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8351         loaded.
8352
8353 2010-10-03  Glenn Morris  <rgm@gnu.org>
8354
8355         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8356
8357         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8358
8359         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8360
8361         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8362
8363         * gnus-util.el (gnus-make-local-hook): Simplify.
8364
8365 2010-10-02  Julien Danjou  <julien@danjou.info>
8366
8367         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8368         (gnus-ido-completing-read): New function.
8369         (gnus-emacs-completing-read): New function.
8370         (gnus-completing-read): Use gnus-completing-read-function.
8371         Add gnus-completing-read-function.
8372
8373 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8374
8375         * shr.el (shr-insert-document): Autoload.
8376         (shr-img): Be silent.
8377         (shr-insert): Add a newline after every picture before text.
8378         (shr-add-font): Use overlays for combining faces.
8379         (shr-insert): Pass upwards the text start point.
8380
8381         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8382         possible.
8383         (mm-shr): New function.
8384
8385 2010-10-02  Julien Danjou  <julien@danjou.info>
8386
8387         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8388         should go backward.
8389
8390 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8391
8392         * shr.el (shr): Fix typo in provide call.
8393
8394 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8395
8396         * shr.el: New file.
8397
8398         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8399
8400         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8401         completing read.
8402
8403 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8404
8405         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8406         we're being queried about.  Suggested by Dan Jacobson.
8407
8408         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8409         Suggested by Jason Eisner.
8410
8411         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8412         table, too.  Suggested by Stefan Wiens.
8413         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8414         the table unnecessary.  Suggested by Stefan Wiens.
8415
8416         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8417         longer needed, and probably doesn't work either, as pointed out by
8418         Stefan Wiens.
8419         (gnus-summary-exit): Remove call to the clearing function.
8420         (gnus-summary-exit-no-update): Ditto.
8421
8422         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8423         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8424         Reported by Stefan Monnier.
8425         (gnus-summary-save-in-rmail): Ditto.
8426
8427         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8428         article buffer, instead of both the article buffer and the summary
8429         buffer.  Sort of suggested by Dan Jacobson.
8430
8431         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8432
8433         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8434         Suggested by Dan Jacobson.
8435
8436         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8437         documentation clearer.
8438
8439         * message.el (message-shorten-references): Comment on the number "21".
8440         Suggested by Stefan Monnier.
8441
8442         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8443         Suggested by Dan Jacobson.
8444
8445         * gnus.el (gnus-large-newsgroup):
8446         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8447
8448         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8449         externalize attachments.  Bug reported by Steve Wen.
8450
8451         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8452         really message anything to the user.
8453
8454         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8455         directly.
8456
8457         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8458         messages in empty groups.
8459
8460 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8461
8462         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8463         non-UIDNEXT group.
8464
8465 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8466
8467         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8468         not the value from the collection.
8469
8470         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8471         values.  This sometimes happens on some groups that have no info.
8472         (nnimap-request-newgroups): New function.
8473
8474 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8475
8476         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8477         check into `gnus-registry-initialize'.
8478         (gnus-registry-initialize): Ditto.
8479         Fix and extend header docs.
8480
8481 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482
8483         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8484         regexp backtrace overflows.
8485
8486         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8487         for starttls that tls.el implements; i.e. openssl.
8488
8489         * tls.el (tls-starttls-switches): Give up on using starttls with
8490         gnutls-cli.
8491         (tls-program): Add --insecure to be consistent with the defaults from
8492         openssl s_client.  Now all three commands are insecure.
8493
8494 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * lpath.el: Bind completion-styles-alist for XEmacs.
8497
8498         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8499         (gravatar-create-image): New function that's an alias to
8500         gnus-xmas-create-image, gnus-create-image, or create-image.
8501         (gravatar-data->image): Use it.
8502
8503 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8504
8505         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8506         install the nnregistry refer method.
8507         (gnus-registry-install-hooks): Use it.
8508         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8509         unfollowed groups.
8510
8511 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8512
8513         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8514         expanding threads.
8515
8516 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * nnir.el: Use the server names without suffixes (bug #7009).
8519
8520         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8521         unencrypted to STARTTLS, if possible.
8522
8523 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8524
8525         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8526         headers before superseding.
8527
8528 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8529
8530         * nnrss.el (nnrss-use-local): Add documentation.
8531
8532         * nnimap.el (nnimap-extend-tls-programs): New function.
8533         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8534         (nnimap-wait-for-connection): Accept the greeting from the stupid
8535         output from openssl s_client -starttls, too.
8536
8537         * tls.el (tls-starttls-switches): New variable.
8538         (tls-find-starttls-argument): Use it.
8539         (open-tls-stream): Ditto.
8540
8541         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8542         (netrc-machine): Ditto.
8543
8544         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8545         article number.
8546         (nnimap-split-fancy): New variable.
8547         (nnimap-split-incoming-mail): Use it.
8548
8549         * nntp.el (nntp-server-list-active-group): Document.
8550
8551         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8552         SELECT to get the message-id.
8553
8554         * mail-source.el (mail-sources): Remove webmail support.
8555         (defvar): Ditto.
8556         (mail-source-fetcher-alist): Ditto.
8557         (mail-source-fetch-webmail): Remove.
8558
8559         * webmail.el: Remove -- doesn't seem relevant any more.
8560
8561         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8562
8563         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8564         the \r.
8565
8566 2010-09-30  Julien Danjou  <julien@danjou.info>
8567
8568         * gnus-agent.el (gnus-agent-add-group): Fix call to
8569         gnus-completing-read.
8570
8571 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572
8573         * nndoc.el (nndoc-retrieve-groups): New function.
8574
8575         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8576         `default', use nnmail-split-methods.
8577         (nnimap-request-article): Downcase the NILs so that they are nil.
8578
8579         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8580         symbol.
8581
8582         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8583         code, since if the user has requested network, that's what they ought
8584         to get.
8585         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8586         (nnimap-split-rule): Mark as obsolete.
8587
8588         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8589         New variable.
8590
8591         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8592         correct slot, too.
8593
8594 2010-09-29  Julien Danjou  <julien@danjou.info>
8595
8596         * gnus.el (gnus-local-domain): Declare variable obsolete.
8597
8598         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8599         Fix history computing.
8600         (gnus-ido-completing-read): Require ido.
8601
8602 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8605         build Gnus.
8606
8607         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8608         when interpreting the structures.
8609         (nnimap-request-accept-article): Add \r\n to the lines to make this
8610         work with Cyrus.
8611
8612         * nndraft.el (nndraft-request-expire-articles): Use the group name
8613         instead if "nndraft".  Fix found by Nils Ackermann.
8614
8615 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8616
8617         * nnregistry.el: Add.
8618
8619 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8620
8621         * nnmail.el (group, group-art-list, group-art):
8622         Remove unneeded directives.
8623
8624 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8627         (mm-mime-charset):
8628         * rfc2047.el (rfc2047-syntax-table):
8629         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8630
8631         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8632         rather than `insert-file-contents' and `eval-region'.
8633
8634         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8635         construction.
8636
8637         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8638
8639         * time-date.el: No need to require cl for Emacs 21.
8640
8641 2010-09-29  Julien Danjou  <julien@danjou.info>
8642
8643         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8644         replacement of `gnus-gravatar-relief' to mimic
8645         `gnus-faces-properties-alist'.
8646         Add :version property.
8647
8648 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * mail-source.el (mail-source-report-new-mail):
8651         * message.el (message-default-mail-headers):
8652         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8653
8654         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8655
8656 2010-09-28  Julien Danjou  <julien@danjou.info>
8657
8658         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8659         mail-address contains the same string as real-name.
8660
8661         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8662         non-blank in header, otherwise it'll get stripped.
8663
8664         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8665         real-name, and then for mail address rather than doing : or , search.
8666
8667 2010-09-27  Julien Danjou  <julien@danjou.info>
8668
8669         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8670         right completing-read function.
8671         (gnus-use-ido): New variable
8672         (gnus-completing-read-with-default): Remove.
8673         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8674         (gnus-agent-add-group):
8675         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8676         * mm-view.el (mm-view-pkcs7-decrypt):
8677         * mm-util.el (mm-codepage-setup):
8678         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8679         * mml-smime.el (mml-smime-openssl-sign-query):
8680         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8681         (mml-insert-multipart):
8682         * gnus-msg.el (gnus-summary-yank-message):
8683         * gnus-int.el (gnus-start-news-server):
8684         * mm-decode.el (mm-interactively-view-part):
8685         * gnus-dired.el (gnus-dired-attach):
8686         * gnus.el (gnus-read-method):
8687         * gnus-bookmark.el (gnus-bookmark-jump):
8688         * gnus-art.el (gnus-mime-view-part-as-type)
8689         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8690         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8691         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8692         * nnmairix.el (nnmairix-create-server-and-default-group)
8693         (nnmairix-update-groups, nnmairix-get-server)
8694         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8695         (nnmairix-get-group-from-file-path):
8696         * nnrss.el (nnrss-find-rss-via-syndic8):
8697         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8698         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8699         (gnus-group-browse-foreign-server):
8700         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8701         (gnus-summary-execute-command, gnus-summary-respool-article)
8702         (gnus-read-move-group-name):
8703         * gnus-score.el (gnus-summary-increase-score)
8704         (gnus-summary-score-effect):
8705         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8706
8707 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8710         x-focus-frame.
8711
8712         * nnimap.el (auth-source-forget-user-or-password)
8713         (auth-source-user-or-password): Autoload.
8714
8715         * message.el (message-from-style, message-interactive)
8716         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8717         (message-yank-prefix, message-indentation-spaces, message-signature)
8718         (message-signature-file): Add comment.
8719
8720 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8723         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8724         new articles.
8725
8726         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8727         parts.
8728         (nnimap-request-article): Work with the t setting, too.
8729
8730         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8731         that you don't get flashes of other buffers.
8732         (gnus-summary-show-complete-article): Intern before setting.
8733
8734 2010-09-27  David Engster  <dengste@eml.cc>
8735
8736         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8737         well as HEADERS.
8738         (nnmairix-retrieve-headers): Provide new argument for the above.
8739
8740 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * gnus-sum.el (gnus-summary-move-article): Don't alter
8743         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8744         group.
8745
8746         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8747
8748         * message.el (message-cite-prefix-regexp): Revert my last edit.
8749
8750         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8751         variable instead of the Gnus variable.
8752
8753         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8754
8755         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8756
8757         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8758         since some servers don't like it.
8759         (nnimap-open-connection): Forget credentials if the server says the
8760         password was wrong.
8761         (nnimap-parse-line): Protect against invalid data.
8762
8763         * gnus-sum.el (gnus-summary-move-article): Add comment.
8764         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8765         nothing alters it while scanning for new messages.
8766
8767         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8768         which may or may not help.
8769         (nnimap-open-connection): If we're doing a stream connection, and then
8770         discover we're on a STARTTLS-capable server, then open a STARTTLS
8771         connection instead.
8772
8773 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * nnimap.el (utf7): Require.
8776
8777         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8778         prefix.
8779
8780 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8781
8782         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8783
8784 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * nnimap.el (nnimap-request-accept-article): Message the error on
8787         error.
8788
8789 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8792
8793 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * nndoc.el (nndoc-request-list): Return success always.
8796
8797         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8798         `fetch-old' -- we only want to fetch the articles we've requested.
8799         The rest are in the agent, probably.
8800         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8801         disappeared server" to something low.  It's not important.
8802
8803         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8804         arrived before the FETCH data.
8805
8806         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8807         target here, because we don't know the Gnus name of the group.
8808
8809         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8810         for the correct group.
8811
8812         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8813
8814         * gnus.el (gnus): Give a final warning after startup.
8815
8816         * gnus-util.el (gnus-action-message-log): New variable.
8817         (gnus-message): Use it.
8818         (gnus-final-warning): New function.
8819
8820         * nnimap.el (nnimap-open-connection): Record the greeting.
8821         (nnimap): Add greeting.
8822
8823 2010-09-26  Julien Danjou  <julien@danjou.info>
8824
8825         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8826         arguments.
8827         (gnus-html-wash-images): Fix spec computing to include start/end.
8828
8829         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8830
8831 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8834         deletion.
8835         (nnimap-retrieve-headers): Don't select the group, because that's
8836         already done by nnimap-possibly-change-group.
8837
8838         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8839         (gnus-picon-transform-address): Use it.
8840
8841         * mail-source.el (mail-source-value): Revert previous patch.
8842
8843         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8844         on failure.
8845         (nnimap-open-connection): Look up both virtual and physical server name
8846         credentials.
8847
8848         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8849
8850 2009-02-07  Dave Love  <fx@gnu.org>
8851
8852         * tls.el (open-tls-stream): Don't query killing process.
8853
8854 2009-02-08  Dave Love  <fx@gnu.org>
8855
8856         * gnus-win.el (gnus-window-to-buffer-helper)
8857         (gnus-all-windows-visible-p): Function needn't be a symbol.
8858
8859         * mail-source.el (mail-source-value): Function needn't be a symbol.
8860
8861 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8862
8863         * message.el (message-cite-prefix-regexp): Remove } from the cite
8864         prefix.
8865
8866         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8867         highlight again, so that the highlight is correct.
8868
8869         * gnus-picon.el (gnus-picon): Remove again.
8870         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8871
8872         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8873         doing the header highlightling, so that the background color of the
8874         picon is correct.
8875
8876         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8877         (gnus-picon): Ditto.
8878         (gnus-picon): Reinstate.  The background color for picons is white.
8879         (gnus-picon-insert-glyph): Make the background white.
8880
8881         * nnml.el (nnml-open-nov): Don't return dead buffers.
8882
8883         * auth-source.el (auth-source-create): Query the user for whether to
8884         store the credentials.
8885
8886         * netrc.el (netrc-store-data): New function.
8887
8888         * auth-source.el (auth-source-user-or-password): Use the existing auth
8889         sources, if any, for creation.
8890
8891         * gnus.el (gnus-group-fast-parameter): Return the last matching
8892         parameter instead of the first matching parameter.
8893
8894 2010-09-26  Julien Danjou  <julien@danjou.info>
8895
8896         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8897
8898 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8899
8900         * mml2015.el (mml2015-use): Remove gpg support.
8901
8902         * mml1991.el (mml1991-function-alist): Remove gpg function.
8903         (mml1991-gpg-sign): Remove.
8904
8905 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8906
8907         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8908         (gnus-browse-unsubscribe-current-group): Document it.
8909         (gnus-browse-unsubscribe-group): Use it.
8910
8911 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8912
8913         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8914         address to the To list for easier response.
8915
8916         * gnus.el (gnus-play-startup-jingle): Remove.
8917         (gnus-splash): Don't play jingle.
8918         (gnus): Silence gnus-load message.
8919
8920         * gnus-art.el (gnus-treat-play-sounds): Remove.
8921
8922         * gnus.el (gnus-play-jingle): Remove audio support.
8923
8924         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8925
8926         * earcon.el: Remove -- no users.
8927
8928         * gnus-audio.el: Remove -- no users of this package.
8929
8930         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8931
8932         * gnus-start.el (gnus-setup-news): Remove nocem support.
8933
8934         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8935
8936         * gnus.el (gnus-use-nocem): Remove.
8937
8938         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8939         Remove.
8940
8941         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8942         uses NoCeM any more.
8943
8944         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8945         (gnus-button-ctan-handler): Ditto.
8946         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8947         (gnus-button-ctan-directory-regexp): Ditto.
8948         (gnus-button-handle-ctan): Ditto.
8949         (gnus-button-tex-level): Ditto.
8950         (gnus-button-alist): Remove CTAN stuff.
8951
8952 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8955         nnimap-streaming test.
8956
8957         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8958         servers twice.
8959
8960         * nnimap.el (nnimap-open-connection): Add more error reporting when
8961         nnimap fails early.
8962
8963         * nnheader.el (nnheader-get-report-string): New function.
8964         (nnheader-get-report): Use it.
8965
8966         * gnus-int.el (gnus-check-server): Say what the error was when opening
8967         failed.
8968
8969         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8970         using streaming.
8971
8972 2010-09-25  Julien Danjou  <julien@danjou.info>
8973
8974         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8975         gnus-window-inside-pixel-edges.
8976
8977 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8980
8981         * mm-decode.el (mm-save-part): Allow saving to other directories the
8982         normal Emacs way.
8983
8984         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8985         Suggested by Jay Berkenbilt.
8986
8987         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8988         there isn't a single byte.
8989
8990         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8991         just do it.  It doesn't really seem to matter what the user responds
8992         here, I think, so it's just a confusing question.
8993
8994         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8995         non-streaming case.
8996
8997         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8998         (gnus-article-encrypt-body): Use it.
8999
9000         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9001         keystroke.
9002
9003         * nnimap.el (nnimap-find-wanted-parts-1):
9004         Use gnus-fetch-partial-articles.
9005
9006         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9007
9008         * nnimap.el (nnimap-insert-partial-structure): New function.
9009         (nnimap-get-partial-article): New function.
9010         (nnimap-request-article): Use it.
9011         (nnimap-wait-for-response): Return whether the wait was successful.
9012         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9013         retrieval wasn't successful.
9014         (nnimap-retrieve-group-data-early): Allow throttling servers.
9015         (nnimap-streaming): New variable.
9016         (nnimap-fetch-partial-articles): Remove.
9017
9018         * mm-decode.el (mm-with-part): Protect against killed buffers.
9019
9020         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9021         for prettier summary display.
9022
9023 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9024
9025         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9026
9027 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9030         apparently third-party libraries depend on it.
9031
9032         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9033         before starting negotiation.
9034
9035         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9036         privacy reasons.
9037         (gnus-treat-mail-gravatar): Ditto.
9038
9039         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9040         buffer when inserting images.  Inserting text into the headers, for
9041         instance, can make them invalid.
9042
9043 2010-09-25  Julien Danjou  <julien@danjou.info>
9044
9045         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9046         variables.
9047
9048         * nnheader.el: Remove useless variables news-reply-yank-from and
9049         news-reply-yank-message-id.
9050
9051         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9052         variables.
9053
9054         * mml1991.el: Remove useless mml1991-verbose.
9055
9056         * gnus.el: Remove useless variable gnus-use-generic-from.
9057         Remove obsolete variable gnus-topic-indentation.
9058
9059         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9060
9061         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9062
9063         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9064
9065         * gnus-group.el: Remove useless gnus-group-icon-cache.
9066         Remove useless gnus-ephemeral-group-server.
9067
9068         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9069
9070         * mml2015.el: Remove useless mml2015-verbose.
9071
9072         * mml-smime.el: Remove useless mml-smime-verbose.
9073
9074         * gnus.el: Remove useless gnus-local-domain.
9075
9076         * gnus-gravatar.el (gnus-gravatar-transform-address):
9077         Use gnus-gravatar-size.
9078
9079         * gnus-art.el: Remove useless gnus-treat-translate.
9080
9081 2010-09-24  Julien Danjou  <julien@danjou.info>
9082
9083         * gnus-sum.el: Add support for Gravatars.
9084
9085         * gnus-art.el: Add support for Gravatars.
9086
9087         * gnus-gravatar.el: Add this file.
9088
9089         * gravatar.el: Add this file.
9090
9091 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9092
9093         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9094
9095         * gnus-group.el (gnus-group-fetch-faq): Remove.
9096
9097         * gnus.el (gnus-group-faq-directory): Remove.
9098
9099         * gnus-group.el (gnus-group-fetch-charter): Remove.
9100
9101         * gnus.el (gnus-group-charter-alist): Remove.
9102
9103         * gnus-group.el (gnus-group-archive-directory): Remove.
9104         (gnus-group-recent-archive-directory): Ditto.
9105         (gnus-group-make-archive-group): Remove.
9106
9107         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9108
9109         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9110         use the same article number for all the cached articles.
9111
9112         * nnimap.el (nnimap-command): Register the last command time so
9113         that we can use it for idling NOOPs.
9114         (nnimap-open-connection): Start the keeplive timer.
9115         (nnimap-make-process-buffer): Store all the process buffers.
9116         (nnimap-keepalive): New function.
9117
9118         * starttls.el (starttls-open-stream): Add autoload cookie.
9119
9120 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9121
9122         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9123         handling.
9124
9125 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9128         its data structures.
9129
9130         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9131         instead of the cl.el copy-list.
9132         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9133         equalp.
9134
9135 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9138         and tool-bar-local-item-from-menu.
9139
9140         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9141         mode-line-highlight face for Emacs.
9142
9143         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9144         loading gnus-sum.elc; fix comment for canlock-verify.
9145         (gnus-article-jump-to-part): Use read-number.
9146         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9147         Remove Emacs pre-21 compatible code for help-echo.
9148         (gnus-article-next-page-1): No need to adjust the number of lines.
9149         (gnus-article-describe-bindings): Always use help-buffer.
9150
9151         * gnus-audio.el (gnus-audio-inline-sound):
9152         * gnus-cus.el (gnus-custom-mode):
9153         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9154
9155         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9156
9157         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9158         compatible code.
9159
9160 2010-09-24  Glenn Morris  <rgm@gnu.org>
9161
9162         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9163         visiting the fcc file in rmail-mode.
9164
9165         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9166
9167 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * nnir.el: Silence the byte compiler.
9170
9171         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9172         alias to browse-url-url-encode-chars if any.
9173         (gnus-html-encode-url): Use it.
9174
9175 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * gnus-start.el (gnus-use-backend-marks): New variable.
9178         (gnus-get-unread-articles-in-group): Use it.
9179
9180         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9181         makeover.
9182
9183 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9184
9185         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9186
9187 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9188
9189         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9190         Remove.
9191         (gnus-setup-news-hook):
9192         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9193
9194         * gnus-int.el (gnus-request-update-info): Protect against backends not
9195         having the function.
9196
9197         * nnimap.el (nnimap-stream): Mention starttls.
9198         (nnimap-open-connection): Add starttls support.
9199
9200 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9201
9202         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9203
9204 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9205
9206         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9207         BODYSTRUCTUREs.
9208         (nnimap-transform-headers): Unfold quoted {42} headers.
9209
9210         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9211         the info.
9212         (gnus-get-unread-articles): Only call updatep on backends that support
9213         it.
9214
9215         * nnweb.el (nnweb-request-update-info): NOOP.
9216
9217         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9218
9219         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9220         since it only deals with marks.
9221
9222         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9223         gnus-request-marks, and make a new gnus-request-update-info.
9224
9225         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9226         the active instead of the high number, which is usually too low.
9227
9228 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9229
9230         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9231         * encrypt.el: Remove.
9232
9233 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234
9235         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9236         server in symbolic form.
9237
9238         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9239
9240 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241
9242         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9243         (nnimap-update-info): Fix up code slightly.
9244
9245         * gnus-int.el (gnus-open-server): Add tracing for performance
9246         debugging.
9247
9248         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9249         (gnus-group-insert-group-line): Pass the real group name so that it
9250         gets the right data.
9251
9252         * gnus-start.el (gnus-get-unread-articles): Don't have
9253         `gnus-get-unread-articles-in-group' update info, since that can be
9254         really slow and doesn't seem to be needed?
9255
9256 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9257
9258         * time-date.el (date-to-time): Try using parse-time-string first before
9259         using the slower timezone-make-date-arpa-standard.
9260
9261 2010-09-22  Julien Danjou  <julien@danjou.info>
9262
9263         * gnus-group.el (gnus-group-insert-group-line):
9264         Call gnus-group-highlight-line.
9265         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9266         default hook list.
9267         (gnus-group-update-eval-form): Add new function.
9268         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9269         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9270
9271 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272
9273         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9274         immediate, then expire all articles.
9275         (nnimap-update-info): Fix off-by-one errors.
9276         (nnimap-flags-to-marks): Would return no marks lists for group with no
9277         flags.  Instead return the other data.
9278
9279 2010-09-22  Julien Danjou  <julien@danjou.info>
9280
9281         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9282         Only return an icon.
9283         (gnus-group-insert-group-line): Compute icon to return.
9284
9285         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9286         (gnus-html-image-fetched): Only cache if
9287         gnus-html-image-automatic-caching is set.
9288         (gnus-html-image-fetched): Check for errors.
9289
9290 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9293         once per method on `g'.  This ensures that backends like nnfolder don't
9294         open all their folders.
9295
9296         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9297         (nnimap-request-list): Nix out group in the correct buffer.
9298         (nnimap-parse-flags): Implement by using `read' instead of
9299         hand-parsing.
9300         (nnimap-flags-to-marks): Pass on permanent-flags.
9301         (nnimap-make-process-buffer): Record the server name.
9302         (nnimap-parse-flags): Fix typo.
9303         (nnimap-request-scan): Run split on the server in general, not just a
9304         single group.
9305
9306         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9307         parameter, and propagate this downwards.
9308
9309         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9310         since EXAMINE changes it on the server.
9311
9312         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9313         this command might take a while.
9314
9315 2010-09-22  Julien Danjou  <julien@danjou.info>
9316
9317         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9318         harmful if you have 2 images side-by-side, they can't be properly
9319         update on text deletion.  Using text-property is safer here.
9320         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9321         data.
9322
9323 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * nnimap.el (nnimap-expunge-inbox): Remove.
9326         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9327         (nnimap-expunge): Flip default to t.
9328
9329         * gnus.el (gnus-method-to-server): Don't push things to the cache
9330         unless it's unique.
9331         (gnus-server-to-method): Ditto.
9332
9333 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9334
9335         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9336
9337 2010-09-22  Julien Danjou  <julien@danjou.info>
9338
9339         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9340         get the start of data.
9341         (gnus-html-encode-url): Add this function to encode special chars in
9342         URL.
9343         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9344         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9345
9346         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9347         default.
9348         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9349
9350         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9351         images alt-text.
9352         (gnus-html-put-image): Put alt-text as help-echo.
9353
9354 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9357         * mm-util.el (mm-decompress-buffer):
9358         * nnir.el (nnir-run-find-grep):
9359         * pop3.el (pop3-list): Use 3rd arg of split-string.
9360
9361         * time-date.el (format-seconds): Comment fix.
9362
9363         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9364         and byte-optimize-form-code-walker.
9365         (dgnushack-make-auto-load): Don't advise make-autoload.
9366
9367         * lpath.el: Remove Emacs 21 stuff.
9368
9369 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9372         outside the active range.  Suggested by Dan Christensen.
9373
9374         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9375         slightly later to avoid double-getting it.
9376
9377         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9378         previous patch.
9379
9380         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9381
9382 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9383
9384         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9385
9386 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * gnus-int.el (gnus-open-server): Give a better error message in the
9389         "go offline" case.
9390
9391         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9392         marks for nnimap, which is seldom the right thing to do.
9393
9394         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9395         (gnus-same-method-different-name): New function.
9396
9397         * nnimap.el (parse-time): Require.
9398
9399         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9400         method in the presence of many similar methods.
9401
9402         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9403
9404         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9405         nnml-inhibit-expiry.
9406
9407         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9408         find out whether methods are equal.
9409
9410         * nnimap.el (nnimap-find-expired-articles): New function.
9411         (nnimap-process-expiry-targets): New function.
9412         (nnimap-request-move-article): Request the article before looking at
9413         what the Message-ID is.  Fix found by Andrew Cohen.
9414         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9415
9416         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9417         for oldness in addition to being a predicate.
9418
9419         * nnimap.el (nnimap-request-group): When we have zero articles, return
9420         the right data to Gnus.
9421         (nnimap-request-expire-articles): Only delete articles immediately if
9422         the target is 'delete.
9423
9424         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9425         method, this would bug out.
9426
9427         * gnus-group.el (gnus-group-expunge-group): Rename from
9428         gnus-group-nnimap-expunge, and implemented as a normal interface
9429         function.
9430
9431         * gnus-int.el (gnus-request-expunge-group): New function.
9432
9433         * nnimap.el (nnimap-request-create-group): Implement.
9434         (nnimap-request-expunge-group): New function.
9435
9436 2010-09-21  Julien Danjou  <julien@danjou.info>
9437
9438         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9439         (gnus-html-cache-expired): Add new function.
9440         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9441         wethever we should display image for fetch it.
9442         Compute alt-text earlier to pass it to the fetching function too.
9443         (gnus-html-schedule-image-fetching): Change function argument to only
9444         get one image at a time, not a list.
9445         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9446         cache.
9447         (gnus-html-get-image-data): New function to retrieve image data from
9448         cache.
9449         (gnus-html-put-image): Change buffer argument to use image data rather
9450         than file, and place image above region rather than inserting a new
9451         one.  Do not take alt-text as argument, since it's useless now: we place
9452         the image above alt-text.
9453         (gnus-html-prune-cache): Remove.
9454         (gnus-html-show-images): Start to fetch image when we find one, do not
9455         push into a temporary list.
9456         (gnus-html-prefetch-images): Only fetch image if they have expired.
9457         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9458         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9459
9460 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9463
9464 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9465
9466         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9467         spec inser "*" if the group isn't active instead of 0.
9468
9469         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9470         opening the server.
9471         (nnimap-request-delete-group): Implement group deletion.
9472         (nnimap-transform-headers): Return the size of the entire message in
9473         the Bytes header, not just the size of the first part.
9474         (nnimap-request-move-article): When moving an article from nnimap,
9475         request the article first so the accepting form has an article to
9476         accept.  Reported by Dan Christensen.
9477         (nnimap-command): Make sure that the error message doesn't error out.
9478
9479 2010-09-20  David Edmondson  <dme@dme.org>
9480
9481         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9482         we haven't requested anything.
9483
9484 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9487         "".  Fix found by Andrew Cohen.
9488
9489         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9490         instead of -encode-string.
9491
9492 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9495
9496         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9497         by mm-subst-char-in-string.
9498
9499 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9500
9501         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9502         waiting for the connection string.
9503
9504         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9505         arriving.
9506
9507         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9508         bogus characters.  This allows selecting certain Gmail groups.
9509
9510         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9511         (nnimap-fetch-partial-articles): New variable.
9512         (nnimap-open-connection): When looking for credentials, also use the
9513         nnimap-server-port.
9514         (nnimap-request-article): Return the group/article number, so that Gnus
9515         `^' works as expected.
9516         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9517
9518         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9519         comments.
9520         (gnus-methods-sloppily-equal): New function.
9521         (gnus): When using the development version of Gnus, load the gnus-load
9522         file.
9523
9524         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9525         `gnus-open-server' on each method before trying to scan them etc.
9526         This ensures that all the backend parameters are set correctly.
9527
9528         * nnimap.el (nnimap-authenticator): New variable.
9529         (nnimap-open-connection): Allow anonymous login.
9530         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9531         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9532
9533         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9534         patch, found by Knut Anders Hatlen.
9535
9536 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9537
9538         * gnus-agent.el (gnus-agent-batch-confirmation)
9539         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9540         to gnus-message.
9541         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9542         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9543         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9544         * gnus-int.el (gnus-open-server): Likewise.
9545         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9546         (gnus-score-check-syntax): Likewise.
9547         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9548         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9549         Likewise.
9550         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9551
9552 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9555         calling conventions so that prefetch doesn't bug out.
9556
9557 2010-09-19  Julien Danjou  <julien@danjou.info>
9558
9559         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9560         rather than `subst-char-in-region' in order to be able to replace ASCII
9561         char by UTF-8 ones.
9562
9563         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9564         than curl.
9565         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9566         the right URL and ALT text on images.
9567         (gnus-html-wash-tags): Fix tag case.
9568         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9569         (gnus-article-html): Add -o display_ins_del=2 option.
9570         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9571
9572 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9575         the extra mail headers, which sometimes seem to happen for unknown
9576         reasons.
9577
9578         * mail-parse.el (mail-header-encode-parameter): Define as
9579         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9580         (or most, perhaps?) mail readers don't understand the latter, but do
9581         understand the former.
9582
9583         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9584         to nil, so that no methods are automatically agentized.  I think this
9585         is probably what most users want.
9586
9587         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9588         from url-retrieve, for instance about invalid URLs.
9589
9590         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9591         groups that have no articles.
9592         (nnimap-request-article): Check that we really got an article when we
9593         requested one.
9594
9595         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9596         doesn't exist.
9597
9598         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9599         nntp buffer so the agent can save it.
9600         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9601         that CRLF doesn't get translated to \n.
9602         (nnimap-open-connection): Don't make 'shell commands only send \n.
9603
9604 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9605
9606         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9607         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9608         Update var name.
9609         (nnml-generate-nov-file): Use dolist.
9610         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9611         Use with-current-buffer.
9612
9613 2010-09-18  Julien Danjou  <julien@danjou.info>
9614
9615         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9616         parallel.
9617
9618 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9619
9620         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9621         the range update right.
9622         (nnimap-request-group): Don't make `M-g' bug out on group with no
9623         marks.
9624         (nnoo): Require, so that other packages can require nnimap.
9625         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9626         command we're looking for.  This helps when the server sends more
9627         responses after we've gotten everything we expected.
9628         (nnimap): Add a `newlinep' field to keep track of end-of-line
9629         conventions.
9630         Don't send CRLF to things that don't want it.
9631         (nnimap-request-accept-article): Ditto.
9632
9633 2010-09-18  Julien Danjou  <julien@danjou.info>
9634
9635         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9636         than curl to retrieve images.
9637
9638 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9641         the marks.
9642         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9643         (nnimap-wait-for-connection): New function.
9644         (nnimap-open-connection): If we have PREAUTH, don't query for login
9645         credentials.
9646         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9647         when doing a partial update.
9648
9649 2010-09-18  Julien Danjou  <julien@danjou.info>
9650
9651         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9652         tags.
9653
9654 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * nnimap.el (nnimap-credentials): New function.
9657         (nnimap-open-connection): Use the new function to look for credentials
9658         also on the numeric equivalents of "imap" and "imaps".
9659
9660         * gnus-start.el (gnus-activate-group): Send the info to
9661         gnus-request-group.
9662
9663         * nnimap.el (nnimap-request-group): Have the "check" version of the
9664         function parse flags and update the info, so that a `M-g' get a total
9665         resync of all flags from the group.
9666
9667         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9668         to allow backends to alter the info on group selection.  Also alter all
9669         the backend -request-group functions to take the parameter.
9670
9671         * nnimap.el (nnimap-store-info): New function.
9672         (nnimap-update-info): Store the info for later usage.
9673         (nnimap-request-group): Use the stored info for the dont-check case, so
9674         that we don't retrieve all marks when we enter a group.
9675
9676         * nnimap.el: Use deffoo instead of defun for interface functions.
9677
9678         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9679         update the group info.  This makes the nndraft groups, for instance, go
9680         back to their old behavior.
9681
9682         * gnus-sum.el (gnus-select-newsgroup): Indent.
9683
9684         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9685         in.
9686         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9687         nothing.
9688
9689         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9690         from methods that are denied.
9691
9692         * gnus-int.el (gnus-method-denied-p): New function.
9693
9694         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9695         store the password instead of netrc.
9696         (nnimap-open-connection): Don't error out when we can't make a
9697         connections.
9698
9699         * auth-source.el (auth-source-create): In the password prompt, say what
9700         we're querying for.  Also prompt for user name if that hasn't been
9701         given.
9702
9703         * nnimap.el (nnimap-with-process-buffer): Remove.
9704
9705 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9708         method when we're reading from the agent.
9709
9710         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9711
9712         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9713         that's probably most useful for users.
9714
9715         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9716         "failed" all the time.
9717
9718         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9719         ...)) with (with-current-buffer ... ).
9720
9721         * nntp.el (nntp-open-server): Return whether the open was successful or
9722         not.
9723
9724         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9725         select an unread unseen article first.
9726
9727         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9728         /etc/services, supply some sensible port defaults.
9729
9730         * dgnushack.el: Define netrc-credentials.
9731
9732 2010-09-17  Julien Danjou  <julien@danjou.info>
9733
9734         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9735
9736 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9737
9738         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9739         doesn't have any parameters.
9740
9741 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9742
9743         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9744         only upcased checks.
9745
9746         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9747
9748         * nnimap.el (nnimap-open-shell-stream): New function.
9749         (nnimap-open-connection): Use it.
9750         (nnimap-transform-headers): Get the number of lines in each message.
9751         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9752         number of lines.
9753         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9754         problem.
9755
9756         * utf7.el (utf7-encode): Autoload.
9757
9758         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9759         to allow the mail splitting to not return a default group.  This is
9760         useful for nnimap, which will leave unmatched mail in the inbox.
9761
9762         * nnimap.el: Rewritten.
9763
9764         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9765         nnimap usage.
9766
9767         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9768         if the move is internal, so that nnimap can do fast internal moves.
9769
9770         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9771         data.
9772         (gnus-read-active-for-groups): Support finishing the early retrieval of
9773         data.
9774
9775         * gnus-range.el (gnus-range-nconcat): New function.
9776
9777         * gnus-int.el (gnus-finish-retrieve-group-infos)
9778         (gnus-retrieve-group-data-early): New functions.
9779
9780 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9781
9782         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9783         (nnrss-retrieve-groups):
9784         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9785         (pop3-quit): Use with-current-buffer.
9786
9787 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9790         instead of nnheader-accept-process-output.
9791
9792         * dgnushack.el (dgnushack-compile): Add comment.
9793
9794         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9795
9796         * gnus-html.el (gnus-html-schedule-image-fetching)
9797         (gnus-html-prefetch-images): Replace process-kill-without-query by
9798         gnus-set-process-query-on-exit-flag.
9799
9800 2010-09-16  Romain Francoise  <romain@orebokech.com>
9801
9802         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9803
9804 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9805
9806         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9807         parameter to unintern is mandatory-ish in Emacs 24.
9808
9809         * gnus-html.el (gnus-html-schedule-image-fetching)
9810         (gnus-html-prefetch-images): Check for curl before using it.
9811
9812         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9813         depend on curl, which isn't essential.
9814
9815         * imap.el: Revert back to version
9816         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9817         seem problematic.
9818
9819 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9820
9821         * gnus-registry.el (gnus-registry-install-shortcuts):
9822         Explicitly pass `obarray' to `unintern' to avoid a warning.
9823
9824 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9827         change.
9828
9829         * nnrss.el (nnrss-request-list): Remove this function and related
9830         functions, including the moreover stuff.
9831
9832 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * nnrss.el (nnrss-retrieve-groups): New function.
9835
9836 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9837
9838         * .dir-locals.el: Add no-byte-compile cookie.
9839
9840 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * time-date.el (format-seconds): Comment fix.
9843
9844         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9845         for back end that doesn't support request-scan.
9846
9847 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9848
9849         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9850         then do request scans from the backends.
9851
9852         * netrc.el (netrc-credentials): New conveniency function.
9853
9854         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9855         avoid running a hook per line, since this takes a lot of time,
9856         profiling shows.
9857         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9858         directly if gnus-visual-p is true.
9859
9860 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9863         groups; replace mapcar with dolist which is a bit faster; pass groups
9864         info to gnus-read-active-file-1.
9865         (gnus-read-active-file-1): Scan only specified groups if the new
9866         optional arg `infos' is given.
9867
9868 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9871
9872         * pop3.el (pop3-movemail): Remove.
9873         (pop3-streaming-movemail): Rename to pop3-movemail.
9874
9875         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9876         don't restrict end-tag searches to the end of the line.
9877
9878 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9881         articles of every unchecked group to t, which means unknown since the
9882         server has never been opened.
9883
9884 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * gnus-html.el (gnus-html-show-alt-text): New command.
9887         (gnus-html-browse-image): Ditto.
9888         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9889         to browse the image directly.
9890         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9891         better.
9892
9893         * gnus-async.el (gnus-async-article-callback):
9894         Call `gnus-html-prefetch-images' unconditionally.
9895
9896         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9897         before feeding URLs to curl.
9898
9899 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9902         internal images as deletable by `W D D'.
9903
9904         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9905         (gnus-async-article-callback): Fix typo.
9906
9907 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9910         current line to work around bugs in the output from w3m.
9911
9912         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9913         for groups that want that.
9914
9915         * nntp.el (nntp-wait-for-string): Supply a timeout for
9916         accept-process-output to ensure progress.
9917
9918         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9919         level to get unread articles from, then use that for foreign groups,
9920         too.
9921
9922         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9923         confuses the rest of the function.
9924
9925         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9926         for the methods that support -retrieve-groups, too.
9927
9928         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9929
9930 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9933         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9934
9935         * pop3.el: Require cl when compiling.
9936         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9937
9938 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9941         that aren't going to be activated.
9942         (gnus-get-unread-articles): Fix up the last commit.
9943
9944         * gnus-html.el (gnus-article-html): Allow calling without specifying
9945         the handle.  In that case, dissect the buffer first.
9946
9947         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9948
9949         * nnimap.el (nnimap-open-connection): Revert the change that would look
9950         into authinfo for imaps instead of imap.
9951
9952         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9953         say that you don't want to call gnus-request-group with don-check, but
9954         do check the reponse.  This is for virtual groups only.
9955         (gnus-get-unread-articles): Count the archive groups as secondary, so
9956         that they're activated the same way as before.
9957
9958         * imap.el (imap-message-map): Removed optional buffer parameter, since
9959         no callers use it.
9960         (imap-message-get): Ditto.
9961         (imap-message-put): Ditto.
9962         (imap-mailbox-map): Ditto.
9963         (imap-mailbox-put): Ditto.
9964         (imap-mailbox-get): Ditto.
9965         (imap-mailbox-get): Revert last change for this function.
9966
9967         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9968         case-insensitively.
9969         (nnimap-debug): Remove.
9970
9971         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9972         callers to use `imap-fetch' instead.  According to the comments, this
9973         should be safe, since all other IMAP clients use the 1:* syntax.
9974         (imap-enable-exchange-bug-workaround): Remove.
9975         (imap-debug): Remove -- doesn't seem very useful.
9976
9977         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9978         mail from a file, and the file doesn't exist.
9979
9980         * imap.el (imap-log): New convenience function used throughout instead
9981         of repeating the same code all over the place.
9982
9983         * pop3.el (pop3-streaming-movemail): Return t for success.
9984
9985         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9986         .authinfo if we're using ssl connection.
9987
9988         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9989         already have if we're in a main Gnus `g' run.
9990
9991         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9992
9993 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9996
9997         * nnmh.el (nnmh-request-list-1): Bind `file'.
9998
9999         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10000         alias to set-process-query-on-exit-flag or process-kill-without-query.
10001         (pop3-open-server): Use it.
10002
10003 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004
10005         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10006         box to the Incoming file.  Fixes mistake in previous checkin.
10007
10008         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10009         request loop (for debugging purposes) removed.
10010
10011         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10012         culprit is more visible.
10013         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10014         (nnml-add-incremental-nov): New functions to do "incremental" nov
10015         updates, where we just append to the end of the existing nov files
10016         without reading/writing them in full.
10017
10018         * mail-source.el (mail-source-delete-crash-box): Really only check the
10019         incoming files once in a while.
10020
10021         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10022
10023         * mail-source.el (mail-source-delete-crash-box): Only check the
10024         incoming files for deletion once per day to save a lot of file
10025         accesses.
10026
10027         * pop3.el (pop3-logon): Fix up unbound variable typo.
10028
10029         * mail-source.el (pop3-streaming-movemail): Autoload.
10030
10031         * pop3.el (pop3-streaming-movemail):
10032         Respect pop3-leave-mail-on-server.
10033
10034         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10035         retrieval.
10036
10037         * pop3.el (pop3-process-filter): Remove unused function.
10038         (pop3-streaming-movemail, pop3-send-streaming-command)
10039         (pop3-wait-for-messages, pop3-write-to-file)
10040         (pop3-number-of-responses): New functions for streaming pop3
10041         retrieval.
10042
10043         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10044         come from no known methods.
10045         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10046         list.
10047
10048         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10049         message sizes.
10050         (pop3-movemail): Use erase-buffer instead of looping and deleting
10051         regions, which seems rather odd.
10052
10053         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10054         file once per `g' run.
10055
10056         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10057         directories.  This makes the draft queue directory work.
10058
10059         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10060         data from the backends, so that we only request the list of groups from
10061         each method once.  This should speed things up considerably.
10062
10063         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10064         detect that it's not implemented.
10065
10066         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10067         we actually do recurse down into the tree, but don't stat all leaf
10068         nodes.
10069
10070         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10071         then say so instead of bugging out.
10072
10073         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10074         files exist before trying to read them.
10075
10076         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10077         around <pre_int>.
10078
10079         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10080
10081         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10082
10083 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084
10085         * mm-util.el (mm-image-load-path): Just return the image directories,
10086         not all directories in the path in addition to the image directories.
10087         (mm-image-load-path): Maintain a cache of the image directories so that
10088         the `g' command in Gnus doesn't have to stat dozens of directories each
10089         time.
10090
10091         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10092         (gnus-html-wash-tags): Add a new `i' command to insert images.
10093         (gnus-html-insert-image): New command and keystroke.
10094         (gnus-html-redisplay-with-images): New command and keystroke.
10095         (gnus-html-show-images): Rename command.
10096         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10097         spacers.
10098         (gnus-html-wash-tags): Decode entities at the end, so that entities
10099         inside the tags don't mess up the rest of the "parsing".
10100
10101         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10102         so that nnimap methods aren't agentized by default.  There's apparently
10103         many problems related to agent/imap behavior.
10104
10105         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10106
10107         * gnus-html.el: Doc fix.
10108
10109 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10112         specifier-spec-list for Emacs 21.
10113
10114         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10115         glyph-width and glyph-height instead of display-graphic-p and
10116         image-size; make avoidance of displaying small images work for XEmacs.
10117
10118         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10119         for XEmacs.
10120
10121         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10122         of symbol that holds plist data.
10123         (gnus-process-plist): Remove plist of process after getting it.
10124
10125 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10126
10127         * message.el (message-generate-hashcash): Change default to
10128         'opportunistic if hashcash is installed.
10129
10130         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10131         (gnus-html-put-image): Only call image-size once, since it's somewhat
10132         time-consuming on remote X servers.
10133
10134 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10137         type on data, not a file name.
10138
10139         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10140         window-pixel-edges for Emacs 21.
10141
10142         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10143         decoded contents.
10144         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10145
10146 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10147
10148         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10149         group line format, since it isn't very interesting.
10150
10151         * gnus-agent.el (gnus-agent-short-article),
10152         (gnus-agent-long-article): Increase values for these two variables,
10153         since most people are likely to have more network connection and
10154         storage than before.
10155
10156         * gnus.el (gnus-refer-article-method): Change default to 'current.
10157         When referring an article, the common behavior is to refer it from the
10158         current select method, not the native select method.  The chances of
10159         the native select method having the message in question is rather slim
10160         these days.
10161
10162         * gnus-sum.el (gnus-auto-select-subject): Change default to
10163         `unseen-or-unread'.  I think it's likely that most people want to
10164         select an unseen article over a previously seen, but unread one.
10165
10166         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10167         means that in the article buffer none of the minor mode elements will
10168         be shown, usually, and this is not desirable in most cases.
10169
10170         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10171         that commands like `d' (and the like) go to the next line in the
10172         buffer, instead of the next unread article.  I think this is the
10173         behavior that is most natural for most users.
10174         (gnus-single-article-buffer): Change default to nil, so that people can
10175         have as many article buffers open as they have summary buffer.  I think
10176         this is the most natural way for the groups to behave.
10177
10178         * message.el (message-generate-new-buffers): Change default to
10179         `unsent', so that all new message buffers start their names with the
10180         string "*unsent", and it's easier to find the buffers if you move from
10181         them.
10182
10183 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10186         small.  They're probably tracking images.
10187         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10188         (gnus-html-rescale-image): Yet another try at getting the image sizing
10189         right.
10190
10191         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10192         nntp-marks-file-name is nil.
10193
10194 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10195
10196         * gnus-html.el (gnus-html-wash-tags)
10197         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10198         Better logging.
10199
10200 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10203
10204         * gnus-html.el (gnus-html-wash-tags): Check the value of
10205         gnus-blocked-images in the summary buffer.
10206
10207 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10208
10209         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10210
10211 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10214         like "a", it seems like.
10215         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10216         since it needs to be picked from the correct buffer.
10217
10218         * nnwfm.el: Remove.
10219
10220         * nnlistserv.el: Remove.
10221
10222 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10223
10224         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10225         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10226
10227 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * nnkiboze.el: Remove.
10230
10231         * nndb.el: Remove.
10232
10233         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10234         alt text.
10235         (gnus-html-rescale-image): Try to get the rescaling logic right for
10236         images that are just wide and not tall.
10237
10238         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10239         overshadow variable bindings.
10240
10241 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10242
10243         * gnus-html.el (gnus-html-wash-tags)
10244         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10245         Add extra logging.
10246
10247 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10250         (gnus-max-image-proportion): New variable.
10251         (gnus-html-rescale-image): New function.
10252         (gnus-html-put-image): Rescale images.
10253
10254 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10255
10256         Fix up some byte-compiler warnings.
10257         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10258         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10259         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10260         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10261         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10262         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10263         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10264
10265 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-html.el (gnus-article-html): Decode contents by charset.
10268
10269 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10272         (gnus-html-frame-width, gnus-blocked-images):
10273         * message.el (message-prune-recipient-rules): Add custom version.
10274         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10275
10276         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10277         functions.
10278
10279         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10280         gnus-process-get.
10281
10282 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10283
10284         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10285         instead of lsub directly.
10286
10287 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10288
10289         * nnwarchive.el: Remove.
10290
10291         * gnus-soup.el: Remove.
10292
10293         * nnsoup.el: Remove.
10294
10295         * nnultimate.el: Remove.
10296
10297         * gnus-html.el (gnus-blocked-images): New variable.
10298
10299         * message.el (message-prune-recipients): New function.
10300         (message-prune-recipient-rules): New variable.
10301
10302         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10303         guess whether a long line is natural text or not.
10304
10305         * gnus-html.el (gnus-html-schedule-image-fetching):
10306         Use gnus-process-plist and friends for compatibility.
10307
10308 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10309
10310         * gnus-html.el: Require packages that define macros used in this file.
10311         (gnus-article-mouse-face): Declare to silence byte-compiler.
10312         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10313         process-get.
10314         (gnus-html-put-image): Use plist-get to avoid getf.
10315         (gnus-html-prefetch-images): Use with-current-buffer.
10316
10317 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-ems.el: Provide compatibility functions for
10320         gnus-set-process-plist.
10321
10322         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10323         header-line-format for XEmacs 21.4.
10324
10325         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10326         * gnus.el (gnus-valid-select-methods):
10327         * message.el (message-send-mail-partially-limit):
10328         * mm-decode.el (mm-text-html-renderer):
10329         * mml.el (mml-insert-mime-headers-always):
10330         * smiley.el (smiley-regexp-alist): Bump custom version.
10331
10332 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10333
10334         * gnus-html.el: require mm-url.
10335         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10336         with the url to `url'.
10337         (gnus-html-wash-tags): Support cid: URLs/images.
10338
10339 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340
10341         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10342         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10343         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10344
10345         * gnus-move.el: Remove file, since it doesn't really work.
10346
10347         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10348         UTF-8.  This seems to fix problems with some German web feeds.
10349
10350         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10351         at the top so that the proper colors are applied.
10352
10353         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10354         don't have dots in their names.
10355
10356         * gnus-art.el (gnus-article-view-part): Doc fix.
10357
10358         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10359         XEmacs-compatible.
10360         (gnus-html-put-image): Don't do images on non-graphic displays.
10361
10362         * nnslashdot.el: Remove this unused backend.
10363
10364         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10365         actions.
10366         (gnus-undo-register-1): Revert last change.
10367
10368         * gnus-group.el (gnus-group-completing-read): Protect against not
10369         having completion-styles bound.
10370
10371         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10372         make broken recipients happier.
10373
10374         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10375
10376         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10377         point parameter.
10378
10379         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10380
10381         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10382         completion-styles for group selection.
10383
10384 2009-02-04  Andreas Schwab  <schwab@suse.de>
10385
10386         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10387         headers and regexp-quote the match if necessary.
10388
10389 2009-03-24  Miles Bader  <miles@gnu.org>
10390
10391         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10392         the blinking smiley.
10393
10394 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10395
10396         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10397         blink smiley.
10398
10399 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400
10401         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10402         where the dribbel file lives exists.
10403
10404         * message.el (message-send-mail-partially-limit): Change the default to
10405         nil, since most people don't want this.
10406
10407         * mm-url.el (mm-url-decode-entities): Also decode entities like
10408         &#x3212.
10409
10410 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10411
10412         * gnus-sum.el (gnus-summary-idna-message):
10413         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10414         Hyperlink urls in docstrings with URL `...'.
10415
10416 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10417
10418         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10419         functions.
10420
10421 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10422
10423         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10424         say what the mouseover text should be.
10425
10426         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10427         version of the mm-w3m-safe-url-regexp variable to only download images
10428         in the groups where we want that to happen.
10429
10430         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10431
10432         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10433         easier debugging.
10434         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10435         big pictures in the article buffer.
10436
10437         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10438         gnus-article-html.
10439         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10440         w3m.
10441
10442         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10443
10444 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10445
10446         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10447         which doesn't exist.
10448
10449         * message.el (message-inhibit-ecomplete): New variable to allow some
10450         function to inhibit ecomplete address storage.
10451         (message-resend): Disable ecomplete message storage when resending
10452         messages.
10453
10454         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10455
10456 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10459         Save excursion while copying, moving, and deleting articles in order to
10460         prevent the cursor from jumping to unforeseen place.
10461
10462 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * lpath.el: No need to bind bookmark-current-buffer,
10465         bookmark-yank-point and bookmark-make-record-function.
10466
10467 2010-08-17  Glenn Morris  <rgm@gnu.org>
10468
10469         * gnus-sync.el: Require gnus components whose functions are used.
10470
10471         * gnus-art.el (bookmark-make-record-function):
10472         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10473         Declare for compiler.
10474
10475         * mm-url.el (mml-compute-boundary): Autoload.
10476
10477 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10480
10481 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10482
10483         Typo fix "hoo4a" -> "hook".
10484
10485         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10486
10487 2010-08-14  Glenn Morris  <rgm@gnu.org>
10488
10489         * gnus-sync.el (gnus-sync): Fix defgroup version.
10490
10491 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10492
10493         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10494
10495         * gnus-sync.el: Fix docs.
10496         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10497         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10498
10499 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10500
10501         Optimizations for gnus-sync.el.
10502
10503         * gnus-sync.el: Add docs about gnus-sync-backend
10504         possibilities.
10505         (gnus-sync-save): Remove unnecessary message.
10506         (gnus-sync-read): Optimize and show what groups were skipped.
10507
10508 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10509
10510         Minor bug fixes for gnus-sync.el.
10511
10512         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10513         Don't read the sync on get-new-news.
10514
10515         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10516         quiet.
10517
10518         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10519         (fix typo).
10520
10521 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10522
10523         Make saving and restoring of hidden threads work with overlays.
10524         Patch applied by Ted Zlatanov.
10525
10526         * gnus-sum.el (gnus-hidden-threads-configuration)
10527         (gnus-restore-hidden-threads-configuration): Update to deal with text
10528         properties, rather than searching for a magic character.
10529
10530 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10531
10532         New gnus-sync.el library for synchronization of marks.
10533
10534         * gnus-sync.el: New library for synchronization of marks.
10535
10536         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10537         renamed from `gnus-registry-grep-in-list'.
10538
10539         * gnus-registry.el (gnus-registry-follow-group-p):
10540         Use `gnus-grep-in-list'.
10541
10542         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10543
10544 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10547         determining charset of text fails.
10548
10549 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * nnmail.el (nnmail-get-new-mail-1): Revert.
10552
10553         * nnml.el (nnml-active-number): Make sure names of newly created groups
10554         in nnml-group-alist are encoded.
10555
10556 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10559         containing non-ASCII characters in active file for nnml back end.
10560
10561 2010-07-24  David Engster  <dengste@eml.cc>
10562
10563         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10564         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10565
10566 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10567
10568         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10569         tag (Bug#6654).
10570
10571 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10574         the article buffer, not the summary buffer.
10575
10576 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10579         Emacs 23 as well.
10580
10581 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10584         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10585
10586 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10587
10588         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10589         Patch applied by Karl Fogel.
10590
10591         * gnus-sum.el (gnus-summary-bookmark-make-record):
10592         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10593
10594 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10595
10596         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10597         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10598         C-w still not working correctly from Article buffers; Thierry's
10599         patch to fix that will be applied after this.
10600
10601         * gnus-art.el (bookmark-make-record-function): New local variable.
10602
10603         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10604         article buffer.
10605         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10606
10607 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10608
10609         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10610         on changes in bookmark.el.
10611
10612 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10615         `no-log' instead of message not to log prompt string.
10616
10617 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10618
10619         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10620         the *other* type of HTML form submission.
10621
10622 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10623
10624         * auth-source.el (auth-source-pick): If choice does not contain a
10625         questioned keyword, set the check to t.
10626
10627 2010-06-12  Romain Francoise  <romain@orebokech.com>
10628
10629         * gnus-util.el (gnus-date-get-time): Move up before first use.
10630
10631 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10634         (gnus-article-edit-part): Bind it to make last part that is substituted
10635         or deleted visible.
10636         (gnus-mime-display-single): Buttonize part of which id equals to
10637         gnus-mime-buttonized-part-id.
10638
10639 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10640
10641         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10642         (gnus-dd-mmm): Use gnus-date-get-time.
10643         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10644         simplify logic.
10645         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10646         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10647
10648 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10649
10650         * auth-source.el (top): Autoload `secrets-list-collections',
10651         `secrets-create-item', `secrets-delete-item'.
10652         (auth-sources): Fix tag string.
10653         (auth-get-source, auth-source-retrieve, auth-source-create)
10654         (auth-source-delete): New defuns.
10655         (auth-source-pick): Rewrite in order to avoid 2 passes.
10656         (auth-source-forget-user-or-password): New parameter USERNAME.
10657         (auth-source-user-or-password): New parameters CREATE-MISSING and
10658         DELETE-EXISTING.  Retrieve password interactively, if needed.
10659
10660 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10661
10662         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10663         deleting unused directories when gnus-expert-user is t.
10664
10665 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10668         for each temp file when gnus-article-browse-delete-temp is ask.
10669
10670 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10671
10672         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10673         Replace Lisp calls to delete-backward-char by calls to delete-char.
10674
10675 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10676
10677         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10678
10679 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10680
10681         * password-cache.el (password-cache-remove): Fix docstring.
10682
10683 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10686         article unless decoding article to be saved.
10687
10688 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10691         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10692         generated within the mm-with-unibyte-current-buffer macro.
10693
10694 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10697         to nil when we're in a mml-preview buffer and no group is selected.
10698
10699 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10700
10701         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10702         when catching the `C-g'.  Reported by "Leo".
10703
10704 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * message.el (message-forward-make-body-plain)
10707         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10708         multibyte-string-p.
10709
10710         * lpath.el: Revert.
10711
10712 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * message.el (message-forward-make-body-mml): Assume original message
10715         is multibyte string; error on unibyte.
10716         (message-forward-make-body-plain): Ditto; don't add excessive newline
10717         in body end.
10718
10719         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10720
10721 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10722
10723         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10724         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10725
10726 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * mm-extern.el (mm-extern-url): Don't use
10729         mm-with-unibyte-current-buffer.
10730         (mm-extern-cache-contents): Use with-current-buffer instead of
10731         save-excursion + set-buffer.
10732
10733 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * mm-util.el (mm-emacs-mule): Remove.
10736
10737 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10738
10739         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10740         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10741         change.
10742
10743 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10746         bind the default value of enable-multibyte-characters to nil.
10747
10748 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * message.el (message-forward-make-body-plain)
10751         (message-forward-make-body-mml):
10752         Don't use mm-with-unibyte-current-buffer.
10753
10754 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10755
10756         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10757
10758 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10759
10760         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10761         (Bug#5592).
10762
10763 2010-05-07  Julien Danjou  <julien@danjou.info>
10764
10765         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10766         it to mm-pipe-part.
10767
10768         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10769         it is given.
10770
10771 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * binhex.el (binhex-decode-region-internal):
10774         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10775         (dns-query):
10776         * nnweb.el (nnweb-gmane-search):
10777         * pgg-parse.el (pgg-parse-armor):
10778         * pgg.el (pgg-verify-region):
10779         * sha1.el (sha1-string-external):
10780         * uudecode.el (uudecode-decode-region-internal):
10781         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10782         XEmacs.
10783
10784         * gnus-art.el (gnus-article-browse-html-parts):
10785         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10786         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10787         make-temp-file.
10788
10789         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10790         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10791         compiling.
10792
10793         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10794         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10795         XEmacs when compiling.
10796
10797         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10798         gnus-pick-mode-off-hook for XEmacs when compiling.
10799         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10800         gnus-binary-mode-off-hook for XEmacs when compiling.
10801
10802         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10803         Return nil if char-charset is not available.
10804
10805         * imap.el (imap-disable-multibyte)
10806         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10807         macros.
10808
10809         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10810         instead of encode-coding-string.
10811
10812         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10813         'xemacs) instead of mm-emacs-mule to switch function definitions.
10814         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10815
10816         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10817         bind temporary-file-directory for XEmacs;
10818         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10819         timer-set-function for XEmacs 21.4 and SXEmacs;
10820         bind timer-list for XEmacs 21.4 and SXEmacs;
10821         fbind char-charset and find-charset-region for non-Mule XEmacs;
10822         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10823         encode-coding-region and encode-coding-string for XEmacs having no
10824         file-coding feature.
10825
10826 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10827
10828         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10829
10830 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10833         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10834
10835 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10836
10837         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10838         alias `jka-compr-delete-temp-file' no longer exists.
10839
10840 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10841
10842         Use define-minor-mode in Gnus where applicable.
10843         * mml.el (mml-mode): Use define-minor-mode.
10844         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10845         (gnus-undo-mode): Use define-minor-mode.
10846         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10847         (gnus-dead-summary-mode): Use define-minor-mode.
10848         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10849         Initialize in declaration.
10850         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10851         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10852         (gnus-mailing-list-mode): Use define-minor-mode.
10853         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10854         (gnus-draft-mode): Use define-minor-mode.
10855         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10856         (gnus-dired-mode): Use define-minor-mode.
10857
10858 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10859
10860         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10861         handles on recursive mml-to-mime translation and check them for
10862         boundary delimiter collisions.  Reported by Greg Troxel.
10863
10864 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10867
10868 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10869
10870         * mm-util.el (mm-find-buffer-file-coding-system):
10871         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10872
10873 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10874
10875         * message.el (message-generate-headers): Record insertion of optional
10876         headers as well.  Otherwise the check to prevent repeated insertion of
10877         optional headers is a no-op.
10878
10879 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10880
10881         * smime.el: Don't mention CVS.
10882
10883         * nnrss.el (nnrss-fetch): Don't mention CVS.
10884
10885         * nnir.el: Don't mention CVS.
10886
10887 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10888
10889         * gnus-sum.el (gnus-summary-bookmark-make-record):
10890         Add `location' field.
10891
10892 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * lpath.el: Fbind bookmark-default-handler,
10895         bookmark-get-bookmark-record, bookmark-make-record-default,
10896         bookmark-prop-get for Emacs <23 and XEmacs.
10897
10898 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10899
10900         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10901         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10902         Use with-current-buffer to silence the byte-compiler.
10903         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10904         bother to require `gnus'.
10905         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10906
10907 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10908
10909         * gnus-sum.el (gnus-summary-bookmark-make-record)
10910         (gnus-summary-bookmark-jump): New functions.
10911         (gnus-summary-mode): Setup bookmark support.
10912
10913 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10914
10915         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10916         if set.
10917
10918 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10921         gnus-article-browse-html-save-cid-image; make it work recursively for
10922         forwarded messages as well.
10923         (gnus-article-browse-html-parts): Work when prefix arg is given.
10924         (gnus-article-browse-html-article): Doc fix.
10925
10926 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10927
10928         * message.el (message-default-mail-headers):
10929         (message-default-headers): Carry the value mail-default-headers over
10930         into message-default-mail-headers, rather than message-default-headers.
10931
10932 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10933
10934         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10935         charset.
10936
10937         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10938         charset into the <meta> tag when the article is encoded to utf-8.
10939
10940 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-art.el (gnus-article-browse-delete-temp-files):
10943         Delete directories as well.
10944         (gnus-article-browse-html-parts): Work for images that do not specify
10945         file names; delete temp directory when quitting; insert header at the
10946         right place; use file: scheme for image files.
10947
10948 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10949
10950         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10951         (gnus-article-browse-html-parts): Use it to make temporary cid image
10952         files in addition to html file so that browser may display them.
10953
10954 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10957
10958 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10959
10960         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10961
10962 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10963
10964         * auth-source.el (auth-sources): Change default to be simpler.
10965         Explain about Secret Service API sources.  Improve Customize options.
10966         (auth-source-pick): Change to accept any number of search parameters.
10967         Implement fallbacks iteratively, not recursively.  Add scoring on the
10968         second pass and sort by score.  Call Secret Service API when needed.
10969         (auth-source-user-or-password): Use it.  Call Secret Service API
10970         directly when needed to get the user name and the password.
10971
10972 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10973
10974         * message.el (message-interactive): Doc fix.
10975         (message-qmail-inject-args): Reflow.
10976         (message-kill-to-signature): Fix typo in docstring.
10977
10978         * smiley.el (smiley-buffer): Fix typo in docstring.
10979
10980 2010-03-24  Glenn Morris  <rgm@gnu.org>
10981
10982         * mail-source.el (gnus-message): Declare.
10983         (mail-source-delete-old-incoming): Require gnus-util.
10984
10985 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10988
10989         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10990
10991         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10992         password-cache's default if it is not bound.
10993         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10994         password-cache-expiry's default if it is not bound.
10995
10996         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10997         available in Emacs 21.
10998
10999         * lpath.el: Suppress compiler warnings for:
11000         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11001         XEmacs;
11002         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11003         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11004         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11005
11006 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11007
11008         * auth-source.el (auth-sources): Fix up definition so extra parameters
11009         are always inline.
11010
11011 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11012
11013         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11014         wasn't updated after mismatch.  Clear cached mailbox info correctly
11015         when uidvalidity changes.
11016         (nnimap-group-prefixed-name): New function to avoid some code
11017         duplication.
11018         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11019         (nnimap-request-group): Use it.
11020         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11021         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11022         with many imap folders.  This is done by caching the group status from
11023         the imap server persistently in a group parameter `imap-status'.  (This
11024         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11025         but not persistently, so every Gnus startup was still very slow.)
11026
11027 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11028
11029         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11030         delete the extra newline.  Otherwise editing of :string and :number
11031         types don't work.
11032
11033 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11034
11035         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11036         secrets.el dependency.
11037         (auth-sources): Add optional user name.  Add secrets.el configuration
11038         choice (unused right now).
11039
11040 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11041
11042         * gnus-sum.el (gnus-summary-make-menu-bar):
11043         Let `gnus-registry-install-shortcuts' fill in the functions.
11044
11045         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11046         warnings.
11047         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11048         (gnus-registry-install-shortcuts): Populate and use it in a
11049         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11050
11051 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11052
11053         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11054         In-place substitutions for the group name encoding/decoding.
11055         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11056         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11057         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11058         (nnimap-update-unseen, nnimap-request-list)
11059         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11060         (nnimap-request-set-mark, nnimap-split-to-groups)
11061         (nnimap-split-articles, nnimap-request-newgroups)
11062         (nnimap-request-create-group, nnimap-request-accept-article)
11063         (nnimap-request-delete-group, nnimap-request-rename-group)
11064         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11065         `encoded-mbx' for consistency.
11066         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11067         variable `imap-current-mailbox'.
11068
11069         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11070         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11071
11072 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11073
11074         * pop3.el (pop3-display-message-size-flag): Display message size byte
11075         counts during POP3 download.
11076         (pop3-movemail): Use it.
11077         (pop3-list): Implement listing of available messages.
11078
11079 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11080
11081         * nnir.el (nnir-get-article-nov-override-function): New function to
11082         override the normal NOV retrieval.
11083         (nnir-retrieve-headers): Use it.
11084
11085 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11086
11087         * auth-source.el (netrc-machine-user-or-password): Autoload.
11088
11089 2010-03-19  Glenn Morris  <rgm@gnu.org>
11090
11091         Stop message.el from loading about 40 libraries it doesn't always need.
11092         The general approach is to autoload rather than require, and to
11093         require in the specific functions rather than the file.  (Bug#5642)
11094
11095         * gmm-utils.el: Don't require wid-edit.
11096         (widget-create-child-value, widget-convert, widget-default-get):
11097         Autoload.
11098
11099         * gnus-util.el: Don't require time-date, netrc.
11100         (message-fetch-field, gnus-group-name-decode): Declare rather than
11101         autoloading.
11102         (gnus-fetch-field): Require message.
11103         (gnus-decode-newsgroups): Require gnus-group.
11104
11105         * ietf-drums.el: Don't require time-date.
11106
11107         * message.el: Don't require hashcash, canlock, ecomplete.
11108         Do require mail-utils.  Require nnheader only when compiling.
11109         (smtpmail-default-smtp-server): Remove declaration.
11110         (message-send-mail-function): Check smtpmail-default-smtp-server
11111         is bound rather than requiring smtpmail.
11112         (message-auto-save-directory, message-insert-signature):
11113         Use expand-file-name rather than nnheader-concat.
11114         (nnheader-insert-file-contents): Autoload.
11115         (hashcash-wait-async): Declare.
11116         (message-send-mail): Only call gnus-setup-posting-charset if
11117         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11118         (message-send-mail-with-sendmail): Require sendmail.
11119         (canlock-password, canlock-password-for-verify): Declare.
11120         (message-canlock-password): Require canlock.
11121         (nnheader-get-report): Autoload.
11122         (gnus-setup-posting-charset): Declare.
11123         (message-send-news): Require gnus-msg.
11124         (message-make-references, message-make-in-reply-to): Use mail-header-id
11125         rather than the alias mail-header-message-id.
11126         (ecomplete-add-item, ecomplete-save): Declare.
11127         (message-put-addresses-in-ecomplete): Require ecomplete.
11128         (ecomplete-display-matches): Autoload.
11129
11130         * mm-decode.el: Don't require mailcap, gnus-util.
11131         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11132         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11133         Autoload.
11134         (mailcap-mime-extensions): Declare.
11135
11136         * mm-encode.el: Don't require mailcap.
11137         (mailcap-extension-to-mime): Autoload.
11138
11139         * mml-sec.el: Don't require password-cache.
11140
11141         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11142         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11143         (mml-minibuffer-read-type): Require mailcap.
11144         (mml-preview): Require gnus-msg.
11145
11146         * mml1991.el: Require password-cache.
11147         (password-cache-expiry): Remove declaration.
11148
11149         * mml2015.el: Require password-cache.
11150         (password-cache-expiry): Remove declaration.
11151
11152         * nneething.el (mailcap): Require mailcap.
11153
11154         * nnheader.el (declare-function): Add compatibility stub.
11155         (message-remove-header): Declare rather than autoload.
11156         (nnheader-replace-header): Require message.
11157
11158         * nnimap.el (declare-function): Add compatibility stub.
11159         (netrc-parse, netrc-machine-user-or-password): Declare.
11160         (nnimap-open-connection): Require netrc.
11161
11162         * nntp.el (declare-function): Add compatibility stub.
11163         (netrc-parse, netrc-machine, netrc-get): Declare.
11164         (nntp-send-authinfo): Require netrc.
11165
11166         * rfc2047.el: Don't require qp.
11167         (quoted-printable-encode-region, quoted-printable-decode-string):
11168         Autoload.
11169
11170         * sieve-mode.el: Don't require easymenu.
11171         (easy-menu-add-item): Autoload it.
11172
11173         * spam-stat.el (time-to-number-of-days): Autoload it.
11174
11175 2010-03-19  Glenn Morris  <rgm@gnu.org>
11176
11177         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11178
11179 2010-03-18  Glenn Morris  <rgm@gnu.org>
11180
11181         * hashcash.el (declare-function): Remove duplicate definition.
11182
11183 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11184
11185         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11186         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11187         value if any backslash escapes).
11188
11189 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11192         if it is available.  (bug#5647)
11193
11194         * lpath.el: Suppress compiler warning for coding-system-from-name for
11195         Emacs 21 and XEmacs.
11196
11197 2010-03-14  Juri Linkov  <juri@jurta.org>
11198
11199         * hmac-def.el:
11200         * hmac-md5.el:
11201         * netrc.el: Fix keywords.
11202
11203 2010-02-26  Glenn Morris  <rgm@gnu.org>
11204
11205         * message.el (message-send-mail-function): Change the default, so that
11206         it inherits from a customized send-mail-function.  (Bug#5643)
11207
11208 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11209
11210         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11211         shell-command-to-string signals an error (bug#5299).
11212
11213 2010-02-24  Glenn Morris  <rgm@gnu.org>
11214
11215         * message.el (message-smtpmail-send-it)
11216         (message-send-mail-with-mailclient): Doc fixes.
11217
11218 2010-02-16  Glenn Morris  <rgm@gnu.org>
11219
11220         * message.el (message-default-mail-headers): Change the default value
11221         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11222
11223 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11226         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11227
11228 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11229
11230         * time-date.el (date-to-time): Doc fix (Bug#5408).
11231
11232 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11233
11234         * message.el (message-mail): Just pass yank-action on to message-setup.
11235         (message-setup): Handle (FUN . ARGS) form of yank-action.
11236         (message-with-reply-buffer, message-widen-reply)
11237         (message-yank-original): Handle non-buffer values of
11238         message-reply-buffer (Bug#4080).
11239         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11240
11241 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11242
11243         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11244         Fix typo in docstring.
11245
11246 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11247
11248         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11249         response.
11250
11251 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11254
11255         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11256
11257         * message.el (message-check-news-header-syntax): Protect against a
11258         string that `rfc822-addresses' returns when parsing fails.
11259
11260 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11263         (gnus-previous-char-property-change): New functions.
11264
11265         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11266
11267 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11268
11269         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11270         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11271
11272 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11273
11274         * message.el (message-exchange-point-and-mark): Rework last change to
11275         avoid using optional arg of exchange-point-and-mark, for backward
11276         compatibility.
11277
11278 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11279
11280         * message.el (message-exchange-point-and-mark):
11281         Call exchange-point-and-mark with an argument rather than setting
11282         mark-active by hand (Bug#5175).
11283
11284 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * nntp.el (nntp-service-to-port): Work for service expressed with
11287         numeric string; replace [:digit:] with [0-9] for XEmacs.
11288
11289 2009-12-17  Glenn Morris  <rgm@gnu.org>
11290
11291         * gnus-group.el (gnus-bug-group-download-format-alist):
11292         Change emacs entry to debbugs.gnu.org.  Bump :version.
11293
11294 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11297
11298 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11299
11300         * message.el (message-info): Explain why we use `Info-goto-node'.
11301
11302 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11305
11306 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11307
11308         * message.el (message-completion-in-region): New compatibility function.
11309         (message-expand-group): Use it.
11310
11311 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11314         with no unread article should be listed if the 2nd arg `predicate' is
11315         given.
11316
11317 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11320
11321 2009-11-29  Juri Linkov  <juri@jurta.org>
11322
11323         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11324         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11325         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11326
11327 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11328
11329         * sha1.el (sha1-string-external): default-directory "/" in case
11330         otherwise non-existent.  process-connection-type pipe for touch of
11331         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11332
11333 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11334
11335         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11336         it's comms related and sgml-mode.el has "comm" on that basis too.
11337
11338 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11341         containing tspecial characters if they have been already quoted.
11342
11343 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11344
11345         * dns-mode.el (auto-mode-alist): Purecopy string.
11346
11347 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11348
11349         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11350
11351 2009-10-24  Glenn Morris  <rgm@gnu.org>
11352
11353         * gnus-art.el (help-xref-stack-item): Define for compiler.
11354
11355 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11356
11357         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11358
11359 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11362
11363 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11366         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11367
11368 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11371         (gnus-overlays-in): New alias to overlays-in.
11372
11373         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11374         gnus-overlay-get, and gnus-delete-overlay.
11375         (gnus-summary-show-thread): Make it work as well for systems in which
11376         next-single-char-property-change is not available.
11377         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11378
11379         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11380         (gnus-overlay-get): New alias to extent-property.
11381         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11382
11383         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11384         SXEmacs.
11385
11386         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11387         SXEmacs.
11388
11389 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11392
11393 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11394
11395         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11396         and XEmacs that don't have `remove-overlays'.
11397
11398 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11399
11400         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11401         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11402         selective display.  Use overlays instead.
11403
11404 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11405
11406         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11407
11408 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11409
11410         * spam-stat.el (spam-stat-load): Fix typo in message.
11411
11412 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11413
11414         * dig.el (dig-invoke): Fix typo in docstring.
11415         (query-dig): Reflow docstring.
11416
11417 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11418
11419         * gnus-art.el (gnus-article-encrypt-body):
11420         * message.el (message-check-recipients):
11421         * mm-util.el (mm-codepage-setup):
11422         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11423         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11424
11425 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11426
11427         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11428         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11429         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11430         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11431         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11432
11433 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11434
11435         * dig.el: Add "Keywords: comm", as per net-utils.el.
11436
11437 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11438
11439         * dig.el (dig-mode): Use define-derived-mode.
11440
11441 2009-09-19  Glenn Morris  <rgm@gnu.org>
11442
11443         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11444
11445 2009-09-18  Glenn Morris  <rgm@gnu.org>
11446
11447         * gnus-diary.el (gnus-diary-check-message):
11448         * message.el (message-insert-formatted-citation-line):
11449         * nnbabyl.el (top-level):
11450         * nndiary.el (nndiary-schedule):
11451         Fix typos in condition-case handlers.
11452
11453 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11456         configuration that provides the sole article window in a frame;
11457         position point correctly after deleting a part.
11458
11459 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11460
11461         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11462         (spam-resolve-registrations-routine): Use it to unregister articles
11463         that change status.
11464
11465 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11468         with XEmacs.
11469         (parse-time-string-chars): Use it.
11470
11471 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11472
11473         * imap.el (imap-interactive-login): Better messages.
11474         (imap-open): Fix bug with renamed buffer on reconnect.
11475         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11476         for easier debugging and cleaner code.  On successful (guessed based on
11477         server capabilities) secondary authentication, set imap-state
11478         correctly.
11479         (imap-last-authenticator): Define imap-last-authenticator as a variable
11480         to avoid warnings.
11481
11482 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * nnrss.el (nnrss-request-article): Remove binding of
11485         default-enable-multibyte-characters that has gotten needless by
11486         the 2007-07-13 change in rfc2047-encode-message-header.
11487
11488         * mml.el (mml-insert-multipart): Error on the message header.
11489         (mml-insert-part): Error on the message header; position point at
11490         the end of a MIME tag.
11491
11492 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * time-date.el (autoload): Expand define-obsolete-function-alias into
11495         defalias and make-obsolete for old Emacsen that Gnus supports.
11496         (with-no-warnings): Define it for old Emacsen.
11497         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11498         is available.
11499         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11500         float-time is available; suppress compile warning for time-to-seconds.
11501
11502         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11503         (gnus-float-time): Alias to float-time if it exists.
11504
11505         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11506         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11507         float-time is available; suppress compile warning for time-to-seconds.
11508
11509         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11510         XEmacs.
11511
11512 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11513
11514         * imap.el (imap-message-map): Docstring fix.
11515
11516 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11519         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11520         Add the optional argument `encoding' that overrides the default.
11521
11522         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11523         mm-encode-buffer.
11524
11525 2009-09-04  Glenn Morris  <rgm@gnu.org>
11526
11527         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11528         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11529         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11530         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11531         * mm-util.el (mm-with-unibyte-current-buffer)
11532         (mm-find-buffer-file-coding-system):
11533         * yenc.el (yenc-decode-region): Use default-value rather than
11534         default-enable-multibyte-characters.
11535
11536 2009-09-03  Glenn Morris  <rgm@gnu.org>
11537
11538         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11539         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11540         than default-enable-multibyte-characters.
11541
11542 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11543
11544         * gnus-art.el (gnus-article-read-summary-keys):
11545         Fix gnus-buffer-configuration's value temporarily used.
11546
11547 2009-09-02  Glenn Morris  <rgm@gnu.org>
11548
11549         * gnus-util.el (gnus-float-time): New function.
11550         * gnus-delay.el (gnus-delay-article):
11551         * gnus-sum.el (gnus-thread-latest-date):
11552         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11553         * nnspool.el (nnspool-request-newgroups):
11554         Use gnus-float-time rather than time-to-seconds.
11555         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11556
11557         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11558         (gnus-header-subject-face, gnus-header-newsgroups-face)
11559         (gnus-header-name-face, gnus-header-content-face):
11560         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11561         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11562         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11563         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11564         (gnus-cite-face-11):
11565         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11566         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11567         (gnus-server-closed-face, gnus-server-denied-face)
11568         (gnus-server-offline-face):
11569         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11570         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11571         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11572         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11573         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11574         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11575         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11576         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11577         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11578         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11579         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11580         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11581         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11582         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11583         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11584         (gnus-summary-high-undownloaded-face)
11585         (gnus-summary-low-undownloaded-face)
11586         (gnus-summary-normal-undownloaded-face)
11587         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11588         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11589         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11590         (gnus-splash-face):
11591         * message.el (message-header-to-face, message-header-cc-face)
11592         (message-header-subject-face, message-header-newsgroups-face)
11593         (message-header-other-face, message-header-name-face)
11594         (message-header-xheader-face, message-separator-face)
11595         (message-cited-text-face, message-mml-face):
11596         * sieve-mode.el (sieve-control-commands-face)
11597         (sieve-action-commands-face, sieve-test-commands-face)
11598         (sieve-tagged-arguments-face):
11599         * spam.el (spam-face):
11600         Mark face aliases with "-face" in the name as obsolete.
11601
11602 2009-09-01  Glenn Morris  <rgm@gnu.org>
11603
11604         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11605         than goto-line.
11606
11607 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11610         Don't move point if the command is invoked inside the message header.
11611
11612 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11613
11614         * imap.el (imap-send-command): Simplify.
11615         (imap-wait-for-tag): point-max -> buffer-size.
11616
11617 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11618
11619         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11620         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11621         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11622         * nnir.el (nnir-swish-e-index-file):
11623         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11624         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11625         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11626         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11627         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11628         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11629
11630 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11633         Don't save excursion.
11634
11635 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11636
11637         * nnheader.el (nnheader-find-file-noselect):
11638         * mm-util.el (mm-insert-file-contents):
11639         Use (default-value 'major-mode) instead of default-major-mode.
11640
11641 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11642
11643         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11644
11645 2009-08-26  Glenn Morris  <rgm@gnu.org>
11646
11647         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11648         than placing in files.el.
11649
11650 2009-08-25  Glenn Morris  <rgm@gnu.org>
11651
11652         * nnir.el (top-level): Don't require cl at run-time.
11653         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11654         Replace cl-function substitute with gnus-replace-in-string.
11655         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11656         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11657         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11658         simplified expansions.
11659
11660 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11661
11662         * dig.el (dig): Add autoload cookie.
11663
11664 2009-08-22  Glenn Morris  <rgm@gnu.org>
11665
11666         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11667         goto-line.
11668
11669 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11670
11671         * parse-time.el (parse-time-string-chars): Save match data.
11672
11673 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11674
11675         * parse-time.el (parse-time-string-chars): Compute using character
11676         classes, to handle non-ascii characters (Bug#3190).
11677
11678 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11681
11682         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11683         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11684         (gnus-mm-display-part, gnus-mime-display-single)
11685         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11686         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11687
11688         * gnus-sum.el
11689         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11690         (gnus-summary-move-article): Add expirable mark to articles copied or
11691         moved to group that has auto-expire turned on if the option is non-nil.
11692
11693 2009-07-24  Glenn Morris  <rgm@gnu.org>
11694
11695         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11696         Fix typo.  (Bug#3903)
11697
11698 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11701         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11702         that should not be used for draft articles.
11703         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11704         that has no concern in minor mode keys.
11705         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11706         Abolish.
11707
11708 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11711         article without making inquiry to a user for unknown encoding.
11712
11713         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11714         (nnmaildir--scan): Assume i-node and device number that file-attributes
11715         returns might be cons-cell.
11716
11717         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11718
11719         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11720
11721 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11722
11723         * auth-source.el: Remove docs now in auth.texi.  Don't use
11724         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11725         `auth-source-hide-passwords' and use them.
11726
11727 2009-07-15  Glenn Morris  <rgm@gnu.org>
11728
11729         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11730
11731 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11734         excessive whitespace from the default values of title and description.
11735
11736 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11739         mail-fetch-field to fetch Content-Description header in order to
11740         exclude newlines.
11741
11742 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11743
11744         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11745         format used by GnuPG 2.0.11.
11746
11747 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11750         to deleted part.
11751
11752 2009-05-30  David Engster  <dengste@eml.cc>
11753
11754         * nnmairix.el: Remove old documentation in the commentary block.
11755         (nnmairix-request-group): Do not update active file for nnml back ends.
11756         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11757         end so that overview files are ignored.
11758         (nnmairix-update-groups): Make updating the groups more robust by using
11759         marks.
11760         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11761         with dollar characters in message-id.
11762
11763 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11766         2008-12-25 in dns.el.
11767
11768 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11769
11770         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11771         could happen if the text is only composed of spaces and/or tabs.
11772
11773 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11774
11775         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11776         when sending a queued message to avoid extra mml tags.
11777
11778 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11781
11782 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11785         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11786         rmail-toggle-header for XEmacs;
11787         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11788
11789 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-dired.el: Remove autoload for gnus-setup-message.
11792         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11793         displaying Gnus logo; always use compose-mail.
11794
11795 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11798
11799 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11802         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11803         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11804         available.
11805         (gnus-nocem-epg-verify): New function.
11806
11807 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11810
11811 2009-02-15  Glenn Morris  <rgm@gnu.org>
11812
11813         * gnus-util.el (rmail-insert-rmail-file-header)
11814         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11815         autoloads.
11816         (rmail-default-rmail-file): Remove unnecessary declaration.
11817         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11818
11819 2009-02-14  Glenn Morris  <rgm@gnu.org>
11820
11821         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11822         variable (only used in gnus-util, which declares it anyway).
11823         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11824         which was only needed by gnus-art (changed to not use it any more).
11825         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11826         only used in gnus-util, which autoloads it itself.
11827         (rmail-update-summary): Fix autoload.
11828
11829         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11830         rather than rmail-output-to-rmail-file.
11831
11832 2009-02-07  Glenn Morris  <rgm@gnu.org>
11833
11834         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11835         autoload of function that no longer exists.
11836         (rmail-toggle-header): Declare.
11837         (message-forward-rmail-make-body): Handle mbox Rmail.
11838
11839 2009-01-31  Glenn Morris  <rgm@gnu.org>
11840
11841         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11842         2009-01-09 change.
11843
11844 2009-01-31  Dave Love  <fx@gnu.org>
11845
11846         * imap.el (imap-fetch-safe): Bind debug-on-error.
11847         (imap-debug): Add imap-fetch-safe.
11848
11849 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11850
11851         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11852         (auth-source-forget-all-cached): New convenience function.
11853         (auth-source-user-or-password): Accept list of modes or a single mode.
11854
11855         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11856         auth-source modes.
11857
11858         * netrc.el (netrc-machine-user-or-password): Use list of
11859         auth-source modes.
11860
11861         * nnimap.el (nnimap-open-connection): Use list of
11862         auth-source modes.
11863
11864         * nntp.el (nntp-send-authinfo): Use list of
11865         auth-source modes.
11866
11867 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11868
11869         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11870         now.
11871
11872 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11875         coding system in XEmacs; add a workaround for XEmacs.
11876
11877         * lpath.el: Fbind coding-system-aliasee.
11878
11879 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11882         of current-language-environment.
11883
11884 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11887         available at runtime.
11888
11889 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11892
11893 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11894
11895         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11896         the greatest positive fixnum value doesn't work under an XEmacs with
11897         bignum support; use the most-positive-fixnum constant instead,
11898         available since Emacs 21.1 with cl and XEmacs 21.1.
11899
11900 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11903         XEmacs gets not to work.
11904
11905 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * mm-util.el (mm-coding-system-priorities): Allow the value like
11908         "Japanese (UTF-8)" of current-language-environment.
11909
11910 2009-01-09  Glenn Morris  <rgm@gnu.org>
11911
11912         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11913         with last-command-event.
11914
11915 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11918         in the doc string.
11919
11920         * message.el (message-fix-before-sending): Amend comment.
11921
11922 2009-01-08  Dave Love  <fx@gnu.org>
11923
11924         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11925
11926 2009-01-07  David Engster  <dengste@eml.cc>
11927
11928         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11929         simplified server definitions by converting it via
11930         gnus-server-to-method.
11931
11932 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11935         parameter's operands.
11936
11937 2009-01-06  David Engster  <dengste@eml.cc>
11938
11939         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11940         primary select method (for gnus-group-mark-article-as-read).
11941
11942 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11943
11944         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11945         `(gnus)Face', not `(gnus)X-Face'.
11946
11947 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * mm-util.el (mm-ucs-to-char): New function.
11950
11951         * mm-url.el (mm-url-decode-entities): Use it.
11952
11953         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11954         unicode-to-char.
11955
11956 2009-01-05  Dave Love  <fx@gnu.org>
11957
11958         * time-date.el: Require cl for `declare'.
11959
11960 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11963         Dave Love.
11964
11965 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11966
11967         * message.el (message-fix-before-sending): Add `eight-bit' to
11968         illegible-text check.
11969
11970 2009-01-03  Michael Olson  <mwolson@gnu.org>
11971
11972         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11973         `headers' is nil.  This can occur if the IMAP server does not have
11974         permissions to read messages from a folder, but can write new messages
11975         to the folder.
11976         (nnimap-request-article-part): Do not insert `data' if it is nil.
11977
11978         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11979         characters which will confuse `read', so skip past them.
11980
11981 2009-01-01  Dave Love  <fx@gnu.org>
11982
11983         * imap.el (imap-string-to-integer): Fix typo.
11984         (imap-fetch-safe): New function.
11985         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11986
11987         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11988
11989         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11990         (imap-parse-greeting): Fix doc strings.
11991         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11992         (imap-parse-flag-list): Make messages unique.
11993         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11994
11995         * nnimap.el: Fix author email.
11996         (nnimap-split-rule): Add FIXME comment.
11997         (nnimap-debug): Fix doc string.
11998
11999 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12002
12003 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12006         nslookup if resolv.conf isn't available.
12007         (dns-query): Rename from query-dns.
12008         (dns-query-cached): Rename from query-dns-cached.
12009
12010 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12013         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12014         to check if those variables exist (first appeared in Emacs 18.50).
12015
12016 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mm-util.el (mm-line-number-at-pos): New function.
12019
12020         * spam-report.el (spam-report-process-queue): Use it.
12021
12022 2008-12-24  David Engster  <dengste@eml.cc>
12023
12024         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12025         parameters that haven't existed as variables as buffer-local variables.
12026
12027 2008-12-23  Dave Love  <fx@gnu.org>
12028
12029         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12030         cadar.
12031
12032         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12033         imap-starttls-p.
12034         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12035
12036 2008-12-22  Dave Love  <fx@gnu.org>
12037
12038         * imap.el: Fix author email.  Doc fixes.
12039         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12040         reply.
12041
12042 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * spam-report.el (spam-report-gmane-max-requests): New constant.
12045         (spam-report-gmane-wait): New variable.
12046         (spam-report-gmane-ham, spam-report-gmane-spam)
12047         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12048         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12049         the server.
12050
12051         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12052         Add explanations.
12053
12054         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12055         nnheader-accept-process-output and nnheader-read-timeout if available.
12056         (pop3-movemail): Use it.
12057
12058         * message.el (message-check-news-body-syntax): Fix signature check if
12059         there's an attachment.
12060
12061 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * mm-util.el: Add comments to the mm- emulating functions.
12064
12065 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12068         Reported by Stephen Berman <stephen.berman@gmx.net>.
12069
12070 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * mm-util.el (mm-substring-no-properties): New function.
12073         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12074         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12075         (mm-string-to-multibyte): Doc fix.
12076
12077         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12078
12079 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * mml.el (mml-attach-file): Strip text properties from file name.
12082         (Bug#1574)
12083
12084 2008-12-16  Glenn Morris  <rgm@gnu.org>
12085
12086         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12087
12088 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12091         knows since the charset specified might be a bogus alias that
12092         mm-charset-synonym-alist provides.
12093
12094 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12097         "ISO_8859-1".
12098
12099         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12100
12101 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * mm-util.el (mm-charset-eval-alist):
12104         Define it before mm-charset-to-coding-system.
12105         (mm-charset-to-coding-system): Add optional argument `silent';
12106         define it before mm-charset-override-alist.
12107         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12108         default value if it can be used in Emacs currently running;
12109         silence mm-charset-to-coding-system.
12110
12111 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12114         `allow-override' which says whether to use `mm-charset-override-alist'.
12115         (rfc2047-decode-encoded-words): Use it.
12116
12117         * mm-util.el (mm-charset-override-alist): Fix custom type;
12118         add `(gb2312 . gbk)' to choices.
12119
12120 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12123         fast.
12124
12125         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12126
12127         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12128
12129 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12130
12131         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12132         on links.
12133
12134         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12135
12136 2008-12-03  Lute Kamstra  <lute@gnu.org>
12137
12138         * sha1.el: Remove leading * from docstrings of defcustoms,
12139         deffaces, defconsts and defuns.
12140
12141 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12144         users' addresses that don't have domain parts.
12145         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12146         rather than message-narrow-to-head since there will be the message
12147         header separator.
12148
12149 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12150
12151         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12152         since the result is inserted in a unibyte buffer anyway.
12153         (nnimap-demule-use-string-to-multibyte): Remove.
12154         (nnimap-demule): Alias it to mm-string-to-multibyte.
12155
12156 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12159         variable for debugging bug#464 and bug#1174.
12160         (nnimap-demule): Use it.
12161
12162 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12165         score calculation correctly.
12166
12167 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12168
12169         * message.el (message-send-mail): Just set the buffer to unibyte
12170         rather than use mm-with-unibyte-current-buffer which does a lot more.
12171         (message-send-mail-partially): Don't bother with
12172         mm-with-unibyte-current-buffer since it's already been made unibyte by
12173         message-send-mail.
12174
12175 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12176
12177         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12178
12179 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12180
12181         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12182
12183 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12186         require itself and to remove `with-no-warnings'.
12187
12188 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12189
12190         * starttls.el (starttls-any-program-available): Get the name of the
12191         available TLS layer program.
12192         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12193         well as the host name in the "opening" message.
12194
12195         * auth-source.el (auth-source-cache, auth-source-do-cache)
12196         (auth-source-user-or-password): Cache passwords and logins by default,
12197         allow override with `auth-source-do-cache'.
12198         (auth-source-forget-user-or-password): Allow users to remove cache
12199         entries if needed.
12200
12201 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12202
12203         * md4.el (md4-buffer): Fix typo in docstring.
12204         (md4, md4-64): Doc fixes.
12205         (md4-pack-int32): Reflow docstring.
12206
12207 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12208
12209         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12210         condition-case to only the forward-sexp call.
12211
12212 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12213
12214         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12215         quotes contained.  Make it more robust regardless by an extra
12216         condition-case wrapper.
12217
12218 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12221
12222 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * nnml.el (nnml-request-expire-articles): Check if the function set to
12225         `nnmail-expiry-target' returns the symbol `delete'.
12226
12227         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12228
12229         * nnmail.el (nnmail-expiry-target): Fix custom type.
12230
12231 2008-10-02  Glenn Morris  <rgm@gnu.org>
12232
12233         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12234         Silence compiler warning.
12235
12236 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12237
12238         * tls.el (open-tls-stream): Show the actual command being
12239         executed, instead of the format string.
12240
12241 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * lpath.el: Fbind codepage-setup for Emacs 23.
12244
12245 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12246
12247         * mml.el (mml-menu): Don't assume mml2015 is bound.
12248
12249 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12252         exists.
12253
12254 2008-09-27  Glenn Morris  <rgm@gnu.org>
12255
12256         * gnus-util.el (mail-header-remove-comments): Autoload it.
12257
12258 2008-09-27  Andreas Schwab  <schwab@suse.de>
12259
12260         * gnus-util.el (gnus-split-references): Strip comments.
12261         (gnus-parent-id): Likewise.
12262
12263 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * message.el (message-confirm-send): Fix version.
12266
12267 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * message.el (message-idna-to-ascii-rhs-1): Use
12270         mail-extract-address-components rather than mail-header-parse-addresses
12271         that is an alias by default to ietf-drums-parse-addresses that does not
12272         support non-ASCII names in headers' contents.
12273
12274 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12275
12276         * message.el (message-confirm-send): Fix variable documentation to
12277         avoid the "y/n" wording.
12278
12279 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12280
12281         * message.el (message-set-auto-save-file-name): Save to a different
12282         filename so multiple messages (especially drafts) can be recovered.
12283
12284 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12285
12286         * message.el (message-confirm-send): Add appropriate version.
12287
12288 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12289
12290         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12291         defvar.
12292
12293 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12294
12295         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12296         (mm-pkcs7-enveloped-magic): Ditto.
12297
12298 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12299
12300         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12301         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12302
12303 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12304
12305         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12306         default, it's better.
12307
12308 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12309
12310         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12311         summary line gnus-number property and ignore them (with a warning
12312         message).
12313
12314 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12317         macro caddr in the interactive form since it won't be expanded.
12318
12319 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12322         `charset'; fix name of function called recursively.
12323         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12324
12325 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12328         (gnus-mime-set-charset-parameters): New function.
12329         (gnus-mime-view-part-as-charset): Use it to correctly display part
12330         specifying wrong charset.
12331
12332 2008-09-08  David Engster  <dengste@eml.cc>
12333
12334         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12335         in completing-read for back end server.
12336
12337 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12338
12339         * message.el (message-confirm-send): New variable to confirm sending a
12340         message.
12341         (message-send): Use it.
12342
12343 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12344
12345         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12346
12347 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12350
12351 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12352
12353         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12354         prevent tracking too many groups.
12355         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12356         Use it.
12357
12358 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12359
12360         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12361         moving point to the bottom of the window in order to avoid recentering.
12362
12363 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12366
12367         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12368         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12369         (gnus-article-beginning-of-window): Fix calculation.
12370
12371 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * gnus-msg.el (gnus-summary-supersede-article)
12374         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12375         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12376         message header.
12377
12378 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12379
12380         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12381         pending output coming after the status change.
12382
12383 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12384
12385         * message.el:
12386         * gnus-start.el:
12387         * gnus-registry.el: Remove VMS support.
12388
12389 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12392         macro.
12393         (rfc2104-hash): Use it.
12394
12395 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12398         (gnus-summary-sort-by-most-recent-date): New commands.
12399         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12400         and menu entries.
12401
12402 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12405         don't redisplay article for raw contents; remove plural articles stuff.
12406
12407         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12408         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12409         on gnus-summary-save-article; display results properly.
12410
12411 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * lpath.el: No need to fbind ns-focus-frame.
12414
12415 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12418
12419 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-art.el (gnus-summary-save-in-pipe):
12422         Consider gnus-save-all-headers.
12423
12424 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12425
12426         * gnus-util.el (ns-focus-frame): Remove declaration.
12427         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12428         like x.
12429
12430 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12431
12432         * rfc2104.el (rfc2104-zero): Delete defconst.
12433         (rfc2104-hex-alist): Likewise.
12434         (rfc2104-hex-to-int): Delete func.
12435         (rfc2104-hexstring-to-bitstring): Likewise.
12436         (rfc2104-nybbles): New defconst.
12437         (rfc2104-hash): Rewrite for speed.
12438
12439 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * tls.el (open-tls-stream): Make it work with the 2nd argument
12442         BUFFER that is a string but does not exist as a buffer object, as
12443         mentioned in the doc-string.
12444
12445 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12448         SXEmacs.
12449
12450 2008-07-16  Glenn Morris  <rgm@gnu.org>
12451
12452         * gnus-util.el (ns-focus-frame): Declare for compiler.
12453
12454 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12457         set as a group parameter.
12458         (gnus-summary-save-in-pipe): Work when it is called independently.
12459         (gnus-summary-pipe-to-muttprint): Don't modify
12460         gnus-summary-pipe-output-default-command.
12461
12462 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12463
12464         * message.el (message-send-mail-with-sendmail):
12465         Display the error message.
12466
12467 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-art.el (gnus-default-article-saver):
12470         Add gnus-summary-save-in-pipe to choices.
12471         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12472         gnus-summary-pipe-output-default-command as the default command.
12473         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12474         instead of gnus-last-shell-command.
12475
12476         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12477         New user option.
12478         (gnus-summary-muttprint-program): Mention the value will be changed.
12479         (gnus-summary-save-article): Force showing of all headers.
12480         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12481
12482 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12483
12484         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12485
12486 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12487
12488         * nnimap.el (nnimap-id):
12489         * sieve-manage.el (sieve-manage-open): Doc fixes.
12490
12491 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12492
12493         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12494         if available.
12495
12496 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12497
12498         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12499
12500         * nnkiboze.el (nnkiboze-generate-group):
12501         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12502
12503         * nnmairix.el: Require CL.
12504
12505 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * dgnushack.el: Autoload get-display-table and put-display-table for
12508         XEmacs 21.5.
12509
12510         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12511         21.4 and SXEmacs.
12512
12513 2008-06-15  David Engster  <dengste@eml.cc>
12514
12515         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12516
12517 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12518
12519         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12520         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12521         runtime choice under XEmacs.
12522
12523         * gnus-sum.el (gnus-summary-set-display-table):
12524         Use `gnus-put-display-table', `gnus-get-display-table',
12525         `gnus-set-display-table' for the display table, instead of `aset'.
12526
12527         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12528         Use `gnus-put-display-table', `gnus-get-display-table',
12529         `gnus-set-display-table' for the display table.
12530
12531 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * nnmairix.el: Add autoloads.
12534
12535 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * nnmairix.el (nnmairix-delete-recreate-group)
12538         (nnmairix-update-and-clear-marks): Fix error messages.
12539
12540 2008-06-14  David Engster  <dengste@eml.cc>
12541
12542         * nnmairix.el: Upgrade to version 0.6.
12543         (nnmairix-group-toggle-propmarks-this-group)
12544         (nnmairix-group-toggle-readmarks-this-group)
12545         (nnmairix-group-delete-recreate-this-group)
12546         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12547         (nnmairix-remove-tick-mark-original-article): New commands.
12548         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12549         (nnmairix-propagate-marks-to-nnmairix-groups)
12550         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12551         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12552         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12553         functions needed for marks propagation and manipulation of read marks.
12554         (nnmairix-update-groups): New function.
12555         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12556         (nnmairix-determine-original-group-from-registry)
12557         (nnmairix-determine-original-group-from-path)
12558         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12559         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12560         New helper functions.
12561         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12562         keystrokes for new commands.
12563         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12564         (nnmairix-request-group): Check allow-fast group parameter.
12565         (nnmairix-request-create-group): Set allow-fast group parameter if
12566         nnmairix-allowfast-default is set.
12567         (nnmairix-close-group): Propagate marks upon closing if needed.
12568         (nnmairix-group-toggle-threads-this-group): Use new.
12569         nnmairix-group-toggle-parameter helper function.
12570         (nnmairix-search): Better check for empty search result.
12571         (nnmairix-goto-original-article): Use new helper functions for
12572         determining original article.
12573         (nnmairix-show-original-article): Make sure message-id is in brackets.
12574         (nnmairix-call-mairix-binary): Change variable name.
12575         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12576         helper function.
12577         (nnmairix-widget-toggle-activate): Fix doc string.
12578
12579 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * nnir.el: Require edmacro when compiling with XEmacs.
12582         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12583         available in Emacs 21.
12584
12585 2008-06-11  Glenn Morris  <rgm@gnu.org>
12586
12587         * gnus-util.el (x-focus-frame):
12588         * gnus.el (image-size):
12589         * mm-decode.el (image-size): Declare.
12590
12591         * gnus-picon.el (declare-function): Add compat definition.
12592         (image-size): Declare.
12593
12594         * gnus-group.el (tool-bar-map):
12595         * gnus-sum.el (tool-bar-map): Define for compiler.
12596
12597         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12598
12599         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12600
12601         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12602         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12603         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12604         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12605         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12606         * sieve-manage.el, spam-report.el, spam.el:
12607         Remove unnecessary eval-and-compile of autoloads.
12608
12609 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12610
12611         * auth-source.el: Precise Tramp doc.
12612
12613 2008-06-07  Glenn Morris  <rgm@gnu.org>
12614
12615         * nnmairix.el: Remove unnecessary eval-when-compile.
12616
12617 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * lpath.el: Fbind propertize for XEmacs 21.4.
12620
12621 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * nnir.el: Move here from ../contrib.
12624
12625 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12626
12627         * gnus-util.el (gnus-read-shell-command): New function.
12628         * mm-decode.el (mm-pipe-part):
12629         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12630
12631 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12634
12635 2008-06-03  Glenn Morris  <rgm@gnu.org>
12636
12637         * pop3.el (nnheader-accept-process-output): Autoload it.
12638
12639 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12642         are not 2-digit hexadecimal characters that follow `%'s.
12643
12644 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * message.el (message-bogus-recipient-p): Fix type in doc string.
12647         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12648         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12649         Improve custom options.
12650         (message-bogus-recipient-p): Adjust accordingly.
12651
12652 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12653
12654         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12655         long-form month and day names.
12656
12657 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * dgnushack.el: Autoload debug, eudc-expand-inline and
12660         pgg-snarf-keys-region for XEmacs.
12661
12662         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12663
12664         * nnmairix.el: Require edmacro when compiling with XEmacs.
12665
12666 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12669         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12670
12671 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12672
12673         * auth-source.el: Add more docs.
12674
12675         * netrc.el (netrc-machine): Always match if the port is not given.
12676
12677 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12678
12679         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12680         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12681         retrieval faster in some cases, but might make CPU usage larger.
12682         If this has any bad side effects, we might revert this change.
12683
12684         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12685         seems to make mail retrieval much, much faster.
12686         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12687         unconditionally.
12688
12689         * gnus-draft.el (gnus-group-send-queue):
12690         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12691
12692 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12695
12696         * message.el (message-bogus-address-regexp): Fix and improve custom
12697         type.
12698         (message-setup-hook): Add message-check-recipients as custom option.
12699
12700 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * message.el (message-cite-function): Remove bogus autoload which crept
12703         in during merge from v5-10.
12704
12705 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12706
12707         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12708
12709         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12710
12711         * auth-source.el: Preliminary Tramp docs.
12712         (auth-sources): Change the default auth-sources to use
12713         EPA .gpg files.
12714
12715 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12716
12717         * nntp.el: Autoload `auth-source-user-or-password'.
12718         (nntp-send-authinfo): Use it.
12719
12720         * nnimap.el: Autoload `auth-source-user-or-password'.
12721         (nnimap-open-connection): Use it.
12722
12723         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12724         for the gnus-message function.
12725         (auth-source-user-or-password): Use it.
12726
12727 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12728
12729         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12730         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12731         (rfc2104-hash): Use it.
12732
12733 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12734
12735         * gnus-art.el (gnus-article-toggle-truncate-lines):
12736         Don't use `iff' in docstring.
12737
12738 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12739
12740         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12741
12742         * gnus-util.el (gnus-extract-address-component-name)
12743         (gnus-extract-address-component-email): Convenience functions around
12744         `gnus-extract-address-components'.
12745
12746         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12747         Use `gnus-extract-address-component-email' to fix bug of comparing full
12748         sender name to `user-mail-address'.
12749
12750 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12751
12752         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12753         catch/throw to optimize.
12754         (gnus-registry-find-keywords): Just use member to find a keyword.
12755
12756 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12757
12758         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12759         is current before calling gnus-server-prepare.
12760         (gnus-server-setup-buffer, gnus-server-update-server)
12761         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12762
12763 2008-05-04  Juri Linkov  <juri@jurta.org>
12764
12765         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12766         (mailcap-file-default-commands): Use mailcap-replace-in-string
12767         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12768         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12769
12770 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12771
12772         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12773
12774 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12775
12776         * gnus.el: Bump version to 0.11.
12777
12778 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12779
12780         * gnus.el: No Gnus v0.10 is released.
12781
12782 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12783
12784         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12785         hooks.
12786         (gnus-update-read-articles): Speed up non-marks-using users.
12787         (gnus-use-marks): Define gnus-use-marks.
12788         (gnus-propagate-marks): Rename variable to something more sensible.
12789
12790 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12791
12792         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12793         (gmm-image-load-path-for-library): Fix typos in docstrings.
12794         (gmm-message): Reflow docstring.
12795
12796 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12797
12798         * mail-source.el (mail-source-set-1, mail-source-bind):
12799         Move auth-source code out of the macro to clean it up and fix bugs.
12800
12801 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12802
12803         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12804         by sender if it's equal to user-mail-address, it's likely to be
12805         useless.
12806
12807         * mail-source.el (mail-source-bind): Don't use user or password if they
12808         are not bound.  Unintern them if they are nil.  Don't use server unless
12809         it's bound, and default it to empty string otherwise.
12810
12811 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12812
12813         * mail-source.el: Load auth-source.el.
12814         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12815         get user name or password, if auth-sources is set up.
12816
12817         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12818         strategy of splitting with parent.
12819         (gnus-registry-split-fancy-with-parent)
12820         (gnus-registry-post-process-groups): Use it and fix prior
12821         bug (returning a list as the split result).
12822
12823         * auth-source.el (auth-sources): Remove server parameter.
12824         (auth-source-pick, auth-source-user-or-password)
12825         (auth-source-user-or-password-imap)
12826         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12827         (auth-source-user-or-password-sftp)
12828         (auth-source-user-or-password-smtp): Remove server parameter.
12829
12830 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12831
12832         * smime.el (smime-sign-region, smime-encrypt-region)
12833         (smime-decrypt-region):
12834         Remove redundant calls to `generate-new-buffer-name'.
12835
12836 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12837
12838         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12839         Don't use QP for message/rfc822.
12840         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12841
12842 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12843
12844         * sieve-manage.el (sieve-string-bytes): Remove.
12845         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12846         correct byte-length only if the process's coding-system is the same as
12847         the one used internally by Emacs to represent strings.
12848
12849 2008-04-22  Juri Linkov  <juri@jurta.org>
12850
12851         * mailcap.el (mailcap-file-default-commands): New function.
12852
12853 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * message.el (message-signature-separator, message-cite-function):
12856         Change custom version.
12857
12858 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12859
12860         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12861         commands.
12862         (tls-checktrust): Ditto.
12863
12864 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * mm-decode.el (mm-display-external): Make temp file read-only.
12867
12868 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12871         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12872         `C-c C-f d'.
12873
12874 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12875
12876         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12877
12878 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12879
12880         * gnus.el: Bump version to 0.9.
12881
12882 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * gnus.el: No Gnus v0.8 is released.
12885
12886 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12887
12888         * mail-source.el (mail-source-value):
12889         Prefer fboundp to functionp so it works with macros as well.
12890
12891 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12892
12893         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12894         Fix last change in case the element is not even a symbol.
12895
12896 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12897
12898         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12899         Prefer fboundp to functionp so it works with macros as well.
12900
12901 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12902
12903         * auth-source.el: Add docs.
12904         (auth-sources): Modify format to support server.
12905         (auth-source-pick, auth-source-user-or-password)
12906         (auth-source-user-or-password-imap)
12907         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12908         (auth-source-user-or-password-sftp)
12909         (auth-source-user-or-password-smtp): Add server parameter.
12910
12911 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12912
12913         * gnus-registry.el: Initialize the registry when gnus-registry-install
12914         is t.
12915
12916 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * compface.el (uncompface): Make buffer unibyte.
12919
12920 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12921
12922         * mail-source.el (mail-source-value):
12923         Prefer fboundp to functionp so it works with macros as well.
12924
12925 2008-04-05  Glenn Morris  <rgm@gnu.org>
12926
12927         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12928
12929 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12930
12931         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12932         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12933
12934         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12935         multibyteness after rather than before erasing it.
12936
12937         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12938         mm-with-multibyte.
12939         (gnus-request-article-this-buffer): Make sure the proper decoding is
12940         used if gnus-original-article-buffer happens to be unibyte.
12941
12942         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12943         default-enable-multibyte-characters.
12944
12945         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12946         default-enable-multibyte-characters.
12947
12948         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12949
12950         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12951
12952 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12953
12954         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12955         Fix last change in case the element is not even a symbol.
12956
12957 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12958
12959         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12960         (imap-message-copyuid-1): Use it.
12961         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12962         J. Williams in
12963         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12964
12965         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12966         imap-enable-exchange-bug-workaround.
12967         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12968
12969 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12970
12971         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12972         a 100 byte status-checks into a 2-3MB transfer for each group.
12973         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12974         to enable bug workaround or not.
12975         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12976
12977 2008-03-31  Glenn Morris  <rgm@gnu.org>
12978
12979         * message.el (mml2015-use): Declare for compiler.
12980         (message-info): Require mml2015 when appropriate.
12981
12982 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12985         whitespace.
12986
12987 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12988
12989         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12990         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12991         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12992         (nntp-service-to-port): New function.
12993         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12994         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12995         (nntp-open-netcat-stream): New function.
12996         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12997
12998 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12999
13000         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13001
13002 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13003
13004         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13005
13006 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13007
13008         * dns.el (dns-write): Use set-buffer-multibyte.
13009
13010 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13011
13012         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13013
13014 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * message.el (message-signature-separator): Change default.
13017         Improve custom type.
13018         (message-cite-function): Change default to
13019         message-cite-original-without-signature.
13020
13021         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13022         toggle.
13023
13024         * message.el (message-check-news-body-syntax): Fix signature check.
13025         (message-setup-1): Mark buffer as unmodified _after_ running
13026         message-setup-hook and handling message-alternative-emails.
13027         (message-shorten-references): Be more strict when building list of
13028         valid references to comply with GNKSA.
13029
13030         * gnus-group.el (gnus-read-ephemeral-bug-group)
13031         (gnus-read-ephemeral-debian-bug-group)
13032         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13033
13034         * message.el (message-info): Don't use booleanp which isn't supported
13035         in Emacs 21 and XEmacs.
13036
13037 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13038
13039         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13040         gnus-group-gmane-group-download-format.
13041         (gnus-group-read-ephemeral-gmane-group): Rename from
13042         gnus-group-read-ephemeral-gmane-group.
13043         (gnus-read-ephemeral-gmane-group-url): Rename from
13044         gnus-group-read-ephemeral-gmane-group-url.
13045         (gnus-bug-group-download-format-alist): New variable.
13046         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13047         (gnus-read-ephemeral-emacs-bug-group): New commands.
13048
13049 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13052         (gnus-visible-headers): Improve custom type.
13053
13054 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * mml.el (mml-menu): Add workarounds for XEmacs.
13057
13058         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13059         X-Boundary header.
13060
13061         * message.el (message-simplify-recipients): Fix previous commit.
13062
13063 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13064
13065         * mm-util.el (mm-set-buffer-multibyte): New function.
13066         * mm-decode.el (mm-copy-to-buffer): Use it.
13067
13068         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13069         Prefer fboundp to functionp so it works with macros as well.
13070
13071 2008-03-19  Glenn Morris  <rgm@gnu.org>
13072
13073         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13074         Accidentally removed in the sync process with Emacs.
13075
13076 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * message.el (message-alter-recipients-discard-bogus-full-name):
13079         New function.
13080         (message-alter-recipients-function): New variable.
13081         (message-get-reply-headers): Use it.
13082         (message-replace-header): New helper function.
13083         (message-recipients-without-full-name): New variable.
13084         (message-simplify-recipients): New command.
13085
13086         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13087
13088         * message.el (message-info): Handle EasyPG manual.
13089
13090         * mml.el (mml-menu): Add entry for EasyPG.
13091
13092 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13093
13094         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13095         parameter.
13096
13097         * message.el (message-disassociate-draft): Specify drafts group name
13098         fully.
13099
13100 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13101
13102         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13103         Eliminate unnecessary duplicates from the match list.
13104
13105 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13108
13109         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13110
13111         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13112         args of `how-many' of which the XEmacs version doesn't take; declare
13113         Info-index-next as function.
13114
13115 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * gnus-score.el (gnus-score-headers): Fix handling of
13118         gnus-inhibit-slow-scoring.
13119
13120         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13121         string.
13122         (gnus-button-url-regexp): Improve handling of parenthesis.
13123         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13124         (gnus-button-handle-info-keystrokes): Handle index entries.
13125
13126 2008-03-15  Glenn Morris  <rgm@gnu.org>
13127
13128         * parse-time.el (parse-time-string): Simplify.
13129
13130 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13133         Incoming* files.
13134
13135 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13136
13137         * auth-source.el (auth-sources): Rename from auth-source-choices.
13138         (auth-source-pick): Use it.
13139
13140 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13141
13142         * binhex.el (binhex-decode-region-internal):
13143         * uudecode.el (uudecode-decode-region-internal):
13144         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13145         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13146         setting default-enable-multibyte-characters.
13147
13148 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13149
13150         * auth-source.el (auth-source-protocols)
13151         (auth-source-protocols-customize, auth-source-choices): Add and
13152         modified variable customizations and defaults.
13153         (auth-source-pick, auth-source-user-or-password)
13154         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13155         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13156         (auth-source-user-or-password-sftp)
13157         (auth-source-user-or-password-smtp): Use new variables and provide an
13158         interface to netrc.el.
13159
13160 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13163         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13164         Make sure the nntp port to specify is a string.
13165
13166 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13167
13168         * nntp.el: Use with-current-buffer.
13169         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13170         dubious mm-with-unibyte-current-buffer.
13171         (nntp-with-open-group-function): New function extracted from
13172         nntp-with-open-group macro.
13173         (nntp-with-open-group): Use the function, so it's easier to debug.
13174         Add indentation and debugging info.
13175         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13176         Recommend the use of the netcat alternatives.
13177
13178         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13179         Avoid mm-string-as-multibyte as well.
13180
13181         * nnweb.el (nnweb-insert-html):
13182         Remove use of nnheader-string-as-multibyte.
13183
13184         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13185         (nnheader-string-as-multibyte): Remove.
13186
13187         * mm-view.el: Use inhibit-read-only.
13188         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13189         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13190         or unibyte-string.
13191
13192         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13193         (mm-uu-yenc-extract): Use with-current-buffer.
13194
13195         * gnus-soup.el (gnus-soup-send-packet): Don't use
13196         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13197
13198         * nnmh.el: Use with-current-buffer.
13199         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13200         mm-string-as-multibyte on the output of mm-encode-coding-string.
13201
13202         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13203         (nnimap-request-move-article): Use with-current-buffer.
13204
13205         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13206         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13207         conversion uses string-make-unibyte rather than string-as-unibyte.
13208
13209         * gnus-msg.el: Use with-current-buffer.
13210
13211         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13212
13213 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13214
13215         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13216         string for caching if it is 'PIN.
13217
13218 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * lpath.el: Consider the case without Emacs/W3.
13221
13222 2008-03-08  Glenn Morris  <rgm@gnu.org>
13223
13224         * time-date.el (date-to-time, time-subtract, time-add)
13225         (safe-date-to-time): Doc fixes.
13226
13227 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * mail-source.el (mail-source-delete-old-incoming-confirm):
13230         Change default to nil.
13231         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13232
13233 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * lpath.el: Rearrange.
13236
13237         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13238         (gnus-article-goto-prev-page): Work for articles having ^L's.
13239
13240         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13241
13242         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13243
13244 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13245
13246         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13247         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13248         (gnus-bookmark-jump): Adjust some variable names.
13249
13250 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13251
13252         * auth-source.el: New package.
13253         (auth-source-choices): Add customization entry point variable.
13254
13255         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13256         bug.
13257
13258 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13259
13260         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13261         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13262         (gnus-registry-install-shortcuts): Rename from
13263         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13264         the `gnus-registry-mark-map' keymap dynamically from
13265         `gnus-registry-marks'.  The generated functions update the summary line
13266         when a registry mark is added or deleted, and will call
13267         `gnus-registry-install-p' (see the comments in the code).
13268         (gnus-registry-user-format-function-M): Use concat intelligently.
13269
13270         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13271         the registry mark functions.
13272
13273 2008-03-05  Glenn Morris  <rgm@gnu.org>
13274
13275         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13276         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13277         gnus-art.
13278         (top-level): No need to load own source when compiling.
13279
13280 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13281
13282         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13283         Suggested by <chris.anderton@zetnet.co.uk>.
13284
13285 2008-03-04  Glenn Morris  <rgm@gnu.org>
13286
13287         * gnus-sum.el (top-level): No need to require gnus when compiling,
13288         since unconditionally required near start of file.
13289         (gnus-summary-display-while-building): Move definition before use.
13290
13291 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13292
13293         * gnus-registry.el (gnus-registry-user-format-function-M):
13294         Add formatting function.
13295
13296 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13297
13298         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13299         with plists.
13300         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13301         Use new format.
13302
13303 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13306         `where-is-internal' that returns a range of key sequences.
13307
13308 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13309
13310         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13311
13312         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13313         (gnus-summary-jump-to-group): Consider windows on other displayed
13314         frames as well.  Similar changes might be needed elsewhere, but that's
13315         the one I've bumped into during my use.
13316
13317         * nndoc.el (nndoc-oe-dbx-type-p):
13318         * gnus-msg.el (gnus-debug):
13319         * gnus-group.el (gnus-update-group-mark-positions):
13320         Use mm-string-to-multibyte.
13321
13322 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13325         doesn't handle NotDashEscaped.
13326
13327         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13328         (mml-dnd-attach-options): Fix typo in custom choice.
13329
13330         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13331         Change nndoc-article-type to mbox.
13332         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13333
13334         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13335         to nil, instead of html2text.
13336
13337         * imap.el (imap-debug): Add `imap-ping-server'.
13338
13339         * gnus-bookmark.el: Add FIXMEs.
13340
13341         * message.el (message-form-letter-separator)
13342         (message-send-form-letter-delay): New variables.
13343         (message-send-form-letter): Use them.  New command to send form
13344         letters.  Requested by Uwe Siart.
13345         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13346
13347 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13348
13349         * Update copyright years.
13350
13351 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         Sync from EMACS_22_BASE.
13354
13355         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13356
13357 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13358
13359         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13360         empty author.
13361
13362 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13363
13364         * gnus-registry.el (gnus-registry-marks): Add variable for
13365         customization of marks and their appearance.
13366         (gnus-registry-read-mark): Use it.
13367         (gnus-registry-do-marks): Add utility function to loop through
13368         `gnus-registry-marks'.
13369         (gnus-registry-install-shortcuts-and-menus): Add function to install
13370         shortcuts and menus.
13371         (gnus-registry-initialize): Use it.
13372         (gnus-registry-default-mark): Clarify documentation.
13373
13374 2008-02-29  Glenn Morris  <rgm@gnu.org>
13375
13376         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13377         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13378         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13379         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13380         Change defcustom :version from 23.0 to 23.1.
13381
13382 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13383
13384         * gnus-registry.el (gnus-registry-follow-group-p)
13385         (gnus-registry-post-process-groups): Add functions to aid registry
13386         splitting and improve logging.  Clarify behavior in function
13387         documentation.
13388         (gnus-registry-split-fancy-with-parent): Use them.
13389
13390 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13391
13392         * gnus-art.el: Use with-current-buffer.
13393
13394 2008-02-27  David Engster  <dengste@eml.cc>
13395
13396         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13397         Express real group name in the response.
13398
13399 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13402         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13403         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13404         autoload gnus-registry-fetch-group when compiling.
13405         (nnmairix-request-group-with-article-number-correction):
13406         Remove unreferenced argument passed to nnmairix-call-backend.
13407
13408 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13411         (mm-uu-extract): Improve face for low color ttys.
13412         Reported by Sascha Wilde.
13413
13414 2008-02-27  Glenn Morris  <rgm@gnu.org>
13415
13416         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13417         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13418         variables to defconsts.  Convert comments to doc-strings.
13419         (nnmairix-last-server, nnmairix-current-server): Convert from free
13420         variables to defvars.  Convert comments to doc-strings.
13421         (gnus-registry-fetch-group): Autoload.
13422         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13423         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13424         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13425         caddr.
13426         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13427         nnmairix-request-group-with-article-number-correction call.
13428         (nnmairix-fast, nnmairix-group): New, less general names, for free
13429         variables passed from nnmairix-request-group to
13430         nnmairix-request-group-with-article-number-correction.  Declare.
13431         (nnmairix-request-group-with-article-number-correction):
13432         Use nnmairix-fast, nnmairix-group rather than fast, group.
13433
13434 2008-02-26  David Engster  <dengste@eml.cc>
13435
13436         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13437         version 0.5.
13438
13439 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13440
13441         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13442         instead of making an extra function call.  Don't add the current group
13443         to articles only when they have the group.  Use
13444         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13445         Reported by David <de_bb@arcor.de>.
13446
13447 2008-02-24  Miles Bader  <miles@gnu.org>
13448
13449         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13450         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13451         (mm-find-mime-charset-region):
13452         * mm-bodies.el (mm-encode-body):
13453         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13454
13455 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13458         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13459
13460 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * mail-source.el (mail-source-delete-incoming): Change default.
13463         Supplement doc string.
13464
13465         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13466
13467 2008-02-14  Glenn Morris  <rgm@gnu.org>
13468
13469         * time-date.el (format-seconds): New function.
13470
13471 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * nnmail.el (nnmail-message-id-cache-file): Derive from
13474         `gnus-home-directory'.
13475
13476 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13479         Document negative prefix.
13480
13481         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13482
13483 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13484
13485         * message.el (message-unsent-separator): Add the Exim bounce
13486         separator.
13487
13488 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13489
13490         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13491         list.
13492         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13493         recipient/signer list.
13494
13495 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * Makefile.in (datarootdir): Define.
13498         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13499         name that might contain whitespace.
13500
13501 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13504         fbound (Emacs 23 unicode), signal an error.
13505
13506 2008-02-08  Glenn Morris  <rgm@gnu.org>
13507
13508         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13509
13510 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13511
13512         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13513         ports to the calls to `netrc-machine-user-or-password' in addition to
13514         "imap" and "imaps".
13515
13516 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13517
13518         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13519
13520         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13521
13522 2008-02-01  Kenichi Handa  <handa@m17n.org>
13523
13524         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13525         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13526         (rfc2104-hash): Convert the result of concat to unibyte string.
13527
13528 2008-02-01  Dave Love  <fx@gnu.org>
13529
13530         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13531         coding-system-for-read.
13532         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13533
13534 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13537         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13538         <hanche@math.ntnu.no>.
13539
13540 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13543
13544         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13545
13546 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13547
13548         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13549         * message.el (message-beginning-of-line): Use featurep instead of bound
13550         tests in order to resolve conditionals at compile time.
13551
13552 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13553
13554         * mail-source.el (mail-sources): Add `group' choice.
13555
13556         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13557         parameter `in-group' to control into which group the articles go.
13558         Add treatment of `group' mail-source.
13559
13560 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13563
13564         * mm-decode.el (mm-dissect-buffer): Decode description.
13565
13566         * mml.el (mml-to-mime): Encode message header first.
13567
13568 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13571         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13572
13573         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13574         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13575
13576 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13577
13578         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13579
13580 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13583         prefix keys.
13584         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13585         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13586         gnus-xmas.el.
13587
13588         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13589         (gnus-xmas-article-describe-bindings): New function.
13590         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13591         gnus-xmas-article-describe-bindings.
13592
13593         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13594
13595 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13596
13597         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13598         Add new variables for article mark management.
13599         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13600         list of extra data entries which, when present, will indicate that the
13601         article ID should not be trimmed from the registry.
13602         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13603         functions.
13604         (gnus-registry-read-mark): New function to read a mark name from the
13605         user.
13606         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13607         (gnus-registry-set-article-mark-internal): New functions to add and
13608         remove marks.
13609         (gnus-registry-get-article-marks): New function to show the marks for
13610         an article, or retrieve them for further use.
13611
13612 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13615         keys when no argument is given.
13616
13617 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * imap.el (imap-ping-server): New variable.
13620         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13621         (imap-ping-server): Minor doc string fixes.
13622
13623 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13624
13625         * imap.el (imap-ping-server): New function.
13626         (imap-opened): Call imap-ping-server.
13627
13628 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-sum.el (gnus-article-sort-by-random)
13631         (gnus-thread-sort-by-random): Fix doc strings.
13632         Reported by jidanni@jidanni.org.
13633
13634 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-art.el (gnus-article-describe-bindings): New function.
13637         (gnus-article-read-summary-keys): Use it.
13638         (gnus-article-mode-map): Bind `C-h b' to it.
13639
13640 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13643         XEmacs.
13644         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13645         Protect against non-character events.
13646
13647         * lpath.el: Fbind map-keymap for Emacs 21.
13648
13649 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13652         New command.
13653         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13654         instead of END.  Change name of the temp file.
13655         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13656         customizable.
13657
13658 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13661         bind `S W' to gnus-article-wide-reply-with-original; set default
13662         binding to gnus-article-read-summary-send-keys.
13663         (gnus-article-read-summary-keys): Fix the order of keys; display
13664         continuation keys correctly in the echo area; describe bindings
13665         correctly when keys end with `C-h'.
13666         (gnus-article-read-summary-send-keys): New function.
13667         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13668         Work for gnus-article-read-summary-send-keys; display continuation keys
13669         correctly in the echo area.
13670         (gnus-article-reply-with-original): Ignore prefix argument.
13671         (gnus-article-wide-reply-with-original): New function.
13672
13673         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13674         Emacs 21.
13675
13676 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13679         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13680
13681 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13684         (gnus-group-read-ephemeral-gmane-group): New command.
13685
13686 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13687
13688         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13689
13690 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * message.el (message-send-mail-function): Increase custom version.
13693
13694         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13695         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13696
13697 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13698
13699         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13700         for the cases where imap-authenticate is called with a nil buffer
13701         parameter.
13702
13703 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13706         html parts correctly; support forwarded messages.
13707         (gnus-article-browse-html-article): Remove work buffers.
13708
13709         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13710         compiling.
13711         (netrc-bound-and-true-p): New macro.
13712         (netrc-parse): Use it instead of bound-and-true-p that is not available
13713         in XEmacs 21.4.
13714
13715 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13716
13717         * gnus-registry.el (gnus-registry-mark-article)
13718         (gnus-registry-article-marks): Add functionality to mark articles
13719         through the Gnus registry.
13720
13721         * encrypt.el: Clarify documentation for the new pgg method.
13722         (encrypt-file-alist): Add PGG option.
13723         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13724         functionality.  Abstract password key and messaging to external
13725         functions.
13726         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13727         (encrypt-message-method-and-cipher): Add new convenience external
13728         functions.
13729         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13730         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13731
13732         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13733         (netrc-parse): Use encrypt-file-alist to determine if
13734         encrypt-find-model or encrypt-insert-file-contents should be used.
13735
13736         * encrypt.el: Clarify documentation.  Load password-cache or
13737         password, whichever one is found first, instead of autoloading.
13738
13739 2007-12-19  Glenn Morris  <rgm@gnu.org>
13740
13741         * mml.el (message-options-set, message-narrow-to-head)
13742         (message-in-body-p, message-mail-p, message-encode-message-body):
13743         Autoload.
13744         (message-remove-header, message-narrow-to-headers-or-head)
13745         (message-subscribed-p, message-make-mail-followup-to)
13746         (message-position-on-field, message-news-p)
13747         (message-options-set-recipient, message-generate-headers)
13748         (message-sort-headers): Declare as functions.
13749
13750 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13751
13752         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13753         convention in doc string.
13754
13755 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13758         title to html parts.
13759         (gnus-article-browse-html-article): Pass message header to it.
13760
13761         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13762
13763 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13766         or password compatible with XEmacs.
13767
13768 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13771         format document.
13772         (gnus-mime-delete-part): Don't write description line if empty.
13773         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13774
13775 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13776
13777         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13778         (gnus-summary-mark-read-and-unread-as-read)
13779         (gnus-summary-mark-current-read-and-unread-as-read)
13780         (gnus-summary-mark-unread-as-ticked): Doc fix.
13781         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13782
13783 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13784
13785         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13786         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13787
13788 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13791         yes-or-no-p.
13792
13793 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * mm-decode.el (mm-add-meta-html-tag): New function.
13796         (mm-save-part-to-file, mm-pipe-part): Use it.
13797
13798         * gnus-art.el (gnus-article-browse-delete-temp-files):
13799         Use gnus-y-or-n-p instead of y-or-n-p.
13800         (gnus-article-browse-html-parts): Work with message/external-body; use
13801         mm-add-meta-html-tag.
13802
13803 2007-12-11  Glenn Morris  <rgm@gnu.org>
13804
13805         * gnus-cache.el: Require gnus-sum not just when compiling.
13806
13807         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13808
13809         * gnus-int.el (gnus-server-opened, gnus-status-message):
13810         Move definitions before use.
13811
13812         * mm-decode.el: Require gnus-util.
13813         (mm-remove-part): Only call delete-annotation on XEmacs.
13814
13815         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13816
13817         * nnmail.el: Require gnus-int.
13818
13819         * spam.el: Move `require's before `eval-when-compile's.
13820
13821         * gnus-ems.el (gnus-alive-p):
13822         * gnus-fun.el (message-goto-eoh):
13823         * gnus-util.el (gnus-group-name-decode):
13824         * mail-source.el (gnus-compress-sequence):
13825         * message.el (Info-goto-node, format-spec):
13826         * mm-bodies.el (message-options-get):
13827         * mm-decode.el (mm-view-pkcs7):
13828         * mm-util.el (gmm-write-region):
13829         * mml-smime.el (mml-compute-boundary)
13830         (gnus-completing-read-with-default):
13831         * mml.el (widget-button-press, gnus-make-hashtable):
13832         * mml1991.el (mm-decode-content-transfer-encoding)
13833         (mm-encode-content-transfer-encoding)
13834         (message-options-get, message-options-set):
13835         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13836         * nnfolder.el (gnus-request-group):
13837         * nnheader.el (ietf-drums-unfold-fws):
13838         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13839         * smime.el (gnus-run-mode-hooks):
13840         * spam-stat.el (gnus-message): Autoload.
13841
13842         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13843         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13844         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13845         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13846         Add declare-function compatibility definition.
13847
13848         * gnus-cache.el (nnvirtual-find-group-art):
13849         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13850         (gnus-add-image, gnus-add-wash-type):
13851         * gnus-group.el (nnkiboze-score-file):
13852         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13853         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13854         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13855         (message-tokenize-header, gnus-get-buffer-create)
13856         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13857         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13858         * gnus.el (gnus-group-decoded-name):
13859         * mail-source.el (imap-capability):
13860         * mm-bodies.el (message-options-set):
13861         * mm-decode.el (gnus-configure-windows):
13862         * mm-extern.el (message-goto-body):
13863         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13864         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13865         (epg-sub-key-validity, message-options-set):
13866         * mml.el (widget-event-point, gnus-configure-windows):
13867         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13868         * mml2015.el (epg-check-configuration, epg-configuration)
13869         (message-options-set):
13870         * nndb.el (nndb-request-article):
13871         * nnfolder.el (gnus-request-create-group):
13872         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13873         * nnmaildir.el (gnus-group-mark-article-read):
13874         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13875         * rfc1843.el (message-fetch-field):
13876         * spam.el (gnus-extract-address-components):
13877         Declare as functions.
13878
13879 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13882
13883         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13884
13885         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13886         bind show-trailing-whitespace for XEmacs.
13887
13888 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13891         new no-op macro for backward compatibility.
13892
13893         * imap.el (imap-string-to-integer): New function.
13894
13895 2007-12-09  Glenn Morris  <rgm@gnu.org>
13896
13897         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13898
13899         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13900         * message.el, mm-view.el, sieve-manage.el, smime.el:
13901         Add declare-function compatibility definition.
13902
13903         * gnus-art.el (w3-region, w3m-region, Info-menu):
13904         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13905         * gnus-sum.el (gnus-get-predicate):
13906         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13907         * message.el (mail-abbrev-in-expansion-header-p):
13908         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13909         (w3m-detect-meta-charset, w3m-region):
13910         * sieve-manage.el (password-read, password-cache-add)
13911         (password-cache-remove):
13912         * smime.el (password-read-and-add): Declare as functions.
13913
13914 2007-12-08  David Kastrup  <dak@gnu.org>
13915
13916         * gnus-sum.el (gnus-summary-simplify-subject-query):
13917         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13918         `message'.
13919
13920 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13923         it to bind idna-program, installation-directory, defined-colors, and
13924         face-attribute for XEmacs of the version that compiles defcustom forms.
13925
13926 2007-12-07  Glenn Morris  <rgm@gnu.org>
13927
13928         * gnus-art.el (article-make-date-line): Revert previous change.
13929
13930 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13933
13934 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13935
13936         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13937         Call gnus-add-to-range ranges only once with a prepared article-list.
13938
13939 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13940
13941         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13942         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13943         group names with backslashes.
13944         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13945
13946 2007-12-06  Deepak Goel  <deego3@gmail.com>
13947
13948         * gnus-art.el (article-make-date-line):
13949         * gnus-start.el (gnus-load):
13950         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13951
13952 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * gnus-art.el (gnus-use-idna):
13955         * gnus-start.el (gnus-site-init-file):
13956         * message.el (message-use-idna):
13957         * mm-uu.el (mm-uu-hide-markers):
13958         * smiley.el (smiley-style): Revert changes that suppress warnings.
13959
13960 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13963         specify charset to html source.
13964         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13965
13966 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13969         idna-program in order to suppress byte compile warning issued by XEmacs
13970         that came to byte compile the default value section of defcustom forms
13971         recently.
13972
13973         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13974         value of installation-directory.
13975
13976         * message.el (message-use-idna): Don't directly refer to the value of
13977         idna-program.
13978
13979         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13980
13981         * smiley.el (smiley-style): Don't directly call face-attribute.
13982
13983 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13986
13987         * gnus-dired.el: Reduce Gnus dependencies.
13988         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13989         Don't require.  Use autoloads instead.
13990         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13991         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13992         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13993         (gnus-dired-mode): Adjust doc string.
13994         (gnus-dired-mail-mode): New variable.
13995         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13996         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13997         (gnus-dired-mail-buffers): New function.  Return mail or message
13998         composition buffers.
13999         (gnus-dired-attach): Use it.
14000         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14001         NO-DECODE.
14002         (gnus-dired-print): Use `gnus-print-buffer' depending on
14003         `gnus-dired-mail-mode'.
14004
14005 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * rfc2047.el (rfc2047-encoded-word-regexp)
14008         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14009         explaining what regexp patterns are for.
14010
14011 2007-12-04  Glenn Morris  <rgm@gnu.org>
14012
14013         * password.el: Move to password-cache.el.
14014
14015         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14016         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14017         * mml-smime.el (password-read, password-cache-add)
14018         (password-cache-remove):
14019         No need to autoload, since mml-sec requires password.
14020
14021         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14022         * message.el (gnus-extract-address-components):
14023         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14024
14025         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14026         password.
14027
14028 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * mailcap.el: Reduce dependencies.
14031         (mail-header-parse-content-type): Autoload.
14032         (mailcap-delete-duplicates): New alias.
14033         (mailcap-mime-info): Add optional argument NO-DECODE.
14034         (mailcap-mime-types): Use mailcap-delete-duplicates.
14035
14036         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14037
14038 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14039
14040         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14041         (imap-parse-status): Upcase status-att for servers that sends them
14042         lower-case (e.g., MS Exchange 2007).
14043
14044 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14045
14046         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14047         function.
14048
14049         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14050         (gnus-uu-yenc-article): New function.
14051
14052         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14053
14054         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14055
14056 2007-12-02  Glenn Morris  <rgm@gnu.org>
14057
14058         * binhex.el (binhex): New custom group.
14059         (binhex-decoder-program, binhex-decoder-switches)
14060         (binhex-use-external): Move to the binhex custom group.
14061
14062         * uudecode.el (uudecode): New custom group.
14063         (uudecode-decoder-program, uudecode-decoder-switches)
14064         (uudecode-use-external): Move to the uudecode custom group.
14065
14066         * netrc.el (top-level): Don't load `encrypt' features.
14067         (netrc-parse): Don't use encrypt.
14068         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14069
14070         * encrypt.el: Remove file.
14071
14072 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14075         matches on patches.
14076
14077         * gnus-art.el (gnus-article-browse-html-article):
14078         Mention `mm-text-html-renderer' in the doc string.
14079
14080         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14081         string.  Add comments.
14082
14083         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14084         if rhs is ASCII.
14085
14086 2007-12-01  Glenn Morris  <rgm@gnu.org>
14087
14088         * mail-source.el (top-level): Require format-spec before
14089         eval-when-compile.
14090
14091 2007-11-30  Glenn Morris  <rgm@gnu.org>
14092
14093         * encrypt.el: Require password, rather than autoloading password-read.
14094
14095 2007-11-29  Glenn Morris  <rgm@gnu.org>
14096
14097         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14098         (sasl-make-client, sasl-next-step, sasl-step-data)
14099         (sasl-step-set-data): Declare as functions.
14100
14101 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14104
14105 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14106
14107         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14108         certs should be verified and what is to be done in the event of a
14109         verification failure.
14110
14111         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14112         caller can indicate whether the cache should be disregarded for this
14113         call.  This way the result of the call is reproducible at all times and
14114         can be considered a canonical server name for the supplied method.
14115         (gnus-agent-method-p): Canonicalize server names by pushing their
14116         method through `gnus-method-to-server' using the no-cache argument.
14117
14118         * gnus-srvr.el (gnus-server-insert-server-line):
14119         Call `gnus-method-to-server' with `no-cache' argument.
14120
14121         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14122         gnus-agent-possibly-synchronize-flags as this should be called when the
14123         server is actually being opened.
14124         (gnus-agent-possibly-synchronize-flags)
14125         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14126         flags file of an agentized server to the latter function.
14127
14128         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14129         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14130         after a connection has been established successfully.
14131
14132 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-art.el (article-display-face): Force to display face if called
14135         interactively; check if gnus-article-x-face-too-ugly matches author.
14136         (article-display-x-face): Display face even if From header is missing
14137         as article-display-face does.
14138
14139 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14140
14141         * hashcash.el (message-narrow-to-headers-or-head)
14142         (message-fetch-field, message-goto-eoh)
14143         (message-narrow-to-headers): Declare as functions.
14144
14145 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * mail-source.el (mail-sources): Default to fetch from file for
14148         compatibility with default of nnmail-spool-file.
14149
14150 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14153         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14154         to look for encoded word that should be encoded again.
14155         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14156         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14157         encoding pattern.
14158         (rfc2047-decode-region): Switch strict regexp and loose one according
14159         to rfc2047-allow-irregular-q-encoded-words.
14160
14161 2007-11-25  Romain Francoise  <romain@orebokech.com>
14162
14163         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14164
14165 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * tls.el (tls-program): Provide more custom choices from
14168         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14169         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14170
14171 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14174         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14175
14176         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14177         `nnmail-spool-file'.
14178
14179         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14180         `nnmail-spool-file'.
14181
14182         * gnus-move.el (gnus-change-server): Ditto.
14183
14184         * gnus-kill.el (gnus-batch-score): Ditto.
14185
14186         * gnus-cache.el (gnus-jog-cache): Ditto.
14187
14188         * gnus-msg.el (gnus-summary-reply):
14189         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14190
14191 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14194         version.  Minor improvement to doc strings.
14195         (tls-program): Add comment.
14196
14197 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14198
14199         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14200         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14201         mismatch between the hostname provided in the certificate and the name
14202         of the host connnecting to.
14203         (open-tls-stream): Use them.  Check certificates against trusted root
14204         certificates.
14205
14206 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * gnus-cache.el (gnus-cache-generate-nov-databases):
14209         Use nnml-generate-nov-databases-directory instead of
14210         nnml-generate-nov-databases-1.
14211
14212 2007-11-24  Glenn Morris  <rgm@gnu.org>
14213
14214         * message.el (message-tool-bar-retro): Update for rename
14215         mail_send.xpm->mail-send.xpm.
14216
14217 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14220         `smime-ldap-search' for Emacs 22 and up.
14221
14222 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14223
14224         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14225
14226         * message.el (message-send-mail-function): Fix error convention.
14227         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14228         (message-widen-reply, message-send-mail, message-talkative-question)
14229         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14230         (message-clone-locals, message-send-news): Use with-current-buffer.
14231         (message-insert-or-toggle-importance): Remove unused var `valid'.
14232         (message-make-references): Remove unused var `new-references'.
14233         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14234
14235 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14236
14237         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14238         (spam-split-symbolic-return-positive): Reflow docstring.
14239         (spam-backends, spam-summary-exit-behavior)
14240         (spam-mark-ham-unread-before-move-from-spam-group)
14241         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14242         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14243         (spam-clear-cache, spam-backend-check, spam-install-backend)
14244         (spam-install-statistical-backend, spam-list-of-processors)
14245         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14246         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14247         (spam-check-crm114, spam-initialize, spam-unload-hook):
14248         Fix typos in docstrings.
14249
14250 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14253         been checked if they have never been read and those group levels are
14254         higher than the one that a user specified.
14255
14256 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14259         foreign groups unless a group level is specified by a user.
14260         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14261
14262 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * message.el (message-send-mail-function): Require sendmail.
14265
14266 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14267
14268         * message.el (message-send-mail-function): Check for smtpmail too.
14269
14270         * utf7.el (utf7-encode, utf7-decode): Use coding system
14271         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14272
14273         * message.el (message-send-mail-function): New function.
14274         (message-send-mail-function): Set default using
14275         message-send-mail-function.  Adjust doc string.
14276         (message-send-mail-with-mailclient): New function.
14277
14278 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14279
14280         * smime.el (from):
14281         * rfc2047.el (message-posting-charset):
14282         * qp.el (mm-use-ultra-safe-encoding):
14283         * pop3.el (parse-time-months):
14284         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14285         * nnml.el (files):
14286         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14287         (jka-compr-compression-info-list, ange-ftp-path-format)
14288         (efs-path-regexp):
14289         * nndiary.el (files):
14290         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14291         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14292         (epg-digest-algorithm-alist, inhibit-redisplay)
14293         (password-cache-expiry):
14294         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14295         (pgg-output-buffer, password-cache-expiry):
14296         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14297         (efs-path-regexp):
14298         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14299         (inhibit-redisplay):
14300         * mm-uu.el (file-name, start-point, end-point, entry)
14301         (gnus-newsgroup-name, gnus-newsgroup-charset):
14302         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14303         (latin-unity-ucs-list):
14304         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14305         (mm-uu-binhex-decode-function):
14306         * message.el (gnus-message-group-art, gnus-list-identifiers)
14307         (rmail-enable-mime-composing, gnus-local-organization)
14308         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14309         (gnus-read-active-file, facemenu-add-face-function)
14310         (facemenu-remove-face-function, gnus-article-decoded-p)
14311         (tool-bar-mode):
14312         * mail-source.el (display-time-mail-function):
14313         * gnus-util.el (nnmail-pathname-coding-system)
14314         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14315         (gnus-original-article-buffer, gnus-user-agent)
14316         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14317         (xemacs-codename, sxemacs-codename, emacs-program-version):
14318         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14319         * gnus-start.el (gnus-agent-covered-methods)
14320         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14321         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14322         (gnus-newsgroup-headers, gnus-group-list-mode)
14323         (gnus-group-mark-positions, gnus-newsgroup-data)
14324         (gnus-newsgroup-unreads, nnoo-state-alist)
14325         (gnus-current-select-method, mail-sources)
14326         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14327         (nnmail-spool-file, gnus-cache-active-hashtb):
14328         * gnus-mh.el (mh-lib-progs):
14329         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14330         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14331         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14332         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14333         (gnus-group-buffer):
14334         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14335         (font-lock-set-defaults):
14336         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14337         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14338         (gnus-summary-post-menu, total-parts, type, condition, length):
14339         * gnus-agent.el (gnus-agent-read-agentview):
14340         * flow-fill.el (show-trailing-whitespace):
14341         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14342         eval-and-compile wrappers for byte compiler pacifiers.
14343
14344         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14345         (mm-display-inline-fontify): Check for featurep 'xemacs not
14346         extent-list.
14347
14348         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14349         itimer-list.
14350         (mm-create-image-xemacs): Only do something for XEmacs.
14351         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14352
14353         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14354
14355         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14356         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14357
14358 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14359
14360         * nnimap.el (nnimap-split-download-body):
14361         * gnus-demon.el (gnus-demon):
14362         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14363
14364 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14367         New macros.
14368         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14369         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14370         copy data from unibyte buffer to multibyte current buffer.
14371         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14372         to copy data from unibyte current buffer to multibyte buffer.
14373         (nntp-make-process-buffer): Make process buffer unibyte.
14374
14375         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14376
14377 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14378
14379         * pop3.el (pop3-open-server): Accept and process data more robustly at
14380         connection start to avoid spurious "POP SSL connection failed" errors.
14381
14382 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14385         read group names.
14386
14387 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14390
14391 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14394         (nnmail-save-active): Use a unibyte buffer when saving active file,
14395         which may contain non-ASCII group names.
14396
14397         * nnml.el (nnml-request-group): Decode group names in messages.
14398
14399 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14400
14401         * message.el (message-citation-line-function)
14402         (message-insert-formatted-citation-line): Fix spelling of
14403         `message-insert-formated-citation-line'.
14404
14405 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14408
14409 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14412         nnmail-pathname-coding-system.
14413
14414         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14415         that a user enters; decode group names in messages.
14416
14417         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14418
14419 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14422
14423         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14424
14425         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14426         risky local variable.
14427
14428         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14429
14430 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * encrypt.el: Improve documentation to fix function name typo.
14433         Reported by Daiki Ueno <ueno@unixuser.org>.
14434
14435 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14438         even if the point is not in the last page of an article.
14439         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14440         back to the previous page.
14441
14442 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14443
14444         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14445
14446 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14449
14450 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14451
14452         * message.el (message-check-news-body-syntax):
14453         Avoid mm-string-as-multibyte.
14454         (message-hide-headers): Don't assume (point-min)==1.
14455
14456 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * message.el (message-remove-blank-cited-lines): Fix if remove is
14459         given.
14460         (message-bogus-address-regexp): New variable.
14461         (message-bogus-recipient-p): New function.
14462         (message-check-recipients): New command.
14463         (message-syntax-checks): Add `bogus-recipient'.
14464         (message-fix-before-sending): Add `bogus-recipient'.
14465
14466         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14467         (gnus-treat-body-boundary): Don't test window-system.
14468
14469 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14470
14471         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14472
14473 2007-10-28  Miles Bader  <miles@gnu.org>
14474
14475         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14476         at compile-time too.
14477
14478 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * gnus-msg.el (gnus-message-setup-hook):
14481         Add `message-remove-blank-cited-lines' to options.
14482
14483 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * message.el (message-remove-blank-cited-lines): New function.
14486         Suggested by Karl Plästerer.
14487
14488 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14491         mapc.
14492
14493         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14494         (top-level): Use mapc to set functions to be traced for debugging.
14495
14496         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14497         called for effect with while loop.
14498
14499         * message.el (message-talkative-question): Replace mapcar called for
14500         effect with mapc.
14501
14502         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14503         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14504         called for effect with dolist.
14505
14506         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14507
14508         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14509         gnus-extra-headers and nnmail-extra-headers.
14510
14511         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14512         called for effect with dolist.
14513         (top-level): Use mapc to set functions to be traced for debugging.
14514
14515         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14516         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14517         dolist.
14518
14519         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14520         Replace mapcar called for effect with mapc.
14521         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14522         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14523         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14524         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14525
14526         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14527         remove-if that's a cl function.
14528
14529         * webmail.el (webmail-debug): Replace mapcar called for effect with
14530         dolist.
14531
14532         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14533         with mapc.
14534
14535 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14538         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14539         with while loop.
14540
14541         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14542         functions from article-* functions.
14543         (gnus-multi-decode-header): Replace mapcar called for effect with
14544         dolist.
14545
14546         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14547         (gnus-bookmark-show-details): Replace mapcar called for effect with
14548         while loop.
14549
14550         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14551         called for effect with while loop.
14552
14553         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14554         with dolist.
14555
14556         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14557         Replace mapcar called for effect with dolist.
14558
14559         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14560
14561         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14562         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14563         Replace mapcar called for effect with dolist.
14564         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14565         mapc.
14566
14567         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14568         Replace mapcar called for effect with dolist.
14569         (gnus-topic-list): Replace mapcar called for effect with mapc.
14570
14571         * gnus.el: Use mapc instead of mapcar to add autoloads.
14572
14573 2007-10-23  Richard Stallman  <rms@gnu.org>
14574
14575         * gnus-group.el (gnus-group-highlight): Mark as risky.
14576
14577 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus.el (gnus-server-to-method): Return method found first in
14580         gnus-newsrc-alist.
14581
14582         * gnus-art.el (gnus-article-highlight-signature)
14583         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14584         button overlay without the front stickiness.
14585
14586 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14587
14588         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14589         overview buffer needed a catch to receive its throw.
14590         (gnus-agent-flush-cache): Declare as interactive to make this function
14591         easier to use.
14592
14593 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14596         `next-line'.
14597
14598 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14601         exclude address matching message-dont-reply-to-names.
14602
14603 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * gnus-util.el (gnus-string<): New function.
14606
14607         * gnus-sum.el (gnus-article-sort-by-author)
14608         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14609
14610 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14613         the frame-focus tag is set in gnus-buffer-configuration.
14614
14615 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14618         the front stickiness.
14619
14620 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14623         url pattern; remove duplicate one.
14624         (gnus-article-extend-url-button): New function.
14625         (gnus-article-add-buttons): Use it.
14626         (gnus-button-push): Use concatenated url that it makes.
14627
14628 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14629
14630         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14631
14632 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14633
14634         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14635         Don't hardcode point-min==1.
14636
14637 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14638
14639         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14640         Fix comment about "iso8859-1".
14641
14642 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14643
14644         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14645         ones returned from the verify-function.
14646
14647         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14648         Call mml2015-extract-cleartext-signature if extraction failed.
14649
14650 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14651
14652         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14653         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14654         failed.
14655
14656 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14657
14658         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14659
14660 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14661
14662         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14663         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14664         recommends to use EasyPG instead of PGG.
14665
14666         * pgg.el: Revert to revision 6.23.2.16.
14667
14668         * pgg-def.el: Revert to revision 6.6.2.14.
14669
14670         * pgg-gpg.el: Revert to revision 6.23.2.34.
14671
14672 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14673
14674         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14675         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14676         thread for both the null and zero (kill/expire thread) universal prefix
14677         cases.
14678         (gnus-summary-expire-thread): Add new function to expire a thread,
14679         using gnus-summary-kill-thread.
14680         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14681         shortcuts for gnus-summary-expire-thread.
14682         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14683         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14684
14685 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14686
14687         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14688         extras value, so an extras entry can be deleted.
14689         (gnus-registry-delete-extra-entry): Use it.
14690         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14691         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14692         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14693         storage through the gnus-registry, and provide an appropriate API for
14694         it.
14695
14696 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14699         Suggested by Leo <sdl.web@gmail.com>.
14700
14701         * gnus.el: Do.
14702
14703 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14706         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14707
14708         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14709
14710         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14711         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14712
14713 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14716         newline.
14717         (nnmbox-request-accept-article): Don't change article in source buffer;
14718         narrow to header to use message-fetch-field rather than
14719         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14720         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14721         as delimiters; make sure article ends with newline.
14722         (nnmbox-delete-mail): Correct last position of article to be deleted;
14723         ignore X-Gnus-Newsgroup header in article body.
14724         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14725         positions; make sure article ends with newline.
14726
14727         * message.el (message-display-abbrev): Don't infloop when a user
14728         inserts SPC in the beginning of header.
14729
14730         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14731         coding-system-for-read and coding-system-for-write for XEmacs having no
14732         file-coding feature.
14733
14734         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14735
14736 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14737
14738         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14739         list of groups not followed by default.  Fix type to be regexp.
14740         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14741
14742 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14743
14744         * hmac-def.el (define-hmac-function): Switch from old-style to
14745         new-style backquotes.
14746
14747         * md4.el (md4-make-step): Likewise.
14748
14749 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14752         raw-text coding system when saving .newsrc file, which may contain
14753         non-ASCII group names.
14754
14755 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-cus.el (gnus-score-extra): New widget.
14758         (gnus-score-extra-convert): New function.
14759         (gnus-score-customize): Use it for Extra.
14760
14761 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14762
14763         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14764         (mml2015-mailcrypt-clear-verify): Use it.
14765         (mml2015-gpg-clear-verify): Use it.
14766         (mml2015-pgg-clear-verify): Use it.
14767         (mml2015-epg-clear-verify): Replace the current part with the output
14768         from GnuPG; don't extract the plaintext by itself.
14769
14770         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14771         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14772         mml2015-clear-verify-function; don't touch the armor headers or
14773         dash-escaped text here.
14774
14775 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14778         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14779         parts, or application/octet-stream as a last resort.
14780         (gnus-mime-view-part-as-type): Don't toggle display.
14781         (gnus-mime-view-part-as-charset): Don't turn off display before
14782         querying charset.
14783
14784         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14785         stuff to undisplayer function in Emacs.
14786         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14787
14788         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14789         text/calendar parts.
14790
14791 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14794         decoding text/calendar parts.
14795
14796         * message.el (message-forward-make-body-mime): Always mark body as
14797         having no illegible text; remove signed-or-encrypted argument.
14798         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14799
14800         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14801         (mml-generate-mime-1): Don't encode body if it is specified to be in
14802         raw form; don't make buffer be unibyte when inserting multibyte string.
14803
14804 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14805
14806         * sha1.el: Fix up comment style.
14807         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14808         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14809
14810         * hex-util.el: Fix up comment style.
14811         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14812
14813         * gnus-salt.el: Use with-current-buffer.
14814         (gnus-pick-setup-message): Fix long-standing typo.
14815
14816 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * imap.el (imap-logout-timeout): New variable.
14819         (imap-logout, imap-logout-wait): New functions.
14820         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14821
14822         * nnimap.el (nnimap-logout-timeout): New server variable.
14823         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14824         nnimap-logout-timeout.
14825
14826         * gnus-art.el (gnus-article-summary-command-nosave)
14827         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14828
14829 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * gnus.el (gnus-maximum-newsgroup): New variable.
14832
14833         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14834         according to gnus-maximum-newsgroup.
14835
14836         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14837         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14838         Limit the range of articles according to gnus-maximum-newsgroup.
14839
14840 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14841
14842         * gnus-art.el (gnus-sticky-article): Fix problems described in
14843         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14844         Don't perform gnus-configure-windows here; reuse existing sticky
14845         article buffer.
14846
14847         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14848         it doesn't exist in gnus-article-mode.
14849
14850 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14853         (gnus-agent-decoded-group-name): New function.
14854         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14855         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14856
14857 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14858
14859         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14860         Add binding for gnus-sticky-article.
14861         (gnus-summary-exit): Don't kill sticky article buffers.
14862
14863         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14864         article buffer.
14865         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14866         (gnus-kill-sticky-article-buffers): New commands.
14867
14868 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * nntp.el (nntp-xref-number-is-evil): New server variable.
14871         (nntp-find-group-and-number): If it is non-nil, don't trust article
14872         numbers in the Xref header.
14873
14874 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * gnus-agent.el (gnus-agent-read-group): New function.
14877         (gnus-agent-flush-group, gnus-agent-expire-group)
14878         (gnus-agent-regenerate-group): Use it.
14879         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14880         nnmail-pathname-coding-system.
14881
14882 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14885
14886         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14887         that are unread as unread, and also as selected so that information of
14888         marks having been changed by a user may be updated when exiting group.
14889
14890 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14893
14894 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14897         calculated ignoring signature parts to gnus-treat-article.
14898
14899 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14902         a point here in order to keep the window start.
14903         (gnus-insert-mime-security-button): Make a button overlay without the
14904         front stickiness.
14905         (gnus-mime-display-security): Goto the end of a button.
14906
14907         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14908
14909 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14912         group-name-at-point.
14913         (gnus-group-completing-read): New function that offers decoded
14914         non-ASCII group names for completion.
14915         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14916         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14917         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14918         (gnus-group-fetch-control): Use it.
14919         (gnus-fetch-group): Use group-name-at-point for the initial value
14920         rather than the default value; use gnus-alive-p.
14921
14922         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14923         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14924         (gnus-summary-post-news): Use gnus-group-completing-read.
14925
14926         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14927         (gnus-read-move-group-name): Decode group name for completion.
14928
14929 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14930
14931         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14932         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14933         Yamaoka slightly modified the code).
14934
14935 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14938         (nnmail-split-incoming): Bind it.
14939
14940         * nnml.el (nnml-group-name-charset): New function.
14941         (nnml-decoded-group-name): Use it; don't decode group name if
14942         nnmail-group-names-not-encoded-p is non-nil.
14943         (nnml-encoded-group-name): New function.
14944         (nnml-group-pathname): Inline nnml-decoded-group-name.
14945         (nnml-request-expire-articles): Decode group name in message.
14946         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14947         nnmail-pathname-coding-system.
14948         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14949         not decoded ones according to nnmail-group-names-not-encoded-p.
14950         (nnml-generate-active-info): Use nnml-encoded-group-name.
14951
14952 2007-08-08  Glenn Morris  <rgm@gnu.org>
14953
14954         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14955         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14956         doc-strings and comments.
14957
14958 2007-07-25  Glenn Morris  <rgm@gnu.org>
14959
14960         * Relicense all FSF files to GPLv3 or later.
14961
14962 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * gnus-sum.el (gnus-summary-move-article):
14965         Make gnus-summary-respool-article work.
14966
14967 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14968
14969         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14970         string.
14971
14972 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14973
14974         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14975         that should be ignored when comparing distant RSS articles with local
14976         ones.
14977         (nnrss-make-hash-index): New function.  Create a hash index according
14978         to the ignored fields.
14979         (nnrss-check-group): Use it.
14980
14981 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14984
14985         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14986
14987         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14988         the new optional argument ENCODED is non-nil.
14989         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14990         coding system for encoding group name.
14991         (gnus-group-make-rss-group): Pass un-encoded group name to
14992         gnus-group-make-group.
14993         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14994         encoded.
14995
14996         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14997         Encode group name to which articles are moved or copied.
14998         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14999         coding system for encoding Newsgroup, Followup-To and Xref headers.
15000
15001         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15002         marks; use nnheader-file-coding-system to write a file.
15003         (nnagent-retrieve-headers): Bind file-name-coding-system to
15004         nnmail-pathname-coding-system.
15005
15006         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15007
15008         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15009         (nnml-request-article, nnml-request-create-group)
15010         (nnml-request-rename-group, nnml-find-id)
15011         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15012         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15013         (nnml-save-marks): Use nnml-group-pathname instead of
15014         nnmail-group-pathname.
15015
15016         (nnml-request-create-group, nnml-request-expire-articles)
15017         (nnml-request-move-article, nnml-request-delete-group)
15018         (nnml-deletable-article-p, nnml-possibly-create-directory)
15019         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15020         (nnml-open-marks): Bind file-name-coding-system to
15021         nnmail-pathname-coding-system.
15022
15023         (nnml-request-article): Pass server argument to nnml-find-group-number.
15024         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15025         Pass server argument to nnml-possibly-create-directory.
15026         (nnml-request-accept-article): Pass server argument to
15027         nnml-active-number and nnml-save-mail.
15028         (nnml-find-group-number): Pass server argument to nnml-find-id.
15029         (nnml-request-update-info): Pass server argument to
15030         nnml-marks-changed-p.
15031
15032         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15033         (nnml-save-mail, nnml-active-number): Add server argument.
15034
15035         (nnml-request-delete-group): Warn if group is missing.
15036         (nnml-get-nov-buffer): Decode group name.
15037         (nnml-generate-active-info): Encode group name.
15038         (nnml-open-marks): Decode group name in messages.
15039
15040 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15043         if it is not specified.
15044         (gnus-article-pipe-part, gnus-article-save-part)
15045         (gnus-article-interactively-view-part, gnus-article-copy-part)
15046         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15047         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15048         (gnus-article-replace-part, gnus-article-delete-part)
15049         (gnus-article-view-part-as-type): Pass raw prefix argument to
15050         gnus-article-part-wrapper.
15051
15052 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * gnus-agent.el (gnus-agent-save-active):
15055         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15056
15057         * gnus-cache.el (gnus-cache-save-buffers)
15058         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15059         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15060         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15061         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15062         (gnus-cache-generate-active, gnus-cache-rename-group)
15063         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15064         (gnus-cache-update-overview-total-fetched-for):
15065         Bind file-name-coding-system to nnmail-pathname-coding-system.
15066         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15067         New variables.
15068         (gnus-cache-decoded-group-name): New function.
15069         (gnus-cache-file-name): Use it.
15070         (gnus-cache-generate-active): Use non-decoded group name for active.
15071
15072         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15073         right place.
15074         (gnus-write-active-file): Don't break non-ASCII group names.
15075
15076         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15077         nnmail-pathname-coding-system.
15078
15079         * lpath.el: Bind default-file-name-coding-system,
15080         file-name-coding-system and language-info-alist for XEmacs.
15081
15082         * gnus-uu.el (gnus-uu-decode-save): Typo.
15083
15084 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15087
15088 2007-07-14  David Kastrup  <dak@gnu.org>
15089
15090         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15091         finishing actions if we did not edit the article.
15092
15093 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15096         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15097         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15098         (gnus-agent-flush-group, gnus-agent-flush-cache)
15099         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15100         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15101         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15102         (gnus-agent-regenerate-group)
15103         (gnus-agent-update-files-total-fetched-for)
15104         (gnus-agent-update-view-total-fetched-for):
15105         Bind file-name-coding-system to nnmail-pathname-coding-system.
15106         (gnus-agent-group-pathname): Don't encode file names by
15107         nnmail-pathname-coding-system.
15108         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15109         coding-system-for-write instead of buffer-file-coding-system to
15110         gnus-agent-file-coding-system.
15111
15112         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15113         Decode group name.
15114
15115         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15116
15117         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15118         (gnus-read-newsrc-el-file): Make group names unibyte.
15119
15120         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15121         nnmail-pathname-coding-system.
15122
15123         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15124         (nnrss-request-delete-group): Bind file-name-coding-system to
15125         nnmail-pathname-coding-system.
15126         (nnrss-read-server-data, nnrss-read-group-data):
15127         Bind file-name-coding-system correctly.
15128         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15129
15130         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15131         (nntp-server-to-method-cache): New variable.
15132         (nntp-group-pathname): New function that decodes non-ASCII group names.
15133         (nntp-possibly-create-directory, nntp-marks-changed-p)
15134         (nntp-save-marks, nntp-open-marks): Use it.
15135         (nntp-possibly-create-directory, nntp-open-marks):
15136         Bind file-name-coding-system to nnmail-pathname-coding-system.
15137         (nntp-open-marks): Decode group names when bootstrapping marks.
15138
15139         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15140         Newsgroups and Followup-To headers.
15141
15142 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15145         (gnus-server-closed-face, gnus-server-denied-face)
15146         (gnus-server-offline-face): Remove variable.
15147         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15148
15149         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15150         of modifying message-stack directly for XEmacs.
15151
15152         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15153         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15154         if the coding-system argument is nil for XEmacs.
15155
15156         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15157         mm-charset-override-alist.
15158
15159         * rfc2047.el: Don't require base64; require rfc2045 for the function
15160         rfc2045-encode-string.
15161         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15162         to quote the parameter value.
15163
15164 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15167         form in gnus-group-name-charset-method-alist.
15168
15169         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15170         overrides the default layout edit-form.
15171
15172         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15173
15174         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15175
15176 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15179         as unfetched articles.
15180
15181 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15184
15185 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15188         original back end that keeps marks in the local system.
15189
15190 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15193         arg of pop-to-buffer for XEmacs.
15194         (gnus-article-read-summary-keys): Ditto; don't restore window
15195         configuration if summary command ends up with neither article buffer
15196         nor summary buffer; describe bindings if summary keys end with C-h.
15197
15198 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * message.el (message-fix-before-sending): Skip raw message part to be
15201         forwarded while checking illegible text.
15202         (message-forward-make-body-mime, message-forward-make-body):
15203         Mark signed or encrypted raw message as having no illegible text.
15204
15205 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15208         (gnus-message-with-timestamp-1): New macro.
15209         (gnus-message-with-timestamp): New function.
15210         (gnus-message): Use them.
15211
15212         * nnheader.el (nnheader-message): Use them.
15213
15214 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15215
15216         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15217         .newsrc.eld file.
15218
15219 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * gnus-agent.el (gnus-agent-fetch-headers)
15222         (gnus-agent-retrieve-headers):
15223         Bind gnus-decode-encoded-address-function to identity.
15224
15225         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15226         available also when the server returns simply a dot.
15227
15228         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15229
15230 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15233
15234 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-ems.el (gnus-x-splash): Make it work.
15237
15238         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15239         from being used.
15240
15241         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15242
15243 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15246         4th and the 5th arguments.
15247
15248         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15249         the front stickiness.
15250         (gnus-article-summary-command-nosave): Correct the order of the
15251         arguments passed to pop-to-buffer.
15252         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15253         summary command ends up with the article buffer.
15254
15255         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15256         the same faces.
15257
15258 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15259
15260         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15261
15262 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15263
15264         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15265         * gnus-sum.el (gnus-summary-highlight):
15266         * pgg.el (pgg-sign-region, pgg-sign):
15267         * mail-source.el (mail-source-delete-old-incoming-confirm):
15268         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15269
15270 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-art.el (gnus-mime-view-part-externally)
15273         (gnus-mime-view-part-internally): Fix predicate function passed to
15274         completing-read.
15275
15276         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15277
15278         * gnus.el (gnus-update-message-archive-method): Add :version.
15279
15280 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * gnus.el (gnus-update-message-archive-method): New variable.
15283
15284         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15285         according to gnus-message-archive-method if
15286         gnus-update-message-archive-method is non-nil.
15287
15288 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15291         Suggested by Loic Dachary <loic@dachary.org>.
15292         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15293
15294 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * message.el (message-pop-to-buffer): Add switch-function argument.
15297         (message-mail): Pass switch-function argument to it.
15298
15299 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15302         Improve doc string.
15303
15304 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15307         (gnus-header-content):
15308         * gnus-cite.el (gnus-cite-10):
15309         * gnus-srvr.el (gnus-server-closed):
15310         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15311         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15312         (gnus-group-mail-3-empty, gnus-group-mail-low)
15313         (gnus-group-mail-low-empty, gnus-splash):
15314         * message.el (message-header-to, message-header-cc)
15315         (message-header-subject, message-header-other, message-header-name)
15316         (message-header-xheader, message-separator, message-cited-text)
15317         (message-mml): Lighten colors of faces used for dark background.
15318
15319 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15320
15321         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15322         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15323
15324 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * message.el (message-narrow-to-headers-or-head):
15327         Ignore mail-header-separator in the body.
15328
15329 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15332         same as window size.
15333
15334 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15335
15336         * message.el (message-font-lock-keywords): Use message-header-xheader
15337         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15338         ahead of the anything pattern, to get it recognized.
15339
15340 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15343         spam.el loads uses it in the compiled defadvice form.
15344
15345 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15346
15347         * gnus-sum.el (gnus-articles-to-read)
15348         (gnus-summary-insert-old-articles): Don't truncate group name for
15349         `read-string'.
15350
15351         * gnus-util.el (gnus-limit-string): Delete this function.
15352
15353         * gnus-sum.el (gnus-simplify-subject-fully):
15354         Use `truncate-string-to-width' instead.
15355
15356 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15357
15358         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15359         Tell if, on summary exit, the next group has to be selected.
15360         (gnus-summary-exit): Use it.
15361
15362 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15365         non-break space.
15366
15367 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15370         Check if group is not a directory.
15371         (nnfolder-request-expire-articles): Don't delete articles if the target
15372         group is not available.
15373
15374         * nnml.el (nnml-request-create-group): Properly check if group is not a
15375         file.
15376         (nnml-request-expire-articles): Don't delete articles if the target
15377         group is not available.
15378
15379         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15380         Don't quote characters that are within parentheses.
15381
15382 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15385         (gnus-handle-ephemeral-exit): Select article according to it.
15386
15387 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * message.el (message-insert-formated-citation-line): Remove newline.
15390         (message-citation-line-format): Add final \n here so that the user can
15391         avoid a blank line.
15392
15393 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15394
15395         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15396         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15397         Update lanl/arXiv support.
15398
15399 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * gnus.el: Bump version number.
15402
15403 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15404
15405         * gnus.el (gnus-version-number): Bump version.
15406
15407 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15408
15409         * gnus.el: No Gnus v0.6 is released.
15410
15411 2007-04-27  Didier Verna  <didier@xemacs.org>
15412
15413         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15414         * gmm-utils.el (gmm-regexp-concat): ... here.
15415         * message.el: Don't require 'gnus-util.
15416         (message-dont-reply-to-names): Handle name change above.
15417         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15418
15419 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15422         since the initial value varies according to the system.
15423
15424 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15427
15428 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15429
15430         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15431
15432 2007-04-24  Didier Verna  <didier@xemacs.org>
15433
15434         Improve the type of gnus-ignored-from-addresses.
15435         * gnus-util.el (gnus-orify-regexp): New function.
15436         * message.el (gnus-util): Require it.
15437         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15438         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15439         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15440
15441 2007-04-24  Didier Verna  <didier@xemacs.org>
15442
15443         * gnus-sum.el:
15444         * gnus-utils.el: Fix some trailing whitespaces.
15445
15446 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15449         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15450         article's Message-ID; refer parent article in summary buffer.
15451
15452         * message.el (message-bounce): Call mime-to-mml.
15453
15454         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15455         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15456         optimize and/or forms properly.
15457
15458 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15461         URL.
15462
15463 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15466
15467 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15470         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15471         displayed of multipart/alternative part if it is invoked from summary
15472         buffer.
15473
15474         * mm-view.el (mm-inline-text-html-render-with-w3m)
15475         (mm-inline-text-html-render-with-w3m-standalone)
15476         (mm-inline-render-with-function): Use mail-parse-charset by default.
15477
15478 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15479
15480         * parse-time.el (parse-time-string-chars): Check if CHAR
15481         is less than the length of parse-time-syntax.
15482
15483 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15486         from gnus-newsgroup-processable.
15487
15488 2007-04-16  Didier Verna  <didier@xemacs.org>
15489
15490         * gnus-msg.el (gnus-configure-posting-styles):
15491         Handle message-signature-directory properly with :file syntax.
15492         Reported by "Leo".
15493
15494 2007-04-11  Didier Verna  <didier@xemacs.org>
15495
15496         New user option: message-signature-directory.
15497         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15498         * message.el (message-insert-signature): Ditto.
15499         * message.el (message-signature-file): Doc update.
15500         * message.el (message-signature-directory): New.
15501
15502 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus-msg.el (gnus-inews-yank-articles):
15505         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15506
15507 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * message.el (message-yank-original): Make sure cited text ends with
15510         newline; don't exchange point and mark.
15511
15512 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15513
15514         * tls.el (open-tls-stream): Properly handle case where there
15515         is no associated buffer.
15516
15517 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15518
15519         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15520         message-yank-original, make sure (< mark TEXT point).
15521
15522 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * message.el (message-fill-column): New variable.
15525         (message-mode): Use it.  Add comment on a possible new hook.
15526
15527         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15528         (nnmail-get-new-mail): Reformat.
15529
15530         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15531
15532         * gmm-utils.el: Fix Commentary.
15533         (gmm-tool-bar-from-list): Fix typo in doc string.
15534
15535 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15536
15537         * message.el (message-yank-original): Don't switch point and mark
15538         unnecessarily to put point and mark as documented.
15539
15540 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15541
15542         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15543         from the message heads.
15544
15545 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15546
15547         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15548         article buffer does not have a window.  This may not be the best
15549         solution but is certainly better than setting the start of the null,
15550         that is the current, window.
15551
15552 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15553
15554         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15555         (gnus-draft-setup): Run it.
15556
15557         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15558         gnus-score-fast-scoring.  Allow regexp.
15559         (gnus-score-headers): Use it.
15560
15561         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15562         XEmacs.
15563
15564         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15565         string.
15566         (gnus-button-alist): Also catch `<f1> k ...'.
15567         (gnus-treat-display-x-face): Fix doc string.
15568
15569 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15570
15571         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15572         evaluation of gnus-extended-version to ensure correct generation of the
15573         User-Agent header when message-generate-headers-first is used.
15574
15575 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15576
15577         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15578         hashcash-path is nil.  Don't call callback with incorrect number of
15579         parameters if val is 0.
15580
15581 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15582
15583         * message.el (message-required-news-headers):
15584         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15585
15586 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15587
15588         * tls.el (open-tls-stream): In handshake-waiting loop,
15589         don't wait more if there is output available to process.
15590
15591 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15592
15593         * tls.el (tls-program): Doc fix.
15594
15595 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * message.el (message-generate-new-buffers): Change the meaning of the
15598         nil value; add `standard' to the choices; treat t as `unique'; improve
15599         doc string.
15600         (gnus-select-frame-set-input-focus): Autoload.
15601         (message-buffer-name): Search for the existing message buffer if
15602         message-generate-new-buffers is nil or `standard'; treat the value t of
15603         message-generate-new-buffers as `unique'.
15604         (message-pop-to-buffer): Raise the frame already displaying the message
15605         buffer; clear the echo area after querying.
15606         (message-setup): Pass the `continue' argument to compose-mail.
15607         (message-mail): Prefer `switch-function' if it is given; search for the
15608         existing message buffer if the `continue' argument is non-nil; pass
15609         continue and switch-function arguments to compose-mail by way of
15610         message-setup.
15611         (message-mail-other-window): Adjust argument of message-setup.
15612         (message-mail-other-frame): Ditto.
15613
15614 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15617         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15618         to turn font-lock on when turning gnus-message-citation-mode on.
15619
15620 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15621
15622         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15623         (mml-smime-function-alist): New variable; add epg as the backend.
15624         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15625         mml-smime- functions instead.
15626         * mm-view.el: Require smime.
15627
15628 2007-03-05  Didier Verna  <didier@xemacs.org>
15629
15630         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15631         instead of just inheritance for posting styles.
15632         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15633
15634 2007-02-24  Chris Moore  <dooglus@gmail.com>
15635
15636         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15637         * pgg-pgp.el (pgg-pgp-encrypt-region):
15638         * pgg-gpg.el (pgg-gpg-encrypt-region):
15639         Check pgg-encrypt-for-me if no other recipients.
15640
15641 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15642
15643         * tls.el (tls-certtool-program): Fix custom type.
15644
15645 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15648         and point-at-eol instead of line-(beginning|end)-position.
15649
15650         * assistant.el (assistant-parse-buffer): Ditto.
15651
15652         * netrc.el (netrc-parse-services): Ditto.
15653
15654 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15655
15656         * mml2015.el (mml2015-epg-find-usable-key): New function.
15657         (mml2015-epg-sign): Use it.
15658         (mml2015-epg-encrypt): Use it.
15659
15660 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * message.el (message-make-in-reply-to): Quote name containing
15663         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15664         if there are special characters.  Reported by NAKAJI Hiroyuki
15665         <nakaji@jp.freebsd.org>.
15666
15667 2007-02-27  Didier Verna  <didier@xemacs.org>
15668
15669         Include the group parameters as well as the topic ones in the
15670         inheritance filter process.
15671         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15672         argument GROUP-PARAMS-LIST.
15673         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15674
15675 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * nntp.el (nntp-never-echoes-commands)
15678         (nntp-open-connection-functions-never-echo-commands): New variables.
15679         (nntp-send-command): Use them.
15680
15681 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15682
15683         * mml2015.el (mml2015-epg-verify): Simplify.
15684
15685 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * mml.el (mml-content-disposition-alist): New user option.
15688         (mml-content-disposition): New function.
15689         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15690         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15691
15692 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15693
15694         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15695         verification.
15696
15697 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15698
15699         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15700         articles posted in the last 24 hours.
15701
15702 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15703
15704         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15705
15706 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15707
15708         * nntp.el (nntp-send-command): Don't wait for echoes when
15709         nntp-open-ssl-stream is used.
15710
15711 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15714         (gnus-message-add-citation-keywords)
15715         (gnus-message-remove-citation-keywords): Remove.
15716         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15717         directly, make the variables in font-lock-defaults buffer-local, add
15718         gnus-message-citation-keywords to them and then update the value of
15719         font-lock-keywords.
15720
15721 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * message.el (message-cite-original-1): Don't call
15724         gnus-article-highlight-citation.
15725
15726         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15727         citations; fix line count.
15728
15729 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15732         (gnus-message-add-citation-keywords)
15733         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15734         versions of font-lock-add-keywords and font-lock-remove-keywords to
15735         work with XEmacs correctly.
15736
15737 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-cite.el (gnus-cite-face-list): Set the values of
15740         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15741         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15742         (gnus-message-cite-prefix-regexp): New variable.
15743         (gnus-message-search-citation-line): Use it; protect against long
15744         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15745         the 0th match data for Emacs.
15746         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15747         (gnus-message-add-citation-keywords): Append keywords rather than
15748         prepending; emulate font-lock-add-keywords if it is not available.
15749         (gnus-message-remove-citation-keywords):
15750         Emulate font-lock-remove-keywords if it is not available.
15751
15752         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15753
15754         * message.el (message-cite-prefix-regexp): Set the value of
15755         gnus-message-cite-prefix-regexp.
15756
15757 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15758
15759         * nnweb.el (nnweb-google-parse-1): Update parser.
15760
15761 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15762
15763         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15764
15765 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15766
15767         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15768         regexp.
15769
15770 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15773         string-to-multibyte.
15774         (uudecode-decode-region-internal): Use it.
15775
15776         * lpath.el: Fbind string-as-multibyte for XEmacs.
15777
15778 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15781         Fix custom choice.
15782
15783         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15784
15785 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15786
15787         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15788
15789         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15790         `write-region' to respect `mm-inhibit-file-name-handlers'.
15791
15792 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15795         Use gnus-home-directory instead of "~/" or "$HOME".
15796
15797 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15798
15799         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15800         to mention filename.
15801         Add comments at beginning regarding usage.
15802         (encrypt-write-file-contents): Change interactive so a string is
15803         acceptable.  If the file has no associated model, show an error instead
15804         of a nonsense prompt.
15805
15806 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15807
15808         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15809         Thanks to Yoshihiko Yamada for kind notification of this typo.
15810
15811 2007-01-12  Kenichi Handa  <handa@m17n.org>
15812
15813         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15814         multibyte buffer.
15815
15816 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * gnus-score.el (gnus-score-fast-scoring): New variable.
15819         (gnus-score-headers): Use it.
15820
15821         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15822
15823         * message.el (message-cite-original-1):
15824         Call gnus-article-highlight-citation if requested.
15825         (message-make-from): Allow name and address as optional arguments.
15826
15827         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15828
15829         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15830         bugs to doc string.
15831         (gnus-button-alist): Add mid\\|message-id.
15832         (gnus-button-fetch-group): Extend for use in
15833         `browse-url-browser-function'.
15834         (gnus-button-url-regexp): Try to catch paired parentheses like in
15835         Wikipedia URLs.
15836
15837         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15838         Suggested by Simon Krahnke <overlord@gmx.li>.
15839
15840 2007-01-13  Romain Francoise  <romain@orebokech.com>
15841
15842         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15843         Update copyright.
15844
15845 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15846
15847         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15848
15849 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15850
15851         * gnus-registry.el (gnus-registry-unfollowed-groups)
15852         (gnus-registry-split-fancy-with-parent): Fix documentation.
15853
15854 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15855
15856         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15857         from nnweb groups.
15858
15859 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15860
15861         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15862         Xref urls.  Erase buffer before requesting head.
15863
15864         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15865
15866 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15867
15868         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15869         customizable.
15870
15871 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15872
15873         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15874         no signing key is found.
15875         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15876         no encrypting and/or signing key is found.
15877
15878 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15879
15880         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15881
15882 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15883
15884         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15885         headers read from disk with the ones newly found in the current search.
15886         This should no longer cause problems, because the article numbers in
15887         Gmane's `nov.php' output are ignored since the previous change.
15888
15889 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15890
15891         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15892
15893 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15896         replace-regexp-in-string; bind url-version; fbind display-images-p and
15897         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15898         find-face and set-itimer-function for Emacs; bind itimer-list for
15899         Emacs.
15900
15901         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15902
15903 2007-01-01  Romain Francoise  <romain@orebokech.com>
15904
15905         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15906
15907 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15908
15909         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15910         `define-minor-mode' macro definition expanded properly.
15911         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15912         exclude it there.
15913
15914         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15915         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15916         `fboundp' test.
15917         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15918         This is OK to autoload in (S)XEmacs now.
15919
15920 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15921
15922         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15923         keystroke.
15924         (gnus-summary-limit-to-singletons): Fix typo.
15925
15926         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15927         else fails.
15928
15929 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15930
15931         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15932         docstring.
15933
15934         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15935         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15936         (gnus-summary-insert-dormant-articles): Fix typo in message.
15937
15938 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15939
15940         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15941         nil for XEmacs.
15942         (gnus-message-citation-mode): Don't autoload in XEmacs.
15943
15944         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15945
15946 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15947
15948         * nnimap.el (nnimap-expunge-search-string):
15949         Mention nnimap-search-uids-not-since-is-evil in docstring.
15950
15951 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15952
15953         * spam.el: Revert to make-obsolete-variable because
15954         define-obsolete-variable-alias is not supported in Emacs 21.
15955
15956         * spam.el (spam-ifile-path, spam-ifile-database-path)
15957         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15958         make-obsolete-variable.
15959         (spam-bsfilter-path, spam-bsfilter-program)
15960         (spam-spamassassin-path, spam-spamassassin-program)
15961         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15962         Don't use "path" inappropriately.
15963         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15964         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15965         variable names.
15966
15967 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15968
15969         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15970         summary buffer.
15971
15972         * password.el (password-cache-remove): Use clear-string to burn
15973         password, if available.
15974
15975 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15978
15979         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15980
15981         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15982         (gnus-message-highlight-citation): Move defcustom here from
15983         gnus-cite.el.
15984         (gnus-message-citation-mode): Autoload.
15985
15986         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15987         checks to make it compile with XEmacs.
15988         (gnus-message-citation-mode): New minor mode.
15989         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15990         (gnus-message-highlight-citation): New variables.
15991         (gnus-message-search-citation-line)
15992         (gnus-message-add-citation-keywords)
15993         (gnus-message-remove-citation-keywords)
15994         (turn-on-gnus-message-citation-mode)
15995         (turn-off-gnus-message-citation-mode): New functions.
15996
15997 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15998
15999         * gnus-cite.el: Enable highlighting of different citation levels in
16000         message-mode.
16001
16002 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * message.el (message-make-fqdn): Fix comment.
16005         (message-bogus-system-names): Add ".local".
16006
16007         * spam.el (spam-ifile-path, spam-ifile-program)
16008         (spam-ifile-database-path, spam-ifile-database)
16009         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16010         Don't use "path" inappropriately.
16011         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16012         strings.
16013         (spam-check-ifile, spam-ifile-register-with-ifile)
16014         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16015         Use new variable names.
16016
16017         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16018         (gnus-treat-display-smileys): Simplify using
16019         gnus-image-type-available-p.
16020
16021         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16022         available.
16023
16024         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16025         Use `display-images-p' if available.
16026
16027 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16030         one after turning on the buffer's multibyteness instead of decoding
16031         them directly in the unibyte buffer that causes unexpected conversion
16032         in Emacs 23 (unicode).
16033
16034 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16035
16036         * message.el (message-generate-hashcash): Fix custom type.
16037
16038 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16041
16042 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16043
16044         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16045         disconnect icons.  Add help text.
16046
16047 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16048
16049         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16050         negated to be consistent with the others we handle.
16051
16052 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16053
16054         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16055         version of gnus-summary-buffer to something, so that we can use two
16056         article buffers at the same time.
16057
16058 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16061         trigger all the extra headers.
16062         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16063         sorting.
16064
16065 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16066
16067         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16068         solid groups.
16069
16070 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16071
16072         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16073
16074 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16075
16076         * legacy-gnus-agent.el: Add Copyright notice.
16077
16078 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16079
16080         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16081
16082 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16083
16084         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16085
16086         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16087         to make it work reliably in CVS Emacs.
16088         (gnus-summary-limit-strange-charsets-predicate)
16089         (gnus-summary-limit-to-predicate): New functions.
16090
16091 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16092
16093         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16094         specifying array size.
16095         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16096         array if it is too small.
16097         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16098         (gnus-sort-threads-loop): New function.
16099
16100 2006-12-06  Chris Moore  <dooglus@gmail.com>
16101
16102         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16103         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16104
16105 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16106
16107         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16108         options.
16109
16110 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16111
16112         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16113         DOS-ing the recipient.
16114
16115         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16116         the headers when creating the mapping to avoid mismappings.
16117         (nnweb-gmane-create-mapping): Always nix out old mapping.
16118
16119 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16122         and mm-verify-option to never.
16123
16124 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * message.el (message-signed-or-encrypted-p): New function.
16127         (message-forward-make-body): Use it.
16128
16129         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16130         Replace encode-coding-string with mm-encode-coding-string.
16131
16132 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * nneething.el (nneething-decode-file-name):
16135         Replace decode-coding-string with mm-decode-coding-string.
16136
16137         * gnus-int.el (gnus-open-server): Say failed server's name.
16138
16139 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16140
16141         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16142         strings to a single string.  Quote `errors-file-name'.
16143         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16144         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16145         Adjust calls.  Use `shell-quote-argument'.
16146
16147 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16148
16149         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16150         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16151
16152         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16153         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16154         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16155         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16156         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16157         (gnus-subscribe-newsgroup, gnus-1):
16158         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16159         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16160         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16161         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16162
16163 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16164
16165         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16166         keystroke.
16167         (gnus-summary-limit-to-bodies): Implement headersp.
16168
16169 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16170
16171         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16172
16173 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16176
16177 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16178
16179         * message.el (message-generate-hashcash): Expand range of values to
16180         include `opportunistic'.
16181         (message-send-mail): Use it.
16182
16183 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16184
16185         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16186         and comment it.
16187
16188         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16189
16190 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * gnus-util.el (gnus-extract-address-components): Improve comment.
16193
16194 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * gnus-util.el (gnus-extract-address-components): Work with address in
16197         which the name portion contains @.
16198
16199         * lpath.el: Fbind custom-autoload.
16200
16201 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16202
16203         * gnus.el (gnus-start): Move custom group up.
16204         (gnus-select-method): Don't autoload, but make it available for
16205         `customize-variable'.
16206         (gnus-getenv-nntpserver): Don't autoload.
16207
16208 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16211
16212 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * message.el (message-sendmail-extra-arguments): New variable.
16215         (message-send-mail-with-sendmail): Use it.
16216
16217 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16220         mm-with-unibyte-current-buffer to make string unibyte.
16221
16222         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16223         mm-string-as-multibyte.
16224
16225 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16226
16227         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16228         Reported by Werner Koch <wk@gnupg.org>.
16229
16230 2006-11-14  Daiki Ueno  <ueno@p360>
16231
16232         * mml2015.el: Autoload epa-select-keys when compiling.
16233
16234 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16235
16236         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16237         message-options.
16238         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16239
16240 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16241
16242         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16243         EasyPG (< 0.0.6).
16244         (mml2015-always-trust): New user option.
16245         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16246         prompt.
16247
16248 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * nntp.el (nntp-authinfo-force): New variable.
16251         (nntp-send-authinfo): Use it.
16252
16253 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16256         decode encoded words.  Improve prompt.  Add comment about forwarding.
16257         (message-replacement-char): Move up.
16258
16259 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16260
16261         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16262         instead of gnus-intersection because arguments of gnus-sorted-nunion
16263         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16264
16265 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16268         (message-simplify-subject-functions):
16269         Enable message-strip-subject-encoded-words by default.
16270
16271 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16272
16273         * message.el (message-strip-subject-encoded-words): New function.
16274         (message-simplify-subject-functions): New variable.
16275         (message-simplify-subject): Use it.  Fix typo in doc string.
16276         Support message-strip-subject-encoded-words.
16277
16278 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16279
16280         * gnus-diary.el (gnus-diary-delay-format-function):
16281         * nndiary.el (nndiary-reminders):
16282         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16283
16284 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * gnus-art.el (article-hide-boring-headers): Fetch date from
16287         gnus-original-article-buffer to avoid problems with localized date
16288         strings.
16289
16290 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16293
16294 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16297         New variables.
16298         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16299         (mm-charset-synonym-alist): Move some entries to
16300         mm-codepage-iso-8859-list.
16301         (mm-charset-synonym-alist, mm-charset-override-alist):
16302         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16303
16304 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16307
16308 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16309
16310         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16311         with Emacs 21 and XEmacs.
16312
16313 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16314
16315         * spam.el (spam-parse-address): New function for better parsing,
16316         catching errors, etc.
16317         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16318
16319 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16320
16321         * mm-view.el: Add interactive arg to html2text autoload.
16322
16323 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16326
16327 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16330         New variables.
16331         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16332         (mm-charset-synonym-alist): Move some entries to
16333         mm-codepage-iso-8859-list.
16334
16335         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16336
16337 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16338
16339         * message.el (message-citation-line-format)
16340         (message-insert-formated-citation-line): Fix implementation of %E, %N
16341         and %n according to the doc string.
16342
16343 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16344
16345         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16346         Use car-safe to avoid bad parses.
16347
16348 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16351         names.
16352
16353         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16354
16355 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16358         header.
16359
16360         * message.el (message-draft-headers): Add Date.
16361         (message-headers-to-generate): Fix typo in docstring.
16362
16363         * nndraft.el (nndraft-required-headers): New variable.
16364         (nndraft-generate-headers): Use it.
16365
16366         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16367
16368 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16369
16370         * gnus-registry.el (gnus-registry-wash-for-keywords)
16371         (gnus-registry-find-keywords): New functions to allow easy searching of
16372         articles that are in the registry.
16373
16374 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16375
16376         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16377         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16378         Reported by Damien Elmes <damien@repose.cx>.
16379
16380 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16381
16382         * gnus.el (gnus-mime): Remove unused custom group.
16383
16384 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16385
16386         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16387         "blank line" when searching for end of armor headers.
16388
16389 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * gmm-utils.el (gmm-write-region): Fix variable name.
16392
16393 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16394
16395         * gmm-utils.el (gmm-write-region): New function based on compatibility
16396         code from `mm-make-temp-file'.
16397
16398         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16399
16400         * nnmaildir.el (nnmaildir--update-nov)
16401         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16402         Use `gmm-write-region'.
16403
16404 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16407         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16408
16409         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16410
16411         * message.el (message-replacement-char): New variable.
16412         (message-fix-before-sending): Use it.
16413         (message-simplify-subject): New function to remove duplicate code.
16414         (message-reply, message-followup): Use it.
16415
16416         * gnus-sum.el (gnus-summary-make-menu-bar):
16417         Clarify gnus-summary-limit-to-articles.
16418
16419 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-util.el (gnus-with-local-quit): New macro.
16422
16423         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16424
16425 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16426
16427         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16428         ignore non-string data.
16429
16430 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16431
16432         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16433         non-string data (needs to be done in the registry too).
16434
16435 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16436
16437         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16438         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16439         (gnus-registry-split-fancy-with-parent)
16440         (gnus-registry-fetch-simplified-message-subject-fast)
16441         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16442         Remove text properties on ingress into the registry and when it's saved.
16443         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16444         registry from entries with no groups.
16445
16446 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16447
16448         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16449         function to remove string properties.
16450
16451 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * gmm-utils.el (gmm): Adjust custom version.
16454
16455         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16456         Adjust custom version.
16457
16458         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16459
16460 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * gnus-art.el (gnus-insert-prev-page-button)
16463         (gnus-insert-next-page-button): Simplify.  Reformat.
16464
16465 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16466
16467         * gnus-art.el (gnus-insert-prev-page-button)
16468         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16469
16470 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16471
16472         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16473
16474 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16475
16476         * gnus-art.el (gnus-insert-mime-button)
16477         (gnus-insert-mime-security-button):
16478         Apply gnus-article-button-face to MIME and security buttons.
16479
16480 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16481
16482         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16483         readable.
16484
16485 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16488
16489 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16490
16491         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16492         `browse-url-of-file' instead of `browse-url'.
16493
16494 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16495
16496         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16497         regexp.  Articles containing quotation were cut prematurely.
16498
16499 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * message.el (message-cite-original-1): Use nobody by default for the
16502         value of From header.
16503         (message-reply): Ditto.
16504
16505 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16506
16507         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16508         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16509         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16510
16511 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16512
16513         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16514         mails in the doc string.  Add some URLs in comment.
16515         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16516
16517 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16520         backslashes handling and the way to find boundaries of quoted strings.
16521
16522 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16523
16524         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16525         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16526         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16527         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16528
16529 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16530
16531         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16532         doc string.
16533         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16534
16535 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * lpath.el: Fbind epg-check-configuration.
16538
16539 2006-09-06  Simon Josefsson  <jas@extundo.com>
16540
16541         * mml2015.el (mml2015-use): Doc fix, mention epg.
16542
16543 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16544
16545         * mml2015.el (mml2015-use): Default to epg, if available.
16546
16547 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16548
16549         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16550         message-sender.
16551         (mml1991-epg-encrypt): Ditto.
16552         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16553         message-sender.
16554         (mml2015-epg-encrypt): Ditto.
16555
16556 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16557
16558         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16559         several common directories.
16560
16561 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16562
16563         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16564         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16565
16566 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-art.el (article-decode-encoded-words): Make it fast.
16569
16570 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16573
16574         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16575         in quoted string into `\'.
16576
16577 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16580         Use standard-syntax-table.
16581
16582 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * gnus-art.el (gnus-decode-address-function): New variable.
16585         (article-decode-encoded-words): Use it to decode headers which are
16586         assumed to contain addresses.
16587         (gnus-mime-delete-part): Remove useless `or'.
16588
16589         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16590         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16591         (gnus-nov-parse-line): Use it to decode From header.
16592         (gnus-get-newsgroup-headers): Ditto.
16593         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16594
16595         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16596         (mail-decode-encoded-address-string): New alias.
16597
16598         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16599         New function.
16600         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16601         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16602         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16603         (rfc2047-decode-string): Ditto.
16604         (rfc2047-decode-address-region): New function.
16605         (rfc2047-decode-address-string): New function.
16606
16607 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16608
16609         * message.el (message-caesar-buffer-body): Allow rotating headers.
16610
16611         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16612
16613         * message.el (message-insert-formated-citation-line): Fix %f.
16614         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16615
16616 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16619         (gnus-bookmark-mouse-available-p): New macro.
16620         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16621         (gnus-bookmark-bmenu-show-infos): Use it.
16622         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16623         (gnus-bookmark-bmenu-hide-infos): Ditto.
16624         (gnus-bookmark-remove-properties): New function.
16625         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16626         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16627         (gnus-bookmark-write-file): Bind coding-system-for-write.
16628         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16629         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16630         group before selecting it.
16631         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16632         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16633         quit-window if it is not available; use gnus-mouse-2 and bind it to
16634         gnus-bookmark-bmenu-select-by-mouse.
16635         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16636         (gnus-bookmark-bmenu-select-by-mouse): New function.
16637
16638 2006-08-13  Romain Francoise  <romain@orebokech.com>
16639
16640         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16641         space.
16642
16643 2006-08-10  Romain Francoise  <romain@orebokech.com>
16644
16645         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16646         (dns-mode-soa-auto-increment-serial): New user option.
16647         (dns-mode-soa-maybe-increment-serial): New function.
16648         (dns-mode): Add the latter to `write-contents-functions'.
16649
16650 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * compface.el (uncompface): Use binary rather than raw-text-unix.
16653
16654 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * compface.el (uncompface): Make sure the eol conversion doesn't take
16657         place when communicating with the external programs.
16658         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16659
16660 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16661
16662         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16663
16664 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16665
16666         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16667         Make it more robust by parsing author and date independently.
16668
16669 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16672
16673 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16674
16675         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16676         first matching secret key.
16677         (mml2015-epg-encrypt): Ditto.
16678
16679         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16680         first matching secret key.
16681         (mml1991-epg-encrypt): Ditto.
16682
16683         * mml2015.el (mml2015-encrypt-to-self): New user option.
16684         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16685         mml2015-epg-encrypt-to-self is set.
16686
16687         * mml1991.el (mml1991-encrypt-to-self): New variable.
16688         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16689         mml1991-epg-encrypt-to-self is set.
16690
16691         * mml2015.el (mml2015-signers): New user option.
16692         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16693         (mml2015-epg-encrypt): Allow to select signing keys.
16694
16695         * mml1991.el (mml1991-signers): New variable.
16696         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16697         (mml1991-epg-encrypt): Allow to select signing keys.
16698
16699 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * nnheader.el (nnheader-insert-head): Make it work even if the file
16702         uses CRLF for the line-break code.
16703
16704 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16705
16706         * mml2015.el: Require mml-sec instead of password.
16707         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16708         (mml2015-cache-passphrase): Inherit the default value from
16709         mml-secure-cache-passphrase.
16710         (mml2015-passphrase-cache-expiry): Inherit the default value from
16711         mml-secure-passphrase-cache-expiry.
16712
16713         * mml1991.el: Require mml-sec instead of password.
16714         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16715         (mml1991-cache-passphrase): Inherit the default value from
16716         mml-secure-cache-passphrase.
16717         (mml1991-passphrase-cache-expiry): Inherit the default value from
16718         mml-secure-passphrase-cache-expiry.
16719
16720         * mml-sec.el: Require password.
16721         (mml-secure-verbose): New user option.
16722         (mml-secure-cache-passphrase): New user option.
16723         (mml-secure-passphrase-cache-expiry): New user option.
16724
16725 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16726             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16727
16728         * pgg-def.el (pgg-truncate-key-identifier):
16729         Truncate the key ID to 8 letters from the end.
16730
16731 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16732
16733         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16734         workaround for the url package included with Emacs.
16735
16736         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16737
16738 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16741         correctly.  This fixes a bug caused by the 2006-05-12 change.
16742
16743 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16744
16745         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16746         some information about the error when saying that the `bogus' mail
16747         group will be used.
16748
16749 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16750
16751         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16752         string.
16753
16754 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16755
16756         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16757
16758 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16759
16760         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16761
16762 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16763
16764         * mml1991.el (mml1991-function-alist): Add epg.
16765         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16766         (mml1991-epg-encrypt): New functions.
16767
16768 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16769
16770         * mml2015.el (mml2015-verbose): New variable.
16771         (mml2015-cache-passphrase): Ditto.
16772         (mml2015-passphrase-cache-expiry): Ditto.
16773         (mml2015-function-alist): Add epg.
16774         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16775         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16776         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16777         New functions.
16778
16779 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16780
16781         * message.el (message-cite-original-1): Preserve region when removing
16782         quoted text due to X-No-Archive in order to avoid bogus attribution
16783         when citing multiple messages.
16784
16785 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16786
16787         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16788         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16789
16790 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-diary.el (gnus-user-format-function-d)
16793         (gnus-user-format-function-D): Autoload.
16794
16795         * imap.el (Commentary): Fix typo.
16796
16797         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16798         2006-04-22 contribution.
16799
16800 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16801
16802         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16803         It didn't really fix the bogosity I'm seeing with solid web groups.
16804
16805 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16806
16807         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16808         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16809         created using server names.  If we use the feature without declaring
16810         it, Gnus does not properly manage server and group state.
16811
16812         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16813         bound.
16814
16815 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16816
16817         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16818         looking up the method using GROUP's prefix before inventing a new one.
16819         It is used on killed/unknown groups in various places where returning
16820         an all-new method isn't expected by the caller.
16821
16822         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16823         and match semantics of gnus-group-real-prefix.
16824
16825 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * nnmail.el (nnmail-broken-references-mailers): New variable.
16828         (nnmail-ignore-broken-references): New function generalizing
16829         nnmail-fix-eudora-headers.
16830         (nnmail-fix-eudora-headers): Now obsolete.
16831
16832         * gnus-art.el (gnus-button-handle-custom):
16833         Support `customize-apropos*'.
16834
16835 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836
16837         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16838
16839         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16840         articles.
16841
16842 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16843
16844         * message.el (message-cite-reply-above): New variable.
16845         (message-yank-original): Use it.
16846
16847 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16850
16851 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16852
16853         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16854         as read.
16855
16856         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16857
16858 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16859
16860         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16861         (gnus-bookmark-default-file): Use gnus-directory.
16862         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16863         Remove "*" in doc string.
16864         (gnus-bookmark-write-file): Simplify.
16865         (gnus-bookmark-maybe-sort-alist): Use `when'.
16866         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16867         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16868         Add FIXME about Emacs 21 and XEmacs compatibility.
16869         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16870         compatibility.
16871         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16872         compatibility.
16873         (gnus-bookmark-menu-heading): Fix version.
16874
16875 2006-06-19  Bastien Guerry  <bzg@altern.org>
16876
16877         * gnus-bookmark.el: New file.
16878
16879 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * message.el (message-syntax-checks): Doc fix.
16882
16883 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16884
16885         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16886         unsubscribed groups as if they were killed ones.  It causes duplicate
16887         entries in gnus-newsrc-alist.
16888
16889 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * message.el (message-syntax-checks): Doc fix.
16892         (message-send-mail): Add check for continuation headers.
16893         (message-check-news-header-syntax): Fix regexp used to check for
16894         continuation headers.
16895
16896 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16899
16900 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16901
16902         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16903
16904 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16907         default-truncate-lines.
16908
16909 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16912         to fill the utf-8 entry.
16913
16914         * lpath.el: Fbind unicode-precedence-list.
16915
16916 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16917
16918         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16919
16920 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16921
16922         * gnus-agent.el (directory-files-and-attributes): Move all the way
16923         forward (the third and final move).
16924         (gnus-agent-read-agentview): Trap reconstruction errors due to
16925         nonexistent directory.  Handle by returning nil.
16926
16927 2006-05-30  Didier Verna  <didier@xemacs.org>
16928
16929         * message.el (message-dont-reply-to-names): Update the custom type.
16930         * message.el (message-dont-reply-to-names): New defsubst: potentially
16931         convert a list of regexps into a single one.
16932         * message.el (message-get-reply-headers): Use it.
16933         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16934
16935 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * gnus-agent.el (directory-files-and-attributes): Move forward.
16938
16939 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16940
16941         * gnus-ml.el (gnus-mailing-list-subscribe)
16942         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16943         (gnus-mailing-list-message): Fix doc strings.
16944
16945 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16946
16947         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16948         of doing it manually.
16949
16950 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16951
16952         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16953         comment.
16954
16955 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16956
16957         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16958         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16959         (gnus-agent-read-local): All symbols allocated in my-obarray.
16960         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16961         (gnus-agent-regenerate-group): Check numeric names to see if they are
16962         messages or groups.
16963         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16964         better way of do this...)
16965
16966         * gnus-cache.el (gnus-agent-total-fetched-for):
16967         Ignore 'dummy.group' (there should be a better way of do this...)
16968
16969 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16970
16971         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16972         (gnus-saved-headers): Ditto.
16973         (gnus-default-article-saver): Mention functions may have properties.
16974         (gnus-article-save): Override gnus-save-all-headers and
16975         gnus-saved-headers by :headers property which saver function may have.
16976         (gnus-summary-save-in-file): Add :headers property.
16977         (gnus-summary-write-to-file): Ditto.
16978
16979         * gnus-sum.el (gnus-summary-save-article): Bind
16980         gnus-prompt-before-saving to t when saving many articles in a file;
16981         always show all headers.
16982
16983         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16984
16985 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16986
16987         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16988         marks.
16989
16990         * message.el (message-indent-citation): Add optional arguments to allow
16991         using it outside of message buffers.
16992
16993         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16994         (gnus-article-treat-unfold-headers): Use it.
16995         (gnus-article-truncate-lines): New variable.
16996         (gnus-article-mode): Use it.
16997         (gnus-article-toggle-truncate-lines): New function.
16998
16999         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17000         Add gnus-article-toggle-truncate-lines.
17001
17002         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17003         coding system in XEmacs, use binary.
17004
17005 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17008         after-load-alist.
17009
17010         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17011         this function should save decoded articles.
17012         (gnus-summary-write-to-file): Use property to specify this function
17013         should save decoded articles and specify gnus-summary-save-in-file
17014         should be used to save articles other than the first one when saving
17015         many articles.
17016         (gnus-summary-save-body-in-file): Use property to specify this
17017         function should save decoded articles.
17018         (gnus-summary-write-body-to-file): Use property to specify this
17019         function should save decoded articles and specify
17020         gnus-summary-save-body-in-file should be used to save articles other
17021         than the first one when saving many articles.
17022
17023         * gnus-sum.el (gnus-summary-save-article): Simplify.
17024
17025 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * gnus-art.el (gnus-default-article-saver):
17028         Add gnus-summary-write-body-to-file.
17029         (gnus-article-save-coding-system): Don't use coding system object
17030         in XEmacs.
17031         (gnus-read-save-file-name): Add optional `dir-var' argument which
17032         specifies directory in which files are saved; work even if optional
17033         `variable' argument is not specified.
17034         (gnus-summary-write-to-file): Read file name.
17035         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17036         (gnus-summary-write-body-to-file): New function.
17037
17038         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17039         (gnus-summary-local-variables): Add it.
17040         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17041         (gnus-summary-save-article): Remove optional `decode' argument;
17042         determine whether to decode articles by the value of
17043         gnus-default-article-saver; when saving many files using
17044         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17045         it first and use gnus-summary-save-in-file or
17046         gnus-summary-save-body-in-file thereafter unless
17047         gnus-prompt-before-saving is always; move point to article which
17048         will be saved.
17049         (gnus-summary-save-article-file): Revert.
17050         (gnus-summary-write-article-file): Revert.
17051         (gnus-summary-save-article-body-file): Revert.
17052         (gnus-summary-write-article-body-file): New function.
17053
17054 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * gnus-art.el (gnus-default-article-saver): Doc fix.
17057         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17058         from gnus-summary-save-article-coding-system, and default to a
17059         certain coding system.
17060         (gnus-output-to-file): Add coding cookie and encode text according
17061         to gnus-article-save-coding-system; don't use mm-append-to-file.
17062
17063         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17064         gnus-art.el and rename to gnus-article-save-coding-system.
17065         (gnus-summary-save-article): Require gnus-art; don't show all
17066         headers if it decodes articles; don't add coding cookie here;
17067         don't bind mm-text-coding-system-for-write.
17068         (gnus-summary-save-article-file): Save decoded articles.
17069         (gnus-summary-write-article-file): When saving many files, use
17070         gnus-summary-write-to-file first and gnus-summary-save-in-file
17071         thereafter unless gnus-prompt-before-saving is always.
17072         (gnus-summary-save-article-body-file): Save decoded articles.
17073
17074         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17075
17076 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17077
17078         * nnrss.el (nnrss-check-group): Bind hash-index.
17079
17080 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17081
17082         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17083         its hash index.  Store this hash in `nnrss-group-data'.
17084         (nnrss-read-group-data): Update accordingly.
17085
17086 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17087
17088         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17089         entry.
17090
17091         * gnus-sum.el (gnus-summary-make-menu-bar):
17092         Add gnus-article-browse-html-article.
17093
17094 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17095
17096         * gnus-sum.el (gnus-summary-mime-map):
17097         Add gnus-article-browse-html-article.
17098
17099         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17100
17101 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17102
17103         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17104         suitable coding systems in customize.
17105
17106 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17107
17108         * mail-source.el (mail-sources): Fix custom type.
17109
17110 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17113         (gnus-summary-expire-articles-now): Shorten prompt.
17114
17115         * gmm-utils.el (wid-edit): Require.
17116         (defun-gmm): Rename from `gmm-defun-compat'.
17117         (gmm-image-search-load-path): Use it.
17118         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17119
17120 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-sum.el (gnus-summary-save-article-coding-system):
17123         New variable.
17124         (gnus-summary-save-article): Add optional `decode' argument.
17125         If it is set and gnus-summary-save-article-coding-system is non-nil,
17126         save decoded article.
17127         (gnus-summary-write-article-file): Save decoded article if
17128         gnus-summary-save-article-coding-system is non-nil.
17129
17130         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17131         type.
17132
17133 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17136
17137 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17140         first to test gnus-single-article-buffer which may be buffer-local.
17141
17142         * gnus-sum.el (gnus-summary-setup-buffer):
17143         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17144         group; make gnus-article-buffer, gnus-article-current, and
17145         gnus-original-article-buffer always buffer-local.
17146         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17147         group.
17148         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17149
17150 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * nnml.el (nnml-request-compact-group): Compressed files might not
17153         have .gz extension.
17154
17155 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17156
17157         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17158         (mm-copy-to-buffer): Use with-current-buffer.
17159         (mm-display-part): Simplify.
17160         (mm-inlinable-p): Add optional arg `type'.
17161
17162 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17163
17164         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17165         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17166         Try harder to show the attachment internally or externally using
17167         gnus-mime-view-part-as-type.
17168
17169 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17170
17171         * message.el (message-from-style, message-signature-separator)
17172         (message-user-organization-file, message-send-mail-function)
17173         (message-citation-line-function, message-yank-prefix)
17174         (message-indent-citation-function, message-signature)
17175         (message-signature-file, message-signature-insert-empty-line):
17176         Remove autoloads.
17177
17178         * gnus-art.el (gnus-buttonized-mime-types):
17179         Remove "multipart/signed".  Revert 2006-04-26 change.
17180
17181 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17182
17183         * gnus.el (gnus-version-number): Bump version.
17184
17185 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17186
17187         * gnus.el: No Gnus v0.5 is released.
17188
17189 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17190
17191         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17192         fetching articles by message-id.
17193
17194 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17195
17196         * message.el (hashcash): Require hashcash as normal.
17197
17198         * ecomplete.el (ecomplete-highlight-match-line):
17199         Use point-at-eol.
17200         (ecomplete-highlight-match-line): Use `highlight', because that
17201         face exists in both Emacs and XEmacs.
17202
17203         * message.el (message-display-abbrev): Use point-at-bol.
17204
17205         * mail-source.el: Don't require timer/timer-funcs.
17206
17207         * gnus-async.el: Ditto.
17208
17209         * password.el: Ditto.
17210
17211         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17212
17213         * mm-url.el: Ditto.
17214
17215         * gnus-xmas.el: Don't require timer-funcs.
17216
17217         * mm-util.el: Require timer/timer-funcs.
17218
17219 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17220
17221         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17222         Close.
17223
17224 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17225
17226         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17227         unibyte after clear-decrypt function runs.
17228
17229         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17230         returns as a unibyte string.
17231
17232 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * lpath.el: Revert.
17235
17236         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17237         (pgg-gpg-process-sentinel): Revert.
17238
17239         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17240         (pgg-pgp-lookup-key): Revert.
17241
17242         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17243         (pgg-pgp5-lookup-key): Revert.
17244
17245         * pgg.el (pgg-fetch-key): Revert.
17246
17247 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * lpath.el: Fbind string-as-multibyte for XEmacs.
17250
17251         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17252         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17253         (mml1991-pgg-encrypt): Ditto.
17254
17255         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17256         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17257         a multibyte buffer.
17258
17259         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17260         (pgg-pgp-lookup-key): Ditto.
17261
17262         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17263         (pgg-pgp5-lookup-key): Ditto.
17264
17265         * pgg.el (pgg-fetch-key): Ditto.
17266
17267 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17268
17269         * message.el (message-user-organization-file): Check several
17270         locations of the organization file.
17271
17272         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17273         Add gnus-article-view-part-as-type.
17274
17275         * gnus-art.el (gnus-article-view-part-as-type): New function.
17276
17277         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17278         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17279
17280         * mml.el: Simplify autoload.
17281         (mml-mode): defvar dnd-protocol-alist instead of using
17282         symbol-value.
17283         (mml-default-directory): New variable.
17284         (mml-minibuffer-read-file): Use it.
17285         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17286
17287         * message.el (message-citation-line-format): New variable.
17288         (message-insert-formated-citation-line): New function.
17289         (message-citation-line-function):
17290         Add `message-insert-formated-citation-line' to custom type.
17291
17292         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17293         to doc string.
17294
17295         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17296         depending on mm-verify-option.
17297
17298 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17301         binding pgg-* variables; reimplement the section which prevents
17302         MIME header from being signed.
17303         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17304         pgg-text-mode; remove a blank line at the top of body.
17305
17306         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17307         lines at the top of body; use gnus-newsgroup-charset if there's no
17308         Charset header.
17309
17310 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * message.el (message-self-insert-commands): Doc fix.
17313
17314         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17315         (mm-uu-pgp-encrypted-test): Ditto.
17316         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17317         between header and body; return application/pgp-encrypted handle
17318         if decryption failed; decode decrypted body by charset.
17319
17320         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17321         element match to application/pgp-*.
17322
17323 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17324
17325         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17326         HTML.
17327
17328 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17329
17330         * mail-source.el (mail-source-call-script): Message the error
17331         string.
17332
17333 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17334
17335         * gnus-util.el (gnus-byte-compile): Use it.
17336
17337 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17338
17339         * gnus-util.el (kill-empty-logs): New function.
17340
17341 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17342
17343         * message.el (message-mail-alias-type): Doc fix.
17344         (message-mail-alias-type-p): New function.
17345         (message-send): Use it.
17346         (message-mode): Ditto.
17347         (message-strip-forbidden-properties): Ditto.
17348
17349         * ecomplete.el (ecomplete-database-file-coding-system):
17350         New variable.
17351         (ecomplete-save): Use it.
17352         (ecomplete-setup): Use it.
17353
17354 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * message.el (message-self-insert-commands): New variable.
17357         (message-strip-forbidden-properties): Use it.
17358
17359 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17360
17361         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17362         that doesn't make XEmacs choke.
17363
17364 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * gnus-util.el (gnus-replace-in-string):
17367         Prefer replace-regexp-in-string over of replace-in-string.
17368
17369 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * gnus-util.el (gnus-select-frame-set-input-focus):
17372         Use select-frame-set-input-focus if it is available in XEmacs; use
17373         definition defined in Emacs 22 for old Emacsen.
17374
17375         * dgnushack.el: Autoload unmorse-region for XEmacs.
17376
17377         * lpath.el: Bind cursor-in-non-selected-windows and
17378         select-frame-set-input-focus for XEmacs.
17379
17380 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17383
17384 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17385
17386         * gnus-registry.el (gnus-registry-cache-save): Remove text
17387         properties when saving via the temp buffer.
17388
17389 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17390
17391         * message.el (message-generate-hashcash): Honor custom type.
17392
17393 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17394
17395         * message.el (message-generate-hashcash): Default to non-nil when
17396         hashcash is found.
17397
17398         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17399         (gnus-refer-thread-limit): Increase default to 500.
17400
17401         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17402
17403         * flow-fill.el (fill-flowed): Allow delete-space.
17404
17405 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17406
17407         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17408         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17409         Remove autoloads.
17410
17411 2006-04-18  Simon Josefsson  <jas@extundo.com>
17412
17413         * message.el (message-generate-hashcash): Default to.
17414
17415 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17418         concatenating segments rather than before concatenating them.
17419
17420 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17421
17422         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17423
17424 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17425
17426         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17427
17428         * message.el (message-forward-make-body-plain):
17429         Allow message-forward-ignored-headers to be a list.
17430         (message-remove-ignored-headers): Factor out into function.
17431         (message-forward-make-body-mml): Use it.
17432
17433         * imap.el (imap-quote-specials): New function.
17434         (imap-login-auth): Quote specials.
17435
17436         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17437         (rfc2231-parse-string): Allow concatanation of parameters that
17438         aren't contiguous.  The test case is
17439           (mail-header-parse-content-type "message/external-body;
17440             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17441             access-type=LOCAL-FILE;
17442             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17443
17444 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17445
17446         * nntp.el (nntp-accept-process-output): Return the value of
17447         `nnheader-accept-process-output'.
17448
17449 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17450
17451         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17452         (gnus-button-alist): Recognize more diff formats.
17453         (gnus-button-patch): Strip directory.
17454
17455 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17458         Emacs 22 when setting focus.
17459
17460 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17461
17462         * gnus-art.el (gnus-article-treat-types): Do treatment of
17463         text/x-verbatim parts.
17464         (gnus-button-patch): New command.
17465
17466         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17467         addresses that contain invalid characters.
17468
17469 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17470
17471         * message.el (message-put-addresses-in-ecomplete):
17472         Use gnus-replace-in-string.
17473         (message-is-yours-p): Use the more correct
17474         mail-header-parse-address instead of
17475         mail-extract-address-components.
17476         (message-put-addresses-in-ecomplete): Fix typo.
17477
17478         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17479         keystroke.
17480
17481         * gnus-art.el (gnus-treatment-function-alist): Change order of
17482         newsgroups/generic header folding to avoid double-folding.
17483
17484         * message.el (message-hidden-headers): Add X-Draft-From.
17485
17486         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17487         New command.
17488         (gnus-summary-repeat-search-article-backward): New command.
17489
17490         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17491         groups in the parent topic.
17492
17493 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17494
17495         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17496         (spam-extra-header-to-number): Return the CRM114 number as a
17497         number instead of a string.
17498
17499 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17500
17501         * gnus-art.el (gnus-face-properties-alist): Move here from
17502         gnus-fun.
17503
17504         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17505
17506 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17507
17508         * message.el (message-strip-forbidden-properties): Only display on
17509         self-insert-command.
17510
17511         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17512         reindent.
17513         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17514
17515 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17516
17517         * smiley.el (smiley-style): Fix typo.
17518
17519 2006-03-23  Kenichi Handa  <handa@m17n.org>
17520
17521         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17522         instead of set-buffer-multibyte.
17523
17524 2006-03-23  Kenichi Handa  <handa@m17n.org>
17525
17526         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17527         buffer and then decode the buffer text if necessary.
17528         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17529         first, and after mm-encode-body, change the buffer to unibyte.
17530
17531 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532
17533         * hashcash.el (hashcash-insert-payment-async-2):
17534         Use message-goto-eoh instead of doing it manually.
17535         (mail-add-payment): Use message-narrow-to-header instead of trying
17536         to do the same itself.
17537
17538         * message.el (message-hidden-headers): Add Face.
17539
17540         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17541         reparenting code.
17542         (gnus-summary-reparent-children): Refactored out code.
17543         (gnus-summary-thread-map): New keystroke.
17544         (gnus-summary-reparent-children): Make into command.
17545
17546         * smiley.el (smiley-style): Default to `medium' if using a large
17547         font.
17548
17549         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17550         does it itself.
17551
17552         * message.el (message-point-in-header-p): Simplify definition.
17553
17554 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17555
17556         * nnagent.el (nnagent-request-set-mark): Silence log file
17557         writing.
17558         (nnagent-request-set-mark): Use write-region instead of
17559         append-to-file.
17560
17561         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17562         strange select method.
17563
17564         * ecomplete.el (ecomplete-display-matches): Get highlightling
17565         right.
17566         (ecomplete-display-matches): Use literals.
17567         (ecomplete-display-matches): Disable message logging.
17568
17569         * message.el (message-display-abbrev): Small optimization.
17570
17571         * ecomplete.el (ecomplete-display-matches): Allow automatic
17572         display.
17573
17574         * message.el (message-strip-forbidden-properties):
17575         Display abbrevs.
17576         (message-display-abbrev): Get automatic display right.
17577
17578         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17579         keystrokes.
17580
17581 2006-04-13  Romain Francoise  <romain@orebokech.com>
17582
17583         TODO: Backport to v5-10!
17584
17585         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17586         Move here (and rename) from gnus-registry.el.
17587
17588         * gnus-registry.el: Require gnus-util.
17589         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17590
17591 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17592
17593         * gnus-group.el (gnus-group-catchup-current):
17594         Change if-then-else-if-then-else into cond.
17595         (gnus-group-catchup): Indent.
17596         (group-name-at-point): New function.
17597         (gnus-fetch-group): Provide default from thing at point.
17598
17599 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17600
17601         * message.el (message-display-abbrev): Fix regexp.
17602
17603         * ecomplete.el (ecomplete-highlight-match-line):
17604         Reimplement choosing.
17605         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17606         dead variables.
17607
17608         * message.el (message-newline-and-indent): Remove debugging.
17609         (message-display-abbrev): Use new implementation.
17610
17611 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17612
17613         * gnus-art.el (gnus-article-mode):
17614         Set cursor-in-non-selected-windows to nil.
17615
17616         * smiley.el: Revert previous change.
17617         (smiley-data-directory): defvar it before using it in the
17618         defcustom of `smiley-style'.
17619
17620 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17621
17622         * message.el (message-newline-and-indent): New function.
17623
17624         * ecomplete.el: Implement more bits.
17625
17626         * message.el (message-put-addresses-in-ecomplete): Clean up the
17627         string.
17628
17629         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17630
17631         * gnus-sum.el (gnus-summary-save-parts):
17632         Bind gnus-summary-save-parts-counter and use it to make unique file
17633         names.
17634
17635         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17636
17637         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17638         parameter to say whether to actually parse the individual
17639         addresses.
17640
17641         * message.el (message-put-addresses-in-ecomplete): New function.
17642         (ecomplete): Require.
17643         (message-mail-alias-type): Add ecomplete as an option.
17644
17645 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17646
17647         * flow-fill.el (fill-flowed): Remove trailing space from blank
17648         quoted lines.
17649
17650 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17651
17652         * smiley.el (smiley-style): Move definition later to avoid a
17653         compilation warning.
17654
17655 2006-04-12  Kenichi Handa  <handa@m17n.org>
17656
17657         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17658         buffer and then decode the buffer text if necessary.
17659         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17660         first, and after mm-encode-body, change the buffer to unibyte.
17661         Use mm-disable-multibyte instead of set-buffer-multibyte.
17662
17663 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17666         Content-Type header instead of Content-Disposition header.
17667         (gnus-mime-inline-part): Ditto.
17668         (gnus-mime-view-part-as-charset): Ignore charset that the part
17669         specifies.
17670
17671         * mm-decode.el (mm-display-part): Work with external parts and
17672         usual parts similarly.
17673
17674         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17675         instead of gnus-display-mime.
17676
17677         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17678         instead of with-temp-buffer.
17679
17680         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17681         tag to summarized topics part in order to encode non-ASCII text.
17682
17683 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17684
17685         * smiley.el (smiley-style): New variable.
17686         (smiley-directory): New function.
17687         (smiley-data-directory): Derive from `smiley-style' using
17688         `smiley-directory'.
17689         (smiley-regexp-alist): Add new entries.
17690
17691         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17692         (gnus-article-browse-delete-temp): Add :version.
17693
17694 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17695
17696         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17697         the sieve region.
17698
17699 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17700
17701         * gnus.el (gnus-version-number): Bump version.
17702
17703 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * gnus.el: No Gnus v0.4 is released.
17706
17707 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17708
17709         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17710         layout.
17711
17712         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17713         unknown charset.
17714
17715         * message.el (message-header-synonyms): Add Original-To to the
17716         default.
17717
17718         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17719         optional parameter.
17720
17721 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17722
17723         * gnus-fun.el (gnus): Require it for gnus-directory.
17724
17725 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17728
17729 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17730
17731         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17732
17733 2006-04-05  Simon Josefsson  <jas@extundo.com>
17734
17735         * password.el (password-reset): New function.
17736
17737 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17738
17739         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17740         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17741
17742 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17743
17744         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17745         Some whitespace was matched into the url, which broke browsing hits
17746         > 100 when mm-url-use-external was nil.
17747
17748 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17749
17750         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17751         Check gnus-extra-headers for 'Newsgroups.
17752
17753         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17754         bound.
17755
17756 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17757
17758         * pgg-gpg.el: Clean up process buffers every time gpg processes
17759         complete.
17760
17761 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17762
17763         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17764         doc string.
17765
17766 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17767
17768         * pgg-gpg.el (pgg-gpg-process-filter)
17769         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17770
17771         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17772         lines, temporary fix.
17773
17774 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17775
17776         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17777
17778 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17779
17780         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17781         default-enable-multibyte-characters.  This reverts the change from
17782         revision 6.17 which is no longer necessary because the passphrase
17783         is sent separately now.  GnuPG messages are unreadable under
17784         multibyte locales with default-enable-multibyte-characters set to
17785         nil.
17786
17787 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17788
17789         * message.el (message-tool-bar-gnome): Move "spell".
17790
17791 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17792
17793         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17794         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17795         instead.
17796
17797 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17798
17799         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17800         Improve newsgroups handling for NNTP overviews which don't include
17801         Newsgroups.
17802
17803 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17804
17805         * message.el (message-resend): Bind message-generate-hashcash to nil.
17806
17807 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17808
17809         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17810         when searching for already-paid recipients.
17811
17812 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17813
17814         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17815         passphrases when it is not needed.
17816         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17817         passphrase stuff from gpg, should only be necessary when you use
17818         gpg with a smartcard.
17819
17820 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * mml.el (mml-insert-mime): Ignore cached contents of
17823         message/external-body part.
17824
17825         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17826         (mm-insert-part): Ditto.
17827
17828 2006-03-23  Simon Josefsson  <jas@extundo.com>
17829
17830         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17831         Reiner.
17832         (pgg-gpg-use-agent-p): Use it again.
17833
17834 2006-03-23  Simon Josefsson  <jas@extundo.com>
17835
17836         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17837         older emacsen.
17838         (pgg-gpg-use-agent-p): Don't use it.
17839
17840 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17843         if we can.
17844
17845 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17846
17847         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17848         (pgg-gpg-update-agent): New function.
17849         (pgg-gpg-use-agent-p): New function.
17850         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17851         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17852         (pgg-gpg-sign-region): Use it.
17853
17854 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17857         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17858
17859 2006-03-21  Simon Josefsson  <jas@extundo.com>
17860
17861         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17862         <wilde@sha-bang.de>.
17863         (pgg-gpg-use-agent): New variable.
17864         (pgg-gpg-process-region): Use it.
17865         (pgg-gpg-encrypt-region): Likewise.
17866         (pgg-gpg-encrypt-symmetric-region): Likewise.
17867         (pgg-gpg-decrypt-region): Likewise.
17868         (pgg-gpg-sign-region): Likewise.
17869         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17870
17871 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17872
17873         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17874
17875         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17876         Add comment on version.
17877
17878 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17879
17880         * smiley.el: Add missing test smiley.
17881
17882 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * mm-decode.el (mm-with-part): New macro.
17885         (mm-get-part): Use it; work with message/external-body as well.
17886         (mm-save-part): Treat name and filename equally.
17887
17888         * mm-extern.el (mm-extern-cache-contents): New function.
17889         (mm-inline-external-body): Use it; force the part to be displayed;
17890         move undisplayer added to the cached handle to the parent.
17891
17892         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17893         (gnus-mime-view-part-as-type): Work with message/external-body.
17894
17895         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17896
17897 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17898
17899         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17900         images in image-load-path.  [Sync with image.el, revision 1.60, in
17901         Emacs.]
17902
17903 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17904
17905         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17906         path rather than symbol.  Always return list of directories.
17907         Guarantee that image directory comes first.  [Sync with image.el,
17908         revision 1.59, in Emacs.]
17909
17910         * message.el (message-make-tool-bar): Adjust to new API of
17911         `gmm-image-load-path-for-library'.
17912
17913         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17914
17915         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17916
17917 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17918
17919         * gnus-art.el (gnus-article-only-boring-p):
17920         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17921         intangible text.
17922         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17923
17924 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17925
17926         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17927         Use `defun' instead of `gmm-defun-compat'.
17928
17929 2006-03-14  Simon Josefsson  <jas@extundo.com>
17930
17931         * message.el (message-unique-id): Don't use message-number-base36
17932         if (user-uid) is a float.
17933         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17934
17935 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17938
17939         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17940         empty line between a part and a message part.
17941
17942 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17943
17944         * smiley.el: Add more test smileys.
17945         (smiley-data-directory, smiley-regexp-alist)
17946         (gnus-smiley-file-types): Fix doc strings.
17947         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17948         adding new elements.
17949         (smiley-mouse-map): Unused code.  Make it a comment.
17950
17951 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17954         scan latest NoCeM messages instead of old ones.
17955         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17956         delimiters that are recently used.
17957         (gnus-nocem-load-cache): Add autoload cookie.
17958
17959         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17960
17961         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17962         level which is larger than gnus-use-nocem is specified.
17963
17964         * gnus-group.el (gnus-group-get-new-news): Ditto.
17965
17966 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17967
17968         * gnus-util.el (gnus-tool-bar-update): New function.
17969
17970         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17971         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17972
17973         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17974
17975         * gnus-group.el (gnus-group-redraw-when-idle)
17976         (gnus-group-redraw-check): Remove.
17977         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17978
17979 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17982         if optional last element is specified in splits (FIELD VALUE...).
17983
17984 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17985
17986         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17987         to gmm-image-load-path-for-library.  Call with no-error argument.
17988         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17989
17990         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17991
17992         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17993
17994         * gmm-utils.el (gmm-image-load-path): Remove alias.
17995
17996 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17997
17998         * gmm-utils.el (gmm-image-load-path): Add alias.
17999
18000         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18001         nnml-generate-nov-databases-1.
18002         (nnml-generate-nov-databases): Use it.
18003         (nnml-generate-nov-databases-directory): Document no-active
18004         argument.
18005
18006         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18007         directory if path is t.  Add no-error.
18008
18009         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18010         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18011
18012         * gnus-art.el (gnus-article-browse-delete-temp-files):
18013         Simplify resetting gnus-article-browse-html-temp-list.
18014
18015         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18016         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18017         Add example to docstring.  Rename local variables.  Move error
18018         checks to default case in cond and simplify.
18019
18020 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18023         handle is multipart when calling it recursively.
18024         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18025
18026 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18027
18028         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18029         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18030
18031 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18034         is loaded.
18035
18036         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18037         loaded.
18038
18039 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18040
18041         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18042         to "Emacs 23 (unicode)" in doc string.
18043
18044         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18045         "Emacs 23 (unicode)" in comment.
18046
18047 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18050
18051         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18052         characters 160 through 255 in Emacs 23.
18053
18054 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18055
18056         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18057         gnus-article-browse-html-temp.
18058         (gnus-article-browse-delete-temp): Make it customizable.
18059         Add `file'.  Adjust doc string.
18060         (gnus-article-browse-delete-temp-files): Add argument.
18061         Allow query for each file.  Adjust doc string.
18062         (gnus-article-browse-html-parts):
18063         Add `gnus-article-browse-delete-temp-files' to
18064         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18065
18066 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18067
18068         * gnus-art.el (gnus-article-browse-html-temp)
18069         (gnus-article-browse-delete-temp): New variables.
18070         (gnus-article-browse-delete-temp-files): New function.
18071         (gnus-article-browse-html-parts): Use it.
18072
18073 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18074
18075         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18076
18077         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18078         string.
18079
18080         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18081         gnus-summary-insert-new-articles when unplugged.
18082         Remove gnus-summary-search-article-forward.
18083
18084         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18085         display-visual-class instead of display-color-cells.
18086
18087 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * dgnushack.el: Autoload customize-group for XEmacs.
18090
18091         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18092         message/* containing non-ASCII text properly.
18093
18094 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18095
18096         * message.el: Require gmm-utils, remove autoloads.
18097         (message-tool-bar): Set default based on
18098         gmm-tool-bar-style.
18099         (message-tool-bar-gnome): Add gmm-customize-mode.
18100
18101         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18102         gmm-tool-bar-style.
18103         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18104
18105         * gnus-group.el (gnus-group-tool-bar): Set default based on
18106         gmm-tool-bar-style.
18107         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18108
18109         * gmm-utils.el (gmm-image-directory): Rename variable from
18110         gmm-image-load-path.
18111         (gmm-image-load-path): Use gmm-image-directory.
18112         (gmm-customize-mode): New function.
18113         (gmm-tool-bar-style): New variable.
18114
18115         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18116         gnus-group-redraw-line-number.
18117         (gnus-group-redraw-check): Simplify.
18118         (gnus-group-tool-bar-update): Remove redraw check.
18119         (gnus-group-make-tool-bar): Add redraw check.
18120
18121 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18122
18123         * gnus-art.el (gnus-button): Add missing parentheses.
18124
18125 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * lpath.el: Fbind line-number-at-pos.
18128
18129 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18132
18133 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18134
18135         * gnus-art.el (gnus-button): New face.
18136         (gnus-article-button-face): Use it.
18137
18138         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18139         Add gnus-summary-next-page.  Re-order.
18140
18141         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18142         next-node are now included.
18143         (gnus-group-redraw-line-number): New internal variable.
18144         (gnus-group-redraw-check): Helper function for updating the tool
18145         bar.
18146         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18147
18148         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18149
18150         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18151         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18152         Use it to match format of Spamassassin 3.0 and later.
18153         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18154         (spam-check-bogofilter)
18155         (spam-bogofilter-register-with-bogofilter): Fix args of
18156         `gnus-error' calls.
18157
18158 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18159
18160         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18161         unnecessary interaction when sending queued mails.
18162         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18163
18164 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18167         first or last are nil.
18168
18169 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18170
18171         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18172
18173 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18174
18175         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18176
18177 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18178
18179         * dns.el (query-dns): Protect more against buggy tcp output.
18180
18181 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18182
18183         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18184         nov.php.
18185
18186 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18187
18188         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18189         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18190         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18191         output on the server side.
18192         (nnweb-google-create-mapping): Update regexps and add some
18193         progress indication.
18194
18195 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18196
18197         * gnus-group.el (gnus-group-tool-bar-gnome):
18198         Fix gnus-agent-toggle-plugged.  Re-order icons.
18199         (gnus-group-tool-bar-gnome):
18200         Add gnus-group-{prev,next}-unread-group.
18201         (gnus-group-tool-bar-gnome): Re-order icons.
18202
18203         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18204         Move gnus-summary-insert-new-articles.
18205
18206         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18207         Fix comments.
18208
18209         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18210         also available in Emacs 21.3.
18211
18212         * message.el (message-fix-before-sending): Change "Emacs 22" to
18213         "Emacs 23 (unicode)" in comment.
18214
18215         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18216         "Emacs 23 (unicode)" in comment.
18217
18218         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18219         comment.
18220         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18221
18222         * mm-view.el (mm-fill-flowed): Add :version.
18223
18224 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18227         and load-path.
18228
18229 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18230
18231         * message.el: Autoload gmm-image-load-path.
18232         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18233         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18234         consitency.
18235
18236         * gmm-utils.el (gmm-image-load-path): Also search in
18237         "../etc/images".  Don't set gmm-image-load-path if we don't find
18238         the image.
18239
18240 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18241
18242         * gmm-utils.el (gmm-image-load-path): Don't make
18243         `gmm-image-load-path' include subdirectories which the second arg
18244         `image' might specify.
18245
18246         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18247         subdirectory to icon file names.
18248
18249         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18250
18251 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18252
18253         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18254         gmm-image-load-path calls.
18255
18256         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18257
18258         * message.el (message-make-tool-bar): Ditto.
18259
18260         * mml.el (mml-preview): Add comment concerning tool bar icons.
18261
18262         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18263         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18264
18265         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18266         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18267
18268         * message.el (message-tool-bar-gnome): Use new icon names.
18269         (message-make-tool-bar): Use `gmm-image-load-path'.
18270
18271         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18272         New functions from MH-E.
18273         (gmm-image-load-path): New variable from MH-E.
18274         (gmm-image-load-path): New function from MH-E.  Add arguments
18275         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18276         *-image-load-path-called-flag.
18277
18278 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18279
18280         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18281
18282 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18283
18284         * nnimap.el (nnimap-request-move-article): Change folder back to
18285         source group before deleting.
18286
18287 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18288
18289         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18290
18291         * gnus-art.el (mm-url-insert-file-contents-external):
18292         Autoload mm-url.
18293
18294         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18295
18296 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18297
18298         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18299         coding system which mm-charset-to-coding-system returns for a
18300         given charset is valid.
18301
18302 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18303
18304         * html2text.el (html2text-remove-tag-list):
18305         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18306
18307 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18308
18309         * gnus-cus.el: Revert 2005-10-17 change.
18310
18311 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18312
18313         * gnus-art.el (article-strip-banner):
18314         Call article-really-strip-banner only when the regexp match is made.
18315
18316 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * gnus-art.el (article-strip-banner):
18319         Use gnus-extract-address-components instead of
18320         mail-header-parse-addresses to make it work with non-ASCII text;
18321         remove mail-encode-encoded-word-string.
18322
18323         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18324         values which are surrounded with \"...\"; make it never cause a
18325         Lisp error; give up parsing of parameters if it failed in
18326         extracting type.
18327
18328 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18329
18330         * smime.el (smime-cert-by-ldap-1): Fix bug where
18331         `smime-ldap-search' returns results without userCertificates.
18332
18333 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18336
18337 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18338
18339         * spam.el (spam-check-spamassassin-headers): Adapt format for
18340         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18341         <ari@mbf.ocn.ne.jp>.
18342         (spam-list-of-processors): Add spam-use-gmane.
18343
18344 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18347         make-temp-file; make it work with XEmacs as well.
18348
18349         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18350         mm-make-temp-file.
18351
18352         * mm-decode.el (mm-display-external): Use the 3rd arg of
18353         mm-make-temp-file.
18354         (mm-create-image-xemacs): Ditto.
18355
18356 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18359         with message-narrow-to-headers.
18360         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18361         (gnus-draft-check-draft-articles): New function.
18362         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18363
18364 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18365
18366         * gnus-art.el (gnus-article-browse-html-parts):
18367         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18368         Don't use suffix argument for mm-make-temp-file for Emacs 21
18369         compatibility.  Remove useless `format'.
18370
18371 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18372
18373         * nnweb.el (nnweb-google-wash-article): Update regexps.
18374         (nnweb-group-alist): Use defvoo instead of defvar.
18375
18376 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18377
18378         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18379         re-loading nn* modules.
18380
18381 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18382
18383         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18384         for `tool-bar-mode' and don't check it's default-value.
18385
18386         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18387
18388         * message.el (message-make-tool-bar): Ditto.
18389
18390         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18391         `substring'.  Shorten tmp-file name.
18392
18393         * gnus.el: Remove bogus comment.
18394
18395 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18396
18397         * gnus-art.el (gnus-article-browse-html-parts): New function.
18398         (gnus-article-browse-html-article): New function for viewing html
18399         articles with a browser.
18400
18401 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18402
18403         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18404         in elisp.
18405         (pgg-gpg-encrypt-symmetric-region): Ditto.
18406         (pgg-gpg-sign-region): Ditto.
18407
18408         * pgg-def.el (pgg-text-mode): New variable.
18409
18410         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18411         (mml2015-pgg-encrypt): Ditto.
18412
18413         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18414         (mml1991-pgg-encrypt): Ditto.
18415
18416 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18417
18418         * nnfolder.el (nnfolder-insert-newsgroup-line):
18419         Use message-make-date instead of current-time-string.
18420
18421         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18422         to gnus-decoded which mm-uu might set.
18423
18424 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18427         don't decode quoted parameters; remove misimported Emacs code.
18428         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18429         (rfc2231-decode-encoded-string): Don't use split-string which
18430         behaves differently according to Emacs version; use
18431         mm-decode-coding-region to convert charset to coding-system.
18432         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18433         (rfc2231-encode-string): Remove misimported Emacs code.
18434
18435 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18438         when calling mail-header-parse-content-type.
18439         (article-de-quoted-unreadable): Ditto.
18440         (article-de-base64-unreadable): Ditto.
18441         (article-wash-html): Ditto.
18442
18443         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18444         calling mail-header-parse-content-type and
18445         mail-header-parse-content-disposition.
18446         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18447         mail-header-parse-content-type.
18448
18449         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18450         insert charset and format parameters; encode description after
18451         inserting it to buffer.
18452         (mml-insert-parameter): Fold lines properly even if a parameter is
18453         segmented into two or more lines; change the max column to 76.
18454
18455         * rfc1843.el (rfc1843-decode-article-body): Don't use
18456         ignore-errors when calling mail-header-parse-content-type.
18457
18458         * rfc2231.el (rfc2231-parse-string): Return at least type if
18459         possible; don't cause an error even if it fails in parsing of
18460         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18461         (rfc2231-encode-string): Don't break lines at the beginning, leave
18462         it to mml-insert-parameter.
18463
18464         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18465         calling mail-header-parse-content-type.
18466
18467 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18468
18469         * spam-report.el (spam-report-gmane-use-article-number):
18470         Improve doc string.
18471         (spam-report-gmane-internal): Check if a suitable header was found
18472         in the article.
18473
18474 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18477         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18478
18479 2006-02-05  Romain Francoise  <romain@orebokech.com>
18480
18481         Update copyright notices of all files in the gnus directory.
18482
18483 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18484
18485         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18486
18487 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18490         segmented lines of parameter value to cope with Thunderbird 1.5
18491         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18492         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18493         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18494
18495 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18496
18497         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18498         parts.
18499
18500 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18501
18502         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18503         there's only one active file for all servers.
18504         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18505         solid groups.  Gnus might have used a FAST request to select the group.
18506         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18507         and nnweb-search redundantly in the active file.
18508         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18509         (nnweb-request-create-group): Don't use ARGS.
18510         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18511         initializations.  Let nnoo do the work.
18512
18513 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18516         Say the part has been decoded.
18517
18518         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18519
18520 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18521
18522         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18523         mailcap-viewer-test-cache when there's no 'test clause, since that
18524         will invert the meaning of a "nil" test previously determined by
18525         mailcap-mailcap-entry-passes-test.
18526
18527 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18528
18529         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18530         compiling.
18531
18532         * gnus-sum.el: Ditto.
18533
18534         * message.el: Don't bind tool-bar-map when compiling.
18535
18536 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18537
18538         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18539
18540 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18541
18542         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18543         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18544         current Google Groups.
18545
18546 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18547
18548         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18549         and tool-bar-mode.
18550
18551         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18552         and tool-bar-mode.
18553
18554         * message.el (message-tool-bar-update): Simplify.
18555         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18556
18557         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18558         gnus-summary-buffer.
18559         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18560         gnus-summary-reply.
18561
18562         * gmm-utils.el (gmm): Add :version.
18563
18564 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * Makefile.in (clean): New rule.
18567         (distclean): Use it.
18568
18569 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18570
18571         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18572         Don't autoload.
18573
18574 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * gmm-utils.el (gmm-verbose): Add :group.
18577
18578 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18579
18580         * message.el: Change some comments WRT tool-bars.
18581
18582         * gnus-sum.el (gnus-summary-tool-bar)
18583         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18584         (gnus-summary-tool-bar-zap-list): New variables.
18585         (gnus-summary-make-tool-bar): Complete rewrite using
18586         `gmm-tool-bar-from-list'.
18587
18588         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18589         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18590         New variables.
18591         (gnus-group-make-tool-bar): Complete rewrite using
18592         `gmm-tool-bar-from-list'.
18593         (gnus-group-tool-bar-update): New function.
18594
18595         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18596
18597 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18600         is dissected into a single part of which the type is the same as
18601         the given one; decode charset.
18602
18603 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18604
18605         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18606         into alists as symbol not string, since that's what
18607         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18608         look for.
18609
18610 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18611
18612         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18613         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18614
18615         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18616
18617 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18620         (gnus-xmas-mime-security-button-menu): New function.
18621
18622         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18623         (gnus-mime-security-button-menu): New definition.
18624         (gnus-mime-security-button-map): Use them.
18625         (gnus-mime-security-button-menu): New function.
18626         (gnus-insert-mime-security-button): Addition to help echo.
18627         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18628         (gnus-mime-security-pipe-part): New functions.
18629
18630         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18631         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18632
18633         * mm-decode.el (mm-handle-set-disposition): Remove.
18634         (mm-handle-set-description): Remove.
18635
18636 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18639         (mm-w3m-standalone-supports-m17n-p): New function.
18640         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18641         w3m usage.
18642
18643         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18644         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18645
18646 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18647
18648         * message.el (message-tool-bar-zap-list):
18649         Use gmm-tool-bar-zap-list as custom type.
18650         (message-tool-bar-update): New function.
18651         (message-tool-bar, message-tool-bar-gnome)
18652         (message-tool-bar-retro): Add message-tool-bar-update.
18653         (message-tool-bar-gnome): Add flyspell-buffer.
18654
18655         * gnus-util.el (gnus-error): Describe `args'.
18656
18657         * gmm-utils.el (gmm-error): Describe `args'.
18658         (gmm-tool-bar-zap-list): New widget.
18659         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18660
18661 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18664         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18665         the number of recursive calls.
18666
18667         * mm-decode.el (mm-handle-set-disposition): New macro.
18668         (mm-handle-set-description): New macro.
18669
18670 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18673         encoding.
18674
18675 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18676
18677         * message.el (message-tool-bar-zap-list, message-tool-bar)
18678         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18679         (message-tool-bar-local-item-from-menu): Remove.
18680         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18681         (message-make-tool-bar): New function.
18682         (message-mode): Use `message-make-tool-bar'.
18683
18684         * gmm-utils.el: New file.
18685         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18686         (gmm-lazy): New widget copied from `nnmail.el'.
18687         (gmm-tool-bar-from-list): New function for creating customizable
18688         tool bars.
18689         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18690         output.
18691         (gmm): Add :prefix to defgroup.
18692
18693 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18694
18695         * gmm-utils.el (gmm-widget-p): New function.
18696
18697 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18698
18699         * mml.el (mml-attach-file): Describe `description' in doc string.
18700         (mml-menu): Add Emacs MIME manual and PGG manual.
18701
18702 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18703
18704         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18705
18706 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18707
18708         * nntp.el (nntp-end-of-line): Doc fix.
18709
18710 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18711
18712         * imap.el (imap-open): Handle case where buffer is a buffer
18713         object.
18714
18715 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18716
18717         * gnus-delay.el (gnus-delay): Don't autoload.
18718         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18719         to be re-loaded when customizing the `gnus-delay' group.
18720
18721 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18722
18723         * message.el (message-insert-citation-line): Use newlines.
18724
18725 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18726
18727         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18728         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18729         these routines, so the passphrase can be managed externally and
18730         passed in to the system.
18731         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18732         pgg-add-passphrase-to-cache function.
18733
18734         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18735         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18736         these routines, so the passphrase can be managed externally and
18737         passed in to the system.
18738         (pgg-pgp5-sign-region): Use new name of
18739         pgg-add-passphrase-to-cache function.
18740
18741 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18742
18743         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18744         part of the decoded armor to find the key-identifier.
18745         (pgg-gpg-lookup-key-owner): New function to return the
18746         human-readable identifier of a key owner.
18747         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18748         itself.
18749         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18750         the key value) if we have a key and can match it against a secret
18751         key.  Also, added a note pointing out fact that the prompt only
18752         indicates the first matching key.
18753
18754         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18755         pgg-decrypt-region.
18756         (pgg-add-passphrase-to-cache): Rename from
18757         `pgg-add-passphrase-cache' to reduce confusion (all callers
18758         changed).
18759         (pgg-remove-passphrase-from-cache): Rename from
18760         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18761         changed).
18762         (pgg-read-passphrase, pgg-add-passphrase-cache)
18763         (pgg-remove-passphrase-cache): Add informative docstrings.
18764         (pgg-decrypt): Convey provided passphrase in subordinate call to
18765         pgg-decrypt-region.
18766
18767 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18768
18769         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18770         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18771         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18772         'passphrase' argument, so the passphrase can be managed externally
18773         and then passed in to the system.
18774
18775         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18776         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18777         so the passphrase cache can be used reliably with identifiers
18778         besides a pgp packet's key id.
18779
18780         * pgg-gpg.el (pgg-gpg-encrypt-region)
18781         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18782         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18783         these routines, so the passphrase can be managed externally and
18784         passed in to the system.
18785
18786         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18787         'notruncate' argument, so the passphrase cache can be used
18788         reliably with identifiers besides a pgp packet's key id.
18789
18790 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18791
18792         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18793         symmetric encryption.
18794         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18795         encrypted session key.
18796         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18797         message ask for the passphrase in a proper way.
18798
18799         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18800         New user commands for symmetric encryption.
18801
18802 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18805
18806         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18807
18808 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18809
18810         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18811
18812 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18813
18814         * mm-decode.el (mm-inlined-types): Add application/pgp.
18815         (mm-automatic-display): Ditto.
18816
18817         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18818         part as text.
18819
18820 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * nnrss.el: Update copyright.
18823         (nnrss-opml-import): Query whether to subscribe to each entry.
18824
18825         * gnus-art.el:
18826         * gnus-sum.el:
18827         * gnus-xmas.el:
18828         * messagexmas.el:
18829         * mm-uu.el:
18830         * mm-view.el: Update copyright.
18831
18832 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18833
18834         * message.el (message-info): New function.
18835         (message-mode-menu): Add it.
18836         Update copyright.
18837
18838         * ChangeLog: Fix and update copyright.
18839
18840 2006-01-13  Romain Francoise  <romain@orebokech.com>
18841
18842         * message.el (message-forward-subject-name-subject): Prefer the
18843         address to 'nowhere' if the sender has no name.
18844         Fix typo.  Update copyright year.
18845
18846 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * gnus-art.el (article-wash-html):
18849         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18850         (gnus-article-wash-html-with-w3m-standalone): New function.
18851
18852         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18853         mm-inline-text-html-render-with-w3m-standalone.
18854         (mm-text-html-washer-alist): Map w3m-standalone to
18855         gnus-article-wash-html-with-w3m-standalone.
18856         (mm-inline-text-html-render-with-w3m-standalone): New function.
18857
18858 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18859
18860         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18861         Improve LaTeX.
18862
18863 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18866         (nnrss-request-article): Render text/plain parts as HTML.
18867
18868         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18869         the buffer.
18870
18871 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18872
18873         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18874         custom definition of `gnus-posting-styles'.
18875
18876         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18877         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18878
18879 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18880
18881         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18882         Use nntp for bug archive.
18883
18884 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18887         parts.
18888         (nnrss-normalize-date): New function converts ISO 8601 date into
18889         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18890         (nnrss-check-group): Use it.
18891
18892 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18895
18896         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18897         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18898         (nnrss-insert-w3): Ditto.
18899
18900 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18903         the articles to be forwarded including the case where neither a
18904         number of articles nor a region is specified.
18905
18906 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * nnrss.el (nnrss-request-article): Fix last change; fill
18909         text/plain parts.
18910
18911 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18912
18913         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18914         in text/plain part.
18915         (nnrss-check-group): Don't add excessive newline to dc:subject.
18916
18917 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18918
18919         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18920         article.
18921
18922 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18923
18924         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18925         (nnml-use-compressed-files, nnml-save-mail): Support other
18926         comression programs such as bzip2.
18927
18928 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18929
18930         * dns.el (query-dns): Make sure we check the buffer size before
18931         removing tcp headers.
18932
18933 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18936         remove MIME buttons associated with multipart/alternative parts.
18937         (gnus-mime-display-alternative): Tag buttons using `article-type'
18938         text property.
18939
18940         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18941         associated with multipart/alternative parts.
18942
18943         * gnus-art.el (gnus-signature-separator): Fix custom type.
18944
18945         * mm-decode.el (mm-inlined-types): Fix custom type.
18946         (mm-keep-viewer-alive-types): Ditto.
18947         (mm-automatic-display): Ditto.
18948         (mm-attachment-override-types): Ditto.
18949         (mm-inline-override-types): Ditto.
18950         (mm-automatic-external-display): Ditto.
18951
18952 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18953
18954         * spam-report.el (spam-report-user-mail-address)
18955         (spam-report-user-agent): New variables.
18956         (spam-report-url-ping-plain): Use spam-report-user-agent.
18957
18958 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18959
18960         * gnus-art.el (gnus-button-handle-custom): Do not just use
18961         `customize-apropos' for any "M-x customize-*" button but the
18962         function called for.  Accept both the function name and its
18963         argument in order to achieve this.
18964         (gnus-button-alist): Remove support for "custom:" URL's.
18965         Pass function name to `gnus-button-handle-custom' in case of "M-x
18966         customize-*" buttons.
18967
18968 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18971         multipart/alternative and add xref to mm-discouraged-alternatives
18972         in doc string.
18973
18974         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18975         gnus-buttonized-mime-types in doc string.
18976
18977 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18978
18979         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18980         Suggest image/.* in the doc string.
18981
18982 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18983
18984         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18985         message-marks (Debian bug #342521).
18986
18987 2005-12-12  Simon Josefsson  <jas@extundo.com>
18988
18989         * password.el (password-read-from-cache): Add.
18990         (password-read): Use it.
18991
18992 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * rfc2047.el (rfc2047-charset-to-coding-system):
18995         Recognize us-ascii as a MIME charset.
18996
18997         * mm-bodies.el (mm-decode-content-transfer-encoding):
18998         Protect against the case where the 2nd arg TYPE is nil.
18999
19000 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19001
19002         * pop3.el (pop3-stream-type): Fix custom version.
19003
19004         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19005
19006 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19007
19008         * mm-decode.el (mm-display-external): Add missing cdr.
19009
19010 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19013         RFC1524) if it is in mailcap or add a suffix according to
19014         mailcap-mime-extensions when generating a temp filename; postpone
19015         deleting a temp file for 2 seconds for some wrappers, shell
19016         scripts, and so on, which might exit right after having started a
19017         viewer command as a background job.
19018
19019 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * nntp.el (nntp-marks-directory): Fix custom group.
19022
19023         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19024         steps when < 10.
19025
19026         * gnus-start.el (gnus-no-server-1):
19027         Mention `gnus-level-default-subscribed' in doc string.
19028
19029 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19030
19031         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19032         parens.
19033
19034 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * gnus-xmas.el (gnus-use-toolbar): Revert.
19037         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19038         gnus-use-toolbar is default.
19039
19040         * messagexmas.el (message-use-toolbar): Revert.
19041         (message-setup-toolbar): Use global default-toolbar if
19042         message-use-toolbar is default.
19043
19044 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19047         according to default-toolbar-visible-p.
19048
19049         * messagexmas.el (message-use-toolbar): Ditto.
19050
19051 2005-11-26  Dave Love  <fx@gnu.org>
19052
19053         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19054         (tls-program, tls-success): Provide openssl alternative.
19055
19056         * starttls.el: Doc fixes.
19057         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19058         SERVICE to PORT.
19059
19060         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19061         port null or service name.
19062         (starttls-negotiate): Autoload.
19063
19064 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * message.el (message-kill-to-signature): Fix interactive spec.
19067
19068 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * pop3.el (pop3-open-server): Recognize a string as a service name.
19071
19072 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19073
19074         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19075
19076 2005-11-23  Dave Love  <fx@gnu.org>
19077
19078         Add pop3s, pop3/starttls.
19079
19080         * pop3.el (pop3-authentication-scheme): Clarify doc.
19081         (open-tls-stream, starttls-open-stream): Autoload.
19082         (pop3-stream-type): New.
19083         (pop3-open-server): Use it.
19084
19085         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19086         for POP.
19087         (mail-source-keyword-map): Add :stream for POP.
19088         (mail-source-fetch-pop): Use pop3-stream-type.
19089
19090 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19093         of current-time-string.
19094
19095 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19096
19097         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19098         date header.
19099
19100 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19101
19102         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19103         it can seriously impact performance as it bypasses the agent's
19104         local caches.
19105
19106 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19107
19108         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19109         must be explicitly online rather than "not explicitly offline" for
19110         its flags to be synchronized.
19111
19112         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19113         that gnus-uu-unmark-thread will function correctly.
19114
19115         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19116         1024K is instead displayed as 1M.
19117
19118 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19119
19120         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19121
19122 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19123
19124         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19125
19126 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19127
19128         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19129         error message to display actual error condition.
19130         (gnus-agent-save-local): Avoid saving symbols that are bound to
19131         nil as they simply result in a warning message in
19132         gnus-agent-read-local.
19133
19134 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19137         rather than make-variable-buffer-local for file-precious-flag.
19138
19139 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19140
19141         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19142         for duplicates which are removed.  The invalid sort check then
19143         triggers a rescan after the sort as sorting may have moved
19144         duplicate entries such that they can be cheaply detected.
19145
19146 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19147
19148         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19149
19150 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19151
19152         * gnus-agent.el (gnus-agent-article-alist-save-format):
19153         Change internal variable to a custom variable.  Change default value
19154         from compressed(2) to uncompressed(1).
19155         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19156         support for uncompressed agentview files.  Taken together, reading
19157         the agentview file should now be 6-7 times faster.
19158
19159 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19160
19161         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19162         as a buffer-local variable.  This avoids creating truncated
19163         dribble files as a result of a hang up, eg.
19164
19165 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19166
19167         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19168         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19169         XEmacs.
19170
19171 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * gnus-start.el (gnus-start-draft-setup):
19174         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19175
19176         * gnus.el (gnus-splash): Change custom group.
19177         (gnus-group-get-parameter, gnus-group-parameter-value):
19178         Describe allow-list argument.
19179
19180         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19181         string.
19182
19183 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19184
19185         * gnus-art.el (gnus-default-article-saver): Add user-defined
19186         `function' to custom type.
19187
19188 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19189
19190         * imap.el (imap-open): Handle case where buffer is a buffer
19191         object.
19192
19193 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19194
19195         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19196         long lines.
19197         (gnus-cache-delete-group): Wrap doc strings.
19198
19199         * gnus-agent.el (gnus-agent-rename-group)
19200         (gnus-agent-delete-group): Wrap doc strings.
19201
19202 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * messagexmas.el (message-use-toolbar): Change the valid values
19205         into default, top, bottom, left, and right.
19206         (message-toolbar-thickness): New variable.
19207         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19208         well.
19209         (message-setup-toolbar): Make it work.
19210
19211         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19212         (gnus-use-toolbar): Change the valid values into default, top,
19213         bottom, left, and right.
19214         (gnus-toolbar-thickness): New variable.
19215         (gnus-xmas-setup-toolbar): New function.
19216         (gnus-xmas-setup-group-toolbar): Use it.
19217         (gnus-xmas-setup-summary-toolbar): Use it.
19218
19219 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19220
19221         * gnus-start.el (gnus-1): Add "native" to
19222         gnus-predefined-server-alist.
19223
19224         * gnus.el (gnus-method-to-server): Don't add "native" to the
19225         lists here, because that leads to problems when
19226         gnus-select-method is bound.
19227
19228 2005-11-09  Simon Josefsson  <jas@extundo.com>
19229
19230         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19231         use (not sort-by-date) instead.
19232
19233 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19234
19235         * gnus-delay.el (gnus-delay-group): Don't autoload.
19236         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19237         to be re-loaded when customizing the `gnus-delay' group.
19238
19239 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19240
19241         * message.el: Revert last changes.
19242         (message-insert-citation-line): Use newlines.
19243
19244 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19245
19246         * message.el (message-courtesy-message)
19247         (message-mark-insert-begin, message-mark-insert-end)
19248         (message-elide-ellipsis, message-cancel-message)
19249         (message-add-header, message-change-subject)
19250         (message-cross-post-followup-to-header)
19251         (message-cross-post-insert-note, message-reduce-to-to-cc)
19252         (message-widen-reply, message-delete-not-region)
19253         (message-kill-to-signature, message-insert-signature)
19254         (message-insert-importance-high, message-insert-importance-low)
19255         (message-insert-or-toggle-importance)
19256         (message-insert-disposition-notification-to)
19257         (message-indent-citation, message-yank-original)
19258         (message-cite-original-without-signature, message-cite-original)
19259         (message-insert-citation-line, message-position-on-field)
19260         (message-fix-before-sending, message-send-mail-partially)
19261         (message-send-mail, message-send-mail-with-sendmail)
19262         (message-send-mail-with-qmail, message-send-news)
19263         (message-check-news-header-syntax, message-generate-headers)
19264         (message-insert-courtesy-copy, message-fill-address)
19265         (message-fill-header, message-shorten-references)
19266         (message-setup-1, message-cancel-news)
19267         (message-forward-make-body-plain, message-forward-make-body-mime)
19268         (message-forward-make-body-mml, message-encode-message-body)
19269         (message-forward-make-body-digest-plain)
19270         (message-forward-make-body-digest-mime)
19271         (message-use-alternative-email-as-from): Insert `hard-newline'
19272         instead of ordinary newlines.
19273
19274 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * message.el (message-generate-headers): Downcase the argument
19277         given to message-check-element.
19278
19279 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19280
19281         * nntp.el (nntp-authinfo-rejected): New error condition.
19282         (nntp-wait-for): Use new error condition to signal authentication
19283         error.
19284         (nntp-retrieve-data): Rethrow new error condition to break out of
19285         recursive call to nntp-send-authinfo.
19286
19287 2005-11-08  Romain Francoise  <romain@orebokech.com>
19288
19289         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19290         (gnus-summary-exit-map): Bind to `Z p'.
19291         (gnus-summary-make-menu-bar): Add menu item.
19292
19293 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19294
19295         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19296         (gnus-treat-*): Add `first' in all doc strings.
19297
19298         * gnus-group.el (gnus-group-compact-group): Fix typo.
19299
19300 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19301
19302         * gnus.el (gnus-parameters-case-fold-search): New variable.
19303         (gnus-parameters-get-parameter): Use it.
19304
19305         * gnus-score.el (gnus-home-score-file): Doc fix.
19306
19307 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19308
19309         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19310
19311 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * mm-util.el (mm-special-display-p): New function.
19314
19315         * mml.el (mml-preview): Use it; doc fix.
19316
19317 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19318
19319         * imap.el (imap-open): Handle case where buffer is a buffer object.
19320
19321 2005-10-29  Romain Francoise  <romain@orebokech.com>
19322
19323         * message.el (message-fix-before-sending): Fix comment.
19324
19325 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19326
19327         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19328
19329 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19330
19331         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19332         Used in gnus-score.el.
19333
19334 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19335
19336         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19337
19338 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19339
19340         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19341         whitespace removed in revision 7.8.  Use concatenated string to
19342         protect trailing whitespace.
19343
19344 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19345
19346         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19347         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19348         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19349         Courier IMAP ("some version from 2004").  Mostly based on similar
19350         code in the same function.
19351
19352 2005-10-26  Didier Verna  <didier@xemacs.org>
19353
19354         * gnus-group.el (gnus-group-compact-group): Invalidate original
19355         article buffer.
19356         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19357         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19358         NOV database and in article itself.
19359         Invalidate article backlog.
19360
19361 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19362
19363         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19364
19365 2005-10-26  Simon Josefsson  <jas@extundo.com>
19366
19367         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19368         part of 2004-07-25 change.
19369
19370 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * message.el (message-display-completion-list): New function.
19373         (message-expand-group): Use it; make sure the Completions buffer
19374         is modifiable.
19375 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19376
19377         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19378         user-mail-name is an empty string.
19379
19380 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19381
19382         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19383         depending on gnus-score-decay-constant.
19384
19385         * encrypt.el (encrypt-insert-file-contents)
19386         (encrypt-write-file-contents): Don't use `gnus-message'.
19387
19388         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19389         arguments.
19390         (mm-uu-type-alist): Add message-marks and insert-marks.
19391         Pass arguments to mm-uu-verbatim-marks-extract.
19392         (mm-uu-hide-markers): New variable.
19393         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19394
19395         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19396         (gnus-convert-image-to-face-command): Use "convert" by default to
19397         allow other input image formats.
19398         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19399         accordingly.
19400
19401 2005-10-23  Simon Josefsson  <jas@extundo.com>
19402
19403         * imap.el (imap-gssapi-program): Align command line parameters
19404         with latest GNU SASL.
19405         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19406
19407 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19408
19409         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19410         HTML.
19411         (nnslashdot-request-article): Ditto.
19412
19413         * lpath.el (featurep): Add nobreak-char-display.
19414
19415 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19416
19417         * mail-source.el (mail-source-fetch-pop): Require pop3.
19418         (mail-source-check-pop): Ditto.
19419
19420 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19421
19422         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19423         errors.
19424
19425 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19426
19427         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19428         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19429
19430         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19431
19432         * mm-bodies.el (mm-decode-string):
19433         Call `mm-charset-to-coding-system' with allow-override argument.
19434
19435 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19436
19437         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19438         (rfc2047-charset-to-coding-system): New function.
19439         (rfc2047-decode-encoded-words): New function.
19440         (rfc2047-decode-region): Use them.
19441         (rfc2047-decode-cte): Remove.
19442         (rfc2047-parse-and-decode): Remove.
19443         (rfc2047-decode): Remove.
19444
19445 2005-10-15  Kenichi Handa  <handa@m17n.org>
19446
19447         * rfc2047.el (rfc2047-decode-cte): New function.
19448         (rfc2047-decode-region): Change the way to decode successive
19449         encoded-words: decode B- or Q-encoding in each encoded-word,
19450         concatenate them, and decode it as charset.
19451
19452 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * lpath.el: Fbind codepage-setup for XEmacs.
19455
19456 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19457
19458         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19459         widget-move-and-invoke.
19460         (gnus-custom-mode): Use gnus-custom-map.
19461
19462 2005-10-15  Bill Wohler  <wohler@newt.com>
19463
19464         * message.el (message-tool-bar-map): Rename image file from
19465         mail_send to mail/send.
19466
19467 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19468
19469         * message.el (message-expand-group): Pass the common
19470         prefix substring of completion to `display-completion-list'.
19471
19472 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19473
19474         * mml-sec.el (mml-secure-method): New internal variable.
19475         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19476         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19477         New functions using mml-secure-method.
19478
19479         * mml.el (mml-mode-map): Add key bindings for those functions.
19480         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19481         Harder <harder@myrealbox.com>.
19482         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19483         Goto end of message if point is the headers of the message.
19484
19485         * message.el (message-in-body-p): New function.
19486
19487         * assistant.el: Autoload gnus-util and netrc.
19488
19489         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19490         Use `mm-charset-override-alist' only when decoding.
19491
19492         * mm-bodies.el (mm-decode-body):
19493         Call `mm-charset-to-coding-system' with allow-override argument.
19494
19495         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19496         `filename' from Content-Disposition if Content-Type doesn't
19497         provide `name'.
19498         (gnus-mime-view-part-as-type): Set default instead of
19499         initial-input.
19500
19501 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19502
19503         * format-spec.el (format-spec): Propagate text properties of % spec.
19504
19505 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19506
19507         * gnus-art.el (gnus-treat-predicate): Add `first'.
19508
19509 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19510
19511         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19512         (mm-charset-override-alist): New variable.
19513         (mm-charset-to-coding-system): Use it.
19514         (mm-codepage-setup): New helper function.
19515         (mm-charset-eval-alist): New variable.
19516         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19517         Warn about unknown charsets.
19518
19519         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19520
19521 2005-10-04  David Hansen  <david.hansen@gmx.net>
19522
19523         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19524         (nnrss-check-group): Ditto.
19525
19526 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19527
19528         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19529         Rename x-gnus-verbatim to x-verbatim.
19530         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19531
19532         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19533         x-verbatim.
19534
19535         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19536
19537         * gnus-util.el (gnus-remove-duplicates): Remove.
19538
19539         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19540         instead of gnus-remove-duplicates.
19541
19542         * message.el (message-remove-duplicates): Remove.
19543         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19544         message-remove-duplicates.
19545
19546         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19547         available, else use implementation from `delete-dups'.
19548
19549         * message.el (message-insert-expires): New function.
19550         (message-mode-map): Add key binding.
19551         (message-mode-field-menu): Add menu entry.
19552         (message-mode): Document it.
19553         (message-make-expires-date): Use `message-make-date'.
19554
19555 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19556
19557         * message.el (message-make-expires-date): New function.
19558
19559 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19560
19561         * Makefile.in (list-installed-shadows): New entry.
19562         (install): Use it.
19563         (remove-installed-shadows): New entry.
19564
19565         * dgnushack.el (dgnushack-default-load-path): New variable.
19566         (dgnushack-find-lisp-shadows): New function.
19567         (dgnushack-remove-lisp-shadows): New function.
19568
19569 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * Makefile.in (install-el-elc): New entry.
19572         (install): Use it so that .el files are necessarily installed.
19573
19574 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19575
19576         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19577
19578 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19579
19580         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19581         function rather than the diff-mode.el package.
19582         (mm-display-external): Use with-current-buffer.
19583         (mm-viewer-completion-map, mm-viewer-completion-map):
19584         Move initialization inside declaration.
19585
19586 2005-09-29  Simon Josefsson  <jas@extundo.com>
19587
19588         * spam.el: Load hashcash when compiling, to avoid warnings.
19589         Don't autoload mail-check-payment.
19590         (spam-check-hashcash): Define unconditionally, since hashcash.el
19591         is part of Gnus now.  Ignore errors from payment checking.
19592
19593 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19594
19595         * message.el (message-bold-region, message-unbold-region):
19596         Rename from `bold-region' and `unbold-region'.
19597
19598         * message.el: Remove useless autoloads.
19599
19600 2005-09-28  Simon Josefsson  <jas@extundo.com>
19601
19602         * message.el (message-use-idna): Default to t.
19603         (message-use-idna): Test whether encoding works too.  Doc fix.
19604
19605 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19606
19607         * nntp.el (nntp-warn-about-losing-connection): Remove.
19608
19609 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19610
19611         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19612         customizable.  Change default value.
19613         (mm-uu-diff-groups-regexp): Change default value.
19614         (mm-uu-type-alist): Add doc string.
19615         (mm-uu-configure): Add doc string.  Make it interactive.
19616         (mm-uu-tex-groups-regexp): New variable.
19617         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19618         (mm-uu-type-alist): Add LaTeX documents.
19619         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19620         of "text/verbatim".
19621         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19622
19623         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19624         instead of "text/verbatim".
19625
19626         * message.el (message-mark-inserted-region)
19627         (message-mark-insert-file): Use slrn style marks when called with
19628         prefix argument.
19629
19630 2005-09-27  Simon Josefsson  <jas@extundo.com>
19631
19632         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19633
19634 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19635
19636         * message.el (message-remove-duplicates): New function.
19637         Implementation borrowed from `gnus-remove-duplicates'.
19638         (message-idna-to-ascii-rhs): Also encode idna addresses in
19639         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19640         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19641         only ask about the same idna domain once per header and also tell
19642         in what header to replace the idna domain.
19643
19644         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19645         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19646         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19647         a header is decoded and not just the last one.
19648
19649 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19650
19651         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19652         has been decoded.
19653
19654         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19655         (mm-insert-part): Don't modify text if it has been decoded.
19656
19657         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19658         decoded.
19659
19660         * mm-view.el (mm-inline-text): Don't strip text props unless
19661         decoding enriched or richtext parts.
19662
19663 2005-09-25  Romain Francoise  <romain@orebokech.com>
19664
19665         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19666         * gnus-start.el (gnus-subscribe-interactively):
19667         * gnus-uu.el (gnus-uu-grab-articles):
19668         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19669         space.
19670
19671 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19672
19673         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19674         * mm-view.el (mm-view-pkcs7-decrypt):
19675         * gnus-sum.el (gnus-summary-limit-to-extra)
19676         (gnus-summary-respool-article, gnus-read-move-group-name):
19677         * gnus-score.el (gnus-summary-increase-score):
19678         * gnus-util.el (gnus-completing-read-with-default):
19679         * gnus-art.el (gnus-read-save-file-name)
19680         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19681         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19682         * message.el (message-check-news-header-syntax):
19683         Follow convention for reading with the minibuffer.
19684
19685 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19686
19687         * spam-report.el (spam-report-url-ping-plain):
19688         Use gnus-extended-version as User-Agent.
19689
19690         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19691         default value is nil.
19692
19693         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19694         (mm-uu-verbatim-marks-extract): New function.
19695         (mm-uu-extract): New face.
19696         (mm-uu-copy-to-buffer): Use it.
19697
19698         * spam-report.el (spam-report-gmane-ham): Rename from
19699         `spam-report-gmane-unspam'.
19700         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19701         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19702
19703         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19704         Autoload.
19705         (spam-report-gmane-unregister-routine):
19706         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19707
19708 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19709
19710         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19711         (spam-report-gmane-unregister-routine): Add support for gmane
19712         unregistration.
19713
19714         * spam-report.el (spam-report-gmane-unspam)
19715         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19716         (spam-report-gmane): Change to take a single article and do unspam
19717         registration.
19718
19719 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19720
19721         * mm-url.el (mm-url-decode-entities): Fix regexp.
19722
19723 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19724
19725         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19726         default to nil, to be able to use Gnus at all.  If the default
19727         switches to something else, then the function should be fixed not
19728         be exceedingly slow.
19729
19730 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19731
19732         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19733         fail hard.
19734
19735         * spam-report.el: Add better Keywords line.
19736
19737         * spam.el: Add Maintainer and better Keywords line.
19738
19739 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19740
19741         * gnus-art.el (gnus-article-replace-part)
19742         (gnus-mime-replace-part): New functions.
19743         (gnus-mime-action-alist, gnus-mime-button-commands)
19744         (gnus-mime-save-part-and-strip): Add file argument.
19745         (gnus-article-part-wrapper): Add interactive argument.
19746
19747         * gnus-sum.el (gnus-summary-mime-map):
19748         Add `gnus-article-replace-part'.
19749
19750 2005-09-19  Didier Verna  <didier@xemacs.org>
19751
19752         The nnml compaction feature:
19753         * nnml.el (nnml-request-compact-group): New function.
19754         * nnml.el (nnml-request-compact): New function.
19755         * gnus-int.el (gnus-request-compact-group): New function.
19756         * gnus-int.el (gnus-request-compact): New function.
19757         * gnus-group.el (gnus-group-compact-group): New function.
19758         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19759         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19760         * gnus-srvr.el (gnus-server-compact-server): New function.
19761         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19762         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19763
19764 2005-09-18  Deepak Goel  <deego@gnufans.org>
19765
19766         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19767         format spec.
19768
19769 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19770
19771         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19772
19773 2005-09-15  Romain Francoise  <romain@orebokech.com>
19774
19775         * message.el (message-fill-paragraph): Clarify docstring.
19776
19777 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19778
19779         * gnus-art.el (gnus-mime-display-part): Protect against broken
19780         MIME messages.
19781
19782 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19783
19784         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19785         before parsing header.
19786
19787 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19788
19789         * html2text.el (html2text-replace-list): Add new entities.
19790
19791 2005-09-11  Romain Francoise  <romain@orebokech.com>
19792
19793         * message.el (message-alternative-emails): Improve docstring.
19794         (message-setup-1): Call `message-use-alternative-email-as-from'
19795         after `message-setup-hook' to give it precedence over posting
19796         styles, etc.
19797         (message-use-alternative-email-as-from): Add docstring.
19798         Remove the original From header if present.
19799
19800         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19801         (nnml-save-mail): Use it.
19802
19803         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19804         articles.  Add new argument `silent'.
19805         (gnus-uu-mark-all): Report the total number of marked articles.
19806
19807 2005-09-10  Romain Francoise  <romain@orebokech.com>
19808
19809         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19810         (gnus-uu-mark-series): Likewise.
19811
19812 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19813
19814         * spam-report.el (spam-report-gmane): Fix generation of spam
19815         report URL.
19816
19817 2005-09-10  Simon Josefsson  <jas@extundo.com>
19818
19819         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19820         t, based on discussion on the ding list with Robert Epprecht
19821         <epprecht@solnet.ch>.
19822
19823 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19824
19825         * spam-report.el (spam-report-gmane): Make it work without
19826         X-Report-Spam header.  Gmane now only provides Archived-At.
19827         This is only used if `spam-report-gmane-use-article-number' is nil.
19828         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19829
19830         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19831         make `gnus-summary-sort-by-recipient' work with threading.
19832
19833         * nnweb.el (nnweb-google-wash-article): Print a message if article
19834         is not available.
19835
19836 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19837
19838         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19839         change.  Decode text/* parts content before displaying.
19840
19841 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19842
19843         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19844
19845 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19846
19847         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19848
19849         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19850         url-package-name, url-package-version,
19851         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19852         w3m-display-inline-images, and w3m-minor-mode-map.
19853
19854 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19855
19856         * message.el (message-tab-body-function): Fix mismatched custom type.
19857
19858         * gnus.el (gnus-group-change-level-function): Ditto.
19859
19860         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19861
19862         * gnus-art.el (gnus-signature-limit)
19863         (gnus-article-mime-part-function): Ditto.
19864
19865 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * mml.el (mml-mode): Silence the byte compiler.
19868
19869         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19870         using `(sit-for 0)' before moving the point to the specified part;
19871         skip unbuttonized parts.
19872         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19873         return to the summary window if gnus-auto-select-part is non-nil.
19874
19875 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19876
19877         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19878         New variables.
19879         (mml-dnd-attach-file, mml-mode): Use them.
19880
19881         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19882         Make fetching article by MID work again for Google Groups.
19883         Add FIXME concerning gnus-group-make-web-group.
19884
19885         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19886         Don't depend on Gnus by using mail-extract-address-components if
19887         gnus-extract-address-components is not bound.
19888
19889 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19890
19891         * gnus-art.el (gnus-mime-display-security): Don't display the
19892         signature, but only the signed part.
19893
19894 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19895
19896         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19897
19898         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19899         list, not listp.
19900
19901 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19902
19903         * mm-encode.el (mm-encode-content-transfer-encoding):
19904         Likewise when encoding.
19905
19906         * mm-bodies.el (mm-decode-content-transfer-encoding):
19907         De-canonicalize CRLF for all text content types, not just
19908         text/plain.
19909
19910 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19911
19912         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19913         valid article; point arrow and cursor at the MIME button.
19914
19915 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19918         Suggested by Dan Christensen <jdc@uwo.ca>.
19919
19920         * mm-decode.el (mm-save-part): Enable change of prompt.
19921
19922 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19923
19924         * gnus-msg.el (gnus-inews-add-send-actions):
19925         Make `message-post-method' lambda parameter ARG `&optional'.
19926
19927 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19928
19929         * gnus-sum.el (gnus-summary-mime-map):
19930         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19931         gnus-article-jump-to-part.
19932
19933         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19934         (gnus-article-edit-part): Use it.
19935         (gnus-article-part-wrapper): Add no-handle argument.
19936         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19937         New functions.
19938
19939 2005-08-29  Romain Francoise  <romain@orebokech.com>
19940
19941         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19942         docstring.
19943         (gnus-face-from-file): Likewise.
19944
19945 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19946
19947         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19948         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19949         non-nil.
19950         (gnus-auto-select-part): New variable.
19951         (gnus-article-jump-to-part): New function.
19952         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19953         (gnus-mime-delete-part): Allow selecting specified part after
19954         deleting or stripping parts.
19955         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19956         part if argument is bogus.
19957
19958 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19959
19960         * gnus-art.el (w3m-minor-mode-map):
19961         * gnus-spec.el (gnus-newsrc-file-version):
19962         * gnus-util.el (nnmail-active-file-coding-system)
19963         (gnus-original-article-buffer, gnus-user-agent):
19964         * gnus.el (gnus-ham-process-destinations)
19965         (gnus-parameter-ham-marks-alist)
19966         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19967         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19968         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19969         * mm-decode.el (gnus-current-window-configuration):
19970         * mm-extern.el (gnus-article-mime-handles):
19971         * mm-url.el (url-current-object, url-package-name)
19972         (url-package-version):
19973         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19974         (smime-keys, w3m-cid-retrieve-function-alist)
19975         (w3m-current-buffer, w3m-display-inline-images)
19976         (w3m-minor-mode-map):
19977         * mml-smime.el (gnus-extract-address-components):
19978         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19979         (gnus-newsrc-hashtb, message-default-charset)
19980         (message-deletable-headers, message-options)
19981         (message-posting-charset, message-required-mail-headers)
19982         (message-required-news-headers):
19983         * mml1991.el (mc-pgp-always-sign):
19984         * mml2015.el (mc-pgp-always-sign):
19985         * nnheader.el (nnmail-extra-headers):
19986         * rfc1843.el (gnus-decode-encoded-word-function)
19987         (gnus-decode-header-function, gnus-newsgroup-name):
19988         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19989
19990 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19991
19992         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19993         the end of the date treatments.
19994
19995 2005-08-15  Simon Josefsson  <jas@extundo.com>
19996
19997         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19998         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19999         Capello and Romain Francoise.
20000         (pgg-fetch-key-function): Remove, not used?
20001         (pgg-insert-url-with-w3): Require url, to get
20002         url-insert-file-contents regardless of where it is defined.
20003
20004 2005-08-13  Romain Francoise  <romain@orebokech.com>
20005
20006         * message.el (message-cite-original-1): New function.
20007         (message-cite-original): Use it.
20008         (message-cite-original-without-signature): Ditto.
20009
20010 2005-08-08  Romain Francoise  <romain@orebokech.com>
20011
20012         * message.el (message-yank-empty-prefix): New variable.
20013         (message-indent-citation): Use it.
20014         (message-cite-original-without-signature): Respect X-No-Archive.
20015
20016 2005-08-08  Simon Josefsson  <jas@extundo.com>
20017
20018         * pgg.el: Autoload url-insert-file-contents instead of loading
20019         w3/url.
20020         (pgg-insert-url-with-w3): Don't load url here.
20021
20022 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20023
20024         * message.el (message-kill-to-signature): Don't insert newline at
20025         bol.
20026         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20027
20028 2005-08-06  Romain Francoise  <romain@orebokech.com>
20029
20030         * message.el (message-user-fqdn): Fix typo in docstring.
20031
20032 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20033
20034         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20035
20036         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20037
20038 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20039
20040         * mm-bodies.el (mm-encode-body): Use coding system rather than
20041         charset to encode text.
20042
20043         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20044         number of charsets if utf-8 is available (XEmacs).
20045
20046 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20047
20048         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20049         taken from `gnus-button-mid-or-mail-regexp'.
20050         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20051         (gnus-button-alist): Improve regexp for domain part of the MIDs
20052         for news:localpart@domain buttons.
20053         (gnus-button-ctan-directory-regexp): Update.
20054
20055 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20056
20057         * sieve-manage.el (sieve-manage-interactive-login):
20058         Use make-local-variable rather than make-variable-buffer-local.
20059         (sieve-manage-open): Ditto.
20060         (sieve-manage-authenticate): Ditto.
20061
20062         * mml.el (mml-generate-mime-1): Make the content type default to
20063         text/plain if the filename is not specified.
20064
20065 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20068         instead of insert-buffer.
20069
20070         * message.el (message-yank-original): Ditto; set the mark at the
20071         end of the yanked message.
20072
20073 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20074
20075         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20076         lines to scroll rather than to stop it.
20077
20078         * mml.el (mml-generate-default-type): Add doc string.
20079         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20080         default to application/octet-stream when determining the content
20081         type if it is not specified for the part or the mml contents; add
20082         a comment about mml-generate-default-type.
20083
20084 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20085
20086         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20087         make it default to application/octet-stream when determining the
20088         content type if it is not specified for the external contents.
20089
20090 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20091
20092         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20093         segmented parameter but also other parameters might be there.
20094
20095 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * mm-decode.el (mm-display-external): Delete temp file, directory
20098         and buffer immediately if the external process is exited.
20099
20100 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20101
20102         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20103         fewer lines than that of scroll-margin.
20104         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20105
20106 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * gnus-art.el (gnus-article-next-page): Revert.
20109         (gnus-article-beginning-of-window): New macro.
20110         (gnus-article-next-page-1): Use it.
20111         (gnus-article-prev-page): Ditto.
20112         (gnus-article-edit-part): Use insert-buffer-substring instead of
20113         insert-buffer.
20114         (gnus-article-edit-exit): Ditto.
20115
20116         * gnus-util.el (gnus-beginning-of-window): Remove.
20117         (gnus-end-of-window): Remove.
20118
20119         * lpath.el: Don't bind header-line-format and scroll-margin.
20120
20121 2005-07-25  Simon Josefsson  <jas@extundo.com>
20122
20123         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20124         to have the url package without w3.  Reported by Daiki Ueno
20125         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20126
20127 2005-07-20  Didier Verna  <didier@xemacs.org>
20128
20129         * gnus-diary.el: Remove the description comment (nndiary is now
20130         properly documented in the Gnus manual).
20131         Fix the spelling of "Back End".
20132         * nndiary.el: Ditto.
20133         Fix the copyright notice.
20134
20135 2005-07-18  Romain Francoise  <romain@orebokech.com>
20136
20137         * gnus-sum.el (gnus-summary-to-prefix)
20138         (gnus-summary-newsgroup-prefix): New variables.
20139         (gnus-summary-from-or-to-or-newsgroups): Use them.
20140
20141 2005-07-17  Romain Francoise  <romain@orebokech.com>
20142
20143         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20144         space as it's generally not especially interesting to the user.
20145
20146 2005-07-16  Romain Francoise  <romain@orebokech.com>
20147
20148         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20149         nil to avoid prompting and file modification if one of the
20150         messages at the top of the nnfolder file contains a copyright
20151         notice.
20152         Update copyright notice.
20153
20154         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20155         instead of `current-time-string' as the latter creates a time
20156         string that is not RFC 2822 compliant (it lacks the zone).
20157         Update copyright notice.
20158
20159 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20160
20161         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20162         for text/rtf.  Display default in prompt.  Pass default for M-n.
20163
20164         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20165
20166 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20167
20168         * gnus-msg.el (gnus-button-mailto):
20169         Remove save-selected-window-window hackery because it relies on
20170         save-selected-window internals.
20171
20172 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20173
20174         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20175         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20176         (gnus-article-prev-page): Ditto.
20177
20178         * gnus-util.el (gnus-beginning-of-window): New function.
20179         (gnus-end-of-window): New function.
20180
20181         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20182
20183 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20184
20185         * gnus-score.el (gnus-score-edit-all-score):
20186         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20187         gnus-message.
20188
20189 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20190
20191         * gnus-msg.el (gnus-button-mailto):
20192         Remove save-selected-window-window hackery because it relies on
20193         save-selected-window internals.
20194
20195 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20196
20197         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20198         add-minor-mode.
20199         (gnus-binary-mode): Ditto.
20200
20201         * gnus-topic.el (gnus-topic-mode): Ditto.
20202
20203 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20204
20205         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20206         (gnus-article-prev-page): Take scroll-margin into consideration.
20207
20208 2005-07-04  Lute Kamstra  <lute@gnu.org>
20209
20210         Update FSF's address in GPL notices.
20211
20212 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20213
20214         * gnus.el (gnus-exit):
20215         * gnus-group.el (gnus-group-icons):
20216         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20217
20218         * gnus-nocem.el (gnus-nocem):
20219         * message.el (message-various, message-buffers, message-sending)
20220         (message-interface, message-forwarding, message-insertion)
20221         (message-headers, message-news, message-mail):
20222         * pgg-gpg.el (pgg-gpg):
20223         * pgg-parse.el (pgg-parse):
20224         * pgg-pgp.el (pgg-pgp):
20225         * pgg-pgp5.el (pgg-pgp5):
20226         * pop3.el (pop3): Finish `defgroup' description with period.
20227
20228 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20229
20230         * gnus-art.el (article-display-face): Improve the efficiency.
20231         (article-display-x-face): Ditto; remove gray x-face stuff.
20232
20233 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20234
20235         * gnus-art.el (article-display-face): Correct the position in
20236         which Faces are inserted.
20237
20238 2005-06-29  Didier Verna  <didier@xemacs.org>
20239
20240         * gnus-art.el (article-display-face): Display faces in correct
20241         order.
20242
20243 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20244
20245         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20246         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20247         (gnus-nocem-check-article): Fetch the Type header.
20248         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20249         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20250         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20251         make sure gnus-nocem-hashtb is initialized.
20252         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20253         (gnus-nocem-unwanted-article-p): Ditto.
20254
20255         * pgg.el (pgg-verify): Return the verification result.
20256
20257 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20258
20259         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20260         is ascii.
20261
20262 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20263
20264         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20265         `show-nonbreak-escape'.
20266
20267 2005-06-23  Lute Kamstra  <lute@gnu.org>
20268
20269         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20270
20271         * dig.el (dig-mode):
20272         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20273
20274 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20275
20276         * nnimap.el (nnimap-split-download-body): Fix spellings.
20277
20278 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20279
20280         * gnus-art.el (gnus-article-encrypt-body):
20281         * gnus-cus.el (gnus-score-customize):
20282         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20283         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20284
20285 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20286
20287         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20288         header by looking for magic "MII" at the beginning.
20289
20290 2005-06-16  Miles Bader  <miles@gnu.org>
20291
20292         * gnus-xmas.el (gnus-xmas-group-startup-message):
20293         Use renamed gnus-splash face.
20294
20295         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20296         (assistant-field-face): New backward-compatibility alias for renamed
20297         face.
20298         (assistant-render-text): Use renamed assistant-field face.
20299
20300         * spam.el (spam): Remove "-face" suffix from face name.
20301         (spam-face): New backward-compatibility alias for renamed face.
20302         (spam-face, spam-initialize): Use renamed spam face.
20303
20304         * message.el (message-header-to, message-header-cc)
20305         (message-header-subject, message-header-newsgroups)
20306         (message-header-other, message-header-name)
20307         (message-header-xheader, message-separator, message-cited-text)
20308         (message-mml): Remove "-face" suffix from face names.
20309         (message-header-to-face, message-header-cc-face)
20310         (message-header-subject-face, message-header-newsgroups-face)
20311         (message-header-other-face, message-header-name-face)
20312         (message-header-xheader-face, message-separator-face)
20313         (message-cited-text-face, message-mml-face):
20314         New backward-compatibility aliases for renamed faces.
20315         (message-font-lock-keywords): Use renamed message faces.
20316
20317         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20318         (sieve-test-commands, sieve-tagged-arguments):
20319         Remove "-face" suffix from face names.
20320         (sieve-control-commands-face, sieve-action-commands-face)
20321         (sieve-test-commands-face, sieve-tagged-arguments-face):
20322         New backward-compatibility aliases for renamed faces.
20323         (sieve-control-commands-face, sieve-action-commands-face)
20324         (sieve-test-commands-face, sieve-tagged-arguments-face):
20325         Use renamed sieve faces.
20326
20327         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20328         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20329         (gnus-group-news-3-empty, gnus-group-news-4)
20330         (gnus-group-news-4-empty, gnus-group-news-5)
20331         (gnus-group-news-5-empty, gnus-group-news-6)
20332         (gnus-group-news-6-empty, gnus-group-news-low)
20333         (gnus-group-news-low-empty, gnus-group-mail-1)
20334         (gnus-group-mail-1-empty, gnus-group-mail-2)
20335         (gnus-group-mail-2-empty, gnus-group-mail-3)
20336         (gnus-group-mail-3-empty, gnus-group-mail-low)
20337         (gnus-group-mail-low-empty, gnus-summary-selected)
20338         (gnus-summary-cancelled, gnus-summary-high-ticked)
20339         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20340         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20341         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20342         (gnus-summary-low-undownloaded)
20343         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20344         (gnus-summary-low-unread, gnus-summary-normal-unread)
20345         (gnus-summary-high-read, gnus-summary-low-read)
20346         (gnus-summary-normal-read, gnus-splash):
20347         Remove "-face" suffix from face names.
20348         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20349         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20350         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20351         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20352         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20353         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20354         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20355         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20356         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20357         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20358         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20359         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20360         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20361         (gnus-summary-normal-ticked-face)
20362         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20363         (gnus-summary-normal-ancient-face)
20364         (gnus-summary-high-undownloaded-face)
20365         (gnus-summary-low-undownloaded-face)
20366         (gnus-summary-normal-undownloaded-face)
20367         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20368         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20369         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20370         (gnus-splash-face):
20371         New backward-compatibility aliases for renamed faces.
20372         (gnus-group-startup-message): Use renamed gnus faces.
20373
20374         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20375         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20376         (gnus-server-agent): Remove "-face" suffix from face names.
20377         (gnus-server-agent-face, gnus-server-opened-face)
20378         (gnus-server-closed-face, gnus-server-denied-face)
20379         (gnus-server-offline-face):
20380         New backward-compatibility aliases for renamed faces.
20381         (gnus-server-agent-face, gnus-server-opened-face)
20382         (gnus-server-closed-face, gnus-server-denied-face)
20383         (gnus-server-offline-face): Use renamed gnus faces.
20384
20385         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20386         Remove "-face" suffix from face names.
20387         (gnus-picon-xbm-face, gnus-picon-face):
20388         New backward-compatibility aliases for renamed faces.
20389
20390         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20391         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20392         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20393         (gnus-cite-11): Remove "-face" suffix from face names.
20394         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20395         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20396         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20397         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20398         New backward-compatibility aliases for renamed faces.
20399         (gnus-cite-attribution-face, gnus-cite-face-list)
20400         (gnus-article-boring-faces): Use renamed gnus faces.
20401
20402         * gnus-art.el (gnus-signature, gnus-header-from)
20403         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20404         (gnus-header-content): Remove "-face" suffix from face names.
20405         (gnus-signature-face, gnus-header-from-face)
20406         (gnus-header-subject-face, gnus-header-newsgroups-face)
20407         (gnus-header-name-face, gnus-header-content-face):
20408         New backward-compatibility aliases for renamed faces.
20409         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20410
20411         * gnus-sum.el (gnus-summary-selected-face)
20412         (gnus-summary-highlight): Use renamed gnus faces.
20413         * gnus-group.el (gnus-group-highlight): Likewise.
20414
20415 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20416
20417         * gnus-sieve.el (gnus-sieve-article-add-rule):
20418         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20419         * spam-stat.el (spam-stat-buffer-change-to-spam)
20420         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20421
20422         * message.el (message-is-yours-p):
20423         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20424
20425 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * mm-view.el (mm-inline-text): Withdraw the last change.
20428
20429 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20430
20431         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20432         executing enriched-decode.
20433
20434 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20437         charset of tar files.
20438
20439 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20440
20441         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20442
20443 2005-06-04  Lute Kamstra  <lute@gnu.org>
20444
20445         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20446         information is never recorded.
20447
20448 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20449
20450         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20451
20452 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20453
20454         * pop3.el (pop3-apop): Run md5 in the binary mode.
20455
20456         * starttls.el (starttls-set-process-query-on-exit-flag):
20457         Use eval-and-compile.
20458
20459 2005-05-31  Simon Josefsson  <jas@extundo.com>
20460
20461         * smime.el (smime-replace-in-string): Define.
20462         (smime-cert-by-ldap-1): Use it.
20463
20464 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20465
20466         * gnus-art.el (article-display-x-face): Replace
20467         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20468
20469         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20470         set-process-query-on-exit-flag or process-kill-without-query.
20471
20472         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20473         loop instead of replace-regexp.
20474
20475         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20476         instead of process-kill-without-query if it is available.
20477
20478         * lpath.el: Fbind ldap-search-entries.
20479
20480         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20481         instead of find-file-hooks if it is available.
20482
20483         * mml1991.el: Bind pgg-default-user-id when compiling.
20484
20485         * mml2015.el: Bind pgg-default-user-id when compiling.
20486
20487         * nndraft.el (nndraft-request-associate-buffer):
20488         Use write-contents-functions instead of write-contents-hooks if it is
20489         available.
20490
20491         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20492         instead of find-file-hooks if it is available.
20493
20494         * nntp.el (nntp-open-connection): Replace
20495         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20496         (nntp-open-ssl-stream): Ditto.
20497         (nntp-open-tls-stream): Ditto.
20498
20499         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20500         set-process-query-on-exit-flag or process-kill-without-query.
20501         (starttls-open-stream-gnutls): Use it instead of
20502         process-kill-without-query.
20503         (starttls-open-stream): Ditto.
20504
20505 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20506
20507         * smime.el (smime-cert-by-ldap-1): Don't use
20508         replace-regexp-in-string.
20509
20510 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20511
20512         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20513
20514         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20515         in PEM format.  Adjust to the XEmacs compatibility.
20516
20517 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20518
20519         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20520         by `string-to-number'.
20521         * gnus-agent.el (gnus-agent-regenerate-group)
20522         (gnus-agent-fetch-articles): Ditto.
20523         * gnus-art.el (gnus-button-fetch-group): Ditto.
20524         * gnus-cache.el (gnus-cache-generate-active)
20525         (gnus-cache-articles-in-group): Ditto.
20526         * gnus-group.el (gnus-group-set-current-level)
20527         (gnus-group-insert-group-line): Ditto.
20528         * gnus-score.el (gnus-score-set-expunge-below)
20529         (gnus-score-set-mark-below, gnus-summary-score-effect)
20530         (gnus-summary-score-entry): Ditto.
20531         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20532         (gnus-soup-pack): Ditto.
20533         * gnus-spec.el (gnus-xmas-format): Ditto.
20534         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20535         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20536         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20537         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20538         * nndb.el (nndb-get-remote-expire-response): Ditto.
20539         * nndiary.el (nndiary-parse-schedule-value)
20540         (nndiary-string-to-number, nndiary-request-replace-article)
20541         (nndiary-request-article): Ditto.
20542         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20543         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20544         * nneething.el (nneething-make-head): Ditto.
20545         * nnfolder.el (nnfolder-request-article)
20546         (nnfolder-retrieve-headers): Ditto.
20547         * nnheader.el (nnheader-file-to-number): Ditto.
20548         * nnkiboze.el (nnkiboze-request-article): Ditto.
20549         * nnmail.el (nnmail-process-unix-mail-format)
20550         (nnmail-process-babyl-mail-format): Ditto.
20551         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20552         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20553         (nnmh-request-create-group, nnmh-request-list-1)
20554         (nnmh-request-group, nnmh-request-article): Ditto.
20555         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20556         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20557         * nnsoup.el (nnsoup-make-active): Ditto.
20558         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20559         * nntp.el (nntp-find-group-and-number)
20560         (nntp-retrieve-headers-with-xover): Ditto.
20561         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20562         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20563         (pgg-format-key-identifier): Ditto.
20564         * pop3.el (pop3-last, pop3-stat): Ditto.
20565         * qp.el (quoted-printable-decode-region): Ditto.
20566
20567         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20568         of concat.
20569
20570 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20573
20574         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20575
20576         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20577
20578         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20579
20580         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20581
20582         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20583
20584         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20585         (gnus-carpal-mode): Ditto.
20586
20587         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20588         (gnus-browse-mode): Ditto.
20589
20590         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20591
20592         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20593
20594 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20595
20596         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20597
20598 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20599
20600         * gnus-util.el (gnus-run-mode-hooks): New function.
20601
20602         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20603
20604         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20605         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20606
20607 2005-05-27  Lute Kamstra  <lute@gnu.org>
20608
20609         * dns-mode.el (dns-mode): Specify customization group.
20610
20611 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20612
20613         * gnus-agent.el (gnus-agent-make-mode-line-string):
20614         Use mode-line-highlight as mouse-face.
20615
20616 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20617
20618         * canlock.el (canlock): Change the parent group to news.
20619
20620         * deuglify.el (gnus-outlook-deuglify): Add :group.
20621
20622         * dig.el (dig): Add :group.
20623
20624         * dns-mode.el (dns-mode): Add :group.
20625
20626         * encrypt.el (encrypt): Add :group.
20627
20628         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20629         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20630         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20631         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20632         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20633
20634         * gnus-diary.el (gnus-diary): Add :group.
20635
20636         * gnus.el (gnus-group-news-1-face): Add :group.
20637         (gnus-group-news-1-empty-face): Ditto.
20638         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20639         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20640         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20641         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20642         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20643         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20644         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20645         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20646         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20647         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20648         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20649         (gnus-summary-high-ticked-face): Ditto.
20650         (gnus-summary-low-ticked-face): Ditto.
20651         (gnus-summary-normal-ticked-face): Ditto.
20652         (gnus-summary-high-ancient-face): Ditto.
20653         (gnus-summary-low-ancient-face): Ditto.
20654         (gnus-summary-normal-ancient-face): Ditto.
20655         (gnus-summary-high-undownloaded-face): Ditto.
20656         (gnus-summary-low-undownloaded-face): Ditto.
20657         (gnus-summary-normal-undownloaded-face): Ditto.
20658         (gnus-summary-high-unread-face): Ditto.
20659         (gnus-summary-low-unread-face): Ditto.
20660         (gnus-summary-normal-unread-face): Ditto.
20661         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20662         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20663
20664         * hashcash.el (hashcash): New custom group.
20665         (hashcash-default-payment): Add :group.
20666         (hashcash-payment-alist): Ditto.
20667         (hashcash-default-accept-payment): Ditto.
20668         (hashcash-accept-resources): Ditto.
20669         (hashcash-path): Ditto.
20670         (hashcash-extra-generate-parameters): Ditto.
20671         (hashcash-double-spend-database): Ditto.
20672         (hashcash-in-news): Ditto.
20673
20674         * message.el (message-minibuffer-local-map): Add :group.
20675
20676         * netrc.el (netrc): Add :group.
20677
20678         * sieve-manage.el (sieve-manage-log): Add :group.
20679         (sieve-manage-default-user): Diito.
20680         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20681         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20682         (sieve-manage-authenticators): Ditto.
20683         (sieve-manage-authenticator-alist): Ditto.
20684         (sieve-manage-default-port): Ditto.
20685
20686         * sieve-mode.el (sieve-control-commands-face): Add :group.
20687         (sieve-action-commands-face): Ditto.
20688         (sieve-test-commands-face): Ditto.
20689         (sieve-tagged-arguments-face): Ditto.
20690
20691         * smime.el (smime): Add :group.
20692
20693         * spam-report.el (spam-report): Add :group.
20694
20695         * spam.el (spam, spam-face): Add :group.
20696
20697 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20698
20699         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20700         return \n.\n.\n at the end of articles.  Protect against that.
20701         (nntp-with-open-group): Allow debugging.
20702
20703         * nnheader.el (mail-header-set-extra): Make into a function
20704         because I just could't understand how to quote the list properly.
20705
20706         * dns.el (query-dns-cached): New function.
20707
20708 2005-05-26  Lute Kamstra  <lute@gnu.org>
20709
20710         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20711
20712 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20713
20714         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20715
20716         * gnus-art.el: Don't autoload mail-extract-address-components.
20717
20718         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20719         eval-and-compile to evaluate it.
20720
20721         * hashcash.el: Don't autoload executable-find.
20722
20723         * nndb.el: Don't declare the nndb back end two or more times; don't
20724         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20725
20726         * nntp.el: Autoload format-spec instead of format; use
20727         eval-and-compile to evaluate autoload forms.
20728
20729 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20730
20731         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20732
20733 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20734
20735         * gnus.el (gnus-version-number): Bump version.
20736
20737 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20738
20739         * gnus.el: No Gnus v0.3 is released.
20740
20741 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20742
20743         * lpath.el (featurep): Bind show-nonbreak-escape.
20744
20745 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20746
20747         * gnus-art.el (gnus-article-edit-part): Disable undo.
20748
20749 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20750
20751         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20752         gnus-article-date-lapsed-new-header is t if date timer is active;
20753         skip headers in which the original date value is empty.
20754         (gnus-article-save-original-date): Redefine it as a macro.
20755         (gnus-display-mime): Use it.
20756
20757 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20758
20759         * gnus-art.el (article-date-ut): Support converting date in
20760         forwarded parts as well.
20761         (gnus-article-save-original-date): New function.
20762         (gnus-display-mime): Use it.
20763
20764 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20765
20766         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20767         enclosure element of <item>.
20768
20769 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20770
20771         * message.el (message-kill-buffer-query): Rename from
20772         `message-kill-buffer-query-if-modified'.  Add :version.
20773
20774 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20775
20776         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20777         window layout.
20778
20779 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * mml.el: Autoload dnd when compiling.
20782
20783 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20784
20785         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20786         x-dnd-*.
20787
20788 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20789
20790         * qp.el (quoted-printable-encode-region): Save excursion.
20791
20792 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20793
20794         * message.el (message-kill-buffer-query-if-modified): Add new variable
20795         so the user can kill a modified message buffer quickly.
20796         (message-kill-buffer): Use it.
20797
20798 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * lpath.el: Fbind display-time-event-handler; don't fbind
20801         string-to-multibyte.
20802
20803         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20804
20805 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20808         contained in text because xml.el decodes entities) with LFs.
20809
20810 2005-04-11  Lute Kamstra  <lute@gnu.org>
20811
20812         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20813         differently.
20814
20815 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20816
20817         * mm-util.el (mm-detect-coding-region): Typo.
20818
20819 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20820
20821         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20822
20823 2005-04-06  Deepak Goel  <deego@gnufans.org>
20824
20825         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20826         user-function allow user modifications of the scores.
20827         (spam-stat-score-buffer-user): New function, to allow
20828         user-computed modifications to the score.
20829         (spam-stat-score-buffer-user-functions): List of additional
20830         scoring functions.
20831         (spam-stat-error-holder): Global temporary error holder.
20832         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20833         variable.
20834
20835 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20836
20837         * gnus-registry.el (gnus-registry-clean-empty-function)
20838         (gnus-registry-trim, gnus-registry-fetch-groups)
20839         (gnus-registry-delete-group): Groups that match
20840         `gnus-registry-ignored-groups' are removed from the registry
20841         entries, not just ignored for splitting.  This helps clean up the
20842         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20843         to get all the groups a message ID is in.
20844
20845         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20846         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20847         (spam-stat-score-buffer-user-functions): Add :number custom type.
20848
20849 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20852         argument in XEmacs.
20853
20854         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20855         (nnrss-request-group): Decode group name first.
20856         (nnrss-request-article): Make a text/plain article if mml-to-mime
20857         failed.
20858         (nnrss-get-encoding): Return a compatible encoding according to
20859         nnrss-compatible-encoding-alist.
20860         (nnrss-find-el): Use consp instead of listp.
20861         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20862
20863 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20864
20865         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20866         which Emacs 20 doesn't support.
20867         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20868
20869 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20870
20871         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20872         silence the byte compiler inside the defun.
20873
20874         * gnus-demon.el (parse-time-string): Add autoload.
20875
20876         * gnus-delay.el (parse-time-string): Add autoload.
20877
20878         * gnus-art.el (parse-time-string): Add autoload.
20879
20880         * nnultimate.el (parse-time): Require for `parse-time-string'.
20881
20882 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20883
20884         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20885
20886         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20887
20888         * smime.el (smime-ldap-host-list): Add :version.
20889
20890 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20891
20892         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20893         pass it to `gnus-browse-read-group'.
20894         (gnus-browse-read-group): Add NUMBER argument and pass it to
20895         `gnus-group-read-ephemeral-group'.
20896
20897         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20898         argument and pass it to `gnus-group-read-group'.
20899
20900 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20901
20902         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20903         mm-xemacs-find-mime-charset-1 if we have the mule feature
20904         available at runtime.
20905
20906 2005-03-25  Werner Lemberg  <wl@gnu.org>
20907
20908         * nnmaildir.el: Replace `illegal' with `invalid'.
20909
20910 2005-03-23  Lute Kamstra  <lute@gnu.org>
20911
20912         * time-date.el: Add comment on time value formats.
20913         Don't require parse-time.
20914         (with-decoded-time-value): New macro.
20915         (encode-time-value): New function.
20916         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20917         (days-to-time): Return a valid time value when arg is huge.
20918         (time-since): Use time-subtract.
20919         (time-to-number-of-days): Use time-to-seconds.
20920
20921 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20922
20923         * gnus-start.el (gnus-display-time-event-handler):
20924         Check display-time-timer at runtime rather than only at load time
20925         in case display-time-mode is turned off in the mean time.
20926
20927 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20928
20929         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20930         used.
20931
20932         * nneething.el (nneething-map-file-directory): Derive from
20933         `gnus-directory'.
20934
20935         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20936         the To/Cc button.
20937
20938 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20939
20940         * nnmaildir.el (nnmaildir-request-accept-article):
20941         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20942
20943 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20944
20945         * gnus-async.el: Require timer-funcs at compile time when in
20946         XEmacs for `run-with-idle-timer'.
20947
20948 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20949
20950         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20951         autoloaded function.
20952
20953 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20954
20955         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20956
20957 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20958
20959         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20960
20961 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20962
20963         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20964         Add gnus-expert-user to default.
20965
20966 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20967
20968         * nnimap.el (nnimap-open-server): Ditto.
20969
20970         * imap.el (imap-authenticate): Fix typo.
20971
20972 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20973
20974         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20975         buffer (since IMAP server might return FETCH response out of
20976         order, and the nntp buffer must be sorted).
20977
20978 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20979
20980         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20981         comparison on string.
20982
20983         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20984         (gnus-agent-score): Rename category keywords to match gnus-cus.
20985         (gnus-agent-summary-fetch-series): Modify to protect against
20986         gnus-agent-summary-fetch-group clearing processable flags.
20987         (gnus-agent-synchronize-group-flags): Update live group buffer as
20988         synchronization may occur due to the user toggle the plugged
20989         status.
20990         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20991         successfully downloaded.
20992         (gnus-agent-expire-group-1): Avoid using markers when the overview
20993         is in ascending order; greatly improves performance.
20994         (gnus-agent-regenerate-group):
20995         Use gnus-agent-synchronize-group-flags to reset read status in both
20996         gnus and server.
20997         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20998
20999 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21000
21001         * message.el: Don't autoload former message-utils variables.
21002         (message-strip-subject-trailing-was): Change doc string.
21003
21004         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21005         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21006         (nnweb-google-search): Add "hl=en" here.
21007         (nnweb-google-parse-1, nnweb-google-create-mapping):
21008         Don't hardcode URL.
21009
21010 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21011
21012         * message.el (message-get-reply-headers, message-followup):
21013         Mention related variables `message-use-followup-to' and
21014         `message-use-mail-followup-to', in the information buffer.
21015
21016         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21017         of broken groups(-beta).google.com.
21018
21019 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21020
21021         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21022         parameter to invoked gnus-request-move-article; remove the
21023         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21024         all at once instead of once per article.
21025         (gnus-summary-remove-process-mark): Accept a list of articles as
21026         well as a single article for processing.
21027
21028         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21029         parameter.
21030
21031         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21032
21033         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21034
21035         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21036         parameter.
21037
21038         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21039         parameter.
21040
21041         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21042         parameter and remove the gnus-sum-hint-move-is-internal variable.
21043
21044         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21045         parameter.
21046
21047         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21048         parameter.
21049
21050         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21051         parameter.
21052
21053         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21054
21055         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21056         parameter.
21057
21058         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21059         parameter.
21060
21061 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21062
21063         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21064         a more conservative way.
21065
21066 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21067
21068         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21069         buffer, so it moves the window's cursor.
21070
21071 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21072
21073         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21074         `mm-dissect-multipart' and receive the from field as an (optional)
21075         argument from `mm-dissect-multipart'.
21076         (mm-dissect-multipart): Receive the from field as an argument and
21077         pass it on when we call `mm-dissect-buffer' on MIME parts.
21078         Fixes verification/decryption of signed/encrypted MIME parts.
21079
21080 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21081
21082         * gnus-sum.el (gnus-summary-move-article):
21083         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21084         whatever it calls (right now, only nnimap-request-move article
21085         respects it).
21086
21087         * nnimap.el (nnimap-request-move-article):
21088         When gnus-sum-hint-move-is-internal is set, don't do the extra
21089         nnimap-request-article.
21090
21091 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21092
21093         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21094
21095         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21096         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21097
21098         * gnus-sum.el (gnus-summary-caesar-message):
21099         Apply `gnus-treat-article' after rotation.
21100
21101         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21102         doc string.
21103
21104 2005-02-22  Simon Josefsson  <jas@extundo.com>
21105
21106         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21107         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21108         <arne@arnested.dk>.
21109         (encrypt): Add password-cache and password-cache-expiry as group
21110         members.
21111
21112 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21113
21114         * smime.el (smime-ldap-host-list): Doc fix.
21115         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21116         cache) password.
21117         (smime-sign-region): Use it.
21118         (smime-decrypt-region): Use it.
21119         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21120         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21121         fails.
21122         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21123         certificate from DER to PEM format rather than calling openssl.
21124
21125         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21126
21127         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21128         for signing/encryption.
21129
21130         * mml.el (mml-parse-1): Use them.
21131
21132 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21133
21134         * nnrss.el (nnrss-verbose): Remove.
21135         (nnrss-request-group): Use `nnheader-message' instead.
21136
21137 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21138
21139         * nnrss.el (nnrss-verbose): New variable.
21140         (nnrss-request-group): Make it say nnrss is requesting a group.
21141
21142 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21143
21144         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21145         Handle news URL with given port correctly.
21146
21147 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21148
21149         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21150         containing special characters.
21151
21152         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21153
21154         * mml.el (mime-to-mml): Ditto.
21155
21156         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21157         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21158         (rfc2047-decode-region): Quote decoded words containing special
21159         characters when rfc2047-quote-decoded-words-containing-tspecials
21160         is non-nil.
21161
21162 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21163
21164         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21165
21166         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21167
21168 2005-02-15  Simon Josefsson  <jas@extundo.com>
21169
21170         * nnimap.el (nnimap-debug): Doc fix.
21171
21172         * imap.el (imap-debug): Doc fix.
21173
21174 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21177
21178 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21179
21180         * gnus.el (spam-contents): Improve docs for spam-contents
21181         parameter in its variable incarnation.
21182
21183 2005-02-14  Simon Josefsson  <jas@extundo.com>
21184
21185         * smime-ldap.el: Use require instead of load-library for ldap.
21186         (smime-ldap-search): Indent.
21187         (smime-ldap-search-internal): Shorten line.
21188
21189         * smime.el (smime-cert-by-dns): Add doc-string.
21190         (smime-cert-by-ldap-1): Indent.
21191
21192         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21193         mml-smime-get-dns-ldap.
21194         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21195
21196 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21197
21198         * smime.el: Require smime-ldap.
21199         (smime-ldap-host-list): New variable.
21200         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21201
21202         * mml-smime.el (mml-smime-encrypt-query): New function.
21203         (mml-smime-encrypt-query): Use it.
21204
21205         * smime-ldap.el: New file.
21206
21207 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21208
21209         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21210
21211 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21212
21213         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21214         argument in doc string.  Make query for type more clear.
21215
21216 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21217
21218         * gnus.el (gnus-group-startup-message): Search for gnus images in
21219         etc/images/gnus.
21220         * mm-util.el (mm-image-load-path): Likewise.
21221         * smiley.el (smiley-data-directory): Search for smilies in
21222         etc/images/smilies.
21223
21224 2005-02-09  Kim F. Storm  <storm@cua.dk>
21225
21226         Change Emacs release version from 21.4 to 22.1 throughout.
21227         Change Emacs development version from 21.3.50 to 22.0.50.
21228
21229 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21230
21231         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21232
21233         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21234         non-Mule XEmacs as well.
21235         (mm-decompress-buffer): Signal an error intentionally if it does
21236         not decompress compressed data because auto-compression-mode is
21237         disabled.
21238
21239 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21240
21241         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21242         an ID in the registry even if it has no groups.
21243
21244 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21245
21246         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21247         merge it into mm-decompress-buffer.
21248         (gnus-mime-copy-part): Use the MIME part charset, the value which
21249         a user specified or gnus-newsgroup-charset for decoding, like
21250         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21251         save-buffer what was used.  Suggested by Kevin Ryde
21252         <user42@zip.com.au>.
21253         (gnus-mime-inline-part): Allow the name parameter as well as the
21254         filename parameter; force decompressing of compressed data; always
21255         display contents being not decoded as unibyte.
21256
21257         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21258         as well as the filename parameter.
21259
21260         * mm-util.el (mm-decompress-buffer):
21261         Merge gnus-mime-jka-compr-maybe-uncompress.
21262         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21263         of compressed data.
21264
21265 2005-02-08  Simon Josefsson  <jas@extundo.com>
21266
21267         * imap.el (imap-log): Doc fix.
21268
21269 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21272         the coding cookies; decompress compressed parts.
21273
21274         * mml.el (mml-generate-mime-1): Add the charset parameter according
21275         to the value which a user specified manually or the coding cookie.
21276
21277         * mm-util.el (mm-string-to-multibyte): New function.
21278         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21279         (mm-coding-system-to-mime-charset): New function.
21280         (mm-decompress-buffer): New function.
21281         (mm-find-buffer-file-coding-system): New function.
21282
21283         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21284         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21285         parts.
21286
21287 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21288
21289         * mm-view.el (mm-display-inline-fontify): Decode a part according
21290         to the charset parameter.
21291
21292 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21293
21294         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21295         prefix arg is neither nil nor a number, as info specifies.
21296
21297 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21298
21299         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21300         timestamps.
21301
21302 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21303
21304         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21305         groups error checking and notify user.
21306
21307 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21308
21309         * message.el (message-send-mail-function): Check existence of
21310         sendmail-program first before using default value
21311         `message-send-mail-with-sendmail'.  Otherwise use more generic
21312         `smtpmail-send-it'.
21313
21314 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21315
21316         * nntp.el (nntp-request-update-info): Always return nil.
21317
21318 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21319
21320         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21321
21322 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21323
21324         * message.el (message-beginning-of-line): Change the behavior when
21325         invoked between BOL and : so that it first moves backward.
21326
21327 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21328
21329         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21330         article buffer when editing of the article is discarded.
21331         (gnus-article-prepare): Revert.
21332
21333 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21334
21335         * gnus-art.el (gnus-article-prepare):
21336         Remove message-strip-forbidden-properties from the local hook.
21337
21338 2005-01-27  Simon Josefsson  <jas@extundo.com>
21339
21340         * password.el (password-cache-add): Only start one timer per key.
21341         Reported by Derek Atkins <warlord@MIT.EDU>.
21342
21343 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21344
21345         * run-at-time.el: Remove.  It is no longer needed as
21346         timer-funcs.el in the xemacs-base package has a working version of
21347         `run-at-time'.
21348
21349         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21350
21351         * password.el: Require timer-funcs instead of run-at-time in
21352         XEmacs.
21353         Remove `password-run-at-time' macro.
21354         (password-cache-add): Use `run-at-time' instead of
21355         `password-run-at-time'.
21356
21357         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21358         Remove `nnheader-cancel-function-timers' alias,
21359         `cancel-function-timers' exists in XEmacs in timer-funcs.
21360
21361         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21362         for `run-with-idle-timer'.
21363
21364         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21365         for `run-at-time'.
21366
21367         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21368         for `with-timeout'.
21369
21370         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21371         the same as for XEmacs 21.4.
21372         No need to ignore `run-with-idle-timer', this function exists in
21373         XEmacs now in timer-funcs.el in the xemacs-base package.
21374         (dgnushack-compile): No need to delete
21375         run-at-time.el from the list of files to compile because it
21376         doesn't exist anymore.
21377
21378 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21379
21380         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21381         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21382
21383 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21384
21385         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21386         sensitively.
21387
21388 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21389
21390         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21391
21392 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21395         which will be inserted according to the multibyteness of a buffer
21396         rather than the type of contents.  Suggested by ARISAWA Akihiro
21397         <ari@mbf.ocn.ne.jp>.
21398
21399         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21400         of string which old xml.el may return rather than a string.
21401
21402 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21403
21404         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21405
21406 2005-01-16  Simon Josefsson  <jas@extundo.com>
21407
21408         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21409         idn/idna.el isn't available.
21410         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21411         <michael@waxrat.com>.
21412
21413         * hashcash.el: Remove non-FSF copyright header.
21414
21415         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21416         (hashcash-generate-payment): Use it.
21417         (hashcash-generate-payment-async): Use it.
21418
21419 2005-01-15  Simon Josefsson  <jas@extundo.com>
21420
21421         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21422         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21423
21424         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21425         gnus-summary-idna-message.
21426         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21427         (gnus-summary-idna-message): New function.
21428
21429 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21430
21431         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21432         gnus-novice-user.
21433
21434 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21435
21436         * nnrss.el (nnrss-request-delete-group): Delete entries in
21437         nnrss-group-alist as well.
21438         (nnrss-save-server-data): Insert newline.
21439
21440 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21441
21442         * gnus.el (gnus-user-agent): Use list of symbols instead of
21443         symbols.  Display full version number for (S)XEmacs.
21444         Optionally display (S)XEmacs codename.
21445
21446         * gnus-util.el (gnus-emacs-version): Update for new
21447         `gnus-user-agent'.
21448
21449         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21450         Gnus version.
21451
21452 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21453
21454         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21455         which is unreadable in some setups.
21456
21457 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21458
21459         * gnus-spec.el (gnus-update-format-specifications): Flush the
21460         group format spec cache if it doesn't support decoded group names.
21461
21462 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21463
21464         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21465         Allow to apply decay on score files matching a regexp.
21466
21467 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21470         compatibility in %g and %c.
21471
21472 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21473
21474         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21475         name for only %g and %c.
21476         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21477         of gnus-tmp-group to decoded group name.
21478         (gnus-group-make-rss-group): Exclude `/'s from group names.
21479
21480 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21481
21482         * nnrss.el (nnrss-get-encoding): Fix regexp.
21483
21484 2004-12-27  Simon Josefsson  <jas@extundo.com>
21485
21486         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21487         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21488         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21489
21490 2004-12-17  Kim F. Storm  <storm@cua.dk>
21491
21492         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21493
21494         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21495
21496 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21497
21498         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21499
21500 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21501
21502         * nnrss.el: Require rfc2047 and mml.
21503         (nnrss-file-coding-system): New variable.
21504         (nnrss-format-string): Redefine it as an inline function.
21505         (nnrss-decode-group-name): New function.
21506         (nnrss-string-as-multibyte): Remove.
21507         (nnrss-retrieve-headers): Decode group name; don't use
21508         nnrss-format-string.
21509         (nnrss-request-group): Decode group name.
21510         (nnrss-request-article): Decode group name; allow a Message-ID as
21511         well as an article number; don't use nnrss-format-string; encode a
21512         Message-ID string which may contain non-ASCII characters; use
21513         mml-to-mime to compose a MIME article.
21514         (nnrss-request-expire-articles): Decode group name.
21515         (nnrss-request-delete-group): Decode group name.
21516         (nnrss-fetch): Clarify error message.
21517         (nnrss-read-server-data): Use insert-file-contents instead of load;
21518         bind file-name-coding-system; use multibyte buffer.
21519         (nnrss-save-server-data): Bind coding-system-for-write to the
21520         value of nnrss-file-coding-system; bind file-name-coding-system;
21521         add coding cookie.
21522         (nnrss-read-group-data): Use insert-file-contents instead of load;
21523         bind file-name-coding-system; use multibyte buffer.
21524         (nnrss-save-group-data): Bind coding-system-for-write to the
21525         value of nnrss-file-coding-system; bind file-name-coding-system.
21526         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21527         make it work with non-ASCII text.
21528         (nnrss-find-el): Make it work with old xml.el as well.
21529
21530 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21531
21532         * nnrss.el (nnrss-get-encoding): New function.
21533         (nnrss-fetch): Use unibyte buffer initially; bind
21534         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21535         decode contents according to the encoding attribute.
21536         (nnrss-save-group-data): Add coding cookie.
21537         (nnrss-mime-encode-string): New function.
21538         (nnrss-check-group): Use it to encode subject and author.
21539
21540 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21541
21542         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21543         imaginary variable.
21544
21545 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21548         correctly even if there are wide characters.
21549
21550 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21551
21552         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21553         downcased symbol names; make a new cache instead of reusing
21554         bbdb-hashtable.
21555
21556 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21557
21558         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21559         concatenating segments rather than before concatenating them.
21560         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21561
21562         * message.el (message-get-reply-headers): Bind `extra'.
21563
21564 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21565
21566         * message.el (message-extra-wide-headers): New variable.
21567         (message-get-reply-headers): Use it.
21568
21569 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21570
21571         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21572         (gnus-agent-group-pathname): Ditto.
21573
21574         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21575
21576         * gnus-group.el (gnus-group-make-group): Decode group name.
21577         (gnus-group-make-rss-group): Register the group data after opening
21578         the nnrss group.
21579
21580 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21581
21582         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21583         by expiry now get marked as read.
21584
21585 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21586
21587         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21588
21589 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21590
21591         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21592         unify Latin characters in XEmacs.
21593         (mm-find-mime-charset-region): Use it.
21594
21595 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21596
21597         * gnus-util.el (gnus-delete-directory): New function.
21598
21599         * gnus-agent.el (gnus-agent-delete-group): Use it.
21600
21601         * gnus-cache.el (gnus-cache-delete-group): Use it.
21602
21603 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21604
21605         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21606         names.
21607
21608 2004-12-16  Simon Josefsson  <jas@extundo.com>
21609
21610         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21611
21612 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21613
21614         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21615
21616         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21617         (gnus-group-set-current-level): Decode group name.
21618
21619 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21620
21621         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21622         failed.
21623
21624 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21625
21626         * gnus-group.el (gnus-group-delete-group): Decode group name.
21627         (gnus-group-make-rss-group): Encode group name.
21628         (gnus-group-catchup-current): Decode group name.
21629         (gnus-group-kill-group): Decode group name.
21630
21631 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21632
21633         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21634
21635 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21636
21637         * gnus-group.el (gnus-group-make-rss-group):
21638         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21639
21640         * gnus-start.el (gnus-setup-news): Honor user's setting to
21641         gnus-message-archive-method.  Suggested by Lute Kamstra
21642         <lute@gnu.org>.
21643
21644 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21645
21646         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21647         global counterparts of the buffer-local variables.
21648
21649 2004-11-16  Romain Francoise  <romain@orebokech.com>
21650
21651         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21652         counterparts of the buffer-local variables.
21653
21654 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21655
21656         * message.el (message-forbidden-properties): Fix typo in doc
21657         string.
21658
21659 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21660
21661         * gnus-util.el (gnus-replace-in-string): Add doc string.
21662
21663         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21664         to avoid problems when splitting mails with many recipients.
21665
21666 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21667
21668         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21669         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21670
21671 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21672
21673         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21674         if there is no hashtable in memory or file modification time is
21675         newer than cached timestamp.
21676
21677 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21678
21679         * gnus-sum.el (gnus-summary-limit-to-recipient):
21680         Implement not-matching option.
21681
21682 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21683
21684         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21685         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21686         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21687         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21688         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21689         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21690
21691 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21692
21693         * message.el (message-forward-make-body-mml): Remove headers
21694         according to message-forward-ignored-headers if a message is decoded.
21695
21696 2004-12-02  Romain Francoise  <romain@orebokech.com>
21697
21698         * message.el (message-forward-make-body-plain): Always remove
21699         headers according to message-forward-ignored-headers.
21700
21701 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21702
21703         * spam.el (spam-summary-prepare-exit): Remove the
21704         gnus-summary-limit pop for now, it has problems with ham marks for
21705         me.
21706
21707 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21708
21709         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21710         correctly.
21711
21712 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21713
21714         * format-spec.el (format-spec): Message the char.
21715
21716 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21717
21718         * gnus-art.el (gnus-split-methods): Reformat comments.
21719
21720         * spam.el (spam-summary-prepare-exit): Remove article limits
21721         before exiting the summary buffer.
21722
21723 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21724
21725         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21726         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21727
21728         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21729         order to silence the byte compiler.
21730
21731         * spam.el: Fix the way to silence the byte compiler, which
21732         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21733         bbdb-search-simple, spam-BBDB-register-routine,
21734         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21735         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21736         spam-stat-buffer-is-spam, spam-stat-load,
21737         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21738         spam-stat-save and spam-stat-split-fancy.
21739
21740 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21741
21742         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21743         which may confuse users.
21744         (canlock-password-for-verify): Ditto.
21745
21746         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21747
21748         * gnus-art.el (gnus-emphasis-alist): Ditto.
21749
21750         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21751
21752         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21753
21754         * gnus-start.el (gnus-save-killed-list): Ditto.
21755
21756         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21757         (gnus-sum-thread-tree-root): Ditto.
21758         (gnus-sum-thread-tree-false-root): Ditto.
21759         (gnus-sum-thread-tree-single-indent): Ditto.
21760
21761         * message.el (message-courtesy-message): Ditto.
21762         (message-archive-note): Ditto.
21763         (message-subscribed-address-file): Ditto.
21764         (message-user-fqdn): Ditto.
21765
21766         * spam-report.el (spam-report-gmane-regex): Ditto.
21767
21768         * spam.el (spam-blackhole-good-server-regex): Ditto.
21769
21770 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * mml.el (mml-preview): Widen the message buffer before copying
21773         the contents to the preview buffer; sort headers before previewing.
21774
21775         * message.el (message-hidden-headers): Fix the way to avoid a bug
21776         in the `repeat' widget in Emacs 21.3 or earlier.
21777
21778 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21779
21780         * message.el (message-hidden-headers): Default to "^References:".
21781         Improve customization type.  Suggested by Reiner Steib
21782         <Reiner.Steib@gmx.de>.
21783
21784 2004-11-25  Romain Francoise  <romain@orebokech.com>
21785
21786         * message.el (message-strip-forbidden-properties): Remove check for
21787         obsolete `message-hidden' text property, hidden headers are not
21788         accessible in the buffer anymore.
21789
21790 2004-11-22  Romain Francoise  <romain@orebokech.com>
21791
21792         * message.el (message-header-format-alist): Add `From' in list
21793         so that it can be sorted.
21794         (message-fix-before-sending): Widen and sort headers before
21795         sending.
21796         (message-hide-headers): Use narrowing to hide headers by moving
21797         them to the top of the buffer and narrowing to the region
21798         underneath.
21799
21800 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21801
21802         * message.el (message-strip-forbidden-properties):
21803         Bind buffer-read-only (etc) to nil.
21804
21805 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21806
21807         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21808         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21809
21810 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21811
21812         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21813
21814 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21815
21816         * dns.el (query-dns): Use sit-for to time instead of
21817         accept-process-output, since that doesn't seem to work on udp
21818         sockets.
21819
21820 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21821
21822         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21823
21824 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21825
21826         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21827         doc string.  Improve doc string.
21828
21829 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21830
21831         * nntp.el (nntp-request-update-info): Return nil if
21832         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21833         may not call gnus-activate-group which uselessly issues the GROUP
21834         commands for all nntp groups and wastes time.  Reported by Romain
21835         Francoise <romain@orebokech.com>.
21836
21837         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21838
21839 2004-11-15  Simon Josefsson  <jas@extundo.com>
21840
21841         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21842         headers separately.
21843         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21844         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21845
21846 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21847
21848         * gnus-start.el (gnus-convert-old-newsrc):
21849         Assign legacy-gnus-agent to 5.10.7.
21850
21851 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21852
21853         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21854         start of the lines.
21855
21856 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21857
21858         * hashcash.el (hashcash-default-payment): Change default to 20.
21859         (hashcash-default-accept-payment): Change default to 20.
21860         (hashcash-process-alist): New variable.
21861         (hashcash-generate-payment-async): Add.
21862         (hashcash-already-paid-p): Add.
21863         (hashcash-insert-payment): Don't generate payments twice.
21864         (hashcash-insert-payment-async): Add.
21865         (hashcash-insert-payment-async-2): Add.
21866         (hashcash-cancel-async): Add.
21867         (hashcash-wait-async): Add.
21868         (hashcash-processes-running-p): Add.
21869         (hashcash-wait-or-cancel): Add.
21870         (mail-add-payment): New optional argument.  Conditionally start
21871         asynchronous calculation.
21872         (mail-add-payment-async): Add.
21873
21874         * message.el (message-send-mail): Wait for asynchronous hashcash
21875         results.  Don't clobber existing X-Hashcash headers.
21876         (message-setup-1): Call mail-add-payment-async when
21877         message-generate-hashcash is non-nil.
21878
21879 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21880
21881         * message.el (message-use-alternative-email-as-from): Examine the
21882         From header as well; use message-make-from in order to include a
21883         user's full name.
21884
21885 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21886
21887         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21888         default; improve customization type.
21889         (gnus-emphasis-custom-with-format): New macro.
21890         (gnus-emphasis-custom-value-to-external): New function.
21891         (gnus-emphasis-custom-value-to-internal): New function.
21892
21893 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21894
21895         * dns.el (query-dns): Resolve reverse addresses.
21896
21897 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21898
21899         * gnus-group.el (gnus-group-get-new-news): Use it.
21900
21901         * gnus-start.el (gnus-check-reasonable-setup): New function.
21902
21903 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21904
21905         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21906         "Args out of range" error.  Reported by Arnaud Giersch
21907         <arnaud.giersch@free.fr>.
21908
21909 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21910
21911         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21912
21913 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21914
21915         * spam.el (spam group): Add :version.
21916
21917         * pgg-def.el (pgg group): Add :version.
21918
21919 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21920
21921         * gnus-art.el (gnus-article-edit-article): Don't associate the
21922         article buffer with a draft file.  This is a temporary measure
21923         against the 2004-08-22 change to gnus-article-edit-mode.
21924
21925 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21926
21927         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21928         (html2text-format-tags): Remove unused variable `attr'.
21929
21930 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21931
21932         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21933
21934         * tls.el (tls-process-connection-type, tls-success)
21935         (tls-certtool-program): Add :version.
21936
21937         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21938         (starttls-extra-arguments, starttls-process-connection-type)
21939         (starttls-connect, starttls-failure, starttls-success): Add :version.
21940
21941         * spam-stat.el (spam-stat): Add :version.
21942
21943         * sieve.el (sieve): Add :version.
21944
21945         * sha1.el (sha1): Add :version.
21946         (sha1-use-external): Remove redundant version.
21947
21948         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21949         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21950         (nnmail-split-fancy-match-partial-words)
21951         (nnmail-split-lowercase-expanded): Add :version.
21952
21953         * nndiary.el (nndiary): Add :version.
21954
21955         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21956
21957         * mml-sec.el (mml-default-sign-method)
21958         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21959         Add :version.
21960
21961         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21962
21963         * mm-url.el (mm-url-use-external, mm-url-program)
21964         (mm-url-arguments): Add :version.
21965
21966         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21967         (mm-attachment-file-modes, mm-decrypt-option)
21968         (mm-w3m-safe-url-regexp): Add :version.
21969
21970         * message.el (message-cite-prefix-regexp)
21971         (message-sendmail-envelope-from, message-minibuffer-local-map)
21972         (message-user-fqdn, message-completion-alist): Add :version.
21973
21974         * gnus-win.el (gnus-configure-windows-hook)
21975         (gnus-use-frames-on-any-display): Add :version.
21976
21977         * gnus-art.el (gnus-article-address-banner-alist)
21978         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21979         (gnus-treat-from-picon, gnus-treat-mail-picon)
21980         (gnus-treat-x-pgp-sig): Add :version.
21981
21982         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21983         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21984         (gnus-summary-article-delete-hook)
21985         (gnus-summary-display-while-building): Add :version.
21986
21987         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21988         (gnus-get-top-new-news-hook): Add :version.
21989
21990         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21991         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21992
21993         * gnus-registry.el (gnus-registry): Add :version.
21994
21995         * gnus-spec.el (gnus-use-correct-string-widths)
21996         (gnus-make-format-preserve-properties): Add :version.
21997
21998         * gnus.el (gnus-group-charter-alist)
21999         (gnus-group-fetch-control-use-browse-url)
22000         (gnus-install-group-spam-parameters): Add :version.
22001
22002         * gnus-diary.el (gnus-diary): Add :version.
22003
22004         * gnus-delay.el (gnus-delay): Add :version.
22005
22006         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22007         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22008         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22009         Add :version.
22010
22011         * gnus-agent.el (gnus-agent-max-fetch-size)
22012         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22013         (gnus-agent-prompt-send-queue): Add :version.
22014
22015         * deuglify.el (gnus-outlook-deuglify): Add :version.
22016
22017         * html2text.el: Beautify code.  Improve doc strings.
22018         Some checkdoc cleanup.
22019         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22020
22021 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22022
22023         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22024
22025 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22026
22027         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22028         when package is loaded.
22029
22030         * spam.el (spam-summary-score-preferred-header): Add global preference
22031         for people who want to override the default SpamAssassin over
22032         Bogofilter preference (when both are set).
22033         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22034         (spam-user-format-function-S):
22035         Check spam-summary-score-preferred-header.
22036         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22037         (spam-user-format-function-S): Format the score correctly.
22038
22039 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22040
22041         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22042         signature file.  Suggested by Manoj Srivastava
22043         <srivasta@golden-gryphon.com>.
22044
22045         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22046         iso-2022-jp even in the Japanese language environment.
22047         Suggested by Jason Rumney <jasonr@gnu.org>.
22048
22049 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22050
22051         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22052         use the same characters as the dummy marks; make it free from
22053         getting affected by the language environment.
22054         (gnus-summary-read-group-1): Update mark positions only when the
22055         format spec is updated.
22056
22057         * gnus-spec.el (gnus-update-format-specifications): Return a list
22058         of updated types.
22059
22060 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22061
22062         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22063         of boundp to check if display-warning is available.
22064
22065 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22066
22067         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22068
22069 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22070
22071         * nnspool.el (nnspool-spool-directory): Use news-path if the
22072         news-directory variable is not bound.
22073
22074         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22075         function instead of display-warning if it is not available.
22076
22077 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22078
22079         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22080         v5-10: Use `point-at-bol'.
22081
22082 2004-10-26  Simon Josefsson  <jas@extundo.com>
22083
22084         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22085         <chenggao@gmail.com>.
22086
22087 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22088
22089         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22090         instead.
22091
22092 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22093
22094         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22095         to remove a server from the nnimap-server-buffer-alist.
22096         (nnimap-open-connection, nnimap-close-server): Use it.
22097
22098         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22099
22100 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22103         running the major-mode function.
22104
22105 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22106
22107         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22108         dummy marks in the right way.
22109
22110 2004-10-18  David Edmondson  <dme@dme.org>
22111
22112         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22113         excessively.
22114
22115 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22116
22117         * gnus-util.el (gnus-split-references): Accept a nil references
22118         string and go on blissfully.
22119
22120         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22121         cases where the references string is non-nil but has no references.
22122
22123         * encrypt.el: Add autoload tags.
22124
22125         * spam.el (spam-resolve-registrations-routine): Remove article
22126         from unregistration list too.  Reported by David Hanak
22127         <dhanak@isis.vanderbilt.edu>
22128
22129 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22130
22131         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22132         nil.  Change custom type.
22133
22134 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22135
22136         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22137
22138         * gnus-sum.el (gnus-summary-move-article): Use it.
22139
22140 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22141
22142         * encrypt.el: Add autoload cookies.
22143
22144         * spam.el (spam-backend-article-list-property)
22145         (spam-backend-get-article-todo-list)
22146         (spam-backend-put-article-todo-list)
22147         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22148         Resolve registrations separately.
22149         (spam-register-routine): Format comments.
22150         (spam-unregister-routine, spam-register-routine): Always call with
22151         specific-articles, no default list.
22152         (spam-summary-prepare-exit): Use the spam-classifications function.
22153
22154         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22155         gnus-encrypt.el.
22156
22157         * encrypt.el: Copied from gnus-encrypt.el.
22158
22159         * gnus-encrypt.el: Commented that it's obsolete.
22160
22161 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22162
22163         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22164         (gnus-score-save): Use it.
22165
22166         * message.el (message-bury): Use `window-dedicated-p'.
22167
22168 2004-10-15  Simon Josefsson  <jas@extundo.com>
22169
22170         * pop3.el (top-level): Don't require nnheader.
22171         (pop3-read-timeout): Add.
22172         (pop3-accept-process-output): Add.
22173         (pop3-read-response, pop3-retr): Use it.
22174
22175 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22176
22177         * spam.el (spam-register-routine): Move comment.
22178         (spam-verify-bogofilter): Use 'unknown for the initial
22179         spam-bogofilter-valid state, not 'never.
22180
22181         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22182         for netrc-machine.
22183
22184         * nnimap.el (nnimap-open-connection):
22185         Use netrc-machine-user-or-password.
22186
22187 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22188
22189         * gnus-registry.el (gnus-registry-unload-hook):
22190         Set as a variable with add-hook.
22191
22192         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22193         of news-path.
22194
22195         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22196
22197         * spam.el: Delete duplicate `provide'.
22198         (spam-unload-hook): Set as a variable with add-hook.
22199
22200 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22201
22202         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22203         in the doc string.
22204
22205         * message.el (message-ignored-news-headers)
22206         (message-ignored-supersedes-headers)
22207         (message-ignored-resent-headers)
22208         (message-forward-ignored-headers): Improve custom type.
22209
22210 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22211
22212         * message.el (message-tokenize-header): Fix 2004-09-06 change
22213         which used point-min in the wrong place.
22214
22215 2004-10-12  Simon Josefsson  <jas@extundo.com>
22216
22217         * tls.el (tls-certtool-program): New variable.
22218         (tls-certificate-information): New function, based on
22219         ssl-certificate-information.
22220
22221 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22222
22223         * compface.el: Move the version of ELisp-based uncompface program
22224         to the contrib directory because of the copyright problem.
22225
22226 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22227
22228         * message.el (message-kill-buffer): Raise the current frame.
22229
22230 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22231
22232         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22233
22234         * gnus.el (message-y-or-n-p): Autoload.
22235
22236         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22237         (pop3-password-required, pop3-authentication-scheme)
22238         (pop3-leave-mail-on-server): Make customizable.
22239         (pop3): New custom group.
22240         (pop3-retr): Remove `sleep-for' statements.
22241         Suggested by Dave Love <fx@gnu.org>.
22242
22243         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22244         Windows/DOS.
22245
22246         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22247         (imap-parse-body): Fix incorrect use of `assert'.
22248         Suggested by Dave Love <fx@gnu.org>.
22249
22250         * mml.el (mml-minibuffer-read-disposition): Require match.
22251         Suggested by Dave Love <fx@gnu.org>.
22252
22253 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22254
22255         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22256         doc string.
22257
22258 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22259
22260         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22261
22262 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22263
22264         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22265         instead of calling `mm-insert-inline', to decode text/* parts
22266         before displaying them.
22267
22268 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22269
22270         * mm-uu.el (mm-uu-text-plain-type): New variable.
22271         (mm-uu-pgp-signed-extract-1): Use it.
22272         (mm-uu-pgp-encrypted-extract-1): Use it.
22273         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22274         bind mm-uu-text-plain-type with that value.
22275         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22276         mm-uu-dissect.
22277
22278 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22279
22280         * gnus-group.el (gnus-update-group-mark-positions):
22281         * gnus-sum.el (gnus-update-summary-mark-positions):
22282         * message.el (message-check-news-body-syntax):
22283         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22284         of string-as-multibyte.
22285
22286 2004-10-05  Juri Linkov  <juri@jurta.org>
22287
22288         * gnus-group.el (gnus-update-group-mark-positions):
22289         * gnus-sum.el (gnus-update-summary-mark-positions):
22290         * message.el (message-check-news-body-syntax):
22291         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22292         8-bit unibyte values to a multibyte string for search functions.
22293
22294 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22295
22296         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22297         (mm-uu-dissect-text-parts): New function.
22298
22299         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22300         dissect text parts.
22301
22302         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22303         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22304
22305         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22306
22307         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22308         Use gnus-current-topics instead of gnus-current-topic.
22309
22310 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22311
22312         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22313
22314 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22315
22316         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22317         where appropriate.
22318
22319         * nnml.el (nnml-generate-active-info): do.
22320
22321         * nndiary.el (nndiary-generate-active-info): do.
22322
22323         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22324         (gnus-topic-move): do.
22325
22326         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22327         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22328
22329         * gnus-srvr.el (gnus-server-prepare)
22330         (gnus-server-open-all-servers): do.
22331
22332         * gnus-msg.el (gnus-summary-cancel-article)
22333         (gnus-summary-resend-message)
22334         (gnus-summary-mail-crosspost-complaint): do.
22335
22336         * gnus-move.el (gnus-change-server): do.
22337
22338         * gnus-group.el (gnus-group-unmark-all-groups)
22339         (gnus-group-set-current-level): do.
22340
22341 2004-10-04  Simon Josefsson  <jas@extundo.com>
22342
22343         * message.el (message-generate-hashcash): Doc fix.
22344
22345 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22346
22347         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22348         avoid infinite recursion via gnus-get-function.
22349
22350 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22351
22352         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22353
22354         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22355
22356         * nnmail.el (nnmail-split-history): do.
22357
22358         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22359         (nnml-request-delete-group): do.
22360
22361         * nnslashdot.el (nnslashdot-read-groups): do.
22362
22363         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22364         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22365
22366         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22367         (nnspool-sift-nov-with-sed): Use last.
22368         (nnspool-retrieve-headers-with-nov): Use mapc.
22369         (nnspool-request-newgroups): Use dolist.
22370         (nnspool-request-group): Use last.
22371
22372         * nntp.el (nntp-read-server-type): Use dolist.
22373
22374         * nnvirtual.el (nnvirtual-create-mapping)
22375         (nnvirtual-update-read-and-marked): Use dolist.
22376         (nnvirtual-convert-headers): Simplify.
22377
22378 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22379
22380         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22381         Add support for sync'ing tick marks.
22382
22383 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22384
22385         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22386         there's no visible header.
22387
22388 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22389
22390         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22391         When necessary, pass full group name to gnus-request-set-marks.
22392
22393 2004-10-01  Simon Josefsson  <jas@extundo.com>
22394
22395         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22396         acroread.
22397
22398 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22399
22400         * spam-report.el (spam-report-gmane): Fix interactive.
22401
22402         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22403
22404         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22405         when writing file.
22406         (gnus-agent-synchronize-flags): Don't default to being
22407         interactive.
22408
22409 2004-09-30  Simon Josefsson  <jas@extundo.com>
22410
22411         * message.el (message-generate-hashcash): Add.
22412         (message-send-mail): Use it, call mail-add-payment.
22413
22414 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22415
22416         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22417
22418 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22419
22420         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22421         gnus-requst-update-info with explicit code to sync the in-memory
22422         info read flags with the marks being sync'd to the backend.
22423
22424         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22425
22426 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22427
22428         * spam.el (spam-verify-bogofilter): Add new function.
22429         (spam-check-bogofilter)
22430         (spam-bogofilter-register-with-bogofilter): Use it.
22431         (spam-verify-bogofilter): Add small fixes.
22432
22433 2004-09-28  Simon Josefsson  <jas@extundo.com>
22434
22435         * hashcash.el (hashcash-generate-payment): Revert.
22436
22437 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22438
22439         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22440         Use gnus-extract-references instead of gnus-split-references.
22441
22442         * gnus-util.el (gnus-extract-references): Add new function, analogous
22443         to gnus-split-references but extracts only the message-ID without
22444         anything extra.
22445
22446         * hashcash.el (hashcash-generate-payment)
22447         (hashcash-check-payment): Do the right thing if hashcash-path is
22448         nil (because the hashcash program could not be found).
22449
22450         * spam.el (spam-use-hashcash): Remove comment.
22451
22452 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22453
22454         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22455         (gnus-cache-enter-article, gnus-cache-remove-article)
22456         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22457
22458         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22459
22460         * gnus-art.el (article-hide-boring-headers)
22461         (article-translate-strings, article-display-face)
22462         (gnus-article-mime-match-handle-first)
22463         (gnus-article-highlight-headers)
22464         (gnus-article-add-buttons-to-head): do.
22465
22466 2004-09-27  Simon Josefsson  <jas@extundo.com>
22467
22468         * hashcash.el: New version, from
22469         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22470         ../contrib/.
22471
22472 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22473
22474         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22475
22476 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22477
22478         * gnus-dup.el (gnus-dup-open): Use mapc.
22479         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22480
22481         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22482         Reported by Stefan Wiens <s.wi@gmx.net>.
22483
22484         * gnus.el (gnus-shutdown): Use dolist.
22485
22486         * gnus-undo.el (gnus-undo): Use mapc.
22487
22488         * nnrss.el (nnrss-generate-active): do.
22489
22490         * message.el (message-cite-original-without-signature)
22491         (message-cite-original): Use mapc.
22492         (message-do-actions, message-make-forward-subject): Use dolist.
22493
22494 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22495
22496         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22497         deletion to remove entire duplicate line.  Fixes merged article
22498         number bug.
22499
22500 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22501
22502         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22503         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22504         first ask if you want to open a server and then, even when you
22505         responded with no, asking if you want to synchronize the server's
22506         flags.
22507         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22508         multi-line expressions.
22509         (gnus-agent-synchronize-group-flags): New internal function.
22510         Updates marks in memory (in the info structure) AND in the
22511         backend.
22512
22513         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22514
22515         * nnagent.el (nnagent-request-set-mark):
22516         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22517         method, to ensure that synchronization updates marks in the
22518         backend and in the info (in memory) structure.
22519
22520 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22521
22522         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22523         convention fully; don't miss the root article of a thread; make
22524         the X-Draft-From header with correct article numbers.
22525
22526 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22527
22528         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22529         unless plugged.  Disable the agent so that an open failure causes
22530         an error.
22531
22532         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22533         Revert 2004-09-21 change.  The backend must be opened while
22534         synchronizing flags even when the backend stores the flags
22535         locally.
22536
22537 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22538
22539         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22540         in `header' match.  Reported by Svend Tollak Munkejord.
22541
22542         * message.el (message-cite-original): Fix use of
22543         `message-cite-articles-with-x-no-archive'.
22544
22545 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22546
22547         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22548         (gnus-window-to-buffer): Ditto.
22549
22550         * mml.el (mml-preview-buffer): New variable.
22551         (mml-preview): Manage window layout with gnus-buffer-configuration.
22552
22553         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22554         X-Draft-From header even if those articles aren't quoted.
22555
22556 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22557
22558         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22559         (gnus-request-set-mark, gnus-request-update-mark): Use new
22560         g-s-t-u-l-m to decide to use backend even when unplugged.
22561
22562 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22565         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22566
22567 2004-09-20  Simon Josefsson  <jas@extundo.com>
22568
22569         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22570         "utf-16-le".
22571
22572 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22573
22574         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22575
22576 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22577
22578         * uudecode.el (uudecode-use-external): Add :version.
22579
22580         * smime.el (smime-CA-file, smime-encrypt-cipher)
22581         (smime-dns-server): Add :version.
22582
22583         * smiley.el (gnus-smiley-file-types): Add :version.
22584
22585         * sha1.el (sha1-use-external): Add :version.
22586
22587         * pgg-def.el (pgg-query-keyserver): Add :version.
22588
22589         * nnmail.el (nnmail-fancy-expiry-targets)
22590         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22591         Add :version.
22592
22593         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22594         (nnimap-retrieve-groups-asynchronous): Add :version.
22595         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22596
22597         * mml.el (mml-content-disposition-parameters)
22598         (mml-insert-mime-headers-always): Add :version.
22599
22600         * mm-util.el (mm-coding-system-priorities): Add :version.
22601
22602         * mm-decode.el (mm-inline-text-html-with-images)
22603         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22604         (mm-verify-option): Add :version.
22605         (mm-text-html-renderer): Change :version.
22606
22607         * message.el (message-fcc-externalize-attachments)
22608         (message-required-headers, message-draft-headers)
22609         (message-subject-trailing-was-query)
22610         (message-subject-trailing-was-ask-regexp)
22611         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22612         (message-mark-insert-end, message-archive-header)
22613         (message-archive-note, message-cross-post-default)
22614         (message-cross-post-note, message-followup-to-note)
22615         (message-cross-post-note-function, message-use-mail-followup-to)
22616         (message-subscribed-address-functions)
22617         (message-subscribed-address-file, message-subscribed-addresses)
22618         (message-subscribed-regexps, message-allow-no-recipients)
22619         (message-yank-cited-prefix, message-signature-insert-empty-line)
22620         (message-hidden-headers, message-hierarchical-addresses)
22621         (message-mail-user-agent, message-use-idna)
22622         (message-valid-fqdn-regexp)
22623         (message-strip-special-text-properties, message-header-synonyms)
22624         (message-beginning-of-line, message-tab-body-function): Add :version.
22625         (message-insert-canlock, message-wide-reply-confirm-recipients):
22626         Change :version.
22627
22628         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22629         and :version.
22630         (mail-source-delete-old-incoming-confirm)
22631         (mail-source-movemail-program): Add :version.
22632
22633         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22634         (gnus-agent-cache, gnus-agent): Change :version.
22635
22636         * gnus-util.el (gnus-use-byte-compile): Change :version.
22637
22638         * gnus-sum.el (gnus-summary-make-false-root-always)
22639         (gnus-summary-default-high-score)
22640         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22641         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22642         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22643         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22644         (gnus-sum-thread-tree-single-indent)
22645         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22646         (gnus-sum-thread-tree-leaf-with-other)
22647         (gnus-sum-thread-tree-single-leaf): Add :version.
22648         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22649         (gnus-article-loose-mime): Change :version.
22650
22651         * gnus-start.el (gnus-backup-startup-file)
22652         (gnus-save-startup-file-via-temp-buffer): Add :version.
22653
22654         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22655         (gnus-server-offline-face): Add :version.
22656
22657         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22658
22659         * gnus-msg.el (gnus-gcc-externalize-attachments)
22660         (gnus-debug-files, gnus-debug-exclude-variables)
22661         (gnus-discouraged-post-methods): Change :version.
22662         (gnus-confirm-mail-reply-to-news)
22663         (gnus-confirm-treat-mail-like-news): Add :version.
22664
22665         * gnus-int.el (gnus-server-unopen-status): Add :version.
22666
22667         * gnus-group.el (gnus-group-jump-to-group-prompt)
22668         (gnus-large-ephemeral-newsgroup)
22669         (gnus-fetch-old-ephemeral-headers): Add :version.
22670
22671         * gnus-fun.el (gnus-x-face-directory)
22672         (gnus-convert-pbm-to-x-face-command)
22673         (gnus-convert-image-to-x-face-command)
22674         (gnus-convert-image-to-face-command): Add :version.
22675
22676         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22677
22678         * gnus-cite.el (gnus-cite-blank-line-after-header)
22679         (gnus-article-boring-faces): Add :version.
22680
22681         * gnus-art.el (gnus-buttonized-mime-types)
22682         (gnus-inhibit-mime-unbuttonizing)
22683         (gnus-treat-display-face)
22684         (gnus-treat-body-boundary): Change :version.
22685         (gnus-body-boundary-delimiter, gnus-picon-databases)
22686         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22687         (gnus-treat-date-english, gnus-treat-fold-headers)
22688         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22689         (gnus-treat-mail-picon, gnus-treat-wash-html)
22690         (gnus-article-encrypt-protocol)
22691         (gnus-use-idna, gnus-article-over-scroll)
22692         (gnus-mime-display-multipart-alternative-as-mixed)
22693         (gnus-mime-display-multipart-related-as-mixed)
22694         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22695         (gnus-ctan-url, gnus-button-ctan-handler)
22696         (gnus-button-handle-ctan-bogus-regexp)
22697         (gnus-button-ctan-directory-regexp)
22698         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22699         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22700         (gnus-button-man-level, gnus-button-emacs-level)
22701         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22702
22703         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22704         (gnus-agent-go-online): Change :version.
22705         (gnus-agent-expire-unagentized-dirs)
22706         (gnus-agent-auto-agentize-methods): Add :version.
22707
22708         * flow-fill.el (fill-flowed-display-column)
22709         (fill-flowed-encode-column): Add :version.
22710
22711         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22712         (gnus-outlook-deuglify-unwrap-max)
22713         (gnus-outlook-deuglify-cite-marks)
22714         (gnus-outlook-deuglify-unwrap-stop-chars)
22715         (gnus-outlook-deuglify-no-wrap-chars)
22716         (gnus-outlook-deuglify-attrib-cut-regexp)
22717         (gnus-outlook-deuglify-attrib-verb-regexp)
22718         (gnus-outlook-deuglify-attrib-end-regexp)
22719         (gnus-outlook-display-hook): Add :version.
22720
22721         * binhex.el (binhex-use-external): Add :version.
22722
22723 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22724
22725         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22726         and `invisible'.
22727
22728 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22729
22730         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22731         in gnus-registry-trim.
22732
22733 2004-09-13  Simon Josefsson  <jas@extundo.com>
22734
22735         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22736
22737         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22738
22739         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22740         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22741         <yamaoka@jpl.org>.
22742         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22743         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22744         <yamaoka@jpl.org>.
22745
22746         * sieve.el (sieve-manage-mode): Ditto.
22747
22748 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22749
22750         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22751
22752 2004-09-11  Simon Josefsson  <jas@extundo.com>
22753
22754         * dns-mode.el: Add.
22755
22756         * mm-view.el (mm-display-dns-inline): Add.
22757
22758         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22759         (mm-automatic-display): Ditto.
22760
22761         * mailcap.el (mailcap-mime-data): Add text/dns.
22762         (mailcap-mime-extensions): Map .soa to text/dns.
22763
22764 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22765
22766         * gnus-art.el (article-decode-mime-words, article-babel)
22767         (gnus-article-highlight-signature, gnus-article-add-buttons)
22768         (gnus-signature-toggle): Remove unnecessary bindings of
22769         `inhibit-read-only' inherited from v5.10 merge.
22770
22771 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22772
22773         * nntp.el (nntp): New customization group.
22774         (nntp-authinfo-file): Add customization group.
22775
22776         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22777
22778         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22779
22780         * gnus.el (to-address, to-list, subscribed)
22781         (large-newsgroup-initial): Ditto.
22782
22783         * flow-fill.el (fill-flowed-display-column)
22784         (fill-flowed-encode-column): Ditto.
22785
22786 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22787
22788         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22789         Use point-min rather than 1.
22790         (message-send-mail): Use buffer-size rather than point-max.
22791
22792         * gnus-sum.el (gnus-summary-search-article-forward):
22793         Signal a specific `search-failed' rather than a generic `error'.
22794
22795         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22796         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22797         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22798
22799 2004-09-10  Simon Josefsson  <jas@extundo.com>
22800
22801         * nndb.el (require): Remove tcp and duplicate cl.
22802
22803 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22804
22805         * gnus-agent.el (directory-files-and-attributes): Move forward.
22806
22807 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22808
22809         * gnus-agent.el (directory-files-and-attributes):
22810         Optionally defined to support XEmacs.
22811
22812 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22813
22814         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22815         to avoid run-time CL dependencies.
22816         (gnus-agent-unfetch-articles): New function.
22817         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22818         article numbers even when local .overview file is missing.
22819         (gnus-agent-read-article-number): New function.  Only accepts
22820         27-bit article numbers.
22821         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22822         Use gnus-agent-read-article-number.
22823         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22824         from backend while recognizing that article numbers in .overview
22825         must be valid.
22826         (gnus-agent-update-files-total-fetched-for):
22827         Use directory-files-and-attributes to improve performance.
22828         * gnus-int.el (gnus-request-move-article):
22829         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22830         improve performance.
22831
22832         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22833         some users confused by references to .newsrc when they only have a
22834         .newsrc.eld file.
22835         (gnus-convert-mark-converter-prompt)
22836         (gnus-convert-converter-needs-prompt): Fix use of property list.
22837         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22838         New function.  Used internally to only display 'gnus converting
22839         files' message when actually necessary.
22840
22841         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22842         methods now autoloaded.
22843
22844 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22845
22846         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22847         identifiers.
22848
22849 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22850
22851         * gnus-picon.el: Fix indentation and closing parenthesis.
22852
22853 2004-09-01  Simon Josefsson  <jas@extundo.com>
22854
22855         * message.el (message-canlock-generate): Require sha1, not
22856         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22857         to require within a function.  Sadly, if sha1.el isn't loaded, the
22858         let binding in m-c-g will hide the defcustom definition, which is
22859         bad.)
22860
22861         * canlock.el: Require sha1, not sha1-el.
22862
22863         * message.el: Don't autoload sha1 (there is a autoload cookie in
22864         sha1.el).
22865
22866         * sha1-el.el: Rename to sha1.el.
22867
22868 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22869
22870         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22871
22872 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22873
22874         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22875
22876 2004-08-30  Kim F. Storm  <storm@cua.dk>
22877
22878         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22879
22880         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22881         Add :group 'nnimap.
22882
22883 2004-08-30  Andreas Schwab  <schwab@suse.de>
22884
22885         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22886         ?* and ?\;.
22887
22888         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22889         and ?\' to symbol instead of whitespace.
22890
22891 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22892
22893         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22894
22895         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22896         instead of re-search-forward.
22897
22898         * gnus-uu.el (gnus-uu-save-article): Ditto.
22899         (gnus-uu-post-encode-uuencode): Ditto.
22900
22901         * html2text.el (html2text-clean-list-items): Ditto.
22902         (html2text-clean-dtdd): Ditto.
22903         (html2text-format-tags): Ditto.
22904
22905         * message.el (message-send-mail-with-sendmail): Fix regexp.
22906         (message-fill-field-general): Use search-forward instead of
22907         re-search-forward.
22908         (unbold-region): Ditto.
22909
22910         * nnrss.el (nnrss-request-article): Ditto.
22911
22912         * nnslashdot.el (nnslashdot-request-article): Ditto.
22913
22914         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22915
22916         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22917         "Unrecognized menu descriptor" error in XEmacs.
22918
22919 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22920
22921         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22922         parent article of a sparse article in the thread hashtb.
22923
22924 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22925
22926         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22927         (nnmail-expand-newtext): Lowercase expanded entries if
22928         nnmail-split-lowercase-expanded is non-nil.
22929
22930 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22931
22932         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22933
22934         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22935         of gnus-tmp-news-method into string under XEmacs.  It will be
22936         passed to gnus-correct-length which takes only a string argument.
22937
22938 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22939
22940         * gnus-util.el (gnus-bind-print-variables): New macro.
22941         (gnus-prin1): Use it.
22942         (gnus-prin1-to-string): Use it.
22943         (gnus-pp): New function.
22944         (gnus-pp-to-string): New function.
22945
22946         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22947         Replace pp-to-string with gnus-pp-to-string.
22948         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22949         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22950         * gnus-msg.el (gnus-debug): Ditto.
22951         * gnus-score.el (gnus-score-save): Ditto.
22952         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22953         gnus-pp-to-string.
22954         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22955         with gnus-pp.
22956         * score-mode.el (gnus-score-pretty-print): Ditto.
22957         * webmail.el (webmail-debug): Ditto.
22958
22959 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22960
22961         * gnus-art.el (article-display-face, article-display-x-face):
22962         Use buffer-read-only.
22963
22964 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22965
22966         * gnus-art.el (article-hide-list-identifiers):
22967         Bind inhibit-read-only as t.
22968
22969 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22970
22971         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22972
22973 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22974
22975         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22976         (gnus-narrow-to-page): Don't assume point-min == 1.
22977         (gnus-article-edit-mode): Derive from message-mode.
22978
22979         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22980         point-min == 1.
22981
22982         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22983         Disable incorrect use of `assert'.
22984
22985         * message.el (message-mode): Set comment-start-skip.
22986
22987
22988 2004-08-22  Sam Steingold  <sds@gnu.org>
22989
22990         * pop3.el (pop3-leave-mail-on-server): New user variable.
22991         (pop3-movemail): Delete mail only when it is nil.
22992
22993 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22994
22995         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22996
22997         * mml.el (mml-preview): Use `pop-to-buffer'.
22998
22999         * message.el (message-goto-mail-followup-to): Insert after "To".
23000         (message-carefully-insert-headers): Add comment.
23001
23002         * gnus.el: Remove unused variable `gnus-article-check-size'.
23003
23004         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23005
23006         * gnus-art.el (gnus-button-alist):
23007         Improve `gnus-button-handle-library' entry.
23008
23009 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23010
23011         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23012         Use downcase, since XEmacs capitalizes error messages differently.
23013
23014 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23015
23016         * nntp.el: Add (require 'gnus) due to reference to
23017         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23018
23019 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23020
23021         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23022         Bind `mm-fill-flowed'.
23023
23024         * mm-decode.el (mm-dissect-singlepart): Check it.
23025
23026 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23027
23028         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23029         'imap' for netrc parsing.
23030
23031 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23032
23033         * mailcap.el (mailcap-mime-data): Mark as risky.
23034
23035 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23036
23037         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23038         may be included in the encoded word.
23039         (rfc2047-encode): Don't append a space if the encoded word
23040         includes close parenthesis.
23041
23042 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23043
23044         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23045         of text within parentheses.
23046
23047 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23048
23049         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23050         (gnus-encrypt-write-file-contents): Make the password key the file
23051         name PLUS the cipher, not just the cipher.  Also remove failed
23052         passwords from the cache.
23053
23054 2004-08-06  Simon Josefsson  <jas@extundo.com>
23055
23056         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23057         Doc fix.
23058
23059 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23060
23061         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23062         LWSP.
23063
23064 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23065
23066         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23067         Try to append in-reply-to: data to the references: header.
23068
23069         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23070         (netrc-parse): Use gnus-encrypt.el functions.
23071
23072         * gnus-encrypt.el: Add new file for encryption support; currently
23073         does only a few GPG ciphers and an internal XOR cipher.
23074
23075         * password.el: Add comments on using password-read-and-add.
23076         (password-read-and-add): Add function to read and add the
23077         password to the cache at once.
23078
23079 2004-07-28  Simon Josefsson  <jas@extundo.com>
23080
23081         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23082         parameter (but don't use it, for now).
23083
23084         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23085         instead of hard coding to nil.
23086
23087 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23088
23089         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23090         as mm-inline-image-xemacs does.
23091
23092 2004-07-26  Simon Josefsson  <jas@extundo.com>
23093
23094         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23095         Revert part of 2004-07-17 change below.
23096
23097 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23098
23099         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23100         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23101
23102 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23103
23104         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23105         quotes that actually start with ">" at the beginning of the
23106         lines.
23107
23108 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23109
23110         * rfc2047.el (rfc2047-encode-region): Fix last change.
23111         (rfc2047-encode-parameter): Remove useless concat.
23112
23113 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23114
23115         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23116         encode special characters; fix some kind of misconfigured headers;
23117         signal a real error if debug-on-quit or debug-on-error is non-nil.
23118         (rfc2047-encode-max-chars): New variable.
23119         (rfc2047-encode-1): Use it.
23120         (rfc2047-encode-parameter): New function.
23121
23122         * mml.el (mml-insert-parameter): Remove an excessive space.
23123
23124 2004-07-17  Simon Josefsson  <jas@extundo.com>
23125
23126         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23127         Kai Grossjohann <kai@emptydomain.de>.
23128         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23129         (gnus-group-make-menu-bar): Ditto.
23130
23131         * gnus-util.el (gnus-group-server): Add.
23132
23133 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23134
23135         * message.el (message-clone-locals): Clone sendmail and smtp
23136         variables.
23137
23138 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23139
23140         * rfc2047.el (rfc2047-encode-region): Fix last change.
23141
23142 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23143
23144         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23145         characters as non-special.
23146
23147 2004-07-09  Simon Josefsson  <jas@extundo.com>
23148
23149         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23150         Users will lose all flag changes made while unplugged with
23151         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23152         good default.  See numerous reports on ding mailing list.
23153
23154 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23155
23156         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23157         add generate-head-function and generate-article-function to the
23158         rfc822-forward entry.
23159         (nndoc-rfc822-forward-generate-article): New function.
23160         (nndoc-rfc822-forward-generate-head): New function.
23161
23162         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23163
23164 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23165
23166         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23167         respect display group parameter and gnus-summary-expunge-below.
23168         (gnus-articles-to-read): Remove unused reference to display group
23169         parameter.
23170
23171 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23172
23173         * nnheader.el (nnheader-uniquify-message-id): New experimental
23174         variable.
23175         (nnheader-nov-read-message-id): Use it.
23176
23177         * spam-report.el (spam-report-gmane): Add interactive.
23178
23179 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23180
23181         * mm-encode.el (mm-content-transfer-encoding-defaults):
23182         Use qp-or-base64 for the application/* types.
23183
23184 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23185
23186         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23187
23188 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23189
23190         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23191         trim value.
23192
23193 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23194
23195         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23196         New macro and function.
23197         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23198
23199 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23200
23201         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23202         after-load-alist.
23203
23204 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23205
23206         * gnus-group.el (gnus-group-get-new-news-this-group):
23207         Don't update info that isn't there.
23208
23209 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23210
23211         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23212         entry.
23213
23214 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23215
23216         * mm-view.el (mm-inline-render-with-function): Use multibyte
23217         buffer; decode html source by charset.
23218
23219         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23220
23221         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23222         Mule-UCS is loaded under XEmacs.
23223         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23224
23225 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23226
23227         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23228
23229 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23230
23231         * mm-util.el (mm-coding-system-p): Return a coding-system.
23232         (mm-mime-mule-charset-alist): Use shift_jis instead of
23233         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23234         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23235         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23236         instead of japanese-shift-jis and iso-latin-1 respectively in
23237         order to share the default value with both Emacs and XEmacs-mule.
23238         (mm-mule-charset-to-mime-charset):
23239         Make mm-coding-system-priorities effective.
23240         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23241         while predicating of candidates upon the priorities.
23242
23243 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23244
23245         * gnus-sum.el (gnus-summary-make-menu-bar):
23246         Add gnus-uu-invert-processable.
23247
23248         * gnus.el: Autoload gnus-uu-invert-processable.
23249
23250 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23251
23252         * mm-util.el (mm-with-multibyte-buffer): New macro.
23253
23254         * rfc2047.el (rfc2047-encode-string): Use it.
23255         (rfc2047-encode-region): Move point to the end of the region after
23256         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23257
23258 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23259
23260         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23261         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23262
23263 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23264
23265         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23266         (gnus-cite-parse): Ignore quoted envelope From_.
23267         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23268
23269 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23270
23271         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23272         invalid addresses.
23273
23274 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23275
23276         * spam.el: Change section markers, revise TODO list.
23277         (spam-backends): Make new master list of all installed backends.
23278         (spam-summary-exit-behavior): Add new variable to determine how
23279         messages moves are done at summary exit.
23280         (spam-move-spam-nonspam-groups-only)
23281         (spam-process-ham-in-nonham-groups)
23282         (spam-process-ham-in-spam-groups): Remove variables, the
23283         spam-summary-exit-behavior variable should be used to manage this
23284         behavior.
23285         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23286         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23287         and spam-old-spam-articles.
23288         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23289         Add empty variables, placeholders for the backends they represent.
23290         (spam-set-difference): Move, unchanged.
23291         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23292         unless the user has a processor variable.
23293         (spam-classifications, spam-classification-valid-p)
23294         (spam-backend-properties, spam-backend-property-valid-p)
23295         (spam-backend-function-type-valid-p)
23296         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23297         (spam-report-articles-gmane, spam-report-articles-resend):
23298         Remove functions, they are not needed.
23299         (spam-install-backend-super, spam-backend-list)
23300         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23301         (spam-backend-function, spam-backend-ham-registration-function)
23302         (spam-backend-spam-registration-function)
23303         (spam-backend-ham-unregistration-function)
23304         (spam-backend-spam-unregistration-function)
23305         (spam-backend-statistical-p, spam-backend-mover-p)
23306         (spam-install-backend-alias, spam-install-checkonly-backend)
23307         (spam-install-mover-backend, spam-install-nocheck-backend)
23308         (spam-install-backend, spam-install-statistical-backend)
23309         (spam-install-statistical-checkonly-backend): Add backend installation
23310         support.
23311         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23312         (spam-group-processor-p): Use the new backend code and respect the
23313         summary exit behavior.
23314         (spam-mark-spam-as-expired-and-move-routine): Remove.
23315         (spam-summary-prepare): Change to use the new spam-old-articles
23316         variable.
23317         (spam-copy-or-move-routine, spam-copy-spam-routine)
23318         (spam-move-spam-routine, spam-copy-ham-routine)
23319         (spam-move-ham-routine): Add code to copy/move ham or spam.
23320         (spam-fetch-field-fast): Improve doc and code, plus allow the
23321         'number request.
23322         (spam-list-of-checks, spam-list-of-statistical-checks):
23323         Remove variables.
23324         (spam-split, spam-find-spam): Use the new backend code.
23325         (spam-registration-functions): Remove variable.
23326         (spam-unregister-routine): Add convenience wrapper.
23327         (spam-log-undo-registration, spam-register-routine)
23328         (spam-log-processing-to-registry)
23329         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23330         where possible.
23331         (spam-check-gmane-xref, spam-check-regex-headers)
23332         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23333         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23334         (spam-check-bogofilter-headers, spam-check-spamoracle)
23335         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23336         (spam-check-crm114-headers): Use the spam-split-group that
23337         spam-split prepares, no need to determine it every time.
23338
23339         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23340         to the nnheader-parse-naked-head call.
23341
23342         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23343
23344         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23345         the nnheader-nov-read-message-id call.
23346
23347 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23348
23349         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23350         gnus-activate-group twice.  Suggested by Markus Peter
23351         <warp@spin.de>.
23352
23353 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23354
23355         * gnus-art.el (gnus-article-time-format): Exchange the order of
23356         day and month in the default value; fix customization type.
23357         (article-date-ut): Use add-text-properties.
23358         (article-make-date-line): Use message-make-date instead of
23359         current-time-string.
23360
23361         * message.el (message-fetch-field): Don't use set-text-properties.
23362         (message-make-date): Simplify.
23363
23364         * messagexmas.el (message-xmas-make-date): New function.
23365         (message-xmas-redefine): Defalias message-make-date to it.
23366
23367 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23368
23369         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23370         (rfc2047-encode-region): Treat text within parentheses as special;
23371         show the original text when error has occurred.
23372
23373         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23374         already-computed method to gnus-activate-group.
23375
23376         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23377         same select-methods identical Lisp objects.
23378
23379         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23380         object when modifying the info.
23381
23382 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23385         gnus-opened-servers since it has never been opened with the new
23386         configuration yet.
23387
23388 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23389
23390         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23391         arg to nnheader-generate-fake-message-id.
23392
23393 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23394
23395         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23396         number and build a fake message ID localized to a group and
23397         article number (so it's repeatable from that point on).
23398         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23399         ID format.
23400
23401         * gnus-sum.el (gnus-get-newsgroup-headers):
23402         Call nnheader-generate-fake-message-id with the article number.
23403
23404 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23405
23406         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23407         end-of-buffer.
23408
23409 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23410
23411         * message.el (message-ignored-supersedes-headers): Add Approved.
23412
23413 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23414
23415         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23416         goto-char.
23417         (rfc2047-encode): Fold the line before encoding.
23418
23419 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23420
23421         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23422         folding -- not all headers can be folded, and this should be done
23423         by the message composition mode.  Probably.  I think.
23424
23425 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23426
23427         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23428         fast.
23429
23430         * gnus-ems.el (gnus-remove-image): Don't use
23431         message-text-with-property; remove only the image found first.
23432
23433         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23434         found first.
23435
23436 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23437
23438         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23439
23440 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23441
23442         * message.el (message-text-with-property): Make it fast and accept
23443         optional arguments.
23444         (message-strip-forbidden-properties): Use it.
23445         (message-fix-before-sending): Follow the m-t-w-p change.
23446
23447         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23448
23449 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23450
23451         * gnus-art.el (article-hide-headers): Don't change the buffer
23452         mistakenly when performing mml-preview even if
23453         gnus-single-article-buffer is nil.
23454
23455 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23456
23457         * message.el (message-expand-name-databases): New user option.
23458         (message-expand-name): Use it.
23459
23460 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23461
23462         * spam.el (spam-report-articles-resend)
23463         (spam-report-resend-register-routine): Allow ham reporting.
23464         (spam-report-resend-register-ham-routine): Add wrapper.
23465         (spam-registration-functions): Add ham resending functions.
23466         (spam-list-of-processors): Add ham resend processor.
23467
23468         * gnus.el (ham-resend-to): Add new group parameter.
23469         (spam-process): Add ham resend option.
23470
23471         * spam-report.el (spam-report-resend): Allow reporting ham.
23472         (spam-report-resend-ham): Add wrapper.
23473
23474 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23475
23476         * message.el (message-cite-articles-with-x-no-archive):
23477         New variable.
23478         (message-cite-original): Use it.
23479
23480 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23481
23482         * message.el (message-cite-original): Respect X-No-Archive.
23483
23484 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23485
23486         * gnus-art.el (article-hide-headers): Refer to the values for
23487         gnus-ignored-headers and gnus-visible-headers in the summary
23488         buffer since a user may have set them as group parameters.
23489
23490 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23491
23492         * assistant.el (assistant-node-name): Add convenience function.
23493         (assistant-render-text, assistant-render-node): Add error handling,
23494         plus handle multiple next nodes.
23495         (assistant-find-next-node): Comment out for now.
23496         (assistant-find-next-nodes): Add function, returns list of next
23497         nodes.
23498
23499 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23500
23501         * mail-source.el (mail-source-directory): Fix doc-string.
23502
23503 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23504
23505         * assistant.el (assistant-render-text, assistant-eval): Add :set
23506         widget type, which is different because it takes and returns a
23507         list.  Much hilarity ensues.
23508
23509 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23510
23511         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23512
23513         * gnus-group.el (gnus-group-get-new-news-this-group):
23514         Add doc-string.
23515
23516         * gnus-start.el (gnus-activate-group): Add doc-string.
23517
23518 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23519
23520         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23521
23522 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23523
23524         * assistant.el (assistant-render-text): Try to add a :set
23525         widget, more to come.
23526
23527         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23528         strings.
23529         (spam-report-articles-resend)
23530         (spam-register-routine): Do registration iff any articles warrant
23531         it.
23532         (spam-summary-prepare-exit): Change log message for nil group
23533         destinations.
23534
23535 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23536
23537         * spam.el (spam-report-resend-register-routine):
23538         Allow spam-report-resend-to to be a group parameter or a global value.
23539
23540 2004-05-26  Simon Josefsson  <jas@extundo.com>
23541
23542         * starttls.el: Merge with my GNUTLS based starttls.el.
23543         (starttls-gnutls-program, starttls-use-gnutls)
23544         (starttls-extra-arguments, starttls-process-connection-type)
23545         (starttls-connect, starttls-failure, starttls-success):
23546         New variables.
23547         (starttls-program, starttls-extra-args): Doc fix.
23548         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23549         New functions.
23550         (starttls-negotiate, starttls-open-stream):
23551         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23552         function if it is set.
23553
23554 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23555
23556         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23557         structured fields.
23558
23559 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23560
23561         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23562
23563 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23564
23565         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23566         Add variable.
23567         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23568         assigning the spam-mark to new messages.
23569
23570 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23571
23572         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23573
23574 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23575
23576         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23577
23578         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23579         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23580         default.
23581
23582 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23583
23584         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23585         correct data.
23586
23587 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23588
23589         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23590         (spam-group-processor-p): Fix function.
23591         (spam-group-processor-multiple-p)
23592         (spam-group-spam-processor-report-gmane-p)
23593         (spam-group-spam-processor-report-resend-p)
23594         (spam-group-spam-processor-bogofilter-p)
23595         (spam-group-spam-processor-blacklist-p)
23596         (spam-group-spam-processor-ifile-p)
23597         (spam-group-ham-processor-ifile-p)
23598         (spam-group-spam-processor-spamoracle-p)
23599         (spam-group-spam-processor-crm114-p)
23600         (spam-group-ham-processor-bogofilter-p)
23601         (spam-group-spam-processor-stat-p)
23602         (spam-group-ham-processor-stat-p)
23603         (spam-group-ham-processor-whitelist-p)
23604         (spam-group-ham-processor-BBDB-p)
23605         (spam-group-ham-processor-spamoracle-p)
23606         (spam-group-ham-processor-copy-p): Remove functions with some
23607         prejudice against unneeded code.
23608         (spam-report-articles-resend)
23609         (spam-report-resend-register-routine): Allow the group/topic
23610         spam-resend-to value to override spam-report-resend-to.
23611         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23612         properly now.
23613
23614         * gnus.el (spam-resend-to): Add group/topic parameter.
23615         (spam-process): Move the OBSOLETE processors to the end of the
23616         choices.
23617
23618 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23619
23620         * spam-report.el (spam-report-resend-to, spam-report-resend):
23621         Start with resend-to set to nil, and then ask the user if necessary.
23622         (spam-report-resend): spam-report-resend takes a list of articles, not
23623         separate article numbers.
23624
23625 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23626
23627         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23628         addition to emacs-w3m.
23629
23630 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23631
23632         * assistant.el (assistant-authinfo-data): New function.
23633         (assistant-eval): Eval for entire assistant.
23634
23635         * netrc.el (netrc-services-file): New variable.
23636         (netrc-parse-services): New function.
23637         (netrc-find-service-name): New function.
23638         (netrc-find-service-number): New function.
23639         (netrc-port-equal): New function.
23640         (netrc-machine): Use it.
23641
23642         * nnimap.el (nnimap-open-connection): Use netrc.
23643
23644         * gnus-util.el (gnus-netrc-get): Remove aliases.
23645
23646         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23647
23648         * assistant.el (wid-edit): Fix compilation.
23649
23650         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23651
23652 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23653
23654         * gnus-util.el (gnus-set-file-modes): New function.  (small
23655         patch).
23656
23657 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23658
23659         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23660
23661         * assistant.el (assistant-render-node): Fix up rendering and
23662         read-only text.
23663         (assistant-render-node): Reset.
23664         (assistant-make-read-only): Not sticky.
23665
23666 2004-05-20  Danny Siu  <dsiu@adobe.com>
23667
23668         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23669         centered even when gnus-auto-center-summary is t.
23670
23671 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23672
23673         * dns.el (dns-get-txt-answer): New function.
23674         (dns-read-txt): Ditto.
23675         (query-dns): Use it.
23676
23677 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23678
23679         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23680         active for foreign groups even if the group level is higher than
23681         the specified value.
23682
23683 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23684
23685         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23686         non-active groups.
23687
23688         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23689
23690 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23691
23692         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23693
23694 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23695
23696         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23697         (spam-crm114-header, spam-crm114-spam-switch)
23698         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23699         (spam-crm114-positive-spam-header)
23700         (spam-crm114-database-directory, spam-list-of-processors)
23701         (spam-group-spam-processor-crm114-p)
23702         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23703         (spam-generic-score, spam-list-of-checks)
23704         (spam-list-of-statistical-checks, spam-registration-functions)
23705         (spam-check-crm114-headers, spam-crm114-score)
23706         (spam-check-crm114, spam-crm114-register-with-crm114)
23707         (spam-crm114-register-spam-routine)
23708         (spam-crm114-unregister-spam-routine)
23709         (spam-crm114-register-ham-routine)
23710         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23711
23712 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23713
23714         * gnus.el: Add spam-use-crm114.
23715
23716         * spam.el (spam-list-of-processors, spam-registration-functions):
23717         Add spam-use-resend.
23718         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23719         (spam-report-articles-gmane): Add doc fix.
23720         (spam-report-articles-resend, spam-report-resend-register-routine):
23721         Add wrappers around spam-report-resend-to.
23722
23723         * spam-report.el (spam-report-resend-to, spam-report-resend):
23724         Add support for resending spam.
23725         (spam-report-gmane): Fix line length >80.
23726
23727         * gnus.el (spam-process): Add spam-use-resend.
23728
23729 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23730
23731         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23732         number of processed spam messages.
23733         (spam-ham-copy-or-move-routine): Return the number of processed
23734         ham messages.
23735         (spam-summary-prepare-exit): Use the above values to decide
23736         whether status messages shouled be displayed.
23737
23738 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23739
23740         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23741         `rfc2047-encoding-function-alist' in order to avoid conflicting
23742         with the old version.
23743         (rfc2047-encode-region): Concatenate words containing non-ASCII
23744         characters in structured fields; don't encode space-delimited
23745         ASCII words even in unstructured fields; don't break words at
23746         char-category boundaries.
23747         (rfc2047-encode-1): New function.
23748         (rfc2047-encode): Use it; encode text so that it occupies the
23749         maximum width within 76-column; work correctly on Q encoding for
23750         iso-2022-* charsets.
23751         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23752         sure not to break a line just after the header name.
23753         (rfc2047-b-encode-region): Remove.
23754         (rfc2047-b-encode-string): New function.
23755         (rfc2047-q-encode-region): Remove.
23756         (rfc2047-q-encode-string): New function.
23757
23758         * mm-util.el (mm-replace-in-string): New function.
23759
23760 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23761
23762         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23763         Really get it right.
23764         (gnus-inews-make-draft): Really.
23765
23766 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23767
23768         * nnmh.el (nnmh-request-list-1): Don't check the link count
23769         before descending.  (small patch)
23770
23771 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23772
23773         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23774         stuff.
23775
23776         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23777         Match on real group name.
23778
23779         * gnus-art.el (gnus-signature-limit): Doc fix.
23780
23781         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23782
23783         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23784
23785 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23786
23787         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23788         isn't a string.
23789
23790 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23791
23792         * gnus-draft.el (gnus-draft-send):
23793         Bind rfc2047-encode-encoded-words.
23794
23795         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23796         (rfc2047-encodable-p): Say that =? needs encoding.
23797         (rfc2047-encode-encoded-words): New variable.
23798
23799         * gnus-group.el (gnus-group-select-group): Doc fix.
23800
23801         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23802
23803         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23804         to nil.
23805
23806         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23807
23808         * nnheader.el (nnheader-get-lines-and-char): New function.
23809
23810 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23811
23812         * gnus-msg.el (gnus-summary-followup-with-original):
23813         Document yanking of region when active.
23814
23815 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23816
23817         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23818         groups if the group level is higher than the specified value.
23819
23820 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23821
23822         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23823         (gnus-group-jump-to-group): Add prefix argument using
23824         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23825         non-active group.
23826
23827         * compface.el (uncompface): Be verbose when changing
23828         `uncompface-use-external'.
23829
23830         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23831         handle manual section.
23832
23833 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23834
23835         * gnus-art.el (gnus-button-alist): Revert previous change.
23836
23837 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23838
23839         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23840
23841 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23842
23843         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23844         whether backend can accept message.
23845
23846         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23847
23848 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23849
23850         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23851         Avoid creating directory when nntp-marks-is-evil is true.
23852         Reported by Reiner Steib.
23853
23854 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23855
23856         * gnus-picon.el (gnus-picon-insert-glyph):
23857         Add optional `nostring' argument.
23858
23859 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23860
23861         * gnus-picon.el (gnus-picon-style): New variable.
23862         (gnus-picon-transform-address): Support `gnus-picon-style'.
23863
23864 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23865
23866         * message.el (message-fill-field): Return point.
23867         (message-generate-headers): Go to end of field.
23868
23869         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23870         stuff for non-living groups.
23871
23872 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23873
23874         * gnus-art.el (gnus-article-followup-with-original)
23875         (gnus-article-reply-with-original): gnus-mark-active-p ->
23876         gnus-region-active-p.
23877
23878 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23879
23880         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23881         only when there is spam or ham to be processed.
23882
23883 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23884
23885         * mail-source.el (mail-source-delete-crash-box): Refactor.
23886         (mail-source-fetch): Use it.
23887         (mail-source-fetch-file): Ditto.
23888         (mail-source-fetch-directory): Run postscript in loop.
23889         (mail-source-fetch-pop): Delete.
23890         (mail-source-fetch-maildir): Ditto.
23891         (mail-source-fetch-imap): Ditto.
23892
23893         * imap.el (imap-authenticators): Comment out sasl.
23894
23895         * message.el (message-skip-to-next-address): New function.
23896         (message-fill-header-address): Refactor.
23897         (message-fill-address): Use it.
23898         (message-delete-address): Use it.
23899         (message-fill-header-general): Refactor.
23900         (message-fill-field-address): Rename.
23901         (message-narrow-to-field): Find the start of the header.
23902         (message-header-format-alist): Don't pre-fill.
23903         (message-fill-header): Remove.
23904         (message-insert-header): New function.
23905         (message-shorten-references): Use it.
23906
23907         * rfc2047.el (rfc2047-field-value): Strip props.
23908
23909         * mail-parse.el (mail-header-make-address): New alias.
23910
23911         * ietf-drums.el (ietf-drums-make-address): New function.
23912
23913         * imap.el: Add compiler directives.
23914
23915         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23916
23917         * gnus-art.el (article-decode-idna-rhs): Don't use
23918         message-idna-inside-rhs-p.
23919
23920 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23921
23922         * message.el (message-idna-inside-rhs-p): Remove.
23923         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23924
23925         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23926         false positives.
23927
23928 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23929
23930         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23931
23932 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23933
23934         * nneething.el (nneething-file-name): Don't create spurious
23935         files.
23936
23937         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23938         (gnus-inews-do-gcc): Remove sleep.
23939
23940         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23941         part under point.
23942
23943         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23944         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23945
23946 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23947
23948         * spam.el (spam-summary-prepare-exit): Fix (length).
23949
23950 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23951
23952         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23953         as expired without moving it" message when there are spam
23954         messages left.
23955
23956 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23957
23958         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23959         header is not nil.
23960
23961 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23962
23963         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23964         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23965         (nntp-marks-changed-p): New arg SERVER.
23966         (nntp-request-update-info): Adjust caller.
23967
23968 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23969
23970         * nntp.el (nntp-save-marks): Pass missing arg.
23971
23972 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23973
23974         * nntp.el: Support marks.
23975         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23976         (nntp-marks-modtime, nntp-marks-directory): New variables.
23977         (nntp-request-set-mark, nntp-request-update-info)
23978         (nntp-possibly-create-directory, nntp-marks-changed-p)
23979         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23980         New functions.
23981
23982 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23983
23984         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23985         (gnus-xmas-redefine): Rename.
23986
23987         * gnus-score.el (gnus-score-insert-help):
23988         Use gnus-select-lowest-window.
23989
23990         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23991         appt-select-lowest-window and rename to gnus-select-lowest-window.
23992
23993         * gnus.el: do.
23994
23995 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23996
23997         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23998         encodings of MIME-encoded words, in order to improve
23999         interoperability with several broken MUAs.
24000
24001 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24002
24003         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24004         tags, only when charsets are not specified in headers.
24005         (mm-inline-text-html-render-with-w3m): Ditto.
24006
24007         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24008         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24009
24010 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24011
24012         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24013         instead of MIME-decoded from fields when checking
24014         `gnus-article-address-banner-alist'.
24015
24016 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24017
24018         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24019         description rather than subject.
24020
24021 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24022
24023         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24024
24025 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24026
24027         * gnus.el (gnus-version-number): Bump.
24028
24029 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24030
24031         * gnus.el: No Gnus v0.2 is released.
24032
24033 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24034
24035         * gnus-agent.el (gnus-agent-read-agentview):
24036         Inline gnus-uncompress-range.
24037
24038 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24039
24040         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24041         `exec-installed-p'.
24042
24043 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24044
24045         * gnus.el (spam-process, spam-autodetect-methods):
24046         Add bsfilter and bsfilter-headers.
24047
24048         * spam.el (spam-bsfilter): New customize group.
24049         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24050         (spam-bsfilter-header, spam-bsfilter-probability-header)
24051         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24052         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24053         (spam-bsfilter-database-directory): New options.
24054         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24055         (spam-list-of-statistical-checks, spam-registration-functions):
24056         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24057         (spam-bsfilter-score): New command.
24058         (spam-check-bsfilter-headers, spam-check-bsfilter)
24059         (spam-bsfilter-register-with-bsfilter)
24060         (spam-bsfilter-register-spam-routine)
24061         (spam-bsfilter-unregister-spam-routine)
24062         (spam-bsfilter-register-ham-routine)
24063         (spam-bsfilter-unregister-ham-routine): New functions.
24064         (spam-generic-score): Support bsfilter; Accept an optional argument
24065         to recalcurate spam score even if scoring header has already been
24066         added.
24067         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24068         optional argument to recalcurate spam score even if scoring header
24069         has already been added.
24070
24071 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24072
24073         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24074         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24075         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24076         link is missing.
24077
24078 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24079
24080         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24081         (html2text-get-attr): Rewrite.
24082
24083         * message.el (message-setup-1): Remove redundant put-text-property
24084         on mail-header-separator.
24085
24086 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24087
24088         * gnus-registry.el (gnus-registry-cache-whitespace)
24089         (gnus-registry-action, gnus-registry-spool-action)
24090         (gnus-registry-split-fancy-with-parent): Change message levels
24091         from 5 to 3 or 7, as needed.
24092
24093         * spam.el (spam-summary-prepare-exit)
24094         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24095         (spam-split, spam-find-spam, spam-log-undo-registration)
24096         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24097         level from 5 to 6.
24098
24099 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24100
24101         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24102         2004-03-04 change).
24103
24104 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24105
24106         * sieve-manage.el (sieve-manage-open):
24107         * nnweb.el (nnweb-insert-html):
24108         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24109         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24110         * nnspool.el (nnspool-request-group):
24111         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24112         * nnml.el (nnml-request-update-info):
24113         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24114         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24115         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24116         (nnimap-request-set-mark):
24117         * nnfolder.el (nnfolder-request-update-info):
24118         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24119         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24120         * gnus-uu.el (gnus-uu-find-articles-matching):
24121         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24122         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24123         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24124         * gnus-nocem.el (gnus-nocem-scan-groups):
24125         * gnus-int.el (gnus-start-news-server):
24126         * gnus-group.el (gnus-group-make-kiboze-group)
24127         (gnus-group-browse-foreign-server):
24128         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24129         Use mapc when appropriate.
24130
24131 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24132             Adam Sjøgren  <asjo@koldfront.dk>
24133             Wes Hardaker  <wes@hardakers.net>
24134             Michael Shields  <shields@msrl.com>
24135
24136         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24137         may need for spam sorting and scoring.
24138         (spam-user-format-function-S): Add user format function suitable for
24139         general use.
24140         (spam-article-sort-by-spam-status): Add sorting function for summary
24141         sorting.
24142         (spam-extra-header-to-number): Add function to get a score from a
24143         header.
24144         (spam-summary-score): Add function to get a numeric score from the
24145         headers.
24146         (spam-generic-score): Fix function doc, was in wrong place.
24147         (spam-initialize): Take symbols when it's run, and install the
24148         extra headers that spam-necessary-extra-headers thinks we need.
24149
24150 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24151
24152         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24153         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24154
24155 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24156
24157         * gnus-sum.el (gnus-set-global-variables)
24158         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24159         (gnus-article-get-xrefs, gnus-summary-best-group)
24160         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24161         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24162         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24163         Use with-current-buffer.
24164
24165 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24166
24167         * spam.el (spam-summary-prepare-exit): Simplify logic.
24168         (spam-fetch-article-header): Read the article header if it's not
24169         available.
24170         (spam-list-articles): Simplify logic.
24171         (spam-filelist-register-routine): Fix bug with unregister-list.
24172
24173         * gnus-registry.el: Fix comments at beginning.
24174
24175 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24176
24177         * message.el (message-cater-to-broken-inn): Remove.
24178         (message-shorten-references): Make sure the total folded length of
24179         References is shorter than 998 characters to cater to a bug in INN
24180         2.3.  Also, don't pretend that references aren't folded -- this
24181         hasn't worked for a while.
24182
24183 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24184
24185         * gnus-agent.el (gnus-agentize):
24186         gnus-agent-send-mail-real-function no longer set to current value
24187         of message-send-mail-function but rather a lambda that calls
24188         message-send-mail-function.  The change makes the agent real-time
24189         responsive to user changes to message-send-mail-function.
24190
24191 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24192
24193         * legacy-gnus-agent.el
24194         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24195         help from Florian Weimer <fw@deneb.enyo.de>
24196
24197 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24198
24199         * nnmail.el (nnmail-cache-insert): Revert last change.
24200
24201 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24202
24203         * nnmail.el (nnmail-cache-insert): Always check whether
24204         nnmail-cache-ignore-groups matches a group name.
24205
24206 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24207
24208         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24209         (spam-find-spam, spam-log-processing-to-registry)
24210         (spam-log-registered-p, spam-log-unregistration-needed-p)
24211         (spam-log-undo-registration): Use gnus-message instead of
24212         gnus-error, none of these errors are fatal.
24213
24214         * gnus-registry.el (gnus-registry-clean-empty-function)
24215         (gnus-registry-clean-empty): Remove only empty entries without
24216         extra data.
24217
24218 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24219
24220         * spam-stat.el (spam-stat-buffer-change-to-spam)
24221         (spam-stat-buffer-change-to-non-spam): Change (error) to
24222         (gnus-message 8) invocation.
24223
24224 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24225
24226         * nntp.el (nntp-via-netcat-command): New variable.
24227         (nntp-via-netcat-switches): New variable.
24228         (nntp-open-via-rlogin-and-netcat): New function.
24229         (nntp-open-connection-function): Doc fix.
24230         (nntp-telnet-command): Doc fix.
24231         (nntp-end-of-line): Doc fix.
24232         (nntp-via-rlogin-command): Doc fix.
24233         (nntp-via-user-name): Doc fix.
24234         (nntp-via-address): Doc fix.
24235
24236 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24237
24238         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24239         error in Emacs 21.1.
24240
24241 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24242
24243         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24244
24245 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24246
24247         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24248         (gnus-agent-with-refreshed-group): New macro.
24249         (gnus-agent-rename-group): New function.
24250         (gnus-agent-delete-group): New function.
24251         (gnus-agent-save-group-info): Use gnus-command-method when
24252         `method' parameter is nil.  Don't write nil entries into the
24253         active file.
24254         (gnus-agent-get-group-info): New function.
24255         (gnus-agent-fetch-articles):
24256         Use gnus-agent-update-files-total-fetched-for to increment disk space
24257         used.
24258         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24259         Use gnus-agent-update-view-total-fetched-for to increment disk space
24260         used.
24261         (gnus-agent-get-local): Add optional parameters to avoid calling
24262         gnus-group-real-name and gnus-find-method-for-group.
24263         (gnus-agent-set-local): Delete stored entry if either min, or max,
24264         are nil.
24265         (gnus-agent-fetch-session): Reworded error/quit messages.
24266         On quit, use gnus-agent-regenerate-group to record existance of any
24267         articles fetched to disk before the quit occurred.
24268         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24269         gnus-agent-update-view-total-fetched-for, and
24270         gnus-agent-update-files-total-fetched-for to decrement disk space
24271         used.
24272         (gnus-agent-retrieve-headers):
24273         Use gnus-agent-update-view-total-fetched-for to increment disk space
24274         used.
24275         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24276         with gnus-agent-update-files-total-fetched-for to decrement disk
24277         space and fresh group buffer.
24278         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24279         (gnus-agent-need-update-total-fetched-for): New variable.
24280         (gnus-agent-update-files-total-fetched-for): New function.
24281         (gnus-agent-update-view-total-fetched-for): New function.
24282         (gnus-agent-total-fetched-for): New function.
24283
24284         * gnus-cache.el (gnus-cache-save-buffers):
24285         Use gnus-cache-update-overview-total-fetched-for to change disk space
24286         used by this group.
24287         (gnus-cache-possibly-enter-article):
24288         Use gnus-cache-update-file-total-fetched-for to increment disk space
24289         used by this group.
24290         (gnus-cache-possibly-remove-article):
24291         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24292         used by this group.
24293         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24294         (gnus-cache-rename-group): New function.
24295         (gnus-cache-delete-group): New function.
24296         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24297         (gnus-cache-need-update-total-fetched-for): New variable.
24298         (gnus-cache-with-refreshed-group): New macro.
24299         (gnus-cache-update-file-total-fetched-for): New function.
24300         (gnus-cache-update-overview-total-fetched-for): New function.
24301         (gnus-cache-rename-group-total-fetched-for): New function.
24302         (gnus-cache-delete-group-total-fetched-for): New function.
24303         (gnus-cache-total-fetched-for): New function.
24304
24305         * gnus-group.el: Require gnus-sum and autoload functions to
24306         resolve warnings when gnus-group.el compiled alone.
24307         (gnus-group-line-format): Documented new %F.
24308         (size of Fetched data) group line format; identifies disk space
24309         used by agent and cache.
24310         (gnus-group-line-format-alist): Defined new F format.
24311         (gnus-total-fetched-for): New function.
24312         (gnus-group-delete-group): No longer update
24313         gnus-cache-active-altered as gnus-request-delete-group now keeps
24314         the cache in sync.
24315         (gnus-group-list-active): Let the agent store a server's active
24316         list if currently plugged.
24317
24318         * gnus-int.el (gnus-request-delete-group):
24319         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24320         local disk in sync with the server.
24321         (gnus-request-rename-group):
24322         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24323         local disk in sync with the server.
24324
24325         * gnus-start.el (gnus-get-unread-articles):
24326         Cosmetic simplification to logic.
24327
24328         * gnus-util.el (gnus-rename-file): New function.
24329
24330 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24331
24332         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24333
24334 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24335
24336         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24337         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24338
24339 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24340
24341         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24342         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24343
24344 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24345
24346         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24347
24348 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24349
24350         * spam.el (spam-set-difference): Add function to replace
24351         gnus-set-difference in spam.el.
24352         (spam-summary-prepare-exit): Use spam-set-difference.
24353
24354 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24355
24356         * gnus-registry.el (gnus-registry-cache-file): Update to use
24357         gnus-dribble-directory OR gnus-home-directory OR ~.
24358         (gnus-registry-split-fancy-with-parent): Fix doc.
24359
24360 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24361
24362         * message.el (message-exchange-point-and-mark):
24363         Use message-mark-active-p.  Suggested by Jesper Harder
24364         <harder@ifa.au.dk>.
24365
24366 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24367
24368         * message.el (message-exchange-point-and-mark): Don't activate
24369         region if it was inactive.  Suggested by Hiroshi Fujishima
24370         <pooh@nature.tsukuba.ac.jp>.
24371
24372 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24373
24374         * gnus-art.el (article-display-face): Display Faces in the same
24375         order as X-Faces.
24376
24377 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24378
24379         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24380
24381 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24382
24383         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24384         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24385         (gnus-article-mime-hierarchy): Remove.
24386         (gnus-article-mime-hierarchy-next): Remove.
24387         (gnus-article-mode): Revert 2004-03-19 change.
24388         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24389         (gnus-insert-mime-button): Revert 2004-03-19 change.
24390         (gnus-mime-accumulate-hierarchy): Remove.
24391         (gnus-mime-enter-multipart): Remove.
24392         (gnus-mime-leave-multipart): Remove.
24393         (gnus-mime-display-part): Revert 2004-03-19 change.
24394         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24395
24396         * mml.el (mml-preview): Revert 2004-03-19 change.
24397
24398 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24399
24400         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24401
24402 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24403
24404         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24405         t while entering a file name using the mm-with-multibyte macro.
24406         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24407
24408         * mm-util.el (mm-with-multibyte): New macro.
24409
24410 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24411
24412         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24413         New user option.
24414         (gnus-mime-multipart-functions): Doc and customization fix.
24415         (gnus-article-mime-hierarchy): New variable.
24416         (gnus-article-mime-hierarchy-next): New variable.
24417         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24418         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24419         gnus-article-mime-hierarchy-next to nil.
24420         (gnus-insert-mime-button): Show hierarchy numbers.
24421         (gnus-mime-accumulate-hierarchy): New function.
24422         (gnus-mime-enter-multipart): New function.
24423         (gnus-mime-leave-multipart): New function.
24424         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24425         (gnus-mime-display-alternative): Show hierarchy numbers.
24426
24427         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24428         gnus-article-mime-hierarchy-next to nil.
24429
24430 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24431
24432         * dns.el: Don't require gnus-xmas.
24433
24434 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24435
24436         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24437         inline PGP.
24438         (mml-menu): Disable mml-quote-region if mark is inactive.
24439
24440 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24441
24442         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24443         when the group's active is not available.
24444
24445 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24446
24447         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24448         error.
24449
24450 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24451
24452         * imap.el (imap-store-password): New variable.
24453         (imap-interactive-login): Use it.
24454         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24455
24456 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24457
24458         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24459         window-start and hscroll to summary window.
24460
24461 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24462
24463         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24464         conversion message to newsrc-dribble when an actual conversion is
24465         performed.
24466
24467 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24468
24469         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24470
24471 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24472
24473         * mm-decode.el (mm-complicated-handles): New function reviving
24474         former definition of mm-multiple-handles.
24475
24476         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24477         (gnus-mime-delete-part): Use it.
24478
24479 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24480
24481         * gnus-agent.el (gnus-agent-read-local):
24482         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24483         avoid the implicit assumption that they will always be equal.
24484         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24485         coding-system-for-write, as the with-temp-file macro first prints
24486         to a buffer then saves the buffer.
24487
24488 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24489
24490         * gnus-art.el (gnus-article-edit-part): New function.
24491         (gnus-mime-save-part-and-strip): Use it; do query instead of
24492         signaling an error; don't use mm-multiple-handles.
24493         (gnus-mime-delete-part): Ditto.
24494
24495 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24496
24497         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24498         old file versions.
24499         (gnus-group-prepare-hook): Remove function that converted list
24500         form of gnus-agent-expire-days to group properties.
24501
24502         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24503         (gnus-request-accept-article): Re-indented.
24504
24505         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24506         converters to handle old agent file formats.  Add logic for a
24507         "backup before upgrading warning".
24508         (gnus-convert-mark-converter-prompt): Developers can mark
24509         functions as needing (default), or not needing,
24510         gnus-convert-old-newsrc's "backup before upgrading warning".
24511         (gnus-convert-converter-needs-prompt): Tests whether the user
24512         should be protected from potentially irreversable changes by the
24513         function.
24514
24515         * legacy-gnus-agent.el: New.  Provides converters that are only
24516         loaded when gnus-convert-old-newsrc needs to call them.
24517
24518 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24519
24520         * mail-source.el (mail-source-touch-pop): Doc fix.
24521
24522         * message.el (message-smtpmail-send-it): Doc fix.
24523
24524 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24525
24526         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24527
24528         * nnmail.el (nnmail-split-fancy): do.
24529
24530         * gnus-kill.el (gnus-kill, gnus-execute): do.
24531
24532 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24533
24534         * gnus-sum.el (gnus-widget-reversible-match)
24535         (gnus-widget-reversible-to-internal)
24536         (gnus-widget-reversible-to-external): New functions.
24537         (gnus-widget-reversible): New widget.
24538         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24539
24540 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24541
24542         * gnus-sum.el (gnus-thread-sort-functions)
24543         (gnus-article-sort-functions): Document `(not F)' items.
24544
24545 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24546
24547         * spam.el (spam-use-gmane-xref): Add new backend.
24548         (spam-gmane-xref-spam-group): Add variable to control the name of the
24549         Gmane spam group.
24550         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24551         (spam-regex-headers-spam, spam-regex-headers-ham)
24552         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24553         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24554         backends and checks.
24555         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24556
24557         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24558         an autodetect method.
24559
24560 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24561
24562         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24563         articles are being added to a group.
24564         (gnus-request-replace-article): Inform the agent that articles
24565         need to be uncached as the cached contents are no longer valid.
24566
24567 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24568
24569         * binhex.el: Don't autoload executable-find.
24570
24571         * canlock.el: Don't autoload mail-fetch-field.
24572
24573         * dgnushack.el: Autoload c-mode for XEmacs.
24574
24575         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24576
24577         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24578         rmail-dont-reply-to and rmail-output.
24579
24580         * gnus-score.el: Don't autoload ffap-string-at-point.
24581
24582         * gnus-setup.el: Don't autoload sc-cite-original.
24583
24584         * imap.el: Don't autoload base64-decode-string,
24585         base64-encode-string and md5.
24586
24587         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24588         and rmail-msg-restore-non-pruned-header.
24589
24590         * mm-decode.el: Don't autoload executable-find.
24591
24592         * mm-url.el: Don't autoload executable-find.
24593
24594         * mm-view.el: Don't autoload diff-mode.
24595
24596         * nndb.el: Don't autoload news-reply-mode, news-setup,
24597         cancel-timer and telnet.
24598
24599         * password.el: Don't autoload run-at-time for Emacs.
24600
24601         * sha1-el.el: Don't autoload executable-find.
24602
24603         * sieve-mode.el: Don't autoload c-mode.
24604
24605         * uudecode.el: Don't autoload executable-find.
24606
24607 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24608
24609         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24610         (gnus-agent-possibly-alter-active): Avoid null in numeric
24611         comparison.
24612         (gnus-agent-set-local): Refuse to save null in local object table.
24613         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24614         list of articles that will be marked as unread.
24615
24616 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24617
24618         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24619
24620 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24621
24622         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24623         language tags.
24624
24625 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24626
24627         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24628         Don't bind "obarray".
24629
24630         * gnus-sum.el (gnus-thread-sort-functions):
24631         Add `gnus-thread-sort-by-most-recent-number' and
24632         `gnus-thread-sort-by-most-recent-date'.
24633         Reported by Kai Grossjohann <kai@emptydomain.de>.
24634
24635 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24636
24637         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24638
24639 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24640
24641         * gnus-cus.el (gnus-agent-customize-category):
24642         Remove ignore-errors macro reference that required cl to be loaded at
24643         run-time.
24644
24645         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24646         single-interval range of the form (min . max).  Previously the
24647         range had to look like ((min . max)).  Likewise, return
24648         (min . max) rather than ((min . max)).
24649         (gnus-range-map): Use gnus-range-normalize to accept
24650         single-interval range.
24651
24652         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24653         the cache, but not the agent, now appear with their usual face.
24654
24655         * dgnushack.el (loaddir): New variable that is bound to the
24656         directory containing the dgnushack.el file. Use loaddir, rather
24657         than srcdir, to update load-path. Change lets dgnushack compile
24658         code in directories other than GNUS/lisp.
24659
24660 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24661
24662         * lpath.el: Don't bind w3m-safe-url-regexp.
24663
24664         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24665         w3m-safe-url-regexp variable buffer-local.
24666
24667         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24668
24669 2004-02-27  Simon Josefsson  <jas@extundo.com>
24670
24671         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24672         gnus-group-real-prefix.
24673         (gnus-summary-move-article): Use it, instead of
24674         gnus-group-real-prefix.
24675
24676 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24677
24678         * lpath.el: Bind w3m-safe-url-regexp.
24679
24680         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24681         w3m-safe-url-regexp variable buffer-local and set it as the value
24682         of mm-w3m-safe-url-regexp.
24683
24684         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24685
24686         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24687         parsing gnus-posting-styles when the message is not for replying.
24688
24689         * dgnushack.el: Autoload sgml-mode for XEmacs.
24690
24691         * nnrss.el (nnrss-opml-export):
24692         Use mm-set-buffer-file-coding-system instead of
24693         set-buffer-file-coding-system.
24694
24695 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24696
24697         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24698         of checkdoc.el).
24699         * nnrss.el: do.
24700         * gnus-mlspl.el: do.
24701         * gnus-ml.el: do.
24702         * gnus-srvr.el: do.
24703
24704         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24705
24706 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24707
24708         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24709         Corrections to custom-manual links.
24710
24711         * gnus-art.el (gnus-article): Ditto.
24712
24713         * mm-decode.el (mime-display, mime-security): Ditto.
24714
24715 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24716
24717         * flow-fill.el: Typo.
24718
24719 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24720
24721         * spam-wash.el: New file.
24722
24723 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24724
24725         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24726
24727 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24728
24729         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24730         to be run with new-articles as LIST1, not LIST2.
24731         (spam-registration-functions): Add spam-use-ham-copy as a nil
24732         registration backend.
24733
24734 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24735
24736         * spam-stat.el (spam-stat-washing-hook): New option.
24737         (spam-stat-buffer-words): Use it.
24738         (spam-stat-process-directory, spam-stat-test-directory):
24739         Use insert-file-contents-literally.
24740         (spam-stat-coding-system): New variable.
24741         (spam-stat-load, spam-stat-save): Use it.
24742
24743 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24744
24745         * spam-report.el (spam-report-plug-agent):
24746         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24747
24748 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24749
24750         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24751         Allow / in mailto URLs.
24752
24753 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24754
24755         * spam-report.el (spam-report-process-queue): Fix interactive use.
24756         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24757         (spam-report-unplug-agent): Doc fixes.
24758         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24759         (spam-report-agentize, spam-report-deagentize): Autoload.
24760
24761 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24762
24763         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24764
24765         * message.el (message-setup-fill-variables): Add mml tags to
24766         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24767         <ajk@iu.edu>.
24768         (message-mode): Don't modify paragraph-separate there.
24769
24770 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24771
24772         * compface.el (uncompface-use-external): Default to undecided.
24773         (uncompface-use-external-threshold): New variable.
24774         (uncompface-float-time): New macro.
24775         (uncompface): Determine whether to use the external decoder if
24776         uncompface-use-external is undecided.
24777
24778 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24779
24780         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24781         after images.
24782
24783         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24784
24785 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24786
24787         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24788
24789         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24790
24791         * gnus-sum.el (gnus-summary-limit-to-age)
24792         (gnus-summary-limit-children): do.
24793
24794         * gnus-int.el (gnus-request-scan): do.
24795
24796         * gnus-group.el (gnus-group-suspend): do.
24797
24798         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24799
24800         * gnus-cite.el (gnus-cite-parse-attributions): do.
24801
24802         * gnus-agent.el (gnus-summary-set-agent-mark)
24803         (gnus-agent-regenerate-group): do.
24804
24805         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24806
24807         * binhex.el (binhex-decode-region-internal): do.
24808
24809 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24810
24811         * gnus-fun.el (gnus-face-properties-alist): New user option.
24812         (gnus-display-x-face-in-from): Use it.
24813
24814         * gnus-art.el (article-display-face): Ditto.
24815
24816         * compface.el (uncompface-use-external): Default to nil.
24817
24818 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24819
24820         * nntp.el (nntp-erase-buffer): New function.
24821         (nntp-retrieve-data, nntp-send-command)
24822         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24823         (nntp-possibly-change-group): Use it.
24824
24825         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24826         Use with-current-buffer.
24827
24828 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24829
24830         * compface.el: Merge the ELisp-based uncompface program.
24831         (compface): New customization group.
24832         (uncompface-use-external): New user option.
24833         (uncompface): Call uncompface-internal if uncompface-use-external
24834         is nil.
24835         (uncompface-internal): New function.  Note that there are also
24836         some other functions and variables added for this function.
24837
24838 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24839
24840         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24841         if necessary.
24842
24843 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24844
24845         * spam-report.el (spam-report-unplug-agent)
24846         (spam-report-plug-agent, spam-report-deagentize)
24847         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24848         Add support for the Agent in spam-report: when unplugged, report to a
24849         file; when plugged, submit all the requests.
24850
24851         * spam.el (spam-register-routine): Fix message about
24852         registration.
24853
24854 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24855
24856         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24857         dependencies.
24858         (rfc2047-encode): Use it.
24859
24860         * gnus-art.el (gnus-button-marker-list): Move before first
24861         reference.
24862
24863         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24864         (imap-parse-body): Fix format string mismatch.
24865
24866         * gnus-score.el (gnus-summary-increase-score): do.
24867
24868         * nnrss.el (nnrss-close): New function.
24869
24870 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24871
24872         * nnrss.el (nnrss-make-filename): New function.
24873         (nnrss-request-delete-group, nnrss-read-server-data)
24874         (nnrss-save-server-data, nnrss-read-group-data)
24875         (nnrss-save-group-data): Use it.
24876         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24877         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24878         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24879
24880 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24881
24882         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24883
24884 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24885
24886         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24887         files.
24888
24889         * message.el (message-generate-headers-first): Don't quote nil
24890         and t in docstrings.
24891
24892         * imap.el (imap-id): do.
24893
24894         * gnus-agent.el (gnus-agent-consider-all-articles)
24895         (gnus-agent-queue-mail): do.
24896
24897 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24898
24899         * spam-report.el (spam-report-process-queue): New function.
24900         Process requests from `spam-report-requests-file'.
24901         (spam-report-process-queue): Doc fix.
24902
24903 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24904
24905         * spam.el (spam-register-routine)
24906         (spam-log-processing-to-registry, spam-log-registered-p)
24907         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24908         Change "check" to "spam-check" for semi-clarity.
24909
24910 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24911
24912         * pop3.el: Require nnheader.
24913
24914         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24915
24916         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24917
24918         * gnus-picon.el: Require cl.
24919
24920         * gnus-fun.el: Require gnus-ems and gnus-util.
24921
24922         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24923
24924         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24925
24926         * gnus-art.el (gnus-article-edit-mode): Define before first
24927         reference.
24928
24929 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24930
24931         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24932         (gnus-uu-post-encoded): Use point-at-bol.
24933
24934         * gnus-topic.el (gnus-group-active-topic-p): do.
24935
24936         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24937
24938         * gnus-group.el (gnus-group-kill-region): do.
24939
24940         * gnus-art.el (article-date-ut): do.
24941
24942         * message.el (message-fetch-field): Remove redundant
24943         case-fold-search binding.
24944         (message-narrow-to-field): Simplify.
24945
24946 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24947
24948         * spam.el (spam-directory): Derive from `gnus-directory'.
24949
24950         * spam-report.el (spam-report-url-to-file)
24951         (spam-report-requests-file): New function and variable for offline
24952         reporting.
24953         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24954         and user defined function.
24955         (spam-report-url-ping-mm-url): Remove doubled slash.
24956
24957 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24958
24959         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24960
24961 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24962
24963         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24964         Fix format string mismatch.
24965
24966         * sieve.el (sieve-deactivate-all): do.
24967
24968         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24969
24970         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24971
24972         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24973
24974         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24975
24976 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24977
24978         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24979         the list of checks.
24980
24981 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24982
24983         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24984         padding.
24985
24986 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24987
24988         * mm-view.el (mm-fill-flowed): New variable.
24989         (mm-inline-text): Use it.
24990
24991 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24992
24993         * spam.el (spam-spamassassin-register-ham-routine)
24994         (spam-spamassassin-register-spam-routine): Fix function names.
24995
24996 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24997
24998         * gnus.el (gnus-tmp-grouplens): Remove.
24999         (gnus-summary-line-format): Remove grouplens.
25000
25001         * gnus-group.el (gnus-group-line-format): Ditto.
25002
25003         * gnus-spec.el (gnus-format-specs): Ditto.
25004         (gnus-update-format-specifications): Flush the group format spec
25005         cache if there's the grouplens stuff.
25006         (gnus-parse-simple-format): Replace %l with the empty string.
25007
25008 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25009
25010         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25011         omission.
25012
25013 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25014
25015         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25016         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25017
25018 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25019
25020         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25021         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25022         New macros and functions.
25023         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25024         Handle > NLINK_MAX messages.
25025         * nnmaildir.el (nnmaildir-request-set-mark):
25026         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25027
25028 2004-01-25  Alex Schroeder  <alex@gnu.org>
25029
25030         * spam-stat.el (spam-stat-process-directory-age): New option.
25031         (spam-stat-process-directory): Use it.
25032
25033 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25034
25035         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25036         (spam-stat-save): Accept prefix argument.
25037
25038 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25039
25040         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25041         links" error.
25042
25043 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25044
25045         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25046         the rest of the and/or forms.
25047
25048 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25049
25050         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25051         compatibility with old .newsrc.eld files.
25052
25053         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25054
25055         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25056
25057         * gnus-start.el (gnus-1): do.
25058
25059         * gnus-group.el (gnus-group-line-format-alist): do.
25060
25061         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25062
25063         * gnus-gl.el: Remove.
25064
25065 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25066
25067         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25068         marks consisting of a single range {for example, (3 . 5)} rather
25069         than a list of a single range { ((3 . 5)) }.
25070
25071 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25072
25073         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25074         Use with-current-buffer.
25075         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25076         avoid consing a string.
25077
25078         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25079         Remove obsolete entries for big5 and gb2312.
25080
25081 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25082
25083         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25084         uncompressed list.
25085
25086 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25087
25088         * spam-stat.el (spam-stat-strip-xref): New function.
25089         (spam-stat-process-directory): Use it.
25090
25091         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25092         here -- it's done in message-fetch-field.
25093
25094 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25095
25096         * gnus-agent.el (gnus-agent-queue-mail)
25097         (gnus-agent-prompt-send-queue): New variables.
25098         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25099         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25100         "nndraft:queue" along to gnus-draft-send.
25101         Use gnus-agent-prompt-send-queue.
25102         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25103         is "nndraft:queue".  Suggested by Gaute Strokkenes
25104         <gs234@srcf.ucam.org>
25105
25106         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25107         (agent-enable-undownloaded-faces): Add.
25108         (gnus-agent-cat-groups): Use eval-and-compile, not
25109         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25110         method of gnus-agent-cat-groups even when the buffer has been
25111         evaled.
25112         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25113         delete gnus-agent-save-active-1.
25114         (gnus-agent-save-groups): Delete.  Identical to
25115         gnus-agent-save-active.
25116         (gnus-agent-write-active): No longer adjust agent's copy of active
25117         file as agent's adjustments are now stored in their own
25118         file.  Remove optional parameter.
25119         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25120         servers.  Add use of min/max range limits from server's local
25121         file.
25122         (gnus-agent-save-alist): Remove unused optional argument.
25123         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25124         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25125         (gnus-agent-set-local): A per-server file that keeps min/max range
25126         limits for articles known to the agent.  Provides a fast mechanism
25127         for altering many active ranges.
25128         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25129         active file (local makes it unnecessary).
25130         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25131
25132         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25133         (agent-enable-undownloaded-faces): Add.
25134
25135         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25136         disable it when sending to "nndraft:queue".
25137         (gnus-group-send-queue): Add safety check to avoid sending queue
25138         when unplugged.
25139
25140         * gnus-group.el (gnus-group-catchup): Use new
25141         gnus-sequence-of-unread-articles, not
25142         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25143         numbers of articles.  Use gnus-range-map to avoid having to
25144         uncompress the unread list.
25145         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25146         Fix invalid ange-ftp reference.
25147
25148         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25149         (gnus-sorted-range-intersection): Intersection of two ranges
25150         without requiring that they first be uncompressed.
25151
25152         * gnus-start.el (gnus-activate-group): Unless blocked by the
25153         caller, possibly expand the active range to include both cached
25154         and agentized articles.
25155         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25156         multiple version-dependent converters.
25157         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25158         gnus-agent-save-active.
25159         (gnus-save-newsrc-file): Save dirty agent range limits.
25160
25161         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25162         gnus-agent-possibly-alter-active.
25163         (gnus-adjust-marked-articles): Faster handling of simple lists.
25164
25165 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25166
25167         * spam-stat.el (spam-stat-test-directory): New optional argument
25168         displays a list of files detected.  Suggested by Andrew Cohen
25169         <cohen@andy.bu.edu>.
25170         (spam-stat-buffer-words-with-scores): Don't narrow and change
25171         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25172
25173 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25174
25175         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25176         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25177         (spam-spamassassin-arguments)
25178         (spam-spamassassin-spam-flag-header)
25179         (spam-spamassassin-positive-spam-flag-header)
25180         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25181         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25182         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25183         (spam-list-of-processors, spam-list-of-checks)
25184         (spam-list-of-statistical-checks, spam-registration-functions)
25185         (spam-check-spamassassin-headers, spam-check-spamassassin)
25186         (spam-spamassassin-score)
25187         (spam-spamassassin-register-with-sa-learn)
25188         (spam-spamassassin-register-spam-routine)
25189         (spam-spamassassin-register-ham-routine)
25190         (spam-assassin-register-spam-routine)
25191         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25192         (spam-bogofilter-score): Fix to show article before scoring.
25193
25194 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25195
25196         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25197         default scoring function.
25198         (spam-generic-score): Call spam-spamassassin-score if
25199         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25200         spam-bogofilter-score otherwise.
25201
25202         * gnus.el (spam-process, spam-autodetect-methods):
25203         Add spamassassin and spamassassin-headers.
25204
25205 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25206
25207         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25208         Suppress unnecessary messages.
25209
25210 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25211
25212         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25213         make-hash-table.
25214
25215 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25216
25217         * canlock.el (base64-encode-string): Don't autoload it.
25218
25219 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25220
25221         * run-at-time.el: Remove useless (require 'itimer),
25222         eval-and-compile and (featurep 'xemacs).
25223
25224 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25225
25226         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25227         GROUP is a virtual group.
25228
25229 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25230
25231         * gnus.el: Autoload `message-y-or-n-p'.
25232
25233 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25234
25235         * pgg-parse.el: Remove unnecessary (require 'custom).
25236
25237         * pgg-def.el: do.
25238
25239         * nnmail.el: do.
25240
25241         * gnus-undo.el: do.
25242
25243         * gnus-picon.el: do.
25244
25245         * gnus-util.el: do.
25246
25247 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25248
25249         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25250
25251 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25252
25253         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25254         handle, as well as a list.
25255
25256         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25257         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25258         (mm-w3m-cid-retrieve): Simplify.
25259
25260 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25261
25262         * message.el (message-kill-to-signature): Allow prefix arg to
25263         specify number of lines to keep before signature.
25264
25265 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25266
25267         * message.el (message-kill-to-signature): Change docstring.
25268
25269 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25270
25271         * canlock.el: Always require sha1-el.
25272         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25273
25274         * message.el: Autoload sha1 only when compiling.
25275
25276         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25277         eudc-expand-inline for XEmacs.
25278
25279 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25280
25281         * message.el (message-canlock-generate): Require sha1-el.
25282
25283 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25284
25285         * message.el (message-expand-name): Silence the byte compiler.
25286
25287         * lpath.el: Add detect-coding-system.
25288
25289         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25290         cus-edit.
25291
25292 2004-01-13  Simon Josefsson  <jas@extundo.com>
25293
25294         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25295         Invoke gnus-score-mode.
25296         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25297
25298         * gnus-range.el (gnus-compress-sequence): Doc fix.
25299         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25300
25301 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25302
25303         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25304
25305 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25306
25307         * spam.el (spam-get-article-as-string): Update to use
25308         gnus-request-article-this-buffer, much simpler.
25309         (spam-get-article-as-buffer): Remove.
25310
25311 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25312
25313         * message.el (message-expand-name): Use EUDC if the user uses that.
25314
25315 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25316
25317         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25318         character for the encoding to avoid consing a string.
25319
25320         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25321         unnecessarily.
25322
25323         * mm-util.el (mm-replace-chars-in-string): Remove.
25324
25325         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25326         of mm-replace-chars-in-string.
25327
25328 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25329
25330         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25331
25332         * mm-util.el (mm-subst-char-in-string): Support inplace.
25333
25334         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25335         a new string in every iteration.  Use shy groups.
25336
25337 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25338
25339         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25340         * gnus-soup.el (gnus-soup-group-brew):
25341         * gnus-msg.el (gnus-put-message):
25342         * gnus-move.el (gnus-group-move-group-to-server):
25343         * gnus-kill.el (gnus-batch-score):
25344         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25345         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25346         (gnus-group-update-group, gnus-group-read-group)
25347         (gnus-group-make-group, gnus-group-make-help-group)
25348         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25349         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25350         (gnus-group-sort-by-unread, gnus-group-catchup)
25351         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25352         (gnus-group-yank-group, gnus-group-set-info)
25353         (gnus-group-list-groups):
25354         * gnus.el (gnus-generate-new-group-name):
25355         * gnus-delay.el (gnus-delay-send-queue):
25356         * nnvirtual.el (nnvirtual-catchup-group):
25357         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25358         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25359         (gnus-group-prepare-topics, gnus-topic-check-topology):
25360         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25361         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25362         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25363         (gnus-group-make-articles-read):
25364         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25365         (gnus-group-change-level, gnus-kill-newsgroup)
25366         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25367         (gnus-get-unread-articles, gnus-make-articles-unread)
25368         (gnus-make-ascending-articles-unread): Use accessor
25369         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25370         to get group information for improved readability.
25371
25372
25373 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25374
25375         * gnus-art.el (article-decode-mime-words, article-babel)
25376         (gnus-article-highlight-signature, gnus-article-add-buttons)
25377         (gnus-signature-toggle): Use gnus-with-article-buffer.
25378
25379         * gnus-art.el (gnus-article-highlight-headers)
25380         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25381
25382         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25383         (gnus-article-set-globals, gnus-request-article-this-buffer)
25384         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25385         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25386         (gnus-mime-display-alternative): Use with-current-buffer.
25387
25388 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25389
25390         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25391         also under 80 char limit, and call gnus-error if needed.
25392         (spam-fetch-article-header): Fix - it was a
25393         buffer-local variable (gnus-newsgroup-data).
25394         (spam-find-spam): Use spam-generate-fake-headers, forget about
25395         spam-insert-fake-headers.
25396         (spam-insert-fake-headers): Remove.
25397
25398 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25399
25400         * deuglify.el (gnus-article-outlook-unwrap-lines)
25401         (gnus-outlook-rearrange-article)
25402         (gnus-outlook-repair-attribution-outlook)
25403         (gnus-outlook-repair-attribution-block)
25404         (gnus-outlook-repair-attribution-other): Remove redundant
25405         save-excursion.
25406
25407 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25408
25409         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25410         (spam-fetch-field-subject-fast)
25411         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25412         (spam-fetch-article-header): Add functions to deal with Gnus
25413         internals for fast retrieval of article header data.
25414         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25415
25416 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25417
25418         * pop3.el (pop3-md5): Remove.
25419         (pop3-apop): Replace pop3-md5 with md5.
25420
25421         * mm-bodies.el: base64 is always built-in.
25422
25423         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25424         Use with-current-buffer.
25425
25426 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25427
25428         * canlock.el (canlock-insert-header): Remove excessive grouping in
25429         regexp.
25430
25431         * gnus-sum.el (gnus-summary-read-document): Ditto.
25432
25433         * gnus-uu.el (gnus-uu-part-number): Ditto.
25434
25435         * html2text.el (html2text-remove-tags): Ditto.
25436         (html2text-format-tags): Ditto.
25437         (html2text-format-single-elements): Ditto.
25438
25439         * mml.el (mml-parse-1): Ditto.
25440
25441 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25442
25443         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25444
25445         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25446
25447         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25448
25449         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25450
25451 2003-11-15  Simon Josefsson  <jas@extundo.com>
25452
25453         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25454         (pgg-gpg-lookup-key): Use regexp match instead of
25455         split-string (split-string is different between emacs 21.2 and
25456         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25457
25458 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25459
25460         * gnus-art.el (gnus-mime-view-all-parts)
25461         (gnus-article-part-wrapper, gnus-article-view-part):
25462         Use with-current-buffer.
25463
25464 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25465
25466         * spam.el (spam-disable-spam-split-during-ham-respool)
25467         (spam-spamoracle-database, spam-cache-lookups)
25468         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25469         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25470         (spam-group-ham-marks, spam-group-spam-marks)
25471         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25472         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25473         also add spam-use-blackholes to the statistical checks.
25474         (spam-fetch-field-fast): Add interface to fetching fields, may
25475         become a macro.
25476         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25477         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25478         (spam-insert-fake-headers): Fake an article when needed.
25479         (spam-find-spam): Fake article when possible.
25480         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25481         (spam-check-bogofilter-headers): Use message-fetch-field instead
25482         of nnmail-fetch-field.
25483
25484 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25485
25486         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25487
25488 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25489
25490         * spam.el (spam-split): Do not require spam-use-CHECK to be
25491         enabled if that check is passed to spam-split explicitly; also
25492         fix so 'spam doesn't get converted to spam-split-group when
25493         spam-split-symbolic-return is t.
25494         (spam-find-spam): Find registrations of the article and use those
25495         instead of re-running spam-split to find the spam/ham
25496         classification of the article.
25497         (spam-log-processing-to-registry, spam-log-registered-p)
25498         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25499         Use gnus-error instead of gnus-message.
25500         (spam-log-registration-type): Add function to determine the
25501         classification of a message based on registry entries; will
25502         return nil if both 'spam and 'ham are found.
25503         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25504         a reasonably fast local cache without the loading errors.
25505         (spam-cache-lookups): Set to t by default.
25506         (spam-find-spam): Don't try to guess spam-cache-lookups.
25507         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25508         spam-caches entry.
25509         (spam-filelist-build-cache, spam-filelist-check-cache):
25510         Fix caching of whitelist/blacklist entries.
25511         (spam-check-whitelist, spam-check-blacklist):
25512         Invoke spam-from-listed-p with a type, not a cache variable.
25513         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25514
25515 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25516
25517         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25518
25519         * nnmail.el (nnmail-split-fancy): do.
25520
25521         * mml.el (mml-parse): do.
25522
25523         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25524         (gnus-score-adaptive): do.
25525
25526 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25527
25528         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25529         (gnus-mime-button-map): Don't set keymap parent.
25530         (gnus-button-ctan-directory-regexp): Use shy grouping.
25531         (gnus-prev-page-map): Don't set keymap parent.
25532         (gnus-prev-page-map): Remove duplicated one.
25533         (gnus-next-page-map): Don't set keymap parent.
25534         (gnus-mime-security-button-map): Ditto.
25535
25536         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25537         version number.
25538
25539         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25540
25541 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25542
25543         * canlock.el (canlock-sha1-function): Remove.
25544         (canlock-sha1-function-for-verify): Remove.
25545         (canlock-openssl-program): Remove.
25546         (canlock-openssl-args): Remove.
25547         (canlock-ignore-errors): Remove.
25548         (canlock-sha1-with-openssl): Remove.
25549         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25550         (canlock-verify): Don't use canlock-ignore-errors.
25551
25552         * sha1-el.el (sha1-string-external): Make it can return a string
25553         in binary form.
25554         (sha1-region-external): Ditto.
25555         (sha1-string-internal): Ditto.
25556         (sha1-region-internal): Ditto.
25557         (sha1-region): Ditto.
25558         (sha1-string): Ditto.
25559         (sha1): Ditto.
25560
25561 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25562
25563         * spam.el (spam-report-articles-gmane): New command.
25564
25565 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25566
25567         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25568
25569         * run-at-time.el (run-at-time-saved): Remove.
25570         (run-at-time): Doc fix.
25571
25572 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25573
25574         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25575         (gnus-summary-limit-map): Add it.
25576         (gnus-summary-make-menu-bar): do.
25577
25578 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25579
25580         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25581         Make attempt at some caching support (done for BBDB only now).
25582         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25583         addresses to be checked.
25584         (spam-clear-cache-BBDB): Add function, to be invoked by
25585         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25586         (spam-check-BBDB): Check and use the caches, if
25587         spam-cache-lookups is on, remove superfluous (provide).
25588
25589 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25590
25591         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25592
25593 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25594
25595         * run-at-time.el (run-at-time-saved): Move to after the definition
25596         of `run-at-time'.
25597
25598         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25599
25600 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25601
25602         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25603         mm-w3m-local-map-property.
25604
25605         * mm-view.el (mm-w3m-mode-map): Remove.
25606         (mm-w3m-local-map-property): Remove.
25607         (mm-inline-text-html-render-with-w3m): Don't use
25608         mm-w3m-local-map-property.
25609
25610 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25611
25612         * run-at-time.el: New file.
25613
25614         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25615         under Emacs.
25616
25617         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25618         of gnus-set-text-properties.
25619
25620         * gnus-uu.el (gnus-uu-save-article): Ditto.
25621
25622         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25623
25624         * gnus-cite.el (gnus-cite-parse): Ditto.
25625
25626         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25627         of gnus-.
25628
25629         * gnus-xmas.el (run-at-time): Require run-at-time.
25630
25631         * gnus.el: Change calls to nnheader-run-at-time and
25632         password-run-at-time throughout to use run-at-time directly.
25633
25634         * password.el: Remove definition of run-at-time.
25635
25636         * nnheaderxm.el: Remove definition of run-at-time.
25637
25638 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25639
25640         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25641         in prompt.
25642
25643 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25644
25645         * messagexmas.el (message-xmas-redefine): Alias
25646         `message-make-caesar-translation-table' to
25647         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25648         version.
25649
25650         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25651         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25652         `gnus-xmas-set-text-properties'.
25653         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25654         `gnus-xmas-completing-read'.
25655         (gnus-xmas-completing-read): Removed.
25656         (gnus-xmas-open-network-stream): Removed.
25657
25658         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25659         XEmacs version.
25660
25661         * dns.el (dns-make-network-process): Use `open-network-stream'
25662         instead of `gnus-xmas-open-network-stream'.
25663
25664         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25665
25666         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25667
25668 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25669
25670         * gnus-art.el (gnus-mime-display-alternative)
25671         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25672         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25673         Don't use gnus-local-map-property.
25674
25675         * gnus-util.el (gnus-local-map-property): Remove.
25676
25677         * mm-view.el (mm-view-pkcs7-decrypt):
25678         Replace gnus-completing-read-maybe-default with completing-read.
25679
25680         * gnus-util.el (gnus-completing-read): do.
25681         (gnus-completing-read-maybe-default): Remove.
25682
25683 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25684
25685         * password.el: Only autoload `run-at-time' if not XEmacs.
25686         Only autoload the itimer functions if XEmacs.
25687
25688 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25689
25690         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25691         XEmacsen.
25692
25693         * dgnushack.el: Autoload executable-find for XEmacs.
25694
25695 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25696
25697         * gnus-art.el (gnus-read-string): Remove.
25698         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25699         read-string.
25700
25701 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25702
25703         * netrc.el: Autoload password-read.
25704         (netrc): Add configuration group.
25705         (netrc-encoding-method, netrc-openssl-path):
25706         Add variables for encoding and decoding of files with symmetric
25707         ciphers.
25708         (netrc-encode): Add assistant function to encode a file with
25709         netrc-encoding-method.
25710         (netrc-parse): Add interactive parameter, added optional
25711         decoding if netrc-encoding-method is non-nil but otherwise
25712         behavior is standard.
25713         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25714         Do s/encode/encrypt/ everywhere.
25715
25716         * spam.el: Remove executable-find autoload.
25717
25718 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25719
25720         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25721
25722         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25723
25724 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25725
25726         * gnus-art.el (gnus-treat-ansi-sequences)
25727         (article-treat-ansi-sequences): New variable and function.
25728         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25729
25730         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25731         Use it.
25732
25733 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25734
25735         * mm-util.el (mm-quote-arg): Remove.
25736
25737         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25738         shell-quote-argument.
25739
25740         * gnus-uu.el (gnus-uu-command): do.
25741
25742         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25743
25744         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25745         with make-char.
25746
25747         * mm-util.el (mm-make-char): Remove.
25748
25749         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25750         add-minor-mode.
25751
25752         * gnus-undo.el (gnus-undo-mode): do.
25753
25754         * gnus-topic.el (gnus-topic-mode): do.
25755
25756         * gnus-sum.el (gnus-dead-summary-mode): do.
25757
25758         * gnus-start.el (gnus-slave-mode): do.
25759
25760         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25761
25762         * gnus-ml.el (gnus-mailing-list-mode): do.
25763
25764         * gnus-gl.el (gnus-grouplens-mode): do.
25765
25766         * gnus-draft.el (gnus-draft-mode): do.
25767
25768         * gnus-dired.el (gnus-dired-mode): do.
25769
25770         * gnus-ems.el (gnus-add-minor-mode): Remove.
25771
25772         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25773         Replace gnus-char-width with char-width.
25774
25775         * gnus-ems.el (gnus-char-width): Remove.
25776
25777         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25778         Replace gnus-char-width with char-width.
25779
25780         * gnus-ems.el (gnus-char-width): Remove.
25781
25782         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25783         definition.
25784         Remove Emacs 20 hash table compatibility code.
25785
25786         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25787         20 compatibility code.
25788
25789         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25790
25791         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25792
25793         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25794         Replace with point-at-{eol,bol}.
25795
25796         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25797
25798         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25799
25800         * flow-fill.el (fill-flowed-point-at-bol)
25801         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25802
25803         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25804         Replace with point-at-{eol,bol} throughout all files.
25805
25806 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25807
25808         * ntlm.el (ntlm-string-as-unibyte): New macro.
25809         (ntlm-build-auth-response): Use it.
25810
25811         Remove Emacs 20 stuff:
25812         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25813         (butlast, mapc, remove): Remove the compiler macros.
25814         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25815         of delq and copy-sequence.
25816         * gnus-art.el (popup-menu): Remove the compiler macro.
25817         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25818         Emacs 20.
25819
25820 2004-01-05  Simon Josefsson  <jas@extundo.com>
25821
25822         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25823         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25824         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25825         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25826         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25827         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25828         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25829         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25830         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25831         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25832         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25833         string-xor into ntlm-string-xor.
25834         Suggested by Jesper Harder <harder@myrealbox.com>.
25835
25836         * ntlm.el: Don't include poem.
25837
25838         * md4.el (print-int32, print-string-hexa): Remove.
25839         Suggested by Jesper Harder <harder@myrealbox.com>.
25840
25841         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25842
25843         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25844         probably breaks emacs with DL patch, but do we care? Is anyone
25845         still using the DL stuff?)
25846
25847         * sieve-manage.el: Use the password package.
25848         (sieve-manage-read-passwd): Remove.
25849         (sieve-manage-interactive-login): Use password.  Re-add
25850         condition-case around loop.
25851
25852         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25853         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25854         Use the password package.
25855
25856 2003-02-19  Simon Josefsson  <jas@extundo.com>
25857
25858         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25859         token.
25860
25861 2002-08-07  Simon Josefsson  <jas@extundo.com>
25862
25863         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25864         (sieve-manage-authenticators):
25865         (sieve-manage-authenticator-alist): Add some SASL mechs.
25866         (sieve-sasl-auth): New function.
25867         (sieve-manage-cram-md5-auth):
25868         (sieve-manage-plain-auth): Rewrite using SASL library.
25869         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25870         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25871         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25872         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25873
25874 2004-01-05  Simon Josefsson  <jas@extundo.com>
25875
25876         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25877         New files.
25878
25879 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25880
25881         * gnus-group.el (gnus-no-groups-message): Update.
25882
25883         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25884
25885 2003-11-09  Simon Josefsson  <jas@extundo.com>
25886
25887         * imap.el: Support for ID IMAP extension (RFC 2971).
25888         (imap-local-variables): Add imap-id.
25889         (imap-id): New variable.
25890         (imap-id): New function.
25891         (imap-parse-response): Parse untagged ID response.
25892         * nnimap.el (nnimap-id): New variable.
25893         (nnimap-open-connection): Use it.
25894
25895 2003-12-28  Simon Josefsson  <jas@extundo.com>
25896
25897         * gnus-score.el (gnus-score-edit-all-score): New.
25898         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25899
25900 2004-01-04  Simon Josefsson  <jas@extundo.com>
25901
25902         * password.el: Add.
25903
25904 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25905
25906         * dns.el (dns-query-types): Fix typo.
25907         (dns-query-types): New function.
25908         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25909         PTR and SOA replies, see RFC 1035.
25910
25911 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25912
25913         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25914
25915         * Move to Changelog.2.
25916
25917 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25918
25919         * gnus.el (gnus-version-number): Bump version.
25920
25921 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25922
25923         * gnus.el: No Gnus v0.1 is released.
25924
25925 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25926
25927         * gnus.el: No Gnus v0.0 is released.
25928
25929 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25930
25931         * gnus.el (gnus-version-number): Bump.
25932         (gnus-version): No.
25933
25934 See ChangeLog.2 for earlier changes.
25935
25936   Copyright (C) 2004-2013 Free Software Foundation, Inc.
25937
25938   This file is part of GNU Emacs.
25939
25940   GNU Emacs is free software: you can redistribute it and/or modify
25941   it under the terms of the GNU General Public License as published by
25942   the Free Software Foundation, either version 3 of the License, or
25943   (at your option) any later version.
25944
25945   GNU Emacs is distributed in the hope that it will be useful,
25946   but WITHOUT ANY WARRANTY; without even the implied warranty of
25947   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25948   GNU General Public License for more details.
25949
25950   You should have received a copy of the GNU General Public License
25951   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25952
25953 ;; Local Variables:
25954 ;; coding: utf-8
25955 ;; fill-column: 79
25956 ;; add-log-time-zone-rule: t
25957 ;; End: